/* Optional Styles */

.TabsLargeContainer {
display:block;
float:left;
width:940px;
}

/* 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: 940px;
	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%;
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
	  background: url(../images/tabbox_bg.gif) no-repeat bottom left;
}

.tabbox ul {
      margin:0px;
      padding:0px 0px 0px 0px;
      list-style:none;
}

.tabbox li {
      float:left;
	  display:block;
      background:url(../images/left.gif) no-repeat left top;
      margin:0px;
      padding:0px 0px 0px 20px;
}

.tabbox a {
      display:block;
	  float:left;
      background:url(../images/right.gif) no-repeat right top;
      padding:10px 25px 0px 5px;
	  height:28px;
	  margin:0px;
	  color:#2e4c63;
	  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	  text-decoration:none;
}

.tabbox a:visited {
      color:#2e4c63;
	  text-decoration:none;
	  font: bold 14px Arial, Helvetica, sans-serif;
}

.tabbox a:hover,
.tabbox a:active {
      color:#000;
	  text-decoration:none;
	  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
}

.tabbox .current {
      background-image:url(../images/left_on.gif);
	  position:relative;
      }

.tabbox .current a {
      background-image:url(../images/right_on.gif);
      padding-bottom:0px;
	  color:#2e4c63;
	  text-decoration:none;
	  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	  position:relative;
}

.tabbox .current a:visited,
.tabbox .current a:hover,
.tabbox .current a:active {
      color:#2e4c63;
	  text-decoration:none;
}    

.tab_content_container {
	display:block;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 940px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:18px;
	background:url(../images/tab_content_bg.gif) repeat-y;
}

.tab_content {
	display:block;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 21px 0px 15px;
	width: 904px;
}

.tab_content p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
