
/***** COMMON START *****/
body {
	margin:0 auto;
	background-image:url('../../struttura/images/header.png');
	background-repeat:repeat-x;
	background-color: #EAEFF8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:  #333;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

img {
	border: 0;
}

#index_container {
	position:relative;
	margin: auto;
	width:1085px;
}


#topbar {
	width:100%;
	float:left;
	height: 30px;
	text-align:center;
}

#menu {
	position:relative;
	width:1085px;
}

#utility {
	float:left;
	width:100%;
	height: 30px;
}

#contents {
	width:100%;
	float:left;
}

#footer {
	margin: 0 auto;
	margin-top:20px;
	width:1085px;
	height: 20px;
	line-height:20px;
	text-align:right;
	border-top:1px solid gray;
}

.testi {
	color: #333;
}

.testi a:link { color: #333; text-decoration: underline}
.testi a:visited { color: #333; text-decoration: underline; }
.testi a:hover { text-decoration: underline; color: #333}

/***** FORMS ******/


.input200 {
	width:200px;
}

.input300 {
	width:300px;
}

.input200, .input300 {
	height:32px;
	margin-top:5px;
	font-size:16px;
	color:#333;
	padding-left:10px;
}


.textareaForm {
	font-size:16px;
	color:#333;
}

.input200:focus, .input300:focus, .textareaForm:focus{
	background-color: #DCE6F1;
	border:1px solid #80A2CF;
}


.buttonForm {
	background-image:url('../images/pulsanteform.png');
	height:36px;
	width:140px;
	border:0px;
	background-repeat:no-repeat;
	color:white;
	cursor:pointer;
	letter-spacing:1px;
	text-transform: uppercase;
}

.schedaForm {
	position:absolute;
	width:1050px;
	border: 1px solid gray;
	margin:auto;
	overflow-y:auto;
	background-color:#dedede;
}

/***** FORMS END ******/

/***** SEARCH ******/

.headerSection {
	z-index:10;
	background-color:#DDD
}

.headerSection1 {
	margin-left:101px;
	z-index:0;
}

.headerSection2 {
	margin-left:202px;
	z-index:0;
}

.headerSection, .headerSection1, .headerSection2 {
	position:absolute;
	cursor:pointer;
	width:100px;
	height:35px;
	border:1px solid gray;
	border-bottom:1px solid #dedede;
	line-height: 30px;
	font-weight:bold;
	color:#666;
	-moz-border-radius: 10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

/***** SEARCH END ******/

/***** ELENCHI ******/

.intestazioniElenco{
	padding:3px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-weight:bold;
	height:24px;
}

.celleElenco {
	padding:3px;
	padding-lef:5px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	white-space: nowrap;
}

.righeElencoOdd {
	background-color: #FFF;
}

.righeElencoEven {
	background-color: #E9E9E9;
}

.righeElencoOdd:hover, .righeElencoEven:hover {
	background-color: #CAD9EC;
}

.pulsanteElenco {
	float:left;
	width:20px;
	height:18px;
	background-color:#7EA3D0;
	text-align:center;
	line-height:18px;
	margin:1px;
}

.pulsanteElenco > a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

.pulsanteElencoBlu {
	background-color: #7EA3D0;
}

.pulsanteElencoGrigio {
	background-color: #999;
}

.pulsanteElencoRosso {
	background-color: #FF0000;
}

/***** ELENCHI END ******/


/***** COMMOND END ******/
/***** LOGIN START ******/

#loginDiv {
	margin:auto;
	width:310px;
	height:327px;
	text-align:left;
	background-image: url("../images/form/background.png");
	background-repeat: no-repeat;
	text-align:center;
}

#logindiv div {
	width:330px;
	padding-left:25px;
}