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

.shadetabs{
padding: 0px 0 7px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0px;
font: bold 12px;
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{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
margin-right: 2px;
border-bottom-color: #3960b3;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color: #3960b3;
border-top-style:solid;
border-top-width:1px;
background-color:#3960b3;
color:#FFF !important;
top:5px;
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top:5px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: #fff;
border-bottom-style:solid;
border-bottom-width:1px;
border-right-color: #3960b3;
border-right-style:solid;
border-right-width:1px;
border-left-color: #3960b3;
border-left-style:solid;
border-left-width:1px;
background:#ffffff;
color:#3960b3 !important;
}

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

.tabcontent{
display:none;
padding:20px 0 0 0;
border-top:1px solid #3960b3;
}

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