/*******************************/
/** 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;
}

