﻿@charset "utf-8";
/* CSS Document */
html{
	overflow-y:scroll;
	margin: 0PX 0px 0px 0px;
	padding: 20PX 0px 0px 0px;
	height:100%;
	background-color:#C7CACD;
	background-image:url(media/bg_page.jpg); 
	background-repeat:repeat-x;
}


body{
/*	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
*/	font-family: Calibri, Arial;
	font-size:13px;
	color:#4D5350;
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
}

:focus {
	outline: 0;
}
 

div#container{
	position:relative;   
	position:relative;   
	height: 100%;
	margin: 0 auto;
    text-align: left;
 	/*width:998px;*/
 	width:1100px;
	 
 }

.bodypage{
	position:relative;   
	height: 100%;
	margin-left:29px;
	margin-right:29px;	
    text-align: left;
	background-color:#FFFFFF;
}

.page_content{
	float:left;
	/*width:700px;*/
    width:802px;
	background-color:#FFFFFF;
	border:0px solid #3c3c3c;
	height:auto;
	min-height:300px;
	margin-left:17px;
}

.page_menu{
 	float:right;
	width:180px;
	background-color:#FFFFFF;
	height:auto;
	margin-right:24px;
 
}
.page_menu_title{
	font-size:13px; 
	text-transform:uppercase; 
	font-weight:bold; 
	margin-bottom:15px;
	padding-left:6px;
	 
  }
.page_menu ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.page_menu li{
	background-image:url(media/bullet_menu.gif);
	background-repeat:no-repeat;
	background-position:2px 5px; 
	padding-left:16px;
	border-bottom:1px dotted #C1C6C3 ;
	padding-bottom:4px;
	padding-top:4px;
}
 
.page_menu li:hover{
	background-color:#F0F0F0;
}

.page_menu li.sel{
	background-image:url(media/bullet_menu_sel.gif);
	background-repeat:no-repeat;
	background-position:2px 5px; 
	padding-left:16px;
	border-bottom:1px dotted #C1C6C3 ;
 	background-color:#F0F0F0;
	padding-bottom:4px;
	padding-top:4px;
}
.page_menu a{
	text-decoration:none;
	color:#4D5350;
	
}
.page_menu a:hover{
	text-decoration:underline;
	color:#000000;
}


.page_menu2{
	background-image:url(media/freccia_doppia_giu.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	width:180px;
	background-color:#FFFFFF;
	height:auto;
	margin-right:24px;
	padding-top:23px;
	margin-top:20px;
	 
}

.page_menu_title2{
	font-size:13px; 
	text-transform:uppercase; 
	font-weight:bold; 
	margin-bottom:15px;
	padding-top:5px;
	border-top:1px solid #DBDDDC;
}
.page_menu2 ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.page_menu2 li{
	background-image:url(media/bullet_menu.gif);
	background-repeat:no-repeat;
	background-position:2px 5px; 
	padding-left:16px;
	border-bottom:1px dotted #C1C6C3 ;
	padding-bottom:4px;
	padding-top:4px;
}
 
.page_menu2 li:hover{
	background-color:#F0F0F0;
}

.page_menu2 li.sel{
	background-image:url(media/bullet_menu_sel.gif);
	background-repeat:no-repeat;
	background-position:2px 5px; 
	padding-left:16px;
	border-bottom:1px dotted #C1C6C3 ;
 	background-color:#F0F0F0;
	padding-bottom:5px;
	padding-top:5px;
}
.page_menu2 a{
	text-decoration:none;
	color:#4D5350;
	
}
.page_menu2 a:hover{
	text-decoration:underline;
	color:#000000;
}






.quick_links{
	background-image:url(media/bullet_quicklinks.png); margin-top:0px; font-size:15px; font-weight:bold; margin-bottom:50px;  height:24px; padding-left:30px; background-position:left; background-repeat:no-repeat;
}

.quick_links .titolo{
	padding-top:5px; margin-bottom:4px; font-size:17px;  padding-bottom:2px; border-bottom:1px solid #DBDEDD;
}
.quick_links .pipe{
	font-size:10px; color:#CCC;
    padding:0 4px 0 4px;
}
 


.form_header{
	background-image:url(media/bullet_sezioni.png); margin-top:0px; font-size:14px; font-weight:bold; margin-bottom:20px;  height:24px; padding-left:30px; background-position:left; background-repeat:no-repeat;
}

.form_header .titolo{
	padding-top:1px; margin-bottom:4px;font-size:17px;   padding-bottom:2px; border-bottom:1px solid #DBDEDD;
}

.label_form{
	color:#798583;
}

.colore_warning{
	color:#993300;
}

 

.form_input{
/*	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
*/	font-family: Calibri, Arial;
 font-size:13px; 
 border:0px;
 background-color:#F3F3F3;
 margin-bottom:3px;     
 margin-left:5px; 
 padding:3px;    
}
.form_input_psw{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px; 
 border:0px;   
 background-color:#F3F3F3;
 margin-bottom:3px;     
 margin-left:5px; 
 padding:3px;    
}

.form_input_combo{
margin-left:5px;margin-bottom:3px;  border:0px;  
/*	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
*/	font-family: Calibri, Arial;

font-size:13px; background-color:#F3F3F3;

}
.form_input_area{
margin-left:0px;margin-bottom:3px;  border:0px;  
/*	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
*/	
font-family: Calibri, Arial;
font-size:13px;
background-color:#F3F3F3; padding:5px;
}
.form_input_area_white{
margin-left:0px;margin-bottom:3px;  border:0px;  
/*	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
*/	
font-family: Calibri, Arial;
font-size:13px;
background-color:#FFFFFF; padding:5px;
}

.testo_normale{
/*	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
*/	font-family: Calibri, Arial;
	font-size:13px;
	font-weight:normal;
	color:#4D5350;
	line-height:18px;
}

.show_info{
/*	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
*/	font-family: Calibri, Arial;
	font-size:13px;
	font-weight:normal;
	color:#4D5350;
	line-height:18px;
	background-color:#EBF4FA; 
	margin-left:30px; 
	padding:5px; 
 	border:1px solid #C3DEF0;
	margin-bottom:20px;
 }


.form_td{
border-bottom:1px solid #DBDEDD;padding-bottom:5px;
}
.form_td_move{
border-bottom:1px solid #DBDEDD;padding-bottom:5px;
}


.form_tr:hover{
/*	background-color:#F0F0F0;
*/	background-color:#F0F0F0;
	
	color:#000000;

}

.ico_delete {
	width:14px;
	height:14px;
	background-image:url(media/ico_delete.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.ico_delete:hover {
	width:14px;
	height:14px;
	background-image:url(media/ico_delete_over.gif);
	background-position:center;
	background-repeat:no-repeat;
}
 
.ico_edit {
	width:14px;
	height:14px;
	background-image:url(media/ico_edit.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.ico_edit:hover {
	width:14px;
	height:14px;
	background-image:url(media/ico_edit_over.gif);
	background-position:center;
	background-repeat:no-repeat;
}


.img_move_up {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;

 }

.img_move_down {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
 }


#show_mex {
	background-color:#EAFFF1; 
	margin-left:30px; 
	padding:10px; 
	height:25px; 
	border:1px solid #90D5A7;
	margin-bottom:10px;
	 
}
#show_mex_err {
	background-color:#CC6633; 
	margin-left:30px; 
	padding:10px; 
	height:25px; 
	border:1px solid #904824;
	margin-bottom:10px;
	color:#FFF;
	 
}

#show_mex_corpo {
	background-color:#EAFFF1; 
	margin-left:30px; 
	padding:10px; 
	height:25px; 
	border:1px solid #90D5A7;
	margin-bottom:10px;
	 
}
#show_cerca {
	display:none;
	background-color:#F0F0F0; 
	border:1px solid #D8D8D8;
	margin-left:30px; 
	padding:17px 10px 7px 10px; 
	height:40px; 
 	margin-bottom:20px;
}
#show_cerca_scadenze {
	display:none;
 	margin-left:30px; 
	padding:0px; 
	height:250px; 
 	margin-bottom:20px;
}



#form_riga {
	display:none;

	background-color:#F3F3F3; 
	margin-left:0px; 
	padding:10px; 
 	border:1px solid #D9D9D9;
	margin-bottom:10px;
	 
}

#form_riga_edit {
	display:none;
	background-color:#F3F3F3; 
	margin-left:0px; 
	padding:10px; 
 	border:1px solid #D9D9D9;
	margin-bottom:10px;
}



.btn_form{
	float:left;
 	height: 26px;
	width:123px;
	padding-top:6px;
	background-image:url(media/btn_normal.png); background-repeat:no-repeat;
	margin-right:5px;
	margin-left:5px;	
}
.btn_form:hover{
	color:#FFF;
	float:left;
 	height: 26px;
	width:123px;
	background-image:url(media/btn_over.png); background-repeat:no-repeat;
}

.btn_form_small{
	float:left;
 	height: 26px;
	width:90px;
	padding-top:6px;
	background-image:url(media/btn_small_normal.png); background-repeat:no-repeat;
	margin-right:5px;
	margin-left:5px;	
}
.btn_form_small:hover{
	color:#FFF;
	float:left;
 	height: 26px;
	width:90px;
	background-image:url(media/btn_small_over.png); background-repeat:no-repeat;
}

.btn_form_small_large{
	float:right;
	text-align:center;
 	height: 26px;
	width:123px;
	padding-top:6px;
 
	background-image:url(media/btn_normal.png); background-repeat:no-repeat;
	margin-right:5px;
	margin-left:5px;	
}
.btn_form_small_large:hover{
	color:#FFF;
	float:right;
 	height: 26px;
	width:123px;
	background-image:url(media/btn_over.png); background-repeat:no-repeat;
}


.btn_form_cerca{
	float:right;
 	height: 26px;
	width:90px;
	text-align:center;
	padding-top:6px;
	background-image:url(media/btn_small_normal.png); background-repeat:no-repeat;
	margin-right:5px;
	margin-left:5px;	
}
.btn_form_cerca:hover{
	color:#FFF;
	float:right;
 	height: 26px;
	width:90px;
	background-image:url(media/btn_small_over.png); background-repeat:no-repeat;
}


.btn_form_link{
	color:#333;
/*	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
*/	font-family: Calibri, Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.btn_form_link:hover{
	color:#FFF;
 	text-decoration:none;
}

 
  

.footer{
 	/*width:998px;*/
 	width:1100px;
	position:relative;
 	height: 100%;
	margin: 0 auto;
    text-align: left;
}

.sub_footer{
 	height: 190px;
	background-image:url(media/div_f5ooter.gif); background-repeat:repeat-x;
	margin-left:18px;
	margin-right:17px;	
}



.footer_sx{
float:left; width:221px;  height:203px; color:#939594; background-image:url(media/footer_border_left.png); background-position:left top; background-repeat:no-repeat;
}
.footer_centrale{
float:left;   width:573px;   height:203px; color:#939594; padding:30px 0px 0px 50px;  background-image:url(media/footer_div.png); background-position:left top; background-repeat:repeat-x; 
}
.footer_dx{
float:right; width:221px;  height:203px; color:#939594;    background-image:url(media/footer_border_right.png); background-position:right top; background-repeat:no-repeat;}

.footer_titolo{
font-weight:normal; color:#f2f2f2; font-size:15px;
}

.titologruppo{
 	height: 40px;
 	background-image:url(media/page_divisor3.png); 
	background-repeat:no-repeat;
	background-position:left;
	padding-left:70px;
	padding-top:19px;
	color:#FFF;
	font-size:18px;
	
	
}

.area_menu{
	position:absolute;
	width:190px;
	height:auto;
	
	
	left:760px;
	top:80px;
	border:1px solid #B8B8B8;
	
}




.link_ql{ 
	font-weight:normal; 
	font-size:12px;
 	color:#57A4CF;
	text-decoration:none;
    line-height:22px;
    padding:3px;
}

.link_ql:hover { 
 	color:#307DA8;
	text-decoration:none;
    background-color:#dcf3ff;

}
.link_ql_fe{ 
	font-weight:normal; 
	font-size:12px;
 	color:#57A4CF;
	text-decoration:none;
 
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

.link_ql_fe:hover { 
 	color:#fff;
     background-color:#4db6ac;
	text-decoration:none;
}





.link_azione{ 
	font-weight:normal; 
	font-size:12px;
 	color:#57A4CF;
	text-decoration:none;
}

.link_azione:hover { 
 	color:#307DA8;
	text-decoration:underline;
}


.link_azione_nr_fatt{ 
	font-weight:normal; 
	 
 	color:#000;
	text-decoration:none;
}

.link_azione_nr_fatt:hover { 
 	color:#307DA8;
	text-decoration:underline;
}


.link_header{ 
	font-weight:normal; 
	font-size:12px;
 	color:#939594;
	text-decoration:underline;
}

.link_header:hover { 
 	color:#3c3c3c;
	text-decoration:underline;
}



.line_footer{
	width:170px;
 	border-bottom:1px dotted #B8B8B8;
  	padding-bottom:3px;
	margin-bottom:5px;
}
.line_footer_none{
	width:170px;
 	border-bottom:1px solid #55615C;
  	padding-bottom:3px;
	margin-bottom:5px;
}




.link_footer{ 
	font-weight:normal; 
	font-size:12px;
 	color:#939594;
	text-decoration:none;
}

.link_footer:hover { 
 	color:#f7f7f7;
	text-decoration:none;
}
 
 
 
/*----------------------- MENU --------------------- */
.aerobuttonmenu{  
overflow: hidden;  
width: auto;
padding: 4px 0 2px;
border-width: 1px 0;
height:44px;
border-bottom:1px solid #DBDDDC;

}

* html .aerobuttonmenu{  
width: 100%;
}

.aerobuttonmenu a.aero{ 
background: transparent url('media/aeroleft.gif') no-repeat top left;
display: block;
float: left;
line-height: 23px;  
height: 33px;  
padding-left: 10px;  
margin-top:11px;
text-decoration: none;
margin-right: 1px;  
font-size:13px;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; 
}

.aerobuttonmenu a.aero span{
background: transparent url('media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 13px 6px 3px; 
}

.aerobuttonmenu a.aero:hover{  
background: transparent url('media/aeroleft3.gif') no-repeat top left;
display: block;
float: left;
line-height: 23px;  
height: 33px;  
padding-left: 10px;  
text-decoration: none;
margin-right: 1px;  
 
font-size:13px;
margin-bottom:1px;

}

.aerobuttonmenu a.aero:hover span{  
color:#FFF;
background: transparent url('media/aeroright3.gif') no-repeat top right;
height:23px;
display: block;
padding: 4px 13px 6px 3px;
margin-bottom:3px;
}


.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

 
.aerobuttonmenu a.aero_sel{  
background: transparent url('media/aeroleft2.gif') no-repeat top left;
display: block;
float: left;
line-height: 23px;  
height: 44px;  
padding-left: 10px;  
text-decoration: none;
margin-right: 1px;  
font-size:13px;

}

.aerobuttonmenu a.aero_sel:link, .aerobuttonmenu a.aero_sel:visited {
color: white;  
}

.aerobuttonmenu a.aero_sel span{
background: transparent url('media/aeroright2.gif') no-repeat top right;
height:44px;
display: block;
padding: 4px 13px 6px 3px; 
}

.aerobuttonmenu a.aero_sel:hover{  
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);  
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero_sel:hover span{  
color:#FFF;
}

 
/*----------------------- IMPAGINAZIONE LISTE --------------------- */
.a4black {
 	font-size:12px;
	text-decoration:none;
	font-weight:bold;
 	color:#939594;
	padding:3px 2px 1px 2px;
	border-right:0px solid #FFFFFF;
}
 
.a4black_sel {
 	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
 	color:#49524F;
	padding:3px 2px 1px 2px;
	border-right:0px solid #FFFFFF;
}

.impa{ 
	font-weight:normal; 
	font-size:12px;
 	color:#939594;
	text-decoration:none;
}

.impa:hover { 
 	color:#000000;
	text-decoration:underline;
}

 
#div_aggiungi_riga
{
/*		background-image:url(media/bg_ctrl_righe.gif);
		background-repeat:repeat-x;
*/ 	padding:0px 0px 0px 10px;
 

 
	background-color:#FFF;
/*	border:1px solid #F0F0F0;
	border-TOP:0px solid #F0F0F0;
*/
}


.totale_label{
	float:left;
	width:105px;
	text-align:left;
	font-size:12px;
 
}

.totale_value{
	float:right;
	width:90px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
 }

.totale_value_big{
	float:right;
	width:90px;
	text-align:right;
	font-size:15px;
	font-weight:bold;
 }
