/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
	padding: 3px 0;
	font-weight:bold;
	font-size:1.3em;
	list-style-type:none;
	text-align:right; /*set to left, center, or right to align the menu as desired*/
	background:transparent url(/images/tab_bg.gif) repeat-x;
}
.shadetabs li{display:inline;}
.shadetabs li a{
	cursor:pointer;
	text-decoration:none;
	position:relative;
	z-index:1;
	margin:0px;
	color:#2d2b2b;
	background:transparent url(/images/tab_off.gif) no-repeat;
}
.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) no-repeat;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{display:none;}
@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);}