/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px;
margin:0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-size:13px;
font-weight:bold;
height:34px;
}

.shadetabs li{
float:left;
margin:0px;
padding:0px;
height:34px;
width:137px;
text-align:center;
}

.shadetabs li a
{
display:block;
height:24px;
width:137px;
padding:10px 0px 0px 0px;
text-decoration: none;
position: relative;
z-index: 1;
margin-right: 3px;
color:#acb9d2;
background-image:url(../images_layout/tab_non_attiva.jpg);
background-position:left top;
background-repeat:no-repeat;
}

.shadetabs li a:visited
{
display:block;
height:24px;
width:137px;
padding:10px 0px 0px 0px;
color:#acb9d2;
}

.shadetabs li a:hover
{
display:block;
height:24px;
width:137px;
padding:10px 0px 0px 0px;
text-decoration: underline;
color:#acb9d2;
}

.shadetabs li a.selected
{ /*selected main tab style */
position: relative;
display:block;
height:24px;
width:137px;
padding:10px 0px 0px 0px;
}

.shadetabs li a.selected
{ /*selected main tab style */
display:block;
height:24px;
width:137px;
padding:10px 0px 0px 0px;
background-image:url(../images_layout/tab_attiva.jpg);
border-bottom-color: white;
}

.shadetabs li a.selected:hover
{ /*selected main tab style */
display:block;
height:24px;
width:137px;
padding:10px 0px 0px 0px;
text-decoration: none;
}

.shadetabs li a.selected:active
{ /*selected main tab style */
display:block;
height:24px;
width:137px;
padding:10px 0px 0px 0px;
text-decoration: none;
outline:none;
}

.shadetabs li a.selected:focus
{ /*selected main tab style */
display:block;
height:24px;
width:137px;
padding:10px 0px 0px 0px;
text-decoration: none;
outline:none;
}

#wrapper_tabcontent
{
margin-top:-3px;
height:221px;
width:638px;
padding:15px;
background-image:url(../images_layout/bg_cont_tab.jpg);
background-repeat:no-repeat;
background-position:left top;
font-size:12px;
}

.tabcontent{
display:none;
clear:both;
}


@media print {
.tabcontent {
display:block !important;
}
}
