/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 2px 0;
margin-left: 10px;
margin-top: 0;
margin-bottom: 0;
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: 3px 7px;
margin-right: 0px;
border-bottom: 1px solid #778;
color: #FFFFFF;
background-color:#0363A5;
font-size:11px;
font-weight:bold;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
background-color:#0095DA;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
background-color:#FFFFFF;
border: 1px solid #778;
border-bottom-color: white;
color: #0363A5;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontentwrapper {
border-top:1px solid #778;
width:100%;
margin-bottom: 1em;
padding:20px 0;
}