

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 9px;
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{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 60px;
margin-right: 0px;
border: 0px solid #778;
font-size:12px;
/*color: #2d2b2b;*/

color: white;
background-color:#238BCB;
/*background: white url(shade.gif) top left repeat-x; */
}

.shadetabs li a:visited{
color: white;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #E0E1E1;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #535756;
text-decoration: underline;
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style background-image: url(shadeactive.gif);*/
background-color:#D2EBF8;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #535756;
}















.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 9px;
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*/

}

.shadetabs2 li{
display: inline;
margin: 0;

}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 30px;
margin-right: 0px;
border: 0px solid #778;
font-size:12px;
/*color: #2d2b2b;*/

color: white;
background-color:#339966;
/*background: white url(shade.gif) top left repeat-x; */
}

.shadetabs2 li a:visited{
color: white;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #E0E1E1;
}

.shadetabs2 li a.selected{ /*selected main tab style */
color: #535756;
text-decoration: underline;
position: relative;
top: 1px;
}

.shadetabs2 li a.selected{ /*selected main tab style background-image: url(shadeactive.gif);*/
background-color:#D6EEDA;
border-bottom-color: white;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #535756;
}














.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


