/* STILI PER METRO */
.list_bar_left
{
	float: left;
	/*width: 200px;*/
	margin-top: 5px;
}
.list_bar_right
{
	float: right;
	width: 550px;
	text-align: right;
	margin-top: 5px;
}

#lista_info_bottom_left
{
	float: left;
}
#lista_info_bottom_right
{
	float: right;
}
.lista_info_bottom_right_sep
{
	padding-left: 3px;
	float: right;
}
.lista_info_bottom_left_sep
{
	padding-left: 3px;
	float: left;
}

.lista_table_th
{
}
.lista_table_th_sel a
{
	color: #24A0DA;
}
.lista_table_tr_even
{
}
.lista_table_tr_odd
{
}
.lista_table_td
{
}
/* FINE STILI PER METRO */

/*INIZIO STILI PER LE LISTE*/
.graylink
{
	color: #525252;
	text-decoration: none;
}
.graylink:hover
{
	color: black;
	/*font-weight: bold;*/
}
.graylink_under
{
	color: #525252;
	text-decoration: underline;
}
/*FINE STILI PER LE LISTE*/

/*NAVBAR*/

.navbar_standard
{
	color: #525252;
	text-decoration: none;
}
.navbar_standard:hover
{
	color: white;
	text-decoration: underline;
}
.navbar_selected
{
	color: white;
	font-weight: bold;
}
.navbar_disabled
{
	color: gray;
}
.navbar_select
{
	margin-top:2px;
	/*width: 50px;*/
}
.select_righe_pagina
{
	width: 50px;
}
/*FINE NAVBAR*/

/*STILI MENU CONTESTUALE*/
#divContext 
{
	position: absolute;
	background-color: silver;
	border-style:solid;
	border-color: #525252;
	border-width:1px;
	color: black;
	padding: 0px;
	width: 140px;
}	
#divContext a
{
	display: block;
	width: 134px;
	height: 20px;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	border-bottom-width: 1px;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	font-style: italic;
	overflow: hidden;
}
#divContext a:hover
{
	background-color: #e3e3e3;
	color: black;
}

/* STILI PER HELP */
#help_wrapper
{
	width: 100%;
	background-color: white;
}
#help_wrapper_menu
{
	width: 200px;
	vertical-align: top;
}
#help_wrapper iframe
{
	border-style: none;
	border-width: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#help_menu_int
{
	background-image: url('../images/help_box_sfondo.jpg');
	background-repeat: repeat-y;
	margin-top: 0px;
}
#help_menu_int div
{
	margin-left: 30px;
	margin-right: 30px;
	width: 140px;
	color: #525252;
	font-weight: bold;
	font-size: 12px;
	/*line-height: 17px;*/
}
#help_menu_int div ul
{
	list-style-type: square;
}
#help_menu_int div ul li ul li
{
	font-weight: normal;
}
#help_menu_int div ul li ul
{
	margin-left: 10px;
}
#help_menu_int a:link, #help_menu_int a:visited
{
	color: #525252;
	text-decoration: none;
} 
#help_menu_int a:hover
{
	text-decoration: underline;
} 
.help_title
{
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #525252;
}
.help_testo
{
	margin-top: 10px;
	font-size: 13px;
	font-weight: normal;
}
.help_body
{
	font-family: Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: white;
}
.help_body_int
{
	font-family: Helvetica, sans-serif;
	padding: 10px;
	margin: 0px;
	background-color: white;
	overflow: auto;
}
#help_intest
{
	background-color: black;
	height: 67px;
}

.help_img
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.help_link
{
	color: #6666ff;
	text-decoration: none;
}
.icona_help
{
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
}
.help_int_table
{
	border-style:none;
	border-width:0px;
	color: #525252;
}
.help_int_table td
{
	font-size: 12px;
}

.clear
{
	clear: both;
}


/* STILI VALIDAZIONE */
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
/* STILI VALIDAZIONE */

/*
STILI LAYER WAITING
*/
#divWaiting
{
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	background-color: black;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index:99;
	display:none;
	visibility:hidden;
	text-align:center;
}	
#divWaiting img
{
	margin-top: 300px;
}
/*
eccezioni
*/
.box_big
{
	width: 800px;
	background-image: url('../images/box.jpg');
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
}
.box_big fieldset
{
	margin-top: 10px;
	padding: 10px;
}
.box_big fieldset legend
{
	color: red;
}
.box_big td
{
	padding: 3px;
}
/*tabella generica*/
.generic_widget_table
{
	border-collapse: collapse;
}
.generic_widget_table th
{
	background-image: url('../images/sfondo_intest.jpg');
	background-repeat: repeat-x;
	border-color: #525252;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	padding: 2px;
}
.generic_widget_table td
{
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	border-color: #525252;
	border-style: solid;
	border-width: 1px;
}
/*tabella generica*/

/*messaggio generico*/
.boxMsg
{
	width: 500px;
	margin: auto;
	text-align: center;
	margin-top: 100px;
	font-size: 12px;
}

.lista_table_main
{
	width: 100%;
	height: 100%;
	border-style: none;
	border-collapse: collapse;
	border-width: 0px;
	padding:0px;
	margin: 0px;
	border-left-color: #525252;
	border-left-style: solid;
	border-left-width: 1px;
}
.lista_table_header
{
	width: 100%;
	height: 47px;
}
.lista_table_cont
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	/*overflow-x: auto;*/
}
.lista_table_footer
{
	width: 100%;
	height: 32px;
}

