/* admin css */

 body{
    margin: 0;
	padding: 0;
	background: #FFF3D1 url(../images/tema/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
 }

body.info{
	background: #FFF3D1 url(aaa) repeat-x left top;
	}

 #wrapper{
 width: 900px;
    margin: 0 auto;
	padding: 0;
 }

 #wrapper_info{
 width: 780px;
    margin: 0 auto;
	padding: 0;
 }

 #pleft{
    text-align: left;
 }

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

 th {
 	font-size:12px;
 }
 


 a,a:link{
 	color:#000;
 	text-decoration:underline;
 
 }
 a:hover{
 	color:rgb(20,20,20);
 }

input.btn { 
	color:#000; 
	font: bold 84%; 
	background-color:rgb(208,198,163);
	border: 1px solid; 
	border-color: #696 #363 #363 #696; 
	
} 

#main{
	vertical-align:top;
 }

#header{
    font-size:12px;
    margin-bottom:10px;
 }
 
#footer {
	width: 100%;
	vertical-align:bottom;
	background: #D0C6A3;
	height: 10px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}


.message{
 	color:#ff9111;
 	font-size:14px;
 }
 
.solovis{
	font-size:14px; 	
 	color:#000000;
 	padding-left: 3px;
 	padding-right: 3px;
 }

.solovis_cliente{
	font-size:14px;
 	color:#333333;
 	padding-left: 12px;
 	padding-right: 12px;
 }

 .testoevidenziato{
 	color:#ff0000;
 	font-size: 12px;
 }
 
 .floatleft{
 	float:left;
 }
 
 .floatright{
 	float:right;
 }
 

.error{
 	border:1px solid #c98c21;
 	background-color:#f1f1f1;
 	color:#ff1111;
 	padding:1px;
 	width:300px;
 	font-size:14px;
 	margin:1px 0px 1px 0px;
 }

.titolo_div {
 	width:auto;
 	height: 400px;
 	text-align: center;
 	margin-top: 50px;
 	margin-bottom: 1px;
 }

.titolo {
 	color:#ff2211;
 	font-size:24px;
 	text-align:center;
 	vertical-align: middle;
 }

.titolo_maschera{
 	font-size: 1.6em;
	margin-top:6px;
	margin-bottom:8px;
 	color:#FFF;
	text-align:center;
 }

caption {
	font-size: 12px;
	font-weight: bold;
}

.table_header { 
  font-size:12px;
  font-weight: bold;
  border-bottom-width:1px;
  border-bottom-color: black;
  border-bottom-style: solid;
  background-color: rgb(231,231,216);
}

.table_row_1 { 
  border-top: 1px solid Silver;
  background-color: rgb(239,236,226);
  font-size: 12px;
  color:black;
}

.table_row_2 { 
  border-top: 1px solid Silver;
  background-color: rgb(255,255,255);
  font-size: 12px;
  color:black;
}


.table_esi_header { 
  font-size:11px;
  font-weight: bold;
  border-bottom-width:1px;
  border-bottom-color: black;
  border-bottom-style: solid;
  background-color:rgb(231,231,216);
}

.table_esi_row_1 { 
  border-top: 1px solid Silver;
  background-color: rgb(239,236,226);
  font-size: 11px;
  color:black;
}

.table_esi_row_2 { 
  border-top: 1px solid Silver;
  background-color: rgb(255,255,255);
  font-size: 11px;
  color:black;
}

.label {
 	font-size:12px;
 	margin:1px 0px 1px 0px;
 	color: rgb(233,233,233);
}



.value {
 	font-weight:bold;
 	font-size:12px;
 	color: rgb(233,233,233);
}

.lbl {
 	text-align: right;
}

table.filtri {
	width:800px;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: groove groove groove groove;
	border-color: grey grey grey grey;
	border-collapse: collapse;
	background-color: rgb(231,231,216);
}

table.dati {
	width:100%;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: groove groove groove groove;
	border-color: grey grey grey grey;
	border-collapse: collapse;
	background-color:rgb(231,231,216);
}

table.dati2 {
	width:100%;
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: groove groove groove groove;
	border-color: grey grey grey grey;
	border-collapse: collapse;
	background-color:rgb(231,231,216);
}

table.dati3 {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: groove groove groove groove;
	border-color: grey grey grey grey;
	border-collapse: collapse;
}

table.menu {
	width:100%;
	font-size: 16px;
}

table.dati_v {
	border-width: 2px;
	border-spacing: 2px;
	border-style:groove;
	border-color: grey;
	border-collapse: collapse;
}


.table_header_v { 
  font-size:14px;
  font-weight: bold;
  border-bottom-width:1px;
  border-bottom-color: black;
  border-bottom-style: solid;
  background-color: rgb(231,231,216);
}

.table_row_v1 { 
  
  background-color: rgb(239,236,226);
  font-size: 14px;
  color:black;
}

.table_row_v2 { 
  background-color: rgb(255,255,255);
  font-size: 14px;
  color:black;
}

/*
table.dati3 tr:hover {
	background-color: rgb(255,0,0);
}
*/