/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
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{
height:54px;
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding:20px;
padding-left:8px;
padding-right:8px;
font:normal 11px Verdana; color:#787878; text-decoration:none;
}

.shadetabs li a:visited{
color:#787878;
}

.shadetabs li a:hover{
text-decoration: none;
color: #677b89;
font-weight:normal;
background-color:#ffffff;
background-image: url(../images/2_2.gif);
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#ffffff;
color:#677b89;
background-image: url(../images/2_2.gif);
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/2_2.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-image: url(../images/2_2.gif);
}

.tabcontent{
height:54px;
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