.edit_table_main
{
	width: 100%;
	height: 100%;
	border-style: none;
	border-collapse: collapse;
	border-width: 0px;
	padding:0px;
	margin: 0px;
	border-left-color: #525252;
	border-left-style: solid;
	border-left-width: 1px;
}
.edit_table_header
{
	width: 100%;
	height: 20px;
}
.edit_table_cont
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	/*overflow-x: auto;*/
}
.edit_table_footer
{
	width: 100%;
	height: 32px;
}
.logo_slogan
{
	color: white;
	font-size: 14px;
	position: absolute;
	top: 30px;
	left: 210px;
}
.logo_forsite
{
	padding: 5px;
}
.boxUploader .info
{
	margin: 10px;
	font-size: 11px;
	line-height: 14px;
}
.boxUploader .link
{
	text-decoration: underline;
}

.input-altro {
	margin: 0px !important;
	margin-left: -4px !important;
	margin-top: 4px !important;
	min-height: 21px !important;
	font-size: 12px !important;
}

.hover:hover {
	cursor:pointer;
	opacity: 0.8;
}

/* blocco resize textarea */
textarea {
    resize: none;
}

.input-xxlarge {
    max-width: 100%;
}


span.tree-icon-stato-N .dynatree-icon
{
    background: url('../images/oggetti/oggetto_bianco.png') center center no-repeat;
    background-size: 16px 16px;
}
  
span.tree-icon-stato-N .dynatree-title
{
    color: #92d050;
}


span.tree-icon-stato-B .dynatree-icon
{
    background: url('../images/oggetti/oggetto_bianco.png') center center no-repeat;
    background-size: 16px 16px;
}
  

span.tree-icon-stato-I .dynatree-icon
{
    background: url('../images/oggetti/oggetto_arancione.png') center center no-repeat;
    background-size: 16px 16px;
}

span.tree-icon-stato-E .dynatree-icon
{
    background: url('../images/oggetti/oggetto_verde.png') center center no-repeat;
    background-size: 16px 16px;
}

span.tree-icon-stato-C .dynatree-icon
{
    background: url('../images/oggetti/oggetto_verde.png') center center no-repeat;
    background-size: 16px 16px;
}


span.tree-icon-stato-NC .dynatree-icon
{
    background: url('../images/oggetti/oggetto_giallo.png') center center no-repeat;
    background-size: 16px 16px;
}


  