/* layout */
body{
margin:0;
background:#F2F2F2;
}
form{
border:0;
margin:0;
padding:0;
}
.sf_unit_sx{
background:url(images/struttura/unit_sx.gif) repeat-y;
}
.sf_unit_dx{
background:url(images/struttura/unit_dx.gif) repeat-y;
}
/* table */
.table_x100{
height:100%;
width:100%;
}
.table_Hx100{
height:100%;
}
.table_Wx100{
width:100%;
}
/* unit */
.unit{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#BABABA;
text-align:justify;
}
/* titolo */
.titolo{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#545454;
font-weight:bold;
}
/* testo */
.testo{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#545454;
text-align:justify;
}
.testo a{
color:#FC0228;
text-decoration:none;
}
.testo a:hover{
text-decoration:underline;
}
.red{
color:#FC0228;
}
/* bottom */
#bottom{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}
#bottom td{
text-align:center;
}
#bottom a{
text-decoration:none;
}
#bottom a:hover{
color:#FC0228;
}
#bottom .white{
color:#FFF;
}
#bottom .white a{
color:#FFF;
}
#bottom .grey{
color:#A3A3A3;
}
#bottom .grey a{
color:#A3A3A3;
}
/* unit */
#unit td{
height:90px;
widht:110px;
}
#unit a{
display:block;
border:15px solid #FFF;
}
#unit a:hover{
border:15px solid #C3C3C3;
}
.unitSelected{
border:15px solid #C3C3C3;
}
/* moduli */
.button{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-align:left;
color:#FFD600;
width:100%;
height:30px;
margin:1px;
border:5px solid #FFF;
background:#D10020;
padding-left:5px;
}
.textfield{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#545454;
width:100%;
border:0;
border-bottom:1px solid #C3C3C3;
background:#F2F2F2;
}
.textarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#545454;
border:3px solid #FC0228;
width:100%;
}
