/* ######### CSS for Shade Tabs. Remove if not using ######### */

#TabBg{
background:url(../_img/submit-bg.png);
height:28px;
background-repeat:repeat-x;
border:1px solid #126fa1;
margin:0 0 15px 0;

}
#TabBgNere{
background: url();
height:22px;
background-repeat:no-repeat;
margin-top:-20px;
}

#TabBgMain{
background:url();
height:37px;
width: 652px;
background-repeat:no-repeat;
}
#TabBgNereMain{
background: url();
height:22px;
width: 652px;
background-repeat:no-repeat;
margin-top:-20px;
}

.shadetabsMain{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Tahoma;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs{
padding: 5px 0 0 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font: bold 12px Tahoma;
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;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color:#fff;
font-family:Arial;
font-size:1em;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: none;
color: #d8f1ff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #d8f1ff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}