.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top:20px;
margin-bottom: 0;
font: 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
padding-left:5px;

}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #e7d6ad;

}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.shadetabs li.selected{
position: relative;
top: 1px;
color: #fff;
}

.shadetabs li.selected a{ /*selected main tab style */
border-top:1px solid #e7d6ad;
border-right:1px solid #e7d6ad;
border-left:1px solid #e7d6ad;
font: bold 11px Verdana;
color:#fff;
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 1px solid #e7d6ad;
width: 570px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

.cnt{
width:610px;display:none;margin-top:0px;padding-left:15px; margin:0 auto; padding-top:15px; padding-right:15px;
}
@media print {
.tabcontent {
display:block!important;
}
}/* CSS Document */

