/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:  11px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 0px;
color: #2d2b2b;
height:15px;
width:75px;
margin-right:0px;
color:#333333;
display:block;
float:left;
background:url(images/btn_no.gif) no-repeat top; 
}

ul.shadetabs{
	margin:0;
	padding:0}

.shadetabs li a:hover{
text-decoration: underline;
color: #FF0000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;color: #FF0000;
}

.shadetabs li a.selected{ /*selected main tab style */
	background:url(images/btn_ac.gif) no-repeat top;
border-bottom-color: white;


color: #FF0000;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
overflow:hidden;
}
.tabcontent  h2{
	color:#00A4DE;text-decoration:underline;
	padding-bottom:20px}

.div_s{
	background:url(images/slide.gif) repeat-x  top;
	margin-top:1px;
	clear:both;
	border:1px solid #D5D5D5;  margin-bottom: 1em; padding: 10px;
	padding-bottom:0;}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

