/* STRUTTURA: INIZIO */

html, body{
	height: 100%;
}

body{
	font: 12px Verdana, Arial, sans-serif;
	text-align:left;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #f9f9f9;
	background-image:url(images/sfo.gif);
	background-repeat:repeat-y;
}

p {
 	margin: 1.1em 0 1.1em 0;
}

a, a:visited {
	color:#0033CC;
	font-size:1em;
}

a:hover {
	color:#FF0000;
}



h2,h3 {
	font-size:180%;
	color:#003399;
	margin:0;
	padding:0;
}
h3 {
	font-size:140%;
	color:#007733;
}

form {
	margin:0;
}

.clear {
	clear:both;
}



#container{
	width:693px;
	text-align:left;
}


#header {
	width:693px;
	height:111px;
	background-image:url(images/header.jpg);
	border-bottom: 1px solid #ffffff;
}

#main {
	width:693px;
	float:left;
}

#content{
	float:right;
	width:547px;
	padding:0 0px 0 6px;
	text-align:justify;
}
#contenuto {
	padding: 10px 4px 0 4px;
}



#nav{
	float:left;
	width:140px;
	text-align:left;
	background-color:#0305fe;
}


/* Configurazione pulsanti presenti in #nav: inizio */
.pulsantiera {
	padding: 2px 0 0px 0;
}

.pulsantiera a, .pulsantiera a:link, .pulsantiera a:visited {
	width:140px;
	height:22px;
	background-image:url(images/puls_blu.jpg);
	display:block;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	text-indent:4px;
	text-decoration:none;
	border-top:2px solid #ffffff;
	border-bottom:1px solid #ffffff;
	margin: 0px 0 3px 0;

}

.pulsantiera a:hover, .pulsantiera a.liv1_on, .pulsantiera a.liv1_on:link, .pulsantiera a.liv1_on:visited   {
	background-image:url(images/puls_blu_f2.jpg);
}




#footer {

}
/* STRUTTURA: FINE


/*******************************/
/** BOX MENU PER LE PAGINE DI **/
/** AMMINISTRAZIONE DEL SITO  **/
/*******************************/

div.box_admin {
 clear:both;
}

div.box_admin .sx {
	display:block;
	float:left;
/*	margin: 0.5em 0 1em 1em; */
	margin: 0.5em 1em 1em 0; 
}
div.box_admin .dx {
	display:block;
	float:right;
	margin: 0.5em 0 1em 1em;
}

div.box_admin a, div.box_admin a:link, div.box_admin a:visited {
	font-size:90%;
	font-weight:normal;
	color:#000000;
	padding:4px;
	text-decoration:none;
	border: 1px solid #aaaaaa;
	background-color: #dddddd;
}
div.box_admin a:hover {
	background-color:#eeeeee;
}


/*******************************/
/** BOX MENU PER LE PAGINE DI **/
/** AMMINISTRAZIONE DEL SITO  **/
/**			FINE			  **/
/*******************************/

table.utenti, table.utenti2 {
	border-collapse:collapse; 
	border-spacing:0px;
	border: 1px solid #888888;
	width:100%;
	font-size:10px;
}

table.utenti td, table.utenti th, table.utenti2 td, table.utenti2 th {
	text-align:center;
	border: 1px solid #888888;
	color:#000000;
	padding:6px;;
}
table.utenti2, table.utenti2 td, table.utenti2 th {
	border: 1px solid #ff9900;
}

table.utenti th, table.utenti2 th {
	background-color:#e7f7ff;
}

table.utenti ul, table.utenti2 ul {
	text-align:left;
/*	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; */
	margin: 0 0 0 1.2em;
	padding:0;
	font-size:10px;
	list-style-position:outside;
}
table.utenti ul li, table.utenti2 ul li {
	list-style-position:outside;
}

hr {
	padding:0;
	margin: 4em 1em 4em 1em;
	border-top: 1px solid #888888;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

h3 {
	margin: 0 0 1em 0;
	padding:0;
}

h2 {
	color: #ff9900;
	margin-bottom: 2em;
}



table.utmodifica {
	border-collapse:collapse; 
	border-spacing:0px;
	border: 1px solid #888888;
	width:310px;
}

table.utmodifica th {
	font-weight:normal;
	text-align:right;
}


#partners, #cop, #content .barra {
	display:none;
}

#extra {
	display:none;
}

#maincontent {
	width:754px;
}


.scheda {
	border:1px solid #cccccc;
	margin-top:30px;
	padding:8px;
}

.modificascheda {
	text-align:right;
}

.nuovascheda a, .modificascheda a {
	font-weight: bold;
	text-decoration:none;
}


div.gestschede {
	background-color:#eeeeee;
	margin-bottom: 20px;
	height:30px;
	padding: 4px;
	text-align:center;
	font-size:11px;

}

div.gestschede a {
	margin: 0 32px 32px 0;
	text-decoration:none;
}


.note {
	margin-top:10px;
	text-align:right;
	font-style:normal;
	font-weight:normal;
	font-size:smaller;
	color:#888888;
}

