/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
color: #a2b4c4;
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-right: 0;
margin-bottom: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
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;
padding: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 17px;
background-color: #f2f2f2;
color: #a2b4c4;
}

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

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
background-color: #a2b4c4;
text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #ffffff;
font-weight: bold;


}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
background-color: #a2b4c4;


}

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

.tabcontent{
display:none;
}

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