/* ######### CSS for Shade Tabs. Remove if not using ######### */


table {
border-left:1px solid #C0C0C0;
border-top:1px solid #C0C0C0;
}

td {
border-bottom:1px solid #C0C0C0;
border-right:1px solid #C0C0C0;
}

.shadetabs{
font-family:Helvetica,Arial,Georgia;
font-size:14px;
font-weight: normal;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
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:0;
color: #fff;
background: #999999 ;
border-bottom: none;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: none;
color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#FFFFFF;
margin-bottom:5px;
margin-top:2px;
padding: 3px 7px;
background:#DC008D;;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


