/* CSS OltreTV */
body 
	{ 		
		font: normal 12px Arial, Helvetica, sans-serif;
		text-align: center; /* COMPATIBILITA' IE 6 */
		margin: 0;
		padding: 0;
		background: #CCCCCC url(artwork/body_background.jpg) repeat-x top left;
	}


div#header
	{ 		
		position: relative;
		top: 0px;
		left: 0px;
		font: normal 12px Arial, Helvetica, sans-serif;
		text-align: left; /* COMPATIBILITA' IE 6 */
		margin: 0px auto;
		padding: 0;
		width: 820px;
		height: 263px;
		background: #CCCCCC url(artwork/header_top.jpg) no-repeat top left;
	}

/* NAVIGAZIONE DEL SITO */ 
div#main_naviga
	{
		position: relative;
		left: 335px;
		top: 223px;
		text-align: left;
		width: 470px;  
		padding: 0;
		height: 31px;
		background: transparent;
	}
	
div#main_naviga ul
	{
		list-style: none;
		margin: 0;
		padding: 0;

	}
	
div#main_naviga li
	{
		margin: 0px 1px 0 0px;
		/* display: inline;	*/ 
		float: left;
	}

div#main_naviga li a 
	{
		display: block;
		font: bold 12px/31px Arial, sans-serif; 
		/* width: 119px; */
		height: 31px;
		text-align: center;
		text-decoration: none;
		padding: 0px 12px 0px 12px;
/*		border-left: 12px #333333 solid;
		border-right: 12px #333333 solid; */
		color: #FFFFFF;
		background: #333333;
		float: left;
		border: 1px #FFFFFF solid;
	}

div#main_naviga li a:hover 
	{
/*		border-left: 12px #CCCCCC solid;
		border-right: 12px #CCCCCC solid; */
		color: #FFFFFF;
		background: #863B3B;
		border: 1px #000000 solid;
	}
	
div#container
	{
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0px auto;
		padding: 0;
		width: 820px;
		background: url(artwork/container_middle.jpg) repeat-y top left;
	}
	
div#content_top /* dove sono presenti le colonne */
	{
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0px auto;
		padding: 0;
		width: 820px;
		background: url(artwork/container_top.jpg) no-repeat top left;
	/*	height: 600px; MIN HEIGHT --------------------- */ 
		text-align: left;
	}

div#content
	{
		position: relative;
		text-align: left;
		width: 760px;
		left: 30px;
		border-top: transparent 15px solid;
		_border-top: transparent 0px solid;
		_margin-top: 15px;
	}	

div#colonna_sx
	{
		position: relative;
		left: 0px;
		top: 0px;
		margin-top: 10px;
		width: 535px;
	}

div#colonna_dx
	{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 203px;
	}
		
div#colonna_dx .corpo_sezione
	{
		font: normal 10px/16px Verdana, sans-serif; 
		text-align: justify;
	}

div#footer
	{
		position: relative;
		width: 820px;
		height: 277px;
		margin: 0px auto;
		padding: 0px;
		background: url(artwork/footer.jpg) top left;	
	}
	
div#credits
	{
		position: absolute;
		width: 740px;
		left: 40px;
		bottom: 60px;
		font: normal 12px Arial, Helvetica, sans-serif;
		text-align: center;	
		color: #FFFFFF;
	}
	
/* FINE NAVIGAZIONE DEL SITO */
	
div.titolo_sezione
	{
		position: relative;
		height: 31px;
		padding: 0px 12px 0px 12px;
		background: #863B3B;
		color: #FFFFFF;
		font: bold 12px/31px Arial, sans-serif; 
		border: #000000 1px solid;
		text-align: right;
	}

div.titolo
	{
		width: 300px;
		position: relative;

		padding: 0px 6px 0px 6px;
		background: #B8460F;
		color: #FFFFFF;
		font: bold 15px/25px Arial, sans-serif; 
		text-align: left;
		border-bottom: #FFFFFF 4px solid;
	}
	
div.notizia td
	{
		font: normal 13px/20px Verdana, sans-serif; 
		text-align: justify;
	}

div.notizia td img
	{
		margin: 1px 5px;
	}

div.corpo_sezione
	{
		position: relative;
		height: 31px;
		padding: 0px 12px 0px 12px;
		background: #CCCCCC;
		color: #000000;
		font: normal 12px/31px Arial, sans-serif; 
		border-left: #000000 1px solid;
		border-right: #000000 1px solid;
		border-bottom: #000000 1px solid;
	}

/* DATA DELL'INTERVENTO 
<div class="data_intervento"><div class="day_name">sab</div><div class="day_number">05</div><div class="month_name">gen</div><div class="year_number">2007</div></div>
*/

div.data_intervento
	{
		position: relative;
		float: right;
		background: #B8460F;
		width:73px;
		height: 73px;
		padding: 5px 0px 5px 0px;
		border: #CCCCCC 1px solid;
		margin-left: 5px;
		margin-bottom: 5px;
	}

div.day_name
	{
		font: normal 10px/10px Arial, sans-serif; 
		text-align: center;
		color: #FFFFFF;
	}
	
div.day_number
	{
		font: normal 30px/30px Arial, sans-serif; 
		text-align: center;
		color: #FFFFFF;
	}

div.month_name
	{
		font: normal 12px/10px Arial, sans-serif; 
		text-align: center;
		color: #FFFFFF;
	}
	
div.year_number
	{
		font: bold 18px/28px Arial, sans-serif; 
		text-align: center;
		color: #FFFFFF;
	}
	
a, a:link, a:visited, a:hover	{ text-decoration: underline; color: #000000; }
div#colonna_dx a, div#colonna_dx a:link, div#colonna_dx a:visited, div#colonna_dx a:hover { font-weight: bold; text-decoration: underline; color: #000000; }
.titolo a, .titolo a:link, .titolo a:visited, .titolo a:hover	{ text-decoration: underline; color: #FFFFFF; }

div#colonna_dx .corpo_sezione
	{
		height: 150px;
		overflow: auto;
	}


/* Vecchi per compatibilità */ 	
.testo {FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica, sans-serif;}
.piede {FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica, sans-serif;}
.b01{FONT-SIZE: 9px; font-weight:bold; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica, sans-serif; background-color:#9CB6C6;}
.b02{FONT-SIZE: 9px; font-weight:lighter; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica, sans-serif; background-color:#FFFFFF;}
