@charset "UTF-8";
/* CSS Document */
body { 
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}

a {
	color:#990000;
}

.popup {
}

.navbar {
	text-align:right;
	margin: 0;
	font-size: 8pt;
}
.navbar a {
	text-decoration: none;
}

.tip {
	color: #333333;
	font-size: 8.5pt;
	font-style: italic;
	padding: .2em 0;
}

/* --- layout pagina --- */
#pagina {
	width:900px;
	margin:auto;
	padding: 0;
	background-color:#FFF;
	height: inherit;
	text-align: left;
	margin: .5em auto .5em auto;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: #000000 0px 0px 12px; /* firefox >= 3.5 */
	filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=10, OffY=10, color='black', Positive='true');
}

#pagina #contenuto {
	padding: 1em;
}

/* --- intestazione head --- */
#logoccs {
	position:relative;
	top: 0;
	left: 0;
	z-index:0
}
#maintitle0 {
	position:absolute; 
	border:2px solid #000000; 
	width:708px; 
	height:36px; 
	top: 95px; 
	left: 152px; 
	margin: 0;
	padding: 2px;
	font-size: 13pt;
	font-weight:bold; 
	text-align:center;
	z-index:100;
	line-height:36px;
}
.main_subtitle {
	position: absolute;
	border:2px solid #000000; 
	width:124px;
	height:36px;
	z-index: 50;
	top: 155px;
	text-align:center;
	line-height: 36px;
	font-weight:bold;
}
#maintitle1 {
	left: 10px;
}
#maintitle2 {
	left: 152px;
}
#maintitle3 {
	left: 298px;
}
#maintitle4 {
	left: 444px;
}
#maintitle5 {
	left: 592px;
}
#maintitle6 {
	left: 740px;
}

#banner {
	position:absolute;
	left: 164px;
	top: 0px;
}

#head {
	margin-bottom: .75em;
	position:relative;
	height: 200px;
}
#head a {
	color:#000000;
	text-decoration:none;
}

#testi {
	margin: 1em 5px 1em 8px;
}

/* --- gestione della barra dei loghi --- */
#loghi {
	margin: 0px;
	padding: 1em 0 0em 0;
	text-align: center;
}
.logo {
	list-style: none;
	display: inline;
	padding: 0 1em 0 1em;
}

/* --- gestione del sistema dei titoli delle notizie --- */
.notizia { }

.notizia .testo_notizia {
	padding: 0 0 0 72px;
	margin: .25em 0 .25em 0;
}

.notizia .continue { /* segnalatore che avvisa della presenza del contenuto della notizia collassata */
	padding: 0 .5em 0 72px;
	margin: 0 0 -1em 0;
	text-align: right
}

.notizia.on > .testo_notizia, 
.notizia.on > .notizia { /* visualizza il contenuto di una notiza espansa */
	display: block !important;
}

.notizia>.testo_notizia,
.notizia>.notizia { /* nasconde il contenuto di una notizia collassata */
	display: none;
}

.titolo { /* caratteristiche generali dei titoli */
	/*border:1px solid yellow;*/
	margin: 2px 0 2px 0;
	padding: 0 .5em 1em 72px;
	font-size: 9.5pt;
	font-weight: bold;
	color: #000000;
}
.titolo.collapsable { /* titolo che ha informazioni da contrarre/espandere */
	cursor: pointer;
}

h1.titolo {
	background:url(../images/t1_0.gif) top left no-repeat;
	
	/** imposta un altezza minima di 65px bypassando ie<=6 che non implementa min-height ( http://css.html.it/articoli/leggi/2049/minheight-anche-su-ie/ )*/
	height: auto !important; /* ie non considera !important per cui questa voce ha effetto solo negli altri browser */
	height: 65px;            /* interpretato da ie mentre negli altri browser è sostituito dall'istruzione !important */
	min-height: 65px;        /* non interpretato da ie precedente al 7*/
	
	padding-top:    22px;
	margin-bottom: -22px;
	line-height: 22px;
}
.notizia.on>h1.titolo, 
h1.titolo.on {
	background:url(../images/t1_1.gif) top left no-repeat;
}

h2.titolo {
	background:url(../images/t2_0.gif) top left no-repeat;
	
	/** imposta un altezza minima di 65px bypassando ie<=6 che non implementa min-height ( http://css.html.it/articoli/leggi/2049/minheight-anche-su-ie/ )*/
	height: auto !important; /* ie non considera !important per cui questa voce ha effetto solo negli altri browser */
	height: 35px;            /* interpretato da ie mentre negli altri browser è sostituito dall'istruzione !important */
	min-height: 35px;        /* non interpretato da ie precedente al 7*/
	
	padding-top:    14px;
	margin-bottom: -14px;
	
	line-height: 18px;
}
.notizia.on>h2.titolo, 
h2.titolo.on {
	background:url(../images/t2_1.gif) top left no-repeat;
}

h3.titolo {
	background:url(../images/t3_0.gif) top left no-repeat;
	/** imposta un altezza minima di 65px bypassando ie<=6 che non implementa min-height ( http://css.html.it/articoli/leggi/2049/minheight-anche-su-ie/ )*/
	height: auto !important; /* ie non considera !important per cui questa voce ha effetto solo negli altri browser */
	height: 35px;            /* interpretato da ie mentre negli altri browser è sostituito dall'istruzione !important */
	min-height: 35px;        /* non interpretato da ie precedente al 7*/
	
	padding-top:    14px;
	margin-bottom: -14px;
	
	line-height: 18px;
}
.notizia.on>h3.titolo, 
h3.titolo.on {
	background:url(../images/t3_1.gif) top left no-repeat;
}

h4.titolo {
	background:url(../images/t4_0.gif) top left no-repeat;
	/** imposta un altezza minima di 65px bypassando ie<=6 che non implementa min-height ( http://css.html.it/articoli/leggi/2049/minheight-anche-su-ie/ )*/
	height: auto !important; /* ie non considera !important per cui questa voce ha effetto solo negli altri browser */
	height: 35px;            /* interpretato da ie mentre negli altri browser è sostituito dall'istruzione !important */
	min-height: 35px;        /* non interpretato da ie precedente al 7*/
	
	padding-top:    14px;
	margin-bottom: -14px;
	
	line-height: 18px;
}
.notizia.on>h4.titolo, 
h4.titolo.on {
	background:url(../images/t4_1.gif) top left no-repeat;
}

h1 a, h2 a, h3 a, h4 a { 
	color: #000000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { 
	text-decoration: underline;
}

.container_libro {
	clear: both;
	padding: .5em 0;
}
.container_sublibro {
	margin-left: 25px;
	position: relative;
	font-size: 8.5pt;
}
.ico_copertina {
	width: 100px;
	position: relative;
	float: left;
	text-align: right;
	padding: 0 0 .5em 0;
}
.ico_copertina a {
	text-decoration: none;
	color: #ffffff;
}
.titolo_libro {
	margin-left: 145px;
	position: relative;
}
.titolo_libro2 {
	position: relative;
}

.titolo_libro p,
.titolo_libro2 p {
	margin: 0;
}

.titolo_libro a,
.titolo_libro2 a {
	color: #000000;
	text-decoration: none;
}
.titolo_libro a:hover, 
.titolo_libro2 a:hover {
	color: #000000;
	text-decoration: underline;
}

.attach_libro { 
	font-size: 8.5pt;
	color: #990000;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
}

.attach_libro a {
	color: #990000;
}
.attach_libro a:hover {
	color: #990000;
}

.highlight {
	background-color: #eeeeee;
}
/* --- gestione delle ombre --- */
.img-shadow {
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right  !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
} 

/* --- stili dei titoli --- */
h1 {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: .75em 0 .2em 0;
}

table.form {
	width: 100%;
	border-spacing: 2px;
	empty-cells: show;
}

tr.dispari td {
	background-color: #eeeeee;
}

.form .label,
.form .label2 {
	vertical-align: top;
	color: #993300;
}

.required {
	font-weight: bold;
	color: #aa0000;
	color: #aa0000 !important;
}

.form .label {
	width: 143px;
	text-align: right;
}


.form .item {
	vertical-align: top;
}

.form input[type=text],
.form textarea {
	width: 100%;
}

.form input[size] {
	width: inherit;
}

.search_bar {
	text-align: right;
}
.search_result_bar {
}
.search_query {
	font-size: 9pt;
	color: #666;
}

/** --- messaggi di errore e notifica --- */
div.log {
	border: 3px dotted #000000;
	padding: 3px;
	margin-bottom: 1em;
}

div.log_error {
	padding: .5em .5em .5em 1.5em;
	background: url(../images/error.png) top left no-repeat;
	font-weight: bold;
}

div.log_info {
	padding: .5em .5em .5em 1.5em;
	background: url(../images/info.png) top left no-repeat;
}

div.log_warning {
	padding: .5em .5em .5em 1.5em;
	background: url(../images/warn.png) top left no-repeat;
}
div.log_query {
	font-size: 8pt;
	font-weight: normal;
}

/** ---   --- */
#logged_menu {
	text-align: right;
	line-height: 20px;
	background: url(../images/adm.gif) #ffcc66 top left repeat-y;
	border: 2px solid #990000;
	color:#996600;
	min-height: 20px;
	padding: .25em;
	color: #990000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#logged_menu a, 
#admin a {
	color: #990000;
	text-decoration: none;
}
#logged_menu a:hover, 
#admin a:hover {
	text-decoration: underline;
}
#admin, .admin {
	min-height: 2em;
	background: url(../images/adm.gif) #ffcc66 top left repeat-y;
	border: 2px solid #990000;
	min-width: 150px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	opacity: .85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: alpha(opacity=85);
}
#admin {
	position: absolute;
	width: 300px;
	z-index: 100;
}
#admin_container, .admin_container {
	padding: .5em .5em .5em 1.5em;
}
