/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
margin: 0px;

}

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

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px ;
color: #874525;
background: url(imageweb/bg1-1.png) repeat-x top left;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight: bold;
font-style: normal;
margin: 0px;
width:152;
height:30px;
}

.shadetabs li a:visited{
color: #874525;
margin: 0px;
width:152px;
height:30px;
}

.shadetabs li a:hover{
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight: bold;
color: #874525;
margin: 0px;
width:152px;
height:30px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;

}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
background:  url(imageweb/bg1.png) no-repeat top left;
color:#E1DBB3;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight: bold;
font-style: normal;
width:152px;
height:30px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
width:152px;
height:30px;
}

.tabcontent{
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-style: normal;
background: url(imageweb/bgr_text.jpg) repeat-x left top;
display:none;
color: #874525;
padding:5px;

}



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