@charset "utf-8";
/* CSS Document */

.partecipaBTN{
	width:100px;
	height:26px;
	display:block;
	background:url(/images/site_tmp/partecipa.png) 0 0 no-repeat;
}

.partecipaBTN:hover{
	background-image:url(/images/site_tmp/partecipa_over.png);
}

.containtsome{
	width:180px;
	height:100%;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.box_rosso_open {
	width: 180px;
	overflow:hidden;
	padding: 5px 0px 0px 0px;
	background: url('/images/site_tmp/sf_open_rosso.jpg');
}

.box_rosso_sel {
	width: 180px;
	overflow:hidden;
	padding: 5px 0px 5px 0px;
	background: url('/images/site_tmp/sf_open_rosso.jpg');
	border-bottom: 1px solid #DA1217;
}

.box_rosso {
	width: 180px;
	overflow:hidden;
	padding: 5px 0px 5px 0px;
	background-color: #ED1C24;
	border-bottom: 1px solid #DA1217;
}

.box_rosso_navigation{
	width: 180px;
	padding: 5px 0px 5px 0px;
	background-color: #ED1C24;
	border-bottom: 1px solid #DA1217;
}

.box_rosso_bntback {
	width:28px;
	height:17px;
	background: url('/images/site_tmp/bnt_red_pv_off.gif');
	display:block;
	cursor:pointer;
}

.box_rosso_bntforw {
	width:28px;
	height:17px;
	background: url('/images/site_tmp/bnt_red_nx_off.gif');
	display:block;
	cursor:pointer;
}

.box_rosso img, .box_rosso input.bnt{
	display:none;
}

.box_rosso_open img {
	border-width: 2px;
	border-color: #ED1C24;
	margin-top: 3px;
}
.box_rosso_open input.bnt {
	font-family: tahoma,arial,helvetica;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px solid #8E0000;
	background: url('/images/site_tmp/sf_bottone_rosso.gif') repeat-x 0 50%;
	cursor: pointer;
	background-color:#CDCCCA;
}

.box_bianco_open {
	width: 180px;
	overflow:hidden;
	padding: 5px 0px 0px 0px;
	background: url('/images/site_tmp/sf_open_bianco.jpg') no-repeat;
	cursor: pointer;
	background-color:#CDCCCA;
}

.box_bianco_sel {
	width: 180px;
	overflow:hidden;
	padding: 5px 0px 5px 0px;
	background: url('/images/site_tmp/sf_open_bianco.jpg') no-repeat;
	cursor: pointer;
	background-color:#CDCCCA;
	border-bottom: 1px solid #E0E0E0;
}

.box_bianco {
	width: 180px;
	overflow:hidden;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
}

.box_bianco_navigation{
	width: 180px;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
}

.box_bianco_bntback {
	width:28px;
	height:17px;
	background: url('/images/site_tmp/mese_indietro.gif');	
	cursor:pointer;
	display:block;
}

.box_bianco_bntforw {
	width:28px;
	height:17px;
	background: url('/images/site_tmp/mese_avanti.gif');
	cursor:pointer;
	display:block;
}

.box_bianco img, .box_bianco input.bnt{
	display:none;
}
.box_bianco_open img {
	border-width: 2px;
	border-color: #999999;
	margin-top: 3px;
}
.box_bianco_open input.bnt {
	font-family: tahoma,arial,helvetica;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px solid #999999;
	background: url('/images/site_tmp/sf_bottone_grigio.gif') repeat-x 0 50%; 
	cursor: pointer;
}

.box_grigioline {
	width: 180px;
	overflow:hidden;
	padding: 5px 0px 5px 0px;
	background-color: #1B1A18;
	border-bottom: 1px solid #292929;
}

.box_grigio {
	width: 180px;
	overflow:hidden;
	padding: 5px 0px 5px 0px;
	background-color: #232323;
	border-bottom: 1px solid #292929;
}

.box_grigio_open {
	width: 180px;
	background-color: #232323;
	overflow:hidden;
	padding: 5px 0px 0px 0px;
	background: url('/images/site_tmp/sf_open_grigio.gif');
}

.box_grigio_sel {
	width: 180px;
	overflow:hidden;
	padding: 5px 0px 5px 0px;
	background: url('/images/site_tmp/sf_open_grigio.gif');
	border-bottom: 1px solid #292929;
}

.box_grigio_navigation{
	width: 180px;
	padding: 5px 0px 5px 0px;
	background-color: #232323;
	border-bottom: 1px solid #292929;
}

.box_grigio_bntback {
	width:28px;
	height:17px;
	background: url('/images/site_tmp/bnt_gray_pv_off.gif');
	display:block;
	cursor:pointer;
}

.box_grigio_bntforw {
	width:28px;
	height:17px;
	background: url('/images/site_tmp/bnt_gray_nx_off.gif');
	display:block;
	cursor:pointer;
}

.box_grigio img, .box_grigio input.bnt{
	display:none;
}

.box_grigio_open img {
	border-width: 2px;
	border-color: #292929;
	margin-top: 3px;
}
.box_grigio_open input.bnt {
	margin-bottom: 3px;
	margin-left: 6px;
	font-family: tahoma,arial,helvetica;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	color: #FFFFFF;
	border: 1px solid #999999;
	background: url('/images/site_tmp/sf_bottone_grigiodark.gif') repeat-x 0 50%; 
	cursor: pointer;
}

.img_small {
	border-width: 2px;
	border-color: #ED1C24;
	margin-top: 3px;
}

.tbl_cal {}

.tbl_cal td.head {
	background-color:#8F8F8F;
	font-family: tahoma,arial,helvetica;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	line-height: 13px;
	text-decoration: none;
}

.tbl_cal td.day {
	font-family: tahoma,arial,helvetica;
	text-align:center;
	font-size: 10px;
	font-weight:bold;
	color: #303030;
	line-height: 13px;
	text-decoration: none;
}

.tbl_cal td.eve {
	font-family: tahoma,arial,helvetica;
	text-align:center;
	font-size: 10px;
	color: #FFFFFF;
	background:url('/images/site_tmp/img_bkg_eve.gif') no-repeat;
	background-position: center;
	line-height: 13px;
	text-decoration: none;
	font-weight:bold;
}

.tbl_cal td.eve a:link,.tbl_cal td.eve a:visited ,.tbl_cal td.eve a:active { color:#FFFFFF; text-decoration:none; }
.tbl_cal td.eve a:hover { color:#FFFFFF; text-decoration:underline; }

.tbl_cal td.today {
	font-family: tahoma,arial,helvetica;
	text-align:center;
	font-size: 10px;
	color: #ED1C24;
	line-height: 13px;
	text-decoration: underline;
	font-weight:bold;
}

.tbl_cal td.fes {
	font-family: tahoma,arial,helvetica;
	text-align:center;
	font-weight:bold;
	font-size: 10px;
	color: #A0A0A0;
	line-height: 13px;
	text-decoration: none;
}

.divtitlescrollwhite{
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	text-decoration: none;
	text-align:left;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	width:160px;
}

.divtitlescrollwhite a:link,.divtitlescrollwhite a:visited,.divtitlescrollwhite a:active { color:#FFFFFF; text-decoration:none; }
.divtitlescrollwhite a:hover { color:#FFFFFF; text-decoration:underline; }

.divtitlescrollgray{
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	text-decoration: none;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:160px;
}

.divtitlescrollgray a:link , .divtitlescrollgray a:visited, .divtitlescrollgray a:active{ color:#333333; text-decoration:none; }
.divtitlescrollgray a:hover { color:#333333; text-decoration:underline; }

.inputfield {
	width:90px;
	height:13px;
	font-family:tahoma,verdana,arial;
	font-size:10px;
	color:#666666;
	background-color:#FFFFFF;
	padding-left:3px;
	padding-top:1px;
	border: 1px solid #A0A0A0;
}

.inputfieldlong {
	width:120px;
	height:13px;
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#666666;
	background-color:#FFFFFF;
	padding-left:3px;
	padding-top:1px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #A0A0A0;
}

.areaditesto {
	width:700px;
	height:75px;
	font-family:tahoma,verdana,arial;
	font-size:10px;
	color:#666666;
	background-color:#F8F8F8;
	padding-left:3px;
	padding-top:1px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #b0b0b0;
}

.combofield {
	font-family:tahoma,verdana,arial;
	font-size:10px;
	color:#666666;
	background-color:#FFFFFF;
	padding-left:3px;
	padding-top:1px;
	border: 1px solid #A0A0A0;
}

.container_bianco {
	width: 180px;
	overflow:hidden;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
}

.container_bianco_open {
	width: 180px;
	overflow:hidden;
	background: url('/images/site_tmp/sf_open_bianco.jpg') no-repeat;
	cursor: pointer;
	background-color:#CDCCCA;
}

.container_bianco_open input.bnt {
	font-family: tahoma,arial,helvetica;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	color: #FFFFFF;
	border: 1px solid #999999;
	background: url('/images/site_tmp/sf_bottone_grigio.gif') repeat-x 0 50%; 
	cursor: pointer;
}

.container_biancofree {
	margin-left:0px;
	padding-top: 5px;
	padding-bottom:10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
}

.container_biancofree input.bnt {
	font-family: tahoma,arial,helvetica;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	color: #FFFFFF;
	border: 1px solid #999999;
	background: url('/images/site_tmp/sf_bottone_grigio.gif') repeat-x 0 50%; 
	cursor: pointer;
}

.container_rosso_open {
	width: 180px;
	overflow:hidden;
	background: url('/images/site_tmp/sf_open_rosso.jpg') repeat;
	display:table;	
}

.container_rosso_open input.bnt {
	font-family: tahoma,arial,helvetica;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	color: #FFFFFF;
	border: 1px solid #8E0000;
	background: url('/images/site_tmp/sf_bottone_rosso.gif') repeat-x 0 50%;
	cursor: pointer;
}

.container_grigio {
	width: 340px;
	height: 35px;
	margin-left:10px;
	padding-top: 5px;
	background-color: #1B1A18;
	border-top: 1px solid #292929;
}

.container_grigio_cont, .container_grigiofree_cont{
	padding-left:10px;
}

.container_grigio_open {
	width: 340px;
	margin-left:10px;
	padding-top: 5px;
	padding-bottom:5px;
	background: url('/images/site_tmp/sf_open_grigio.gif') repeat;
	display:table;	
}

.container_grigio_open input {
	margin-top: 5px;
}

.container_grigio_open img {
	float:left; 
	margin-right:10px;
	margin-top: 3px;
	border: 2px solid #454545;	
}

.container_grigio_open input.bnt, .container_grigiofree input.bnt {
	font-family: tahoma,arial,helvetica;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	color: #FFFFFF;
	border: 1px solid #999999;
	background: url('/images/site_tmp/sf_bottone_grigiodark.gif') repeat-x 0 50%; 
	cursor: pointer;
}

.container_grigiofree {
	width: 350px;
	margin-left:0px;
	padding-top: 5px;
	padding-bottom:10px;
	background-color: #1B1A18;
	border-top: 1px solid #292929;
}

.boxpngcontent{
		width:180px;
		overflow:hidden;
		padding: 0 0 0 0px;
		margin: 0 0 0 0px;
	}
	
		.imageboxpngcontent{
			position:relative;
			width:180px;
			height:150px;
			vertical-align:bottom;
		}
		
			.box_img_container {
				width:180px;
				height:150px;
				overflow:hidden;
			}
		
			.box_inc_txt{
				position:absolute;
				left:0%;
				bottom:0%;
				width:180px;
				display:table-cell;
				padding:0 0 0 0px;
				margin:0 0 0 0px;
				vertical-align:bottom;
				height:80px;
				z-index:0;
				background-image:url(/images/site_tmp/bkg_cal.png);
				/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site_tmp/bkg_cal.png', sizingMethod='scale');*/
			}
			
			.box_inc_txt[title=box_moz_bkg] {
				background-image:url(/images/site_tmp/bkg_cal.png);
			}
						
				.box_txt{
					position:absolute;
					display:table-cell;
					left:0%;
					bottom:0px;
					vertical-align:bottom;
					text-align:left;
					margin-left:6px;
					margin-bottom:4px;
					
				}

/* Buttons */
.bntred {
	font-family: tahoma,arial,helvetica;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px solid #8E0000;
	background: url('/images/site_tmp/sf_bottone_rosso.gif') repeat-x 0 50%;
	cursor: pointer;
	background-color:#CDCCCA;
}

.bntgray {
	font-family: tahoma,arial,helvetica;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px solid #999999;
	background: url('/images/site_tmp/sf_bottone_grigio.gif') repeat-x 0 50%; 
	cursor: pointer;
}

.bntdarkgray {
	font-family: tahoma,arial,helvetica;
	font-size: 9px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	color: #FFFFFF;
	border: 1px solid #999999;
	background: url('/images/site_tmp/sf_bottone_grigiodark.gif') repeat-x 0 50%; 
	cursor: pointer;
}

/* End Buttons */

/* Box Int Gray */
.bgray{
	border:1px solid #292929; 
	width:178px;
}

.bgrayopen{
	border:1px solid #292929; 
	width:178px;
	cursor: pointer; 
	height: 150px; 
	position: relative;
}

.bgraytext{
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	color: #FFF;
	line-height: 13px;
	text-decoration: none;
	text-align:left;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	background-color:#232323; 
	width:180px;
}
.bgraytext a:link , .bgraytext a:visited, .bgraytext a:active{ color:#FFF; text-decoration:none; }
.bgraytext a:hover { color:#FFFFFF; text-decoration:underline; }

.bgraytextopen{
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	color: #FFF;
	line-height: 13px;
	text-decoration: none;
	text-align:left;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	width:180px;
	bottom:0px; 
	left:0px; 
	position:absolute; 
	background:url(/images/site_tmp/232323_75.png);
}

.bgraytextopen a:link , .bgraytextopen a:visited, .bgraytextopen a:active{ color:#FFF; text-decoration:none; }
.bgraytextopen a:hover { color:#FFF; text-decoration:underline; }

/* Fine Box Int Gray */


/* Box Int Red */
.bred{
	border:1px solid #DA1217; 
	width:178px;
}

.bredopen{
	border:1px solid #DA1217; 
	width:178px;
	cursor: pointer; 
	height: 150px; 
	position: relative;
}

.bredtext{
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	color: #FFF;
	line-height: 13px;
	text-decoration: none;
	text-align:left;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	background-color:#ED1C24; 
	width:180px;
}
.bredtext a:link , .bredtext a:visited, .bredtext a:active{ color:#FFF; text-decoration:none; }
.bredtext a:hover { color:#FFFFFF; text-decoration:underline; }

.bredtextopen{
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	color: #FFF;
	line-height: 13px;
	text-decoration: none;
	text-align:left;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	width:180px;
	bottom:0px; 
	left:0px; 
	position:absolute; 
	background:url(/images/site_tmp/ED1C24_75.png);
}

.bredtextopen a:link , .bredtextopen a:visited, .bredtextopen a:active{ color:#FFF; text-decoration:none; }
.bredtextopen a:hover { color:#FFF; text-decoration:underline; }

/* Fine Box Int Red */

/* Box Int Bianchi */

.bwhite{
	border:1px solid #FFF; 
	border-bottom:1px solid #E0E0E0; 
	width:178px;
}

.bwhiteopen{
	border:1px solid #FFF; 
	width:178px;
	cursor: pointer; 
	height: 150px; 
	position: relative;
}

.bwhitetext{
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	text-decoration: none;
	text-align:left;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	background-color:#fff; 
	width:180px;
}
.bwhitetext a:link , .bwhitetext a:visited, .bwhitetext a:active{ color:#333333; text-decoration:none; }
.bwhitetext a:hover { color:#333333; text-decoration:underline; }

.bwhitetextopen{
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	text-decoration: none;
	text-align:left;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	width:180px;
	bottom:0px; 
	left:0px; 
	position:absolute; 
	background:url(/images/site_tmp/ff_50.png);
}

.bwhitetextopen a:link , .bwhitetextopen a:visited, .bwhitetextopen a:active{ color:#333333; text-decoration:none; }
.bwhitetextopen a:hover { color:#333333; text-decoration:underline; }

/* Fine Box Int Bianchi */
