
html, body    
{	
	height: 100%;   
	/*background-color:#eaeaea; */
} 

#container    
{
	min-height: 600px;     
	background-color: #fff;   
	border: 2px solid #ccc;   
	border-width: 0 2px; 	
	margin-left: 4px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
}

/*menu left, link menu*/
#menuleft    
{
	margin-left: 3px;
	font-size: 11px;
	border-color:#151B54;
}

a.linkMenu
{
	font-size: 11px;
	color:#151B54;	
	text-decoration: none;
}

a.linkMenu:hover
{
	font-size: 11px;
	color:#151B54;	
	text-decoration: none;
	
}
a.linkMenu:active
{
	font-size: 11px;
	text-decoration: none;
	color:#151B54;
		
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

textarea{
	border-top: 1px solid #7B8CB4;
	border-left: 1px solid #7B8CB4;
	border-right: 1px solid #7B8CB4;
	border-bottom: 1px solid #7B8CB4;
	font-size: 12px;
}

image 
{
	border-width : 0 ;
}
 
/*testo generico, anche per etichette form*/
.style1 {
	font-size: 10px;
	font-weight: bold;
}
.style2 {
	font-size: 10px;	
}

.styleErrore 
{
	color:Red;	
	font-size: 12px;
	font-weight: bold;	
}
 
 .styleErroreMav 
{
	color:Black;	
	font-size: 13px;
	font-weight: bold;
	background-color:#ffff5e;	
	 
}
 .modalBackGround
 {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
     
 }
 
a.link{
	color:#000099;	
	text-decoration:underline;
}

a.link:hover{
	color:#000099;	
	text-decoration:underline;
	
}
a.link:active{
	text-decoration: none;
	color:#FF0000;
		
}
 .cal_Theme1 .ajax__calendar_container {  
    background-color: #EFF3FB;
   /* background-color: #e2e2e2; */
    border:solid 1px #cccccc; 
	 
}  
.cal_Theme1 .ajax__calendar_header {  
    background-color: #EFF3FB;    
	/* background-color: #ffffff;   */
    margin-bottom: 4px;  
}
.cal_Theme1 .ajax__calendar_title,  
.cal_Theme1 .ajax__calendar_next,  
.cal_Theme1 .ajax__calendar_prev    {  
    color: #004080;   
    padding-top: 3px;  
}  
.cal_Theme1 .ajax__calendar_body    {  
   /* background-color: #e9e9e9;  */ 
	 background-color: #ffffff;
    border: solid 1px #cccccc;
}  
.cal_Theme1 .ajax__calendar_dayname {  
    text-align:center;   
    font-weight:bold;   
    margin-bottom: 4px;   
    margin-top: 2px;  
}  
.cal_Theme1 .ajax__calendar_day {  
    text-align:center;  
}  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,  
.cal_Theme1 .ajax__calendar_active  {  
    color: #004080;   
    font-weight: bold;   
    background-color: #ffffff;
}  
.cal_Theme1 .ajax__calendar_today   {  
    font-weight:bold;  
}  
  
.cal_Theme1 .ajax__calendar_other,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,  
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {  
  color: #bbbbbb;
}
.img_calendar {
	/* vertical-align: middle; */
	vertical-align: top;
	cursor: pointer;
}
  .help {
 background : #E5F3FF;
 color : #00008B;
 font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 scrollbar-3dlight-color : #FFFFFF;
 scrollbar-arrow-color : #FFFFFF;
 scrollbar-base-color : #FF9933;
 padding-left:10px;
 background-color:#FF9933;
 color:#FFFFFF;
}
.accordion {   
width: 100%;   
}   
.accordionHeader {   
border: 0;   
text-decoration: underline; 
background-color: #F7F6F3;   
font-family: Arial, Sans-Serif;   
font-size: 12px;   
padding: 2px;   
margin-top: 5px;   
cursor: pointer;
}   
.accordionHeaderSelected {   
border: 0;  
background-color: #F7F6F3;   
font-family: Arial, Sans-Serif;   
font-size: 12px;    
padding: 2px;   
margin-top: 5px;   
cursor: pointer;   
}  
.accordionContent {   
background-color: #F7F6F3;   
border: 0;    
padding: 2px;   
padding-top: 10px;   
}
.utente    
{
font-weight:bold;
font-family:Verdana;
border: 0;    
padding: 5px;
color:#000000;

}
/* menu left*/
.leftmenu{
	color:#000000;
	font-weight: bold;
	font-size: 11px;	
}
a.leftmenu{
	color:#000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;

}
a.leftmenu:hover{
	color:#000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration:underline;
}
/* link nel wizard */
.txt_link{
	color: #00008B;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}
a.txt_link{
	color:#00008B;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}
a.txt_link:hover{
	color:#00008B;
	font-weight: bold;
	font-size: 11px;
	text-decoration:underline;
}
.input {
	border-top: 1px solid #7B8CB4;
	border-left: 1px solid #7B8CB4;
	border-right: 1px solid #7B8CB4;
	border-bottom: 1px solid #7B8CB4;
	font-size: 11px;
	
}
.input2 {
	border-top: 1px solid #F37B03;
	border-left: 1px solid #F37B03;
	border-right: 1px solid #F37B03;
	border-bottom: 1px solid #F37B03;
	font-size: 11px;
	
}

.input_right {
	border-top: 1px solid #7B8CB4;
	border-left: 1px solid #7B8CB4;
	border-right: 1px solid #7B8CB4;
	border-bottom: 1px solid #7B8CB4;
	text-align: right;
	font-size: 11px;
}
input.check {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
.header_tabella_risultati {
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#666666;
	border:0.5px;
	border-color:#FFFFFF;
	border-style:solid;
	padding:3px;
	height:16px;	
	margin:20px;	
}


.header_tabella {
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#004080;
	border:0.5px;
	border-color:#004080;
	border-style:solid;
	padding:3px;
	height:16px;	
	margin:20px;	
}



a.header_tabella_risultati {
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#666666;
	border:0.5px;
	border-color:#FFFFFF;
	border-style:solid;
	padding:3px;
	height:20px;	
	margin:20px;
	text-decoration:none;
	
}
a.header_tabella_risultati:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#666666;
	border:0.5px;
	border-color:#FFFFFF;
	border-style:solid;
	padding:3px;
	height:20px;	
	margin:20px;
	text-decoration:underline;
	
}

.header_tabella_gialla {
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#F8C93A;
	border:0.5px;
	border-color:#FFFFFF;
	border-style:solid;
	padding:3px;
	height:16px;	
	margin:20px;	
}
.briciole{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/*testo generico, anche per etichette form*/
.txt_9 {
	font-size: 9px;
}
.txt_9b {
	font-size: 9px;
	font-weight: bold;
}
.txt_9b_white {
	font-size: 9px;
	font-weight: normal;
	color:#FFFFFF;
}
.txt_10b_white {
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
.txt_9i{
	font-size: 9px;
	font-style: italic;
}
.txt_10 {
	font-size: 10px;
}
.txt_10b {
	font-size: 10px;
	font-weight: bold;
}
.txt_10i {
	font-size: 10px;
	font-style: italic;
}

.txt_11 {
	font-size: 11px;
}
.txt_11b_white {
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
} 
.txt_11b {
	font-size: 11px;
	font-weight: bold;	
}
.txt_11b_red {
	font-size: 11px;
	font-weight: bold;
	color:#FF0000;
}
.txt_11i {
	font-size: 11px;
	font-style: italic;
}
.txt_12 {
	font-size: 12px;
}
.txt_12b {
	font-size: 12px;
	font-weight: bold;
}
.txt_12i {
	font-size: 12px;
	font-style: italic;
}

.txt_12b_red {
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
}

.txt_12_red {
	font-size: 12px;
	color:#FF0000;
}

.txt_11red {
	font-size: 11px;	
	color:#FF0000;
}

.txt_13b_red {
	font-size: 13px;
	font-weight: bold;
	color:#FF0000;
}



/*testo errore*/
.txt_errore{
	font-size: 9px;
	color:#FF0000;
	
}
/*elementi form*/
.leftmenu2{
	color:#000000;
	font-weight: bold;
	font-size: 11px;
	margin-right:30px;	
}
a.leftmenu2{
	color:#000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	margin-right:30px;

}
a.leftmenu2:hover{
	color:#000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration:underline;
	margin-right:30px;
}
 
 .tab_bordata {  
   border : medium double #004080;     
}

.tab_bordata_dx {  
   border : medium double #004080;  
   float: right;  
}
.tab_bordata_sn{  
   border : medium double #004080;  
   float:left  
}

.tab_cell  
{ 
	font-size: 12px;
	float: left; 
}

.tab_cell_eti  
{ 
	font-weight: bold;
	font-size: 11px;
	float: left; 
}

.tab_riga 
{
	height:30px;	
}