/*DIV SOVRAPPOSTO*/
.black_overlay
{
	position: fixed;
	top: 0%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content 
{
	position: absolute;
	top:10%;
	left: 10%;
	bottom: 10%;
	right: 10%;
	border-style: solid;
	border-width: 1px;
	border-color: #525252;
	background-color: #ffffff;
	z-index:1002;
	overflow: auto;
}
.content_on
{
	display: block;
	visibility: visible;
}
.content_off
{
	display: none;
	visibility: hidden;
}
.table_filters_buttons_left
{
	width: 25%;
	float: left;
	text-align: left;
}
.table_filters_buttons_right
{
	width: 75%;
	float: right;
	text-align: right;
}
.table_filters_buttons_bottom
{
	float: left;
	text-align: left;
	margin-top: 10px;
}
/*
#filters_content
{
	visibility: hidden;
	display: none;
}

#save_content
{
	visibility: hidden;
	display: none;
}


.standard_filters
{
	width:100%;
	height:100%;
	padding: 0px;
}
.filters_table
{
	width: 100%;
	border-collapse: collapse;
	border-style:solid;
	border-color: #525252;
	border-width:1px;
	padding: 0px;
	margin: 0px;
}
.filters_table_tr_title
{
	height: 20px;
	padding-left: 5px;
	background-image: url('../images/sfondo_intest.jpg');
	background-repeat: repeat-x;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	border-bottom-style:solid;
	border-bottom-color: #525252;
	border-bottom-width:1px;
	font-size: 11px;
}
.filters_table_tr_title_middle
{
	height: 20px;
	padding-left: 5px;
	background-image: url('../images/sfondo_intest.jpg');
	background-repeat: repeat-x;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	border-bottom-style:solid;
	border-bottom-color: #525252;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-color: #525252;
	border-top-width:1px;	
	font-size: 11px;
}
.filters_table_tr_title_middle_subtitle
{
	height: 20px;
	padding-left: 5px;

	background-color: silver;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	border-bottom-style:solid;
	border-bottom-color: #525252;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-color: #525252;
	border-top-width:1px;	
	font-size: 11px;
}
.filters_table_tr_title th
{
	border-style:solid;
	border-color: #525252;
	border-width:1px;
}
.filters_table_tr_even
{
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background-color: white;
}
.filters_table_tr_odd
{
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #edf2f6;
}
.filters_table_tr_buttons
{
	text-align: right;
	background-color: white;
	border-top-style:solid;
	border-top-color: #525252;
	border-top-width:1px;
	padding: 5px;
}
.filters_table_tr_sep
{
	height: 35px;
	background-color:white;
	border-style: solid;
	border-color: #525252;
	border-width: 1px;
	font-size: 11px;
}
.filters_table_tr_sep td
{
	border-style: solid;
	border-color: #525252;
	border-width: 1px;
}
.filters_table_label_cell
{
	width: 30%;
	padding-left: 5px;
	border-right-style:solid;
	border-right-color: #525252;
	border-right-width:1px;
	line-height: normal;
}
.filters_table_label_cell_subtitle
{
	width: 30%;
	padding-left: 5px;
	border-right-style:solid;
	border-right-color: #525252;
	border-right-width:1px;
	line-height: normal;
	text-align: center;
}
.filters_table_cell
{
	padding-left: 5px;
	border-right-style:solid;
	border-right-color: #525252;
	border-right-width:1px;
	line-height: normal;
}
.filters_table_data_cell
{
	width: 70%;
	padding-left: 5px;
}
.filters_table_data_cell img
{
	vertical-align: middle;
}
.filters_table_help
{
	font-size: 9px;
	line-height: 13px;
}
.filters_table_label
{
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}
.filters_table_label_subtitle
{
	font-size: 11px;
	line-height: 17px;
	font-style: italic;
	font-weight: normal;
}
.columns_table_cell_01
{
	width: 60px;
	padding-left: 5px;
}

.columns_table_cell_02
{
	width: 35%;
	padding-left: 5px;
	border-right-style:solid;
	border-right-color: #525252;
	border-right-width:1px;
	line-height: normal;
}
.columns_table_cell_03
{
	width: 25%;
	padding-left: 5px;
	border-right-style:solid;
	border-right-color: #525252;
	border-right-width:1px;
	line-height: normal;
}
.columns_table_cell_04
{
	padding-left: 5px;
}

.columns_table_label
{
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}

.columns_table_label_measure
{
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #83971e;
}

.columns_table_label_dimension
{
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #525252;
}



.table_filters_buttons
{
	height: 25px;
	font-size: 11px;
	float: right;
	width: 100%;
}


.filters_table_tr_subf
{
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #d1d1d1;
	color: #525252;
	padding-left: 5px;
	border-style:solid;
	border-color: #525252;
	border-width: 1px;
}
.filters_colonne_opzioni
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	color: white;
}
.filters_colonne_opzioni a:link,
.filters_colonne_opzioni a:visited,
.filters_colonne_opzioni a:hover
{
	color: white;
	text-decoration: underline;
}
.filters_colonne_opzioni input
{
	border-style: none;
	border-width: 0px;
}

.combodiv_hidden 
{
	position:absolute; 
	z-order:98;display:none
}
.combodiv_visible 
{
	position:absolute;	
	visibility:visible;
}

.filters_colonne_help
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	color: black;
	background-color: white;
	border:1px solid #525252;
}

.label_index
{
   color: #a0b33b; 
}

.report_comment
{
    line-height: normal;
}
*/