@charset "utf-8";
/* CSS Document */

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

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

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

.shadetabs li a{
text-decoration: none !important;
position: relative !important;
z-index: 1 !important;
padding: 3px 7px !important;
margin-right: 3px !important;
border: 1px solid #778 !important;
color: #00005c !important;
background: white url(shade.gif) top left repeat-x !important;
}

.shadetabs li a:visited{
color: #00005c !important;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #00005c !important;
}

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

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif) !important;
border-bottom-color: white !important;
background-color:#00005c !important;
color: #ffffff !important;
}

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

.tabcontent{
display:none;
}

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