/* Elementi di base */
html {min-height: 100%;}
@media (min-width: 641px) 
{ 
body {font-size:1.2rem;}
} 
 
@media (min-width:960px) 
{ 
body {font-size:1.4rem;} 
} 

@media (min-width:1100px) 
{ 
body {font-size:1.6rem;}
} 
* {
	margin: 0px;
	padding: 0px;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	/*background: #CCD8E0;*/
	background:#FAFAF6;
	/*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;
}

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;
}
#imglogo{
	float:left;
	margin-top:0px;
	min-width:150px;
}
/* Elementi della gabbia strutturale */
.container {
	background: #FAFAF6;
	font-size: 1.2em;
	margin: 0 auto;
	/*padding: 0 10px 4px;*/
	width: auto;
}

/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.top {
	padding: 0px 0px 0px;
}

/* Intestazione
   L'intestazione e' divisa in 2 colonne col_left e col_right */
.header {
	background: #FAFAF6;
	font-size: 1.2em;
	height: 90px;
	margin: 0 auto;
	/*padding: 10px 10px 5px;*/
	width: auto;
	font-weight: bold;
}

.header .row_top {
	margin-bottom: 5px;
	color: #FFF;
	height: 60px;
	background-color: #F00;
	min-width:500px;
}

.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: #F00;
}

.header .row_bottom {
	color: #FFF;
	height: 30px;
	text-align: center;
	width: 100%;
	background-color: #F00;
	vertical-align: middle;
}

.header .row_bottom h1 {
	font: italic 1.8em "Trebuchet MS",sans-serif;
	/*line-height: 100px;*/
	text-align: right;	
	padding: 0 16px;
}
/*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: 90%;
}

.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: 70%;
	min-width:400px;
	background: #FFFFFF;
	border: 2px solid #999;
	/*border-left: 6px solid #C1CAD3;*/
	border-radius:2.5em;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	/*line-height: 1.6em;*/
	margin-top:7em;	
	margin-bottom: 7em;
	margin-left:14%;
	margin-right: 10em;
	padding: inherit;
	white-space: pre;
}
#idcopy{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.8em;
	float:right;
	margin-right:8%;
}

/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.bottom {
	padding: 0 0px 00px;
}

/* Pie' di Pagina, chiusura pagina */
.footer {
	margin: 0 auto;
	/*padding: 10px 10px 5px;*/
	width: auto;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	/*background-color: #7FBFC1;*/
	background-color: #F00;
	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;}

/* CREA IL FORM SULLA MASCHERA DI LOGIN */
.containform {
    width: 550px;
    margin: 20px 180px;
    padding: 10px;
    border: 1px solid rgb(150, 0, 0);
	border-radius:2.5em;
	height: 160px;
	background:#F5F5F5;
	position:relative;
	top:60px;
}
.rightimg {
	position: absolute;
	top: 25px;
	right: 30px;
	/*float: right;
	margin-right:10px;*/
}
input.user {
 background-image: url(../img/user.png);
 background-repeat: no-repeat;
 background-position:left;
 background-color:#fff;
 width:150px;
 color: #666;
 padding:3px 5px 3px 19px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 20px; 
 } 
 
 input.passw {
 background-image: url(../img/passw.png);
 background-repeat: no-repeat;
 background-position:left;
 background-color:#fff;
 width:150px;
 color: #666;
 padding:3px 5px 3px 19px;
 font-size: 1em;
 font-family: 'trebuchet ms', sans-serif;
 border: 1px solid #ccc;
 height: 20px;
 position:relative;
 top:8px;
 }
 
 label.txtUSER {
	width: 130px;
	height: 20px;
	line-height: 10px;
	margin-right: 5px;
	padding-left: 6px;
	/*background: none repeat scroll 0% 0% rgb(255, 255, 255);*/
	float: left;
	display: block;
	font-size: 100%;
	color: #006;
	position: relative;
	top: 5px;
}

label.txtPSWD {
	width: 130px;
	height: 20px;
	line-height: 10px;
	margin-right: 5px;
	padding-left: 6px;
	/*background: none repeat scroll 0% 0% rgb(255, 255, 255);*/
	float: left;
	display: block;
	font-size: 100%;
	color: #006;
	position: relative;
	top: 15px;
}

.button {
	/*background: none repeat scroll 0% 0% rgb(230, 230, 220);*/
	
	color: rgb(0, 50, 255);
	
	/*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;*/
	padding: 2px 14px;
	font-size: 12px;
	position: relative;
	top: 50px;
	left: -178px;
	cursor: pointer;
}
.button2 {
	/*background: none repeat scroll 0% 0% rgb(230, 230, 220);*/
	
	color: rgb(0, 50, 255);
	/*
	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: 18px;*/
	padding: 2px 14px;
	font-size: 12px;
	position: relative;
	top: 50px;
	left: -140px;
	cursor: pointer;
}
/* FINE FORM MSCHERA LOGIN.ASP */
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	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;
}

.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;
}
