UL.wizard{font-size:0.85em; text-transform:uppercase; font-weight:bold}
UL.wizard LI{background:url('../immagini/wizard/step_off.gif') no-repeat;  text-align:center; height:23px; color:#C2C2C2; cursor:default;}
UL.wizard LI#stepOn{background:url('../immagini/wizard/step_on.gif') no-repeat;  text-align:center; height:23px; color:#CC3333; cursor:default;}

UL.orrSelect{list-style:none; margin:0; padding:0}
UL.orrSelect LI{text-align:center; float:left; width:33%}

UL.wizardTab{list-style:none; margin:0 5px 0 5px; padding:0;}
UL.wizardTab LI{float:left; margin:0 0 0 0;  padding:0; text-align:center;line-height:35px;}
UL.wizardTab LI A {
  display: block; width:140px;
  background:url('../immagini/wizard/tab_off.gif') no-repeat;
  color:#838383; font-weight:bold; text-decoration:none;
}
UL.wizardTab LI A.wizardTabOn{background:url('../immagini/wizard/tab.gif') no-repeat; color:#003368; font-weight:bold; text-decoration:none}

DIV#tabContent{background:#F08519; clear:both; margin:0; padding:0;}
DIV#tabContent INPUT{width:40px; margin-right:20px}
DIV#tabContent TABLE{margin:20px 0; width:100%;}

.labels{background:#F7C18D; display:block; width:80%; padding-left:10px; margin-left:20px}

.titolo{font-weight:bold; margin:10mm 0 2mm 0}
.resultsTable{width:410px;}
.resultsTable td {border-bottom:1px solid #ccc;padding:1px 0;vertical-align:top;text-align:left;}

#hint {
    display: none;
    position: absolute;
    left:430px;
    width: 400px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url("../immagini/wizard/pointer.gif") no-repeat -10px 5px;
}
#hint IMG{float:right; margin-left:10px; cursor:pointer;}
#hint #hint-pointer {
    position: absolute;
    left: 424px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url("../immagini/wizard/pointer.gif") left top no-repeat;
}
#placeholder, #id_attuale{text-align:center}
