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

.shadetabs{
/* padding: 3px 0; */
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
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*/

margin-right:0px;
}

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


}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
/* padding: 3px 7px; */

padding-left:44px; /* 45px; */
padding-right:89px; /*62px; /*63px; /*40px; */
padding-top:12px;
padding-bottom:6px;



margin-right:0px; /* 3 */
/* border: 0px solid #FFF; /* 2 */
color: #2d2b2b;
background: white url(../images/shade02.gif) top left repeat-x;

margin-left:0px;

border-style:none solid none none;
border-width:2px; border-color:#FFF;
/* color:#ED058C; */


}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #169AD1; /* #2d2b2b; */
}

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

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive02.gif);
border-bottom-color: white;
}

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

.tabcontent{
display:none;
background-image: url('../images/hometab_bg.gif'); background-repeat: repeat-x; background-position:top;
height:180px; /*159px; /* 150px; /* 163px; */
border:2px solid #FFF;
background-color:#FFF;
}

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


.tabbercontainer {
	background-color:green;

	/* border:1px solid gray; 
	border-width:2px;
	background-image: url('../images/hometab_bg.gif'); background-repeat: repeat-x;
	width:450px;
	margin-bottom: 1em; 
	padding: 10px
	 */
	}

	



