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

.shadetabs{
padding: 4px 0 4px 0;
margin-left: 0px;
margin-top: 0px;
margin-right:0;
margin-bottom: 0px;
font: bold 12px Helvetica, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
margin: 0px;

}

.shadetabs li a{
text-decoration: none;
position: relative;
padding: 4px;
margin-left: 0px;
margin-right: 0px;
border: 1px solid #999999;
border-bottom-color: #f494be;
color: #999999;
background: #eeeeee;

}

.shadetabs li a:visited{
color: #2d2b2b;

}

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

}

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

}

.shadetabs li a.selected{ /*selected main tab style */
background: #ffffff;
border-bottom-color: #ffffff;
border-left-color: #f494be;
border-right-color: #f494be;
border-top-color: #f494be
}

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

}

.tabcontent{
display:none;

}

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

}
}
