.shadetabs{
padding: 3px 0;
margin-left: 20px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
color: #eae392;
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;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #907859;
color: #eae392;
background: #79684e;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
color: #eae392;
background: #79684e;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background:#4c5e96;
border:1px solid #907859;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* For Shadetab II Start*/
.shadetabs2{
color: #eae392;
padding: 4px 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Geogia;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
/*color: #eae392;*/
color: #000000;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
padding: 6px 6px;
margin-right: 0px;
color: #000000;
}

.shadetabs2 li a:visited{
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs2 li.selected{
position: relative;
}

.shadetabs2 li.selected a{ /*selected main tab style */
text-decoration: underline;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}
/* For Shadetab II End*/


.tabcontentstyle{ /*style of tab content container*/
border-top: 2px solid #907859;
border-left: 1px solid #907859;
border-right: 1px solid #907859;
border-bottom: 1px solid #907859;
width: 670px;
min-height:230px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontentstyle2{ /*style of tab content container*/
width: 670px;
padding: 5px;
}

.tabcontent{
display:none;
}

.tabcontent .box{
float:inherit;	
}


@media print {
.tabcontent {
display:block!important;
}
}