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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size: 13px;
font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 280px;
background: url(../images/h2bg.png) repeat-x left;
line-height: 19px;
letter-spacing: -1px;
}

.shadetabs li{
display: inline;
margin: 0px 0px 0px 5px;
line-height: 20px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 3px 3px 4px;
margin: 0px 0px 0px 5px ;
color: #FFF;

}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
text-decoration: underline;

}

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

}

.shadetabs li a.selected{ /*selected main tab style */
background: #e2eafc url(../images/tabsleft.png) no-repeat left top;
border-bottom-color: white;
color: #0F3F6F;
margin: 0px 0px 0px 0px;
padding: 16px 0px 10px 0px;
line-height: 30px;
}
.shadetabs li a.selected span
{
background:  url(../images/tabsright.png) no-repeat right top;
border-bottom-color: white;
color: #0F3F6F;
margin: 0px 0px 0px 0px;
padding: 16px 10px 10px 10px;
line-height: 30px;
}
* html .shadetabs li a.selected{ /*selected main tab style */
background: #E2EAFC url(../images/tabsleft.png) no-repeat left top;
border-bottom-color: white;
color: #0F3F6F;
margin: 0px 0px 0px 0px;
padding: 0px 10px 10px 10px;
line-height: 30px;
}
* html .shadetabs li a.selected span
{
background:  url(../images/tabsright.png) no-repeat right top;
border-bottom-color: white;
color: #0F3F6F;
margin: 0px 0px 0px 0px;
padding: 16px 0px 10px 0px;


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

.tabcontent{
display:none;
}

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

