/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
padding-left:20px;
margin:0;
}
.shadetabs ul{
margin: 0;
padding:0;
}

.shadetabs li{
width:130px;
background: white url(/img/shade.gif) top left repeat-x;
text-decoration: none;
border: 1px solid #003399;
color: #2d2b2b;
padding:7px 0 7px 3px ;
margin-bottom:3px;
}

.shadetabs li a{
text-decoration: none;
color: #2d2b2b;
}

.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;

}

.shadetabs li a.selected{ /*selected main tab style */

border-bottom-color: white;
width:130px;
text-decoration: none;
color: #003399;
padding:7px 0 7px 3px ;
margin-bottom:3px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	/*display:none;*/
}

@media print {
.tabcontent {
display:block !important;
}
}


