/* Optional Styles */

.TabsContainer {
display:block;
float:left;
width:515px;
padding:25px 0 0 0;
margin:0;
}

.TabsContainerContact {
display:block;
float:left;
width:515px;
padding:25px 0 0 0;
margin:0;
/* This fixes min-height issue in IE6 */
	height: auto !important; /* Firefox, Safari, IE7, etc */
	height: 450px; /* IE6 */
	min-height:450px; /* Firefox, Safari, IE7, etc */
}

/* only use the below noprint style if the tabs are placed on a Print Friendly page where there is a print.css used */
/* 
.noprint {
	display:none;
}
*/

/* Tabs Styles */

.alltabs {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 515px;
	display:block;
}

.tabwidth {
	  width:100%;
	  font: small Arial, Helvetica, sans-serif;
	  line-height:normal;
}

.tabwidth p {
	  margin: 8px 30px 8px 15px;
	  line-height: 16px;
}

.tabbox {
	  float:left;
	  display:block;
      width:100%;
	  background:url(/UI/images/tab_box_full_bar.gif) no-repeat left top;
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
}

.tabbox ul {
      margin:0px;
      padding:0px 0px 0px 20px;
      list-style:none;
}

.tabbox li {
      float:left;
	  display:block;
      padding:0px 0px 0px 20px;
	  background:none;
}

.tabbox a:link {
      display:block;
	  float:left;
      background:url(/UI/images/tab_right.gif) no-repeat right top;
      padding:14px 20px 6px 0px;
	  margin:0px;
	  color:#990033;
	  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	  text-decoration:none;
}

.tabbox a:visited {
      color:#990033;
	  display:block;
	  float:left;
	  text-decoration:none;
	  padding:14px 20px 6px 0px;
	  font: bold 14px Arial, Helvetica, sans-serif;
}

.tabbox a:hover,
.tabbox a:visited:hover,
.tabbox a:active {
      color:#004972;
	  display:block;
	  float:left;
	  text-decoration:none;
	  padding:14px 20px 6px 0px;
	  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
}

.tabbox .current {
      background:url(/UI/images/tab_left_on.gif) no-repeat top left;
	  position:relative;
      }

.tabbox .current a:link {
      background:url(/UI/images/tab_right_on.gif) no-repeat top right;
	  color:#004972;
	  padding:14px 20px 6px 0px;
	  text-decoration:none;
	  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	  position:relative;
}

.tabbox .current a:visited,
.tabbox .current a:hover,
.tabbox .current a:visited:hover,
.tabbox .current a:active {
	  background:url(/UI/images/tab_right_on.gif) no-repeat top right;
      color:#004972;
	  padding:14px 20px 6px 0px;
	  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	  text-decoration:none;
	  position:relative;
}    

.tab_content_container {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 515px;
}

.tab_content {
	display:block;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 15px;
	width: 480px;
}
.tab_content_NoPad {
	display:block;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	width: 515px;
}
.tab_content_Main {
	display:block;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 15px;
	width: 480px;
}
.tab_content_Main a:link {
	color:#990033;
	background-color:transparent;
	font-weight:normal;
	text-decoration:underline;
}
.tab_content_Main a:visited {
	color:#994f4f;
	background-color:transparent;
	text-decoration:underline;
	font-weight:normal;
}
.tab_content_Main a:hover,
.tab_content_Main a:active {
	color:#990033;
	text-decoration:none;
	font-weight:normal;
	background-color:transparent;
	text-decoration:none;
}
/*.tab_content h2 {
	color:#333333;
	font-size:140%;
	font-weight:bold;
	line-height:110%;
	margin:0 0 10px;
	text-align:left;
}*/

/*.tab_content p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}*/

/* TabsTableContainer Styles */

.TabsTableContainer {
	display:block;
	float:left;
	width:480px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.TabsTable {
	border-collapse:collapse;
	color:#666;
}

.TabsTable td {
	font-family: arial, verdana, sans-serif;
	padding: 6px 10px 6px 20px;
	border-left: 1px solid #abbcd3;
}

.TabsTable td.noborder {
	font-family: arial, verdana, sans-serif;
	padding: 6px 10px 6px 10px;
	border-left: none;
}

.TabsTable tr.AltRow {
	background:#eaf8fe;
}

.TabsTable tr.TabsHeader td {
	background:#eaf8fe;
	padding: 8px 10px 8px 10px;
	font-weight:bold;
	font-size:120%;
	color:#004972;
}

td.TabSpacer {
	padding:0px 0px 0px 0px;
	border:none;
}


/*.TabsTable tr.TabsHeader2 td {
	background:#ccedfc;
	padding: 8px 10px 8px 10px;
	font-weight:bold;
	font-size:110%;
	color:#004972;
}*/