.shadetabs{

margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
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;
color: #813318;
margin: 0;
}

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

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

.shadetabs li.selected{
/*position: relative;
top: 1px;
*/
}

.shadetabs li.selected a{ /*selected main tab style */

}

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

.tabcontentstyle{ /*style of tab content oontainer*/
width: auto;
height:auto;
margin-bottom: 3px;
padding-bottom:2px;
font-size:10px;
font-family:verdana;
text-align:left;

}

#tcontent1
{ /*style of tab content oontainer*/
width: auto;
height:auto;
font-size:10px;
font-family:verdana;
}


#tcontent2
{ /*style of tab content oontainer*/
width: auto;
height:auto;
margin-bottom: 3px;
font-size:10px;
font-family:verdana;

}

#tcontent3
{ /*style of tab content oontainer*/
width: auto;
height:100px;
margin-bottom: 3px;
padding: 5px;
font-size:10px;
font-family:verdana;
background:#fef0ce;
}

#tcontent4
{ /*style of tab content oontainer*/
border: 1px solid darkblue;
width: auto;
height:100px;
margin-bottom: 3px;
padding: 5px;
font-size:10px;
font-family:verdana;
background:#f0ffdf;
}

#tcontent5
{ /*style of tab content oontainer*/
border: 1px solid darkblue;
width: auto;
height:100px;
margin-bottom: 3px;
padding: 5px;
font-size:10px;
font-family:verdana;
background:#fffff0;
}



.tabcontent{
display:none;
}

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