/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0 !important;
margin: 10px 0 0 0px !important;
font-size: 11px;
font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
background-image:none !important;
display: inline;
margin: 0 !important;
padding: 0 !important;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin: 0 !important;
border: 1px solid #CC9;
color: #003163 !important;
background-color: #f1f1d7;
}

.shadetabs li a:visited{
color: #003163 !important;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #003163 !important;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color: #FFFFFF;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.tabdiv .tabcontent{
height:90px;
}

.tabdiv {
border: 1px solid #CC9;
padding: 10px;
width: 370px;
margin-bottom: 1em;
}


@media print {
.tabcontent {
display:block !important;
}
}
