﻿.tabContainer{
	width: 100%;
	text-align: left;
	margin-top: 0px;
	overflow: hidden;
}
#tabheader {
	float:left;
	width:100%; /*off set the width with the tab inset below: for example padding: 0 0 0 8px would change the width to approx 99.3% */
	background: #ffffff;
	font-size: 1em;
	line-height: normal;
	background: url(../images/tab_bottom.gif) repeat-x bottom;
	padding: 0px 0px 0px 0px; /* left will adjust the inset of the first tab */
	margin: 0px;
	overflow: hidden;
}
#tabheader ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}
#tabheader li {
	font-size: 1em;
	display: inline;
	margin: 0;
	padding: 0;
	height: 1px;
	/height: 1px;
	h/eight: 1px;
}
#tabheader a {
	float: left; 
	background: url(../images/left_both3.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px; /* padding: 0 0 0 9px; */
	border-bottom: 1px solid #d6d6d6;
	text-decoration: none;
}
#tabheader a span {
	display: block;
	background: url(../images/right_both3.gif) no-repeat right top;
	padding: 8px 15px 7px 6px; /* padding: 5px 15px 4px 6px; */
	font-weight: normal;
	color: #666666;
	margin-right: 3px; 
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabheader a span {float:none;}

/* End IE5-Mac hack */

#tabheader a:hover span {
	color: Red;
	text-decoration: underline;
}
#tabheader li a.selected  {
	background-position: 0 -150px;
	border-width: 0;
}
#tabheader li a.selected span{
	background-position: 100% -150px;
	padding-bottom: 8px; 
	color: #000066;
	font-weight: bold;
	text-decoration: none; /* text color for current */
}
#tabheader a:hover {
	background-position: 0% -300px;
}
#tabheader a:hover span {
	background-position: 100% -300px;
}
#headertable {
	width: 100%;
}
.tabsublink {
	padding-bottom: 14px; 
	padding-left: 3px;
	font-size: 0.93em;
	color: #999;
	background: url('../images/dot_x.gif') repeat-x left bottom; 
}
.tabsublink a{
	color: #666;
}
.tabsublink a:link{
	color: #666;
}
.tabsublink a:hover{
	color: #ff0000;
}
.tabsublink span#on {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.tabContent {
	margin: 10px 10px 10px 11px;
}
.tabContentCenter {
	margin: 10px 0px 10px 0px;
}