/* CSS Document */
/* Colori:
  blu #005BD1
  arancio #FF5300
  Grigio #C2C2C0
*/
.left {
    text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
.justify{
    text-align: justify;
}
.mnttitolo {
 font-family: Arial, Verdana;
 font-size: 14px;
 font-weight: bold;
 color: #FF5300;
}
.testo {
 font-family: Arial, Verdana;
 font-size: 11px;
 color: #005BD1;
}
.othertext {
 font-family: Arial, Verdana;
 font-size: 11px;
 color: #FF5300;
}
.dato {
 font-family: Arial, Verdana;
 font-size: 11px;
 font-weight: bold;
 color: #005BD1;
}
/* Aspetto delle form */
.titoloform {
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FF5300;
}
.inputtext {
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #000000;
    background: #C2C2C0;
}
.mntbutton {
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background: #005BD1;
}
/* aspetto printlist */
.mnttittab {
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background: #005BD1;
    text-align: center;
}
.mnt_pos_nosel {
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #FF5300;
    
}
.mnt_pos_sel {
    	color:#FFFF00;
        text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
.mnt_pos_sel:hover{
    	color:#123456;
        text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}