/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 16px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
float:left;
display: inline;
margin: 0;
padding: 0px 0;

bo/rder: 1px solid #ededed;
b/order: 1px solid red;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 4px 9px;
	margin-right: 0px;
	border: 1px solid #ededed;
	color: #2d2b2b;
	background: #d6d6d6 ;
	font-weight:bold;
	text-transform:uppercase;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
/*t_xt-decoration: underline;*/
/*c_lor: #2d2b2b;*/
color: #ffffff;
background:black;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #ffffff;
background: #bd1417;
/*t_op: 1px;*/
}

.shadetabs li a.selected{ /*selected main tab style */
	/* b_ackground-image: url(shadeactive.gif); */
	/* b_order-bottom-color: white; */
	color: #ffffff;
	/* b_ackground:black; */
	background: #bd1417;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
