/************* CSS GENERICO ************/

body {
	color: #333333;
	font-weight: 300;
	background: url(../imgs/fondo.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: medium;
}
h2 {
	margin: 0px;
}
p {
	margin:0px;
}

hr {
	margin: 20px 0;
}

a img {
	border:none;
}

#full a.bottone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #333;
	color: #FFF;
	background-color:#C33;
	width: 100px;
	padding: 2px 4px;
	margin: 0 2px;
}

img.anteprima {
	float: left;
	background:#CCC;
	border: #999;
	padding: 2px;
}
/**@import "css/forms.css";****/

#container {
margin-left: auto;
margin-right: auto;
width: 990px;
border: 1px solid #CCC;
}

/**********/
#content {
margin: 10px 10px 10px 10px;
width: 100%;
border: 1px solid #000;
}

#sx {
padding: 20px 10px 10px 10px;
text-align: left;
float: left;
width: 699px;
border-right: 1px solid #000;
height:100%;
}

#full {
	padding: 20px;
	text-align: left;
	float: left;
	width: 959px;
	height:100%;
}

#full a, a:hover {
	text-decoration: none;
	color: #000;
	font-size:12px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

#dx {
float: right;
text-align: center;
margin-right:auto;margin-left:auto;
width: 260px;
}

.bold {
	font-weight: bold;
}
.rosso {
	font-weight: bold;
	color: #C30;
}
.popup {
	position: absolute;
	left: 10%;
	background-color: white;
	top: 100px;
	text-align: left;
	z-index: 10;
	padding: 10px;
	border-color: #B2B2B2 black black #B2B2B2;
	border-style: solid;
	border-width: 1px;
}

/*
CONTAINER
*/
.container {
	margin: 25px 10px;
	display: block;
}

.container .header {
	padding: 3px;
	background:#CC9900 none repeat scroll 0 0;
	border-bottom:1px solid;
}

.container .text {
	padding: 5px;
}

.container .options {
	width: 10%;
	float:left;
	margin: 5px 5px 5px 0;
}

.container .options p{
	margin: 0px;
	padding: 0px;
	display: block;
	height: 20px;
}

.container .options .cube{
	width:10px;
	height:10px;
	border:1px solid #333;
	float: left;
}

.container .options .text{
	width:70%;
	float:left;
	font-size:9px;
	padding: 1px 3px 2px 3px;
}
/*
RISPOSTE
*/

.messaggio {
	font-size:0.9em;
	margin:0 0 10px;
	padding:6px 10px 10px 45px;
}

.messaggio span {
	display:block;
	font-weight:bold;
	padding:0 0 4px;
}

.errore {
	background:#F9E5E6 url(icons/error.png) no-repeat scroll 10px 50%;
	border:1px solid #E8AAAD;
	color:#B50007;
}

.notice {
	background:#F9F9E5 url(icons/notice.png) no-repeat scroll 10px 50%;
	border:1px solid #E8E3AA;
	color:#828400;
}
.inf {
	background:#E5ECF9 url(icons/info.png) no-repeat scroll 10px 50%;
	border:1px solid #AAC6E8;
	color:#0055B5;
}

.success {
	background:#E9F9E5 url(icons/success.png) no-repeat scroll 10px 50%;
	border:1px solid #B4E8AA;
	color:#1C8400;
}

.reset {
	clear: both;
}

.sinistra {
	float:left;
	width: 65%;
	margin:2px;
	text-align:left;
	display:block;
}
.destra {
	float:right;
	width: 30%;
	margin:2px;
	text-align:right;
	display:block;
}
/*

*/
.titolone {
	display:block;
	margin:10px;
	height:50px;
	background: url(header.gif) no-repeat ;
	text-indent:-9999px;
	font-size: 16px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	}
	
.margine_immagine {
	margin:10px 10px 10px 110px;
}
/*


--TABELLE


*/
table .risposte{
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	}

.risposte th {
	padding: 0 0.5em;
	text-align: left;
	}

.risposte tr.assegnato td {
	background: #0F0;
	border-bottom: 1px solid #000;
}

.risposte tr.scartato td {
	background: #F00;
	border-bottom: 1px solid #000;
}

.risposte tr.sospeso td {
	background: #0CF;
	border-bottom: 1px solid #000;
}

.risposte td {
	padding: 0 0.5em;
	background: #999;
}

table #pagination {
	width: 900px;
}
table #pagination td {
	width: 450px;
	text-align: left;
}
table #pagination td+td {
	text-align: right;
}
table #pagination td a {
	display: block;
    padding: 3px 8px;
    text-decoration: none;
    color: #999;
    font-weight: bold;
}
/**/

table .inserzioni{
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.inserzioni th {
	padding: 0 0.5em;
	text-align: left;
	}

.inserzioni td {
	padding: 0 0.5em;
	
}

td+td {
	text-align: center;
}


td+td {
	text-align: center;
}
.tre_cell {
	width:33%;
	font-weight: bold;
	text-align: center;
}
.cinque_cell {
	width:20%;
	font-weight: bold;
	text-align: center;
}
.full_cell{
	width:100%;
	font-weight: bold;
	text-align: left;
}


/*
MENU
*/
.hormenu {
	width: 939px;
	display:block;
	height: 30px;
	margin: 0 10px;
	padding: 0px;
	border:0;
	text-align: left;
}

.hormenu #side-a {
	float: left;
	width: 200px;
}

.hormenu #side-b {
	float: right;
	width: 450px;
}

.hormenu #center { 
	float: left;
	width: 200px;
	float: right;
}
.hormenu #one {
	float: left;
	width: 300px;
}

.hormenu #two {
	float: right;
	width: 600px;
}

.hormenu p { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.navbar
{	margin: 0;
	padding: 0;
	text-align: center;
}
	
	.navbar li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	.navbar li a
	{	display: block;
		background: #FFF;
		padding: 5px 12px;
		text-decoration: none;
		border: 1px solid #333;
		width: 120px;
		color: #333;
		white-space: nowrap}

	.navbar li a:hover
	{	background: #FFF}
		
		.navbar li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border: 1px solid #333;
			z-index:100;
		}
		
		.navbar li ul li
		{	float: none;
			display: inline}
		
		.navbar li ul li a
		{	width: auto;
			background: #C90;
			border: none;}
		
		.navbar li ul li a:hover
		{	background: #7F1616}

#dialogPopup {
	display:none;
}

#dialogPopup p {
	margin: 5px 2px;
	padding: 1px;
}


#dialogPopup a, a:hover {
	text-decoration: none;
	color: #000;
	font-size:12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}


/*

*/

.preview{color:#000;text-decoration: none;}

#preview{
	position:absolute;
	border:1px solid #00F;
	display:none;
	color:#fff;
	z-index:100;
}

._verde {
	color: #090;
}
._rosso {
	color: #C30;
}
._blu {
	color: #03F;
}
.align_sx {
	text-align: left;
}
