/* layout */
body{
margin:0;
background:#393939;
}
form{
border:0;
margin:0;
padding:0;
}
/* table */
.table_x100{
height:100%;
width:100%;
}
.table_Hx100{
height:100%;
}
.table_Wx100{
width:100%;
}
/* bottom */
.bottom{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#848484;
}
.bottom a{
color:#848484;
text-decoration:none;
}
.bottom a:hover{
color:#FFAE00;
}
/* testo */
.testo{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#848484;
text-align:justify;
}
.testo a{
color:#848484;
text-decoration:none;
}
.testo a:hover{
color:#FFAE00;
}
.testo a.selected{
color:#FFAE00 !important;
}
.testo ul{
list-style:none;
padding:0;
margin:0;
}
.testo li{
background:url(images/struttura/elenco.gif) left 14px no-repeat;
padding-left:10px;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #eee;
}
/* titolo */
.titolo{
font:16px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFAE00;
letter-spacing:-1px;
}


/* euronet ==================================================================================================================================================== */
.euronet{
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.euronet a{
color:#848484;
text-decoration:none;
}
.euronet a:hover{
color:#FFAE00;
}


/* moduli */
label{
font:10px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFAE00;
}
input{
font:10px Verdana, Arial, Helvetica, sans-serif;
background:#232323;
color:#FFF;
border:3px solid #232323;
width:100%;
}
input.inverti{
background:#4B4B4B !important;
border:3px solid #4B4B4B !important;
}
textarea{
font:10px Verdana, Arial, Helvetica, sans-serif;
background:#FFF;
color:#232323;
border:3px solid #FFAE00;
width:100%;
}
.button{
background:#FFAE00;
border:3px solid #FFAE00;
}