/* @override http://dev.niksoftware.com/_styles/tabcontent.css */.shadetabs {	font: bold 12px Verdana;/*	letter-spacing : -1px; */	list-style: none;	text-align: left; /*set to left, center, or right to align the menu as desired*/	padding: 0;	margin: 0;	float: left;	width:  790px;	border-top: 1px solid #525759;	border-bottom: 1px solid gray;}*html .shadetabs {	width:  790px;}.shadetabs li{	display: inline;	background-color: #fff;	float: left;	text-align: center;}.shadetabs li a{	text-decoration: none;/*	width: 147px; /* 5 = 785px +2 +3 *//*	width: 121px; /* 6 = 786px +2 +2 */	width: 102px; /* 6+ = 708px +2 +2 */	color: #666666;	padding: 5px;	float: left;	text-align: center;}.shadetabs span a{	text-decoration: none;/*	width: 147px; /* 5 = 785px +2 +3 *//*	width: 121px; /* 6 = 786px +2 +2 */	width: 78px; /* 6+ = 708px +2 +2 */	background-color: #fff;	color: #666666;	padding: 5px 0px 6px 0px; 	float: left;	text-align: center;}*html .shadetabs li a{/*	width: 157px; /* 5 = 786px +2 +3 *//*	width: 131px; /* 6 = 786px +2 +2 */	width: 112px; /* 6+ = 708px +2 +2 */}.shadetabs li a:visited{	}.shadetabs li a:hover{	background-color: #cce9f7;}.shadetabs span a:hover{	background-color: #cce9f7;}.shadetabs li.selected {	background-color: #9dc5e2;	min-height: auto;}.shadetabs li.selected a{ /*selected main tab style */	color: #fff;	margin: 0 0 0 0;/* 	margin: 0 3px 0 3px; */}.shadetabs li.selected a:hover{ /*selected main tab style */	text-decoration: none;	background-color: #9dc5e2;}*html .tabcontentstyle {	width:  790px;}.tabcontentbottom{/*	background: #ffffff url(/_img/bottomfade.gif) no-repeat top left; */	padding: 0;	margin: 0;}.tabcontent{	display:none;	float: left;	padding: 14px 14px;	width:  760px;}*html .tabcontent {	width:  790px;}#tableft {	width: 355px;	float: left;	margin: 5px 0 5px 10px;	display: inline;}#tabright {	width: 355px;	float: right;	margin: 5px 10px 5px 0;	display: inline;}#tabthree {	width: 245px;	float: left;	margin: 0px 5px 0px 5px;	display: inline;}#tabboth {	clear: both;	width: 742px;	float: left;	margin: 0px 10px 0px 10px;	display: inline;}/* temp IE fix for image display bug */*html #tableft img.imgLeft {	margin-bottom: 60px;}*html #tabright img.imgLeft {	margin-bottom: 60px;}@media print {.tabcontent {display:block!important;}}