/*Tag generici HTML*/
.form_hidden {
	background-color : transparent;
	border : 0px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: sans-serif, sans, arial, verdana;
	line-height: 16px;
	color: #333333;
	background: #811d59 url('top.png') repeat-x top left;
	text-align: center;
}

a {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
}

form {
	padding : 5px;
	margin : 0px;
}

form.filter {
	background-color: #ffc;
	border: 1px solid #fc6;
}

form.icona {
	padding : 0px;
}

input, select, textarea {
	color: #333333;
	padding: 4px;
	font: 12px sans-serif, sans, arial, verdana;
	border: 1px solid #999;
}

input.noborder {
	border: none;
}

small {color: #999; font-size: 11px;}
fieldset {border: 1px solid #CCCC66; padding: 10px;}
legend {font: bold 12px Arial, Helvetica, sans-serif; color: #000;}
table {
	width: 100%;
	line-height: 20px;
	color: #000000;
}
th {
	color: #fff;
	background-color: #0672ca;
	font-weight: normal;
	font-size: 11px;
}
tr.scuro {
	background-color: #efefef;
}
tr.chiaro {
	background-color: #f5f5f5;
}
td {
	padding: 2px;
}
td.grigio {
	padding: 2px;
	background-color: #f5f5f5;
}

td.legenda {
	color: #333;
	font-size: 9px;
}

td.utente {
	color: #811d59;
}

span.title {
	color: #811d59;
	background: #f5f5f5;
	display: block;
	padding: 10px;
	font-size: 24px;
}

span.subtitle {
	color: #666;
	background: #efefef;
	display: block;
	padding: 2px;
	padding-left: 10px;
	font-size: 11px;
}

span.autore {
	color: #666;
	background: #efefef;
	display: block;
	padding: 1px;
	padding-left: 4px;
	font-size: 10px;
}
span.sottotitolo {
	color: #ffffff;

	display: block;
	padding: 2px;
	text-decoration: none;
	font-size: 18px;
}

/*Varie classi generiche*/
.error {
	padding: 10px;
	text-align: center;
	color: #c00;
	background-color: #fcc;
}
.success {
	padding: 10px;
	text-align: center;
	color: #0672ca;
	background-color: #E8F6FF;
}

.readonly {color : #666666; background-color : #E9E9E9;}

.content {
	background: #fff;
	border: 1px solid #eee;
	width: "100%"
}

.evidenziato {
	color: #f00;
}

.linea {
	padding: 0px;
	height : 1px;
	background-color : #eee;
}

/* STILE CALENDARIO */
td.calendar {
	line-height: 12px;
	color: #999;
	font-size: 11px;
	background: #fff;
	border: 1px solid #ccc;
	height: 80px;
}

td.calendar_out {
	line-height: 12px;
	color: #999;
	font-size: 11px;
	background: #eee;
	border: 1px solid #ccc;
	height: 80px;
}

td.calendar_festa {
	line-height: 12px;
	color: #999;
	font-size: 11px;
	background: #FFDBFF;
	border: 1px solid #fcc;
	height: 80px;
}

td.calendar_today {
	line-height: 12px;
	color: #999;
	font-size: 11px;
	background: #fff;
	border: 2px solid #d00;
	height: 80px;
}

#menu {
	text-align: left;
	
}

#menu a {
	padding-left: 5px;
}

/*Struttura*/
#container {
	width : 99%;
	min-width: 760px;
	height : auto;
	color : #000;
	background: transparent;
	margin : 0 auto;
	text-align : left;
}

/*Testata principale*/
#header {
	height: 80px;
	width : 100%;
	color : #000;
	background-color : transparent;
}

#header table {
	font-size: 11px;
	color: #fff;
}

#header span.title {
	color: #ffd500;
	background: transparent;
	font-size: 28px;
	line-height: 28px;
	padding: 0;
	padding-top: 20px;
}

#header a {
	text-decoration: underline;
	color: #0000ff;
}

/*Menu' di navigazione*/
#navbar {
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	font-family: sans-serif, sans, arial, verdana;
	color: #000;
	background: transparent;
	text-align: center;
}

#navbar a:link, #navbar a:visited {
	float: left;
	width: 80px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	background: #0672ca url('tab.png') repeat-x;
	text-decoration: none;
	border-bottom: none;
	margin: 0 0 0 3px;
}

#navbar a:hover {
	color: #666;
	width: 80px;
	background: #0672ca url('tab_over.png') repeat-x;
}

#navbar a.selected:link, #navbar a.selected:visited {
	line-height: 32px;
	width: 80px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #811d59;
}
/*Fine menu' di navigazione*/

/*Contenuti Principali*/
#content {
	
	text-align: left;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	margin: 10px 0px 0px 0px;
}

#footer {
	color : #ffffff;
	font-size : 11px;
	border-top : 1px solid #E9E9E9;
	text-align : center;
	line-height : 40px;
	height : 40px;
}

/* Alert per promemoria note */
#alert {
	position: absolute;
	bottom: 2%;
	right: 2%;
	border: 1px solid #06c;
	color: #ffd500;
	background: #039;
	padding: 5px;
	width: 300px;
	height: 150px;
	text-align: center;
	display: none;
	font: 100% Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#alert a {
	color: #ffd500;
}

fieldset.fnero {
	font-size : 10px;
	border : none;
	border-top : 1px solid #000000;
	padding : 5px;
}

fieldset.fblu {
	font-size : 10px;
	border : none;
	border-top : 2px solid #0000FF;
	padding : 5px;
}

legend.lblu {
	font-weight : bold;
	color : #0000FF;
}
