/* Elementi di base */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	/*background: #CCD8E0;*/
	background:#666;
	/*background: #633;*/
	color: #000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* Elementi personalizzati
   Questi elementi servono a collocare correttamente 
   gli elementi principali all'interno della gabbia strutturale */

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.floatleft {
	float: left;
	margin: 5px 14px 3px 1px;
}

img.floatright {
	float: right;
	margin: 5px 1px 3px 14px;
}

/* Elementi della gabbia strutturale */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 4px;
	width: 780px;
}

/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.top {
	padding: 40px 10px 0;
}

/* Intestazione
   L'intestazione e' divisa in 2 colonne col_left e col_right */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 90px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .row_top {
	margin-bottom: 5px;
	color: #FFF;
	height: 50px;
	background-color: #069;
}

.header .row_top h1 {
	color: #FFF;
	line-height: 50px;
	text-align: left;
	padding: 0 16px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #069;
}

.header .row_bottom {
	color: #999;
	height: 30px;
	text-align: left;
	width: 780px;
	background-color: #069;
}

.header .row_bottom h1 {
	font: italic 1.8em "Trebuchet MS",sans-serif;
	/*line-height: 100px;*/
	text-align: right;	
	padding: 0 16px;
}
/* Menu Navigazione */
.menunav {	
	background: #D9E1E5;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.menunav a {
	background: #D9E1E5;
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 14px;
	text-decoration: none;
}
.menunav a:hover {background-position: left bottom; color: #234;}

/* Corpo Principale */
.main {
	border-top: 4px solid #FFF;
	background: url(../img/bgmain.gif) repeat-y;
}

/* Contenuti - Colonna unica nella pagina */
.content {
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px 16px;
	width: 745px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: circle;
	line-height: 1.3em;
	margin-left: 18px;
}

.content h3 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content .box {
	float: left;
	width: 400px;
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	margin-right: 12px;
	padding: 8px 10px;
	white-space: pre;
}


/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.bottom {
	padding: 0 10px 50px;
}

/* Pie' di Pagina, chiusura pagina */
.footer {
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 760px;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	/*background-color: #7FBFC1;*/
	background-color: #069;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.footer a,.footer a:hover {color: #999;}

input.user {
 background-image: url(../img/user.png);
 background-repeat: no-repeat;
 background-position:left;
 background-color:#fff;
 width:290px;
 color: #666;
 padding:3px 5px 3px 19px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 27px; 
 } 
 
 input.passw {
 background-image: url(../img/passw.png);
 background-repeat: no-repeat;
 background-position:left;
 background-color:#fff;
 width:290px;
 color: #666;
 padding:3px 5px 3px 19px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 27px; 
 }
 
  input.data {
 background-position:left;
 background-color:#fff;
 width: 70px;
 color: #666;
 padding:3px 3px 3px 3px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px; 
 }
 
input.seek {
 background-image: url(../img/lente.gif);
 background-repeat: no-repeat;
 background-position:left;
 background-color:#fff;
 width:120px;
 color: #666;
 padding:3px 5px 3px 19px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px;
 }
 
 input.seek200 {
 background-image: url(../img/lente.gif);
 background-repeat: no-repeat;
 background-position:left;
 background-color:#fff;
 width:200px;
 color: #666;
 padding:3px 5px 3px 19px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px;
 }
 
 input.seek320 {
background-image: url(../img/lente.gif);
 background-repeat: no-repeat;
 background-position:left;
 background-color:#fff;
 width:320px;
 color: #666;
 padding:3px 5px 3px 19px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px; 
 }
 
 input.text {
 background-position:left;
 background-color:#fff;
 width:320px;
 color: #666;
 padding:3px 5px 3px 3px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px;
 }
 
 input.text40 {
 background-color:#fff;
 width:40px;
 color: #666;
 padding:3px 5px 3px 3px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px;
 }

 input.text80 {
 background-color:#fff;
 width:80px;
 color: #666;
 padding:3px 5px 3px 3px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px;
 }
 
 input.text160 {
 background-position:left;
 background-color:#fff;
 width:160px;
 color: #666;
 padding:3px 5px 3px 3px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px;
 }
 
 input.text360 {
 background-position:left;
 background-color:#fff;
 width:360px;
 color: #666;
 padding:3px 5px 3px 3px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px;
 }
 
 input.text400 {
 background-position:left;
 background-color:#fff;
 width:400px;
 color: #666;
 padding:3px 5px 3px 3px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px;
 }
 
 input.text500 {
 background-position:left;
 background-color:#fff;
 width:500px;
 color: #666;
 padding:3px 5px 3px 3px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 19px;
 }
 
 input.solalettura {
 background-color:#999;
 width:70px;
 color: #666;
 padding:3px 5px 3px 19px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px dotted #ccc;
 height: 19px;
 }

 label {
	width: 140px;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
	padding-left: 6px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	float: left;
	display: block;
	font-size: 105%;
	color: #006;
}

.label2 {
    width: 80px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    padding-left: 6px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    float: left;
    display: block;
    font-size: 105%;
    color: rgb(51, 51, 51);
}

.label3 {
	width: 110px;
	height: 20px;
	line-height: 35px;
	margin-right: 5px;
	padding-left: 6px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	float: left;
	display: block;
	font-size: 105%;
	color: rgb(51, 51, 51);
	border: 0px 0px 0px 0px;
	padding-bottom: 2px;
}

.button {
    background: none repeat scroll 0% 0% rgb(230, 230, 220);
    font-size: 12px;
    color: rgb(160, 160, 0);
    padding: 6px 14px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(216, 216, 208) rgb(216, 216, 208) rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 148px;
}

.buttonRicerca {
    background: none repeat scroll 0% 0% rgb(230, 230, 220);
    font-size: 12px;
    color: rgb(118, 122, 125);
    padding: 6px 10px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(216, 216, 208) rgb(216, 216, 208) rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 40px;
	height: 27px;
	vertical-align:middle;
}

.buttonRicerca2 {
    background: none repeat scroll 0% 0% rgb(230, 230, 220);
    font-size: 12px;
    color: rgb(118, 122, 125);
    padding: 1px 3px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(216, 216, 208) rgb(216, 216, 208) rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    /*margin-left: 180px;*/
	height: 27px;
	vertical-align:middle;
}

.buttoncalendar {
    background: none repeat scroll 0% 0% rgb(230, 230, 220);
    font-size: 12px;
    color: rgb(153, 153, 0);
    /*padding: 6px 14px;*/
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(216, 216, 208) rgb(216, 216, 208) rgb(255, 255, 255);
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-weight: bold;
	height:27px;
	vertical-align:middle;
    /*margin-left: 148px;*/
}

.buttonlow {
    background: none repeat scroll 0% 0% rgb(230, 230, 220);
    font-size: 12px;
    color: rgb(153, 153, 0);
    /*padding: 6px 14px;*/
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(216, 216, 208) rgb(216, 216, 208) rgb(255, 255, 255);
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-weight: bold;
	height:27px;
	width: 40px;
	vertical-align:middle;
    /*margin-left: 148px;*/
}

.userlog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align:left;
	padding-left: 15px;
	padding-top: 5px;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #066;
	text-align:center;
	padding-top: 10px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align:right;
	vertical-align:bottom;
}

.containform {
    width: 550px;
    margin: 0px auto;
    padding: 10px;
	float: left;
    /*border: 1px solid rgb(230, 0, 0);*/
	border: none;
	height: 200px;
}

.containform2 {
    width: 550px;
    margin: 0px auto;
    padding: 10px;
	float: left;
    /*border: 1px solid rgb(230, 0, 0);*/
	border: none;
	height: 100px;
}

.containform3 {
    width: 700px;
    margin: 0px auto;
    padding: 10px;
	float: left;
    border: 1px solid rgb(230, 0, 0);
	'border: none;
}
.containform4 {
	width: 550px;
	height: 40px;
	margin: 0px auto;
	padding: 0px;
	float: left;
	border: 1px dotted #696;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #F00;
	text-align:center;
	vertical-align:bottom;
}
.containmsg {
	width: 700px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	float: left;
	border: 1px dotted #696;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #F00;
	text-align:center;
	vertical-align:bottom;
}

/*
table, td, th{border:0px dotted #06F;border-collapse:collapse}
td,th{padding:3px 5px}
td{text-align:left}
th{text-align:center}
tr.odd td,tr.odd th{background: #D5E4FF}
caption{font-weight:bold;color: #999} 

.tabella, .riga, .colonna { margin: 0; padding: 0; border: 0}
.tabella {
	display: table;
	width: 400px;
}
.riga { clear: both; display: block; display: table-row; width: 380px}
*/
.colonna1 {
	background-image: url(../img/bgcol1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	min-width: 50px;
	display: table-cell;
}
.colonna2 {
	background-image: url(../img/bgcol2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	min-width: 200px;
	display: table-cell;
	background-color: #FFF;
}
.colonna3 {
	background-image: url(../img/bgcol3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	min-width: 110px;
	display: table-cell;
	background-color: #FFF;
}
.colonna4 {
	background-image: url(../img/bgcol4.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	min-width: 20px;
	display: table-cell;
	background-color: #FFF;
}

.colonna50 {
	background-position: left;
	float: left;
	width: 50px;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #669966;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #669966;
	background-attachment: fixed;
}

.colonna120 {
	background-position: left;
	float: left;
	width: 120px;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #669966;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #669966;
}

.colonna300 {
	background-position: left;
	float: left;
	width: 300px;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #669966;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #669966;
}

.colonna350 {
	background-position: left;
	float: left;
	width: 350px;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #669966;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #669966;
}

.colonna400 {
	background-position: left;
	float: left;
	min-width: 400px;
	width: 400px;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #669966;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #669966;
}

.spanriga {
	float:left;
	height: 30px;
	padding-top: 10px;
	vertical-align: bottom;
}

.formatcol-20 {
    width: 20px;
    height: 27px;
    line-height: 35px;
    margin-right: 5px;
    padding-left: 6px;
    background: none repeat scroll 0% 0% rgb(231, 231, 231);
    /*float: left;*/
    display: block;
    font-size: 90%;
    color: rgb(51, 51, 51);
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: thin;
}

 .formatcol-40 {
    width: 40px;
    height: 27px;
    line-height: 35px;
    margin-right: 5px;
    padding-left: 6px;
    background: none repeat scroll 0% 0% rgb(231, 231, 231);
    /*float: left;*/
    display: block;
    font-size: 90%;
    color: rgb(51, 51, 51);
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: thin;
}

  .formatcol-60 {
    width: 60px;
    height: 27px;
    line-height: 35px;
    margin-right: 5px;
    padding-left: 6px;
    background: none repeat scroll 0% 0% rgb(231, 231, 231);
    /*float: left;*/
    display: block;
    font-size: 90%;
    color: rgb(51, 51, 51);
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: thin;
}

 .formatcol-100 {
    width: 100px;
    height: 27px;
    line-height: 35px;
    margin-right: 5px;
    padding-left: 6px;
    background: none repeat scroll 0% 0% rgb(231, 231, 231);
    /*float: left;*/
    display: block;
    font-size: 90%;
    color: rgb(51, 51, 51);
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: thin;
}

 .formatcol-120 {
    width: 120px;
    height: 27px;
    line-height: 35px;
    margin-right: 5px;
    padding-left: 6px;
    background: none repeat scroll 0% 0% rgb(231, 231, 231);
    /*float: left;*/
    display: block;
    font-size: 90%;
    color: rgb(51, 51, 51);
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: thin;
}

 .formatcol-150 {
    width: 150px;
    height: 27px;
    line-height: 35px;
    margin-right: 5px;
    padding-left: 6px;
    background: none repeat scroll 0% 0% rgb(231, 231, 231);
    /*float: left;*/
    display: block;
    font-size: 90%;
    color: rgb(51, 51, 51);
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: thin;
}

.formatcol-350 {
    width: 350px;
    height: 27px;
    line-height: 35px;
    margin-right: 5px;
    padding-left: 6px;
    background: none repeat scroll 0% 0% rgb(231, 231, 231);
    /*float: left;*/
    display: block;
    font-size: 90%;
    color: rgb(51, 51, 51);
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: thin;
}
.listbox-100 {
 width: 300px;
 color: #009;
}
.textarea-100 {
 width: 540px;
 color: #009;
}
.normal_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F00;
	font-weight: bold;
}
.normal_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}