/*@charset "utf-8";*/
/* CSS Document */

p
{
	padding: 0px;
	margin: 0px;
}

img
{
	/*border: none;*/
}

BODY
{
	 PADDING-RIGHT: 0px;
	 PADDING-LEFT: 0px;
	 PADDING-BOTTOM: 0px;
	 MARGIN: 0px;
	 PADDING-TOP: 0px;
	/*background:#e4e4e4 url(../images/bg_top_page.jpg) top repeat-x;
	 background:#fff url(../images/bg_top_page.jpg) top repeat-x;*/
	 background:#000;
	 color: #242d38;
	 font-size: 12px;
	 font-family:"Trebuchet MS",Arial;
}

a
{
	color: #2A5A73;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #8E1518;
	text-decoration: overline underline;
	font-weight: bold;
}

#main
{
	margin: 0px auto;
	width: 1000px;
	/*background-color: #1E1E1E;*/
}

#top
{
	width: 1000px;
	height:166px;
}

#center
{
	width: 1000px;
	padding:20px 0 20px 0;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

#col_sx
{
	width: 156px;
	float:left;
	height: 747px;
}

#col_centro
{
	width: 688px;
	float:left;
	height: auto;
}

#col_dx
{
	width: 156px;
	float:left;
	height: 747px;
}

.box_menu_sx
{
	padding: 0 16px 0 9px;
	width:131px;
	height: 747px;
}

.box_menu_dx
{
	padding: 0 9px 0 16px;
	width:131px;
	height: 747px;
}

#box_title
{
	padding: 30px 20px 0 0;
	text-align: right;
}

#top_box_center
{
	background: #000;
	background-image: url(../images/top_center.jpg);
	background-repeat: no-repeat;
	width: 688px;
	height: 120px;
}

#center_box_center
{
	background: #fff;
	background-image: url(../images/middle_center.jpg);
	width: 688px;
}

#corpo_centrale
{
	width: 668px;
	padding: 0 10px 0 10px;
}

#bottom_box_center
{
	background: #000;
	background-image: url(../images/bottom_center.jpg);
	background-repeat: no-repeat;
	width: 688px;
	height: 52px;
}

.riga
{
	background-image: url(../images/riga.jpg);
	width: 668px;
	height: 2px;
}

.box_messaggio{
	margin-bottom:10px;
	/*border-top:1px solid #424c57;*/
	/*border-bottom:1px solid #424c57;*/
	border-right:1px solid #424c57;
	border-left:1px solid #424c57;
}

.video_off{
	/*float:left;
	margin: 5px;*/
	background-image: url(../images/video_vuoto_01.gif);
	width: 165px;
	height: 100px;
}

.video_on{
	/*float:left;
	margin: 5px;*/
	background-image: url(../images/video_vuoto_02.gif);
	width: 165px;
	height: 100px;
}

.thumb_video{
	width:108px;
	height: 100px;
	border: 0px;
	margin: 10px 0px 0px 8px;
}

.titolovideo{
	color:#a3bdcb;
	font-size:14px;
	font-weight: bold;
}

.titoloeventi{
	color:#E14612;
	font-size:18px;
}

.titoloeventi a:link {
	color:#E14612;
	font-size:18px;
	text-decoration:none;
}

.titoloeventi a:visited {
	color:#E14612;
	font-size:18px;
	text-decoration:none;
}

.titoloeventi a:active {
	color:#E14612;
	font-size:18px;
	text-decoration:none;
}

.titoloeventi a:hover {
	color:#2A5A73;
	font-size:18px;
	text-decoration:underline;
}



.dataeventi{
	color:#2A5A73;
	font-size:14px;
}



#footer
{
	margin: 0px auto;
	background: #000;
	background-image: url(../images/sfondo_footer.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 44px;
	padding: 0 0 10px 0;
}