body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%; /*altezza necessaria per far lavorare 'center' height:100% con IE 6*/
}

.default {
	font-size: 12px;
	background: url(images/bg_default.gif) repeat-x #c0daa2;
}
	#center {
		position:absolute;
		top:50%;
		left:50%;
		width:446px;
		height:450px;
		margin-left:-223px;
		margin-top: -225px;
		color:#fff;
		font-weight:bold;
		padding:0;
	}

img {border:0px;}
.txt_8 { font-size: 8pt; line-height: 11pt;}


a:visited {
	color: #000;
	text-decoration: underline;
}


a:active {
	color: #000;
	text-decoration: underline;
}


a:link {
	color: #000;
	text-decoration: underline;
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}




/*### DIV TOP ###*/
.divtop{
	width: 975px;
	height: 175px;
	background-image: url('images/top_bkg.gif') ;
}

.payoff {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #78A12F;
	vertical-align:bottom;
	padding:0px 0px 16px 0px;
	width: 191px;
}

.logo{
	width: 191px;
}

.img_logo{
	border:0;
	padding:38px 0px 12px 38px;	
}

.menutop {
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding:0px 0px 12px 0px;
	color: #FFF;	
}

.btn_spacer {
	float:left;
	width:3px;
}

.btn_top {
	float:left;
	text-align: center;
	width: 190px;
}

.menutop a {
	color: #000;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
}

.menutop a:hover {
	text-decoration:underline;
}



/*### DIV MENU ###*/

.btn_on {
	width: 191px;
	height: 23px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	letter-spacing:-1px;
	color: #FFF;
	background: url('/images/btn_on.gif');
}

.btn_on a {
	color: #FFF;
	text-decoration: none;
}
.btn_on a:hover {
	text-decoration: none;
	font-weight: bold;
}


.btn_off{
	width: 191px;
	height: 23px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	letter-spacing:-1px;
	background: url('/images/btn_off.gif');
}

.btn_off a {
	color: #000;
	text-decoration: none;
}
.btn_off a:hover {
	font-weight: bold;
	text-decoration: none;
}



/*### DIV MAIN ###*/

.main_page
{
	width: 965px;
	padding:10px 0 10px 10px;
}
.main_page td {
	vertical-align:top;
}
.main_page .res_list td.text
{
	border-bottom: solid 4px #FFFFFF;
	padding:5px;
	background: url(images/bg_table.gif) no-repeat top right #E7E7E9;
	vertical-align:top;
}
.main_page .res_list td.text2
{
	border-bottom: solid 4px #FFFFFF;
	padding:15px;
	background: url(images/bg_table.gif) no-repeat top right #E7E7E9;
	vertical-align:top;
}

.main_page .res_list td.text3
{
	border-bottom: solid 4px #FFFFFF;
	padding:5px;
	background-color:#E7E7E9;
	vertical-align:top;
}

.main_page .res_list td.text2 h1
{
	font-size:14px;
	font-weight:bold;
}
.navigator a
{
	text-decoration:none;
	font-weight:bold;
	color: #000;
	font-size:10px;

}
.navigator a:hover
{
	text-decoration:underline;
}

.main_page .res_list td.text a
{
	text-decoration:none;
	font-weight:bold;
	color: #000;
	font-size:12px;
}
.main_page .res_list td.text a:hover
{
	text-decoration:underline;
}

.main_page .res_list td.text3 a
{
	text-decoration:none;
	font-weight:bold;
	color: #000;
	font-size:12px;
}
.main_page .res_list td.text3 a:hover
{
	text-decoration:underline;
}

/*### DIV MAIN ###*/

#footer{
	padding: 0 0 0 5px;
}


/****************************/
/* EFFETTO LIGHT BOX */

#lightbox{
	background-color:#FFF;
	padding: 10px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
