body { 
	margin:0;
	padding:0;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}

TABLE {
	FONT-SIZE: 10px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

PRE {
	FONT-SIZE: 10px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	MARGIN: 0px;
}

INPUT, TEXTAREA, SELECT, OPTION
{
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #333333;
	PADDING-TOP: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
}

FORM {
	MARGIN: 0px;
} 

.Aggiorna{
        background-image: url(../img/bg_bottone_aggiorna.gif);
        background-repeat: no-repeat;
        width: 131px;
        height: 18px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        color: #797979;
        text-align: left;
        vertical-align: middle;
        cursor: hand;
}

.nobdr {
 border-width:0px;
} 

.txtSmall,.txtSmall:link,.txtSmall:active,.txtSmall:visited{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
}

.GrigliaDati,.GrigliaDati:link,.GrigliaDati:active,.GrigliaDati:visited{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-decoration: none;
}
.GrigliaDati tr td {
	vertical-align: top; 
}

.GrigliaDati tr td table,.GrigliaDati tr td table:link,.GrigliaDati tr td table:active,.GrigliaDati tr td table:visited{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-decoration: none;
	border: 1px solid #E0E0E0;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.GrigliaDati tr td table tr td {
	vertical-align: top; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}

.GrigliaDati tr td table tr td table {
	width: 100%;
}

.GrigliaDati tr td table tr td table tr td {
	padding: 5px 5px 5px 5px;
        font-size: 10px;
}


.txt,.txt:link,.txt:active,.txt:visited{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none;
}

.txtTitle,.txtTitle:link,.txtTitleRed:active,.txtTitle:visited{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
//        color: #CC0001;
        color: #000000;
        text-decoration: none;
}

.Selectable {
        cursor:pointer;
}













.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 200px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 250px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(/autopluspublic/img/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(/autopluspublic/img/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */