/***********************************************/
/* IMPOSTAZIONI GENERALI DI OGNI PAGINA        */
/***********************************************/
body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	font-size: 90%;
	line-height: 1.366;	
	margin: 5px auto;
	padding: 0px;
	text-align: left;
}

/* STILE DEI LINK GENERICI*/
a:link, a:active, a:visited {
	color: #444444;
	text-decoration: none;
}

/* STILE DEI ROLLOVER GENERICI */
a:hover {
	color: #CC0000;
	text-decoration:underline;
}

/***********************************************/
/* LAYOUT                                      */
/***********************************************/

/* ingombro del corpo del sito     */

#print_header {
	display: block;
}


#container{
	padding: 0px 0px 0px 0px;
	width: 640px;
	margin: auto;
	text-align:left;
}

#masthead{
	display:none;
}

/* intestazione     */
#siteName{
	margin: 0;
	padding: 0 0 0 0;
	height: 74px;/**/
	margin-top: 0px;
	background: transparent url(images/bg/header.jpg) no-repeat top left;
}

/* barra del menu superiore     */
#headNav{
display: none;
}

#headNav table{
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}

/* link menu superiore     */
#headNav A{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

/* rollover menu superiore     */
#headNav A:hover{
	text-decoration:underline;
}

/* spaziatore menu superiore     */
.spacer { 
		font-size: 80%;
}	

/* COLONNA DI SINISTRA     */
#leftBar{
display: none; 

}

/* COLONNA DI DESTRA     */
#rightBar{
 display: none;
}

#rightBar p{
	text-align:left;
}


/* STILE DEI BLOCCHI     */
#block_body{
display:none;
}

#block_body p{
	margin: 2px 0px 4px 0px;
}

#block_body input{
	width: 90%;
	font-size: 90%;
}

/* Link blocchi */
#block_body a {
	padding: 1px 0px 1px 0px ;
}
/* Rollover blocchi */
#block_body a:hover{
	background-color: #FEE9E8;
}

/* Titolo blocchi */
.block_title{ 
	display:block;
	background: #ffffff url(images/bg/block_brand.gif) no-repeat left;
	border: #CC0000 1px solid;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	margin: 2px;
}


/***********************************************/
/* CONTENUTO                                */
/***********************************************/
/* Colonna Centrale */ 
#content{
	width: 100%;
	float: left;
	margin: 0px 0px 0px 4px;
}

#content p{
	margin: 2px 2px 2px 2px;
}

#content td{}

/* Stile dei contenuti */
#contenuto{ 
	border:  1px solid;
	border-bottom: 5px solid;
	border-color: #CC0000;
	padding: 2px 1px 4px 1px ;
	margin: 4px 0px 6px 0px;
	text-align:left;
}

#corpo{ 
	margin: 2px 2px 2px 2px ;
}

#content_list td{
	border-bottom: 1px solid;
	border-color: #F2F2F2;
	padding: 1px 1px 1px 1px;
}

#content_list a {
	text-decoration:underline;
}
#content_list A:hover{
	text-decoration:underline;	
}

.title_contenuto{ 
	display:block;
	font-size: 120%;
	font-weight:bold;
	color: #CC0000;
	background-color: #FEE9E8;
	border-bottom: 1px solid;
	border-color: #CC0000;
	padding: 0px 0px 2px 0px;
}


.autore_contenuto{ 
	font-size: 90%;
	color: #444444;
	font-style: italic; 
	font-weight:normal;
}

.data_contenuto{ 
	font-size: 90%;
	color: #444444;
	font-weight:normal;
}

/* Link ai correlati */
#godetails{ 
	font-weight:bold;
	text-align:right;
	color: #CC0000;
	margin: 4px 0px 0px 0px ;
}

#godetails A {
	display:block;
	text-decoration:underline;
	padding: 2px;
}

#godetails A:hover {
	background-color: #FEE9E8;
}

#admin_alert{ 
	font-size: 90%;
	color:#FF0000;
	text-decoration: overline;
}

#alert{ 
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;
}

#path{ 
display:none;
}

#path A {}

#path A:hover {}


/* PIE' DI PAGINA */

#footer{
	clear: both;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
}

#footer table{
width: 100%;
height: 20px;
margin: auto;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* CATEGORIE NIDIFICATE */
/* ********************************************************** */

.catlist1 {
	font-size: 105%;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
}

a.catlist1:link, a.catlist1:active, a.catlist1:visited {
	display:block;
}

a.catlist1:hover {
	background-color:#FEE9E8;
}

.catlist2 {
	display:block;
	font-weight: bold;
	padding: 0px 0px 1px 0px;
}

a.catlist2:link, a.catlist2:active, a.catlist2:visited {
}

a.catlist2:hover {
	background-color:#FEE9E8;
}

.catlist3 {}
a.catlist3:link, a.catlist3:active, a.catlist3:visited {}
a.catlist3:hover {}

.catlist4 {}


/***********************************************/
/* FUNZIONI ADMIN                              */
/***********************************************/

#admin_tools{ 
	text-align:right;
	margin: 2px 0px 2px 0px ; 
}

.title_form{ 
	font-size: 110%;
	font-weight: bold;
	color:#cc0000;
	text-align:center;
}

#content input, select{
font-size: 90%;
}

