/*BOX date*/
#elenco_date
	{
	z-index: 1000;
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	height: 50px;

	border: solid 1px;
	color: #666666;
	line-height: 14px;
	}
#elenco_date th
	{
	text-align: left;
	font-weight:normal;
	padding: 3px 0px;
	}
#elenco_date a:visited,
#elenco_date a:link {
    color: #666666;
}
/*BOX help*/
#box_help
	{
	z-index: 1000;
	display: none;
	position: absolute;
	background-color: #EEEEEE;
	width: 400px;
	height: 320px;

	top: 100px;
	left: 200px;

	border:2px solid #0a0a0a;
	border-top:2px solid #aaa;
	border-left:2px solid #aaa;
	}
#barra_help
	{
	width: 400px;
	height: 15px;
	border-bottom: solid 1px #cccccc;
	background-color: #028002;
	text-align: right;
	line-height: 14px;
	}
#barra_help #titolo_help
	{
	width: 381px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	}
#barra_help #chiudi_x
	{
	line-height: 14px;
	height: 15px;
	width: 19px;
	padding: 0px 4px;
	background-color: #EEEEEE;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}
#corpo_help
	{
	width: 390px;
	height: 301px;
	line-height: 14px;
	padding: 4px 5px 0px 5px;
	overflow: auto;
	}
#box_help p
	{
	text-align: justify;
	margin: 5px 0px;
	}

ul.lista_help li
	{
	display: block !important;
	border: none !important;
	font-family: Arial, Helvetica, sans-serif!important;
    font-size: 11px !important;
    color: #000000 !important;
    font-weight: normal !important;
	}
/*BOX elenco registri*/
#registri
	{
	position: absolute;
	top: 110px;
	left: 500px;
	display: none;
	background-color: #FFFFFF;
	width:inherit;
	}
/*BOX Flottante generico*/
#box_flottante
	{
	z-index: 800;
	display: none;
	position: absolute;
	background-color: #EEEEEE;

	top: 100px;
	left: 200px;
	
	border:2px solid #0a0a0a;
	border-top:2px solid #aaa;
	border-left:2px solid #aaa;
	}
/*BOX Acquisizione file*/
#barra_load_file
	{
	height: 15px;
	border-bottom: solid 1px #cccccc;
	background-color: #028002;
	text-align: right;
	line-height: 14px;
	color: #ffffff;
	width: 350px;
	}
	#titolo_load_file
		{
		padding-left: 10px;
		text-align: left;
		font-weight: bold;
		float:left;

		height: 15px;
		width: 325px;
		border-bottom: solid 1px #cccccc;
		}
	#chiudi_load_file
		{
		padding: 0px 4px;
		text-align: center;
		font-weight: bold;
		float:right;
		background-color: #EEEEEE;
		color: #000000;
		height: 15px;		
		border-bottom: solid 1px #cccccc;
		}
	#chiudi_load_file a
		{
		line-height: 13px;
		font-size: 12px;
		}
#corpo_load_file
	{
	height: 120px;

	line-height: 14px;
	padding: 4px 5px 0px 5px;
	overflow: auto;
	}
#corpo_load_file p
	{
	margin: 10px 0px;
	}
#corpo_load_file table
	{
	width: 100%;
	}
/*BOX Applet*/
#barra_load_applet
	{
	height: 15px;
	/*border-bottom: solid 1px #cccccc;*/
	background-color: #028002;
	text-align: right;
	line-height: 14px;
	color: #ffffff;
	width: 360px;
	}
	#titolo_load_applet
		{
		padding-left: 10px;
		text-align: left;
		font-weight: bold;
		float:left;

		height: 15px;
		width: 335px;
		}
	#chiudi_load_applet
		{
		padding: 0px 4px;
		text-align: center;
		font-weight: bold;
		float:right;
		background-color: #EEEEEE;
		color: #000000;
		height: 15px;		
		/*border-bottom: solid 1px #cccccc;*/
		}
	#chiudi_load_applet a
		{
		line-height: 13px;
		font-size: 12px;
		}
#corpo_load_applet
	{
	width: 360px;
	/*height: 420px;*/

	line-height: 14px;
	padding: 0px;
	overflow: auto;
	}
#app_firma
	{
	border: none;
	}
/*BOX Filtri*/
#barra_filtri
	{
	height: 15px;
	border-bottom: solid 1px #cccccc;
	background-color: #028002;
	text-align: right;
	line-height: 14px;
	color: #ffffff;
	width: 450px;
	}
	#titolo_filtri
		{
		padding-left: 10px;
		text-align: left;
		font-weight: bold;
		float:left;
		width: 425px;
		height: 15px;
		border-bottom: solid 1px #cccccc;
		}
	#chiudi_filtri
		{
		padding: 0px 4px;
		text-align: center;
		font-weight: bold;
		float:right;
		background-color: #EEEEEE;
		color: #000000;
		height: 15px;		
		border-bottom: solid 1px #cccccc;
		}
	#chiudi_filtri a
		{
		line-height: 13px;
		font-size: 12px;
		}
#corpo_filtri
	{
	line-height: 14px;
	padding: 4px 5px 15px 5px;
	overflow: auto;
	}
#corpo_filtri p
	{
	margin: 10px 0px;
	}
/*
 Colorazione delle stato del buono
 */
span.statoBuono_corretto
	{
	font-weight: bold;
	font-size: 1.1em;
	color: green;
	}
span.statoBuono_attesa
	{
	font-weight: bold;
	font-size: 1.1em;
	color: orange;
	}
span.statoBuono_errato
	{
	font-weight: bold;
	font-size: 1.1em;
	color: red;
	}
/*
Bottono speciali del buono di carico
*/

.BottoneSpecialeBuono
	{
	color: red !important;
	font-size: 1.4em !important;
	}
	
.extraChar td
	{
	font-size: 1.4em !important;
	}
/**
 * Error color
 */
 .sql_grave    { color: red; font-weight: bold;}
 .sql_medio    { color: orange; }
 .sql_normale  { color: green; }