
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px "Trebuchet MS";
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
float: left;
/* width: 80%; width of menu*/
background-image:url(/images/box_corsi/sfondo_blu.jpg);
background-repeat:no-repeat;
height:25px;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
text-decoration: none;
width:34px;

}

.indentmenu ul li a:visited{
color: white;
width:34px;

}

.indentmenu ul li a.selected{
color: #999999; !important;
background-image:url(/images/box_corsi/sfondo_chiaro_sel.jpg);
background-repeat:no-repeat;
background-position:top;
width:34px;
height:26px;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 204px;
margin-bottom: 1em;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}