
/*	user.css									*/

/*	Versione del 05-09-2011						*/

/*	Directory /gestione							*/

/*	Validato 25-06-09							*/

/*	-------------------------------------------	*/

/*	Menu verticale di UV_SETUP_IT.PHP											*/ 
/*	NB: Anche usato da UPLOAD_UPLOAD_IT.PHP / UV_MAIN_XXX e UV_GESTIONE, & Co.	*/

td.gestione_menu_verticale {
	vertical-align: top;
	width: 80px; 
}

/*	+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/

/*	Versione del 19-05-2009														*/

/*	Menu verticale di UV_SETUP_IT.PHP											*/ 
/*	NB: Anche usato da UPLOAD_UPLOAD_IT.PHP / UV_MAIN_XXX e UV_GESTIONE, & Co.	*/

td.uv_menu_verticale,				/* old - deve scomparire	*/
td.uv_gestione_menu_verticale {
	vertical-align: top;
	width: 80px; 
}

td.uv_setup_menu_verticale {
	vertical-align: top;
	width: 180px; 
}

input.uv_active_item {
	width: 157px; 
	height: 20px; 
	text-align: left; 
	padding-left: 5px; 
	font-family: Verdana; 
	font-size: 10px;
}

div.uv_menu_verticale_header, div.uv_inactive_item, div.uv_current_item {
	width: 155px; 
	height: 20px; 
	border: 1px solid #7C94AC;
}

div.uv_menu_verticale_header  { background-color: rgb(102,154,204); }
div.uv_inactive_item { background-color: #eeeeee; }
div.uv_current_item  { background-color: #EBF2FA; }

p.uv_inactive_item, p.uv_current_item, p.uv_titolo_item {
	text-align: left; 
	padding-left: 5px; 
	font-family: Verdana; 
	font-size: 10px;
}

p.uv_inactive_item { color: gray; }
p.uv_current_item  { color: black; }
p.uv_titolo_item {
	font-size: 12px;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	color: white;
	background-color: #669ACC;
	font-weight: bold;
}

/*	----------------------------------------	*/

div.box1_700_c
{	margin: 0 auto;
	width: 700px;
	border-style: solid;
	border-width: 1px;
	border-color: #990000;		/* Colore 1	*/
	background-color: #EEEEEE;		/* Colore 3	*/
	padding: 1em;
	overflow: hidden;
}


