<!--

.core_v_form  {


}

/*
************************************************************
                       DIV DEVICE
************************************************************
*/

.core_v_form .div_device {
	margin-bottom:20px;
}

.core_v_form .div_device_titolo {

}

.core_v_form .div_device_label {
	float:left;
	width: 235px;
	text-align: right;
	padding-right: 15px;
}

.core_v_form .div_device_campo {
	margin-left: 250px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.core_v_form .campo_errato {
	background-color: #FFFFBF;
	-webkit-box-shadow: 0 0 5px 3px #FFFFBF;
	box-shadow: 0 0 5px 3px #FFFFBF;
}

/*
************************************************************
                          FORM
************************************************************
*/

.core_v_form input[type="text"],
.core_v_form input[type="password"],
.core_v_form input[type="file"],
.core_v_form input[type="checkbox"],
.core_v_form select,
.core_v_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Navy;
	background-color: White;
	border: 1px solid #6495ed;
}

.core_v_form input[type="text"],
.core_v_form input[type="password"],
.core_v_form input[type="file"],
.core_v_form input[type="checkbox"],
.core_v_form textarea {
	padding: 3px 8px 3px 3px;
}

.core_v_form label, .core_v_form .label_no_tag {
	font-size: smaller;
}

.core_v_form .label_obbligatorio {
	color: #CC0066;
	font-weight: bold;
}

.core_v_form .label_info:hover {
	cursor: pointer;
}

.core_v_form .label_radio {
	cursor: pointer;
	font-size: medium;
	padding-right: 30px;
}

.core_v_form input[type="text"],
.core_v_form input[type="password"],
.core_v_form input[type="file"],
.core_v_form input[type="checkbox"],
.core_v_form select {
	height: 25px;
}

.core_v_form input[type="text"],
.core_v_form input[type="password"],
.core_v_form input[type="file"],
.core_v_form input[type="checkbox"],
.core_v_form textarea {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.core_v_form input:focus,
.core_v_form textarea:focus,
.core_v_form input[type="checkbox"]:hover,
.core_v_form select:focus {
	-webkit-box-shadow: 0 0 15px 3px #b9dbf2;
	box-shadow: 0 0 15px 3px #b9dbf2;
}

.core_v_form .readonly {
	color: gray;
	font-size: medium;
	cursor: not-allowed;
}

.core_v_form input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.core_v_form button,
.core_v_form .bottone {
	cursor: pointer;
	background-color: #6495ed;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid white;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 0 10px 1px #888;
	box-shadow: 0 0 10px 1px #888;
	text-align: center;
}

.core_v_form button:hover, .core_v_form .bottone:hover {
	background-color: #105ade;
}

/* Per racchiudere uno o pił bottoni creati con <a href=""></a> anzichč con <button> */
.core_v_form .div_bottone a:link, .core_v_form .div_bottone a:visited, .core_v_form .div_bottone a:hover, .core_v_form .div_bottone a:active {
	color: White;
	text-decoration: none;
}

.core_v_form .info {
	cursor: pointer;
	color: #555555;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}


.core_v_form .separatore_titolo {
	color: #ECECEC;
	font-size: x-large;
	font-weight: bold;
}


.core_v_form .separatore_contenitore {
	max-width:900px;
	overflow: auto;
	border-bottom: 5px dotted #ECECEC;
}


/*
************************************************************
                       DIALOGO
************************************************************
*/

.core_v_form .jq_dialogo_oscuratore {
	cursor: not-allowed;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: Black;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

.core_v_form .jq_dialogo_finestra {
	position: fixed;
	background-color: #eeeeee;
	border: 1px solid #6495ed;	
	border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
}


.core_v_form .jq_dialogo_finestra_testo {
	text-align: center;
	font-size: larger;
	font-weight: bold;
}




/*
************************************************************
                  stili di colore
************************************************************
*/

.core_v_form .acqua{
	background-image: url(sfondo_pulsanti_acqua.png);
}

.core_v_form .arancio{
	background-image: url(sfondo_pulsanti_arancio.png);
}

.core_v_form .azzurro{
	background-image: url(sfondo_pulsanti_azzurro.png);
}

.core_v_form .bianco{
	background-image: url(sfondo_pulsanti_bianco.png);
}

.core_v_form .blu{
	background-image: url(sfondo_pulsanti_blu.png);
}

.core_v_form .bosco{
	background-image: url(sfondo_pulsanti_bosco.png);
}

.core_v_form .fucsia{
	background-image: url(sfondo_pulsanti_fucsia.png);
}

.core_v_form .ghiaccio{
	background-image: url(sfondo_pulsanti_ghiaccio.png);
}

.core_v_form .giallo{
	background-image: url(sfondo_pulsanti_giallo.png);
}

.core_v_form .mare{
	background-image: url(sfondo_pulsanti_mare.png);
}

.core_v_form .nero{
	background-image: url(sfondo_pulsanti_nero.png);
}

.core_v_form .ocra{
	background-image: url(sfondo_pulsanti_ocra.png);
}

.core_v_form .rosso{
	background-image: url(sfondo_pulsanti_rosso.png);
}

.core_v_form .salmone{
	background-image: url(sfondo_pulsanti_salmone.png);
}

.core_v_form .verde{
	background-image: url(sfondo_pulsanti_verde.png);
}

.core_v_form .vinaccia{
	background-image: url(sfondo_pulsanti_vinaccia.png);
}

.core_v_form .viola{
	background-image: url(sfondo_pulsanti_viola.png);
}

.core_v_form .verde_acceso{
	background-image: url(sfondo_pulsanti_verde_acceso.png);
}

.core_v_form .rosso_acceso{
	background-image: url(sfondo_pulsanti_rosso_acceso.png);
}


.core_v_form .acqua,
.core_v_form .arancio,
.core_v_form .azzurro,
.core_v_form .bianco,
.core_v_form .blu,
.core_v_form .bosco,
.core_v_form .fucsia,
.core_v_form .ghiaccio,
.core_v_form .giallo,
.core_v_form .mare,
.core_v_form .nero,
.core_v_form .ocra,
.core_v_form .rosso,
.core_v_form .salmone,
.core_v_form .verde,
.core_v_form .vinaccia,
.core_v_form .viola,
.core_v_form .verde_acceso,
.core_v_form .rosso_acceso {
	background-position: top;
	background-repeat: repeat-x;
	background-color: Black;
}

.core_v_form .acqua:hover,
.core_v_form .arancio:hover,
.core_v_form .azzurro:hover,
.core_v_form .bianco:hover,
.core_v_form .blu:hover,
.core_v_form .bosco:hover,
.core_v_form .fucsia:hover,
.core_v_form .ghiaccio:hover,
.core_v_form .giallo:hover,
.core_v_form .mare:hover,
.core_v_form .nero:hover,
.core_v_form .ocra:hover,
.core_v_form .rosso:hover,
.core_v_form .salmone:hover,
.core_v_form .verde:hover,
.core_v_form .vinaccia:hover,
.core_v_form .viola:hover,
.core_v_form .verde_acceso:hover,
.core_v_form .rosso_acceso:hover {
	background-color: White;
}

-->