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

.shadetabs{
padding: 5px 5px;
margin-left: 0;
margin-top: 15px;
margin-bottom: 0;
text-transform: uppercase;
font-weight:bold;
letter-spacing:-1px;
font-size:14px;
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;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 8px;
margin-right: 3px;
border: 1px solid #C9D7E3;
color: #B4C6D8;
background:#E7EDF3;
}

.shadetabs li a:visited{
color: #63C7F5;
}

.shadetabs li a:hover{
color: #92ACC6;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#1BACF2;
}

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

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

.tabcontent{
display:none;
}

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