/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0 0 3px 2px;

margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 12px tahoma;
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;
float:left;
padding:0 2px 0 2px;
}

.shadetabs li a{
text-decoration: none;
color: #000000;
display:block;
text-align:center;
padding:7px 39px 7px 39px;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
color: #FFFFFF;
background: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
top: 1px;
color:#FFFFFF;
border-right:1px solid #cbccc9;
border-bottom:none;
}

.shadetabs li a.selected{ /*selected main tab style */
color:#333333;
background: #fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


.tabcontentstyle{ /*style of tab content oontainer*/
width: 980px;
margin-bottom: 1em;
padding: 20px;
}
