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

.shadetabs{
padding: 0px 0;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
border: 0px;
margin-bottom: 0;
border-color:#007CC2;
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{
display: inline;
margin: 0;
border: 0px;
margin-right: 0px;
margin-left: 0px;
line-height:10px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 9px;
margin-right: 0px;
border: 0px;
color: #FFFFFF;
background-color:#007CC2;
margin-left: 0px;

}
.shadetabs li a:active{
color: #000066;
border: 0px;
margin-right: 0px;
margin-left: 0px;

}
.shadetabs li a:visited{
color: #000066;
border: 0px;
margin-right: 0px;
margin-left: 0px;

}

.shadetabs li a:hover{
text-decoration: none;
color: #000066;
border: 0px;
margin-right: 0px;
margin-left: 0px;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
border: 0px;
margin-right: 0px;
margin-left: 0px;

}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#D4EBFB;
color:#000066;
border-bottom-color: white;
border: 0px;
margin-right: 0px;
margin-left: 0px;
border-bottom: 0px;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
border: 0px;
margin-right: 0px;
margin-left: 0px;

}

.tabcontent{
display:none; 
height:100px;
border: 0px;
margin-right: 0px;
margin-left: 0px;}

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


