/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 15px;
margin-top: 20px;
margin-bottom: 0;
font: 10pt Arial, Verdana;
font-weight:bold;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs ul{
margin: 0;
padding: 0;
float:left;
}

.shadetabs ul li{
display: inline;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
float:left;
position:relative;
z-index: 1;
padding: 7px 58px;
margin-bottom: 10px;
border-right: 1px solid #778;
color: #F4F4F4;
background: #012D7E url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #F4F4F4;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFCC00;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
float:left;
}

@media print {
.tabcontent {
display:block !important;
}
}
