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

.shadetabs{
padding: 3px 0;
margin-left: 5px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px 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 !important;
position: relative !important;
z-index: 1 !important;
padding: 3px 7px !important;
margin-right: 3px !important;
border: 1px solid #778 !important;
color: #2d2b2b !important;
background: white url(../immagini/tab_sfondo.gif) bottom left repeat-x !important;
}

.shadetabs li a:visited{
color: #2d2b2b !important;
}

.shadetabs li a:hover{
text-decoration: underline !important;
color: #2d2b2b !important;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative !important;
top: 1px !important;
color:#666666 !important;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../immagini/tab_sfondo.gif) !important;
border-bottom-color: #666666 !important;
}

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

.tabcontent{
display:none;
height:310px;
font-size:12px !important;
overflow:auto;
margin-top:10px;


}

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

}
}


