/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
	margin:0px 0px 0px 320px;
	padding:2px 0 !important /*Firefox*/; padding:0 0 /*IE6*/;
	font-weight:bold;
	font-size:13px;
	list-style-type:none;
	text-align:right; /*set to left, center, or right to align the menu as desired*/
	background-color:transparent;
	height:23px;
}
.shadetabs li{display:inline;float:left;margin:0 5px 0 5px;}
.shadetabs li a{
	cursor:pointer;
	text-decoration:none;
	margin:0px;
	color:#2d2b2b;
	background:transparent url(/images/tab_off.gif) center no-repeat;
	display:block;
	text-align:center;
	width:180px;
	padding:5px 0 4px 0;
}
.shadetabs li a:visited{color:#2d2b2b;}
.shadetabs li a:hover{text-decoration:underline;color:#2d2b2b;}
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
}
.shadetabs li a.selected{ /*selected main tab style */
	background: url(/images/tab_on.gif) center no-repeat;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{display:none;clear:both;padding:5px 0px 0px 0px;}
@media print{.tabcontent{display:block !important;}}

/* ################# Custom ################# */
#tab_control{cursor:pointer;color:rgb(255,255,255);}
#div_tab_control{text-align:center;background:rgb(153,153,153);}
