html, body {
	height: 100%;
	margin:0px;
	background-color: /*#BE0000*/white;
}
body,div,table,tr,td,input,textarea,pre,ol,li,ul,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#main {
	position:absolute; top:50%; left:50%;
	height: 400px;
	width: 740px;
	margin:-205px 0px 0px -375px;
	background-color: White;
	text-align: left;
	padding: 5px; /* Se tolgo il padding posso aggiungere 10px a Height e Width */
}
#titolo-logo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width: 100%;
	text-align:center;
}
a {
	color: #B70000;
}
a:hover {
	text-decoration: none;
}

.ric {
	display: none;
	/*visibility:hidden;*/
}


/* Rosso Usato per AZIENDA --> BE0000*/

.didascalia {
	font-size:10px;
	font-style:italic;
	line-height:12px;
	color: #BE0000;
}
.img-laterali {
	border: 2px solid #BE0000;
	width: 120px;
	height: 70px;
}

/************* PULSANTI E CASELLE *************/
.casella {
	border: 1px dashed silver;
	width: 250px;
	color:#999999;
}
.pulsante {
	border: 1px silver;
	background-color: #B70000;
	color: white;
}
.campo-obbligatorio {
	color: #FF0000;
}
/************ / PULSANTI E CASELLE ************/

/**************** MENU PRINCIPALE *************/
#menubar, #menusottocat {
	width: 80px;
	cursor: hand;
}
#menusottocat {
	width: 100px;
}
/************** / MENU PRINCIPALE *************/ 

#footer {
	height:20px;
	width: 100%;
	text-align: right;
	color: #999;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-top: 2px solid #aaa;
}
#footer-txt {
	width: 100%;
	padding-right: 3px;
	background-color: White;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
a.credits {
	font-family: Arial;
	font-size: 9px;
	color: #ccc;
	text-decoration: none;
	background-color:#FFFFFF;
}


/******************************************************************/
.news {
	height: 215px;
	overflow: auto;
	padding-right: 10px;
	margin-bottom: 10px;
}
.news img {
	border:none;
	padding:0;
	margin:0;
}
.news ul {
	list-style-type:none;
}
.news li {
	list-style-position: inside;
	line-height: 35px;
}
.news a {
	font-size: 110%;
	color: #BE0000;
	text-decoration: none;
	padding: 5px 4px 5px 4px;
}
.news a:hover {
	padding: 5px 4px 5px 4px;
	border-bottom: 0px solid #E6C568;
	background-color: #f9f9f9;
}
.news h1 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #BE0000;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #BE0000;
}
/*********************************************************************/

