/* eventi */
div#principale
{
	background-color: #e2f1e7;
}

div#topPagina
{
	background-image: url(/radiostudiouno/img/eventi/top.gif);	
}

div#colonnaSup
{	
	background-image: url(/radiostudiouno/img/eventi/topColonna.jpg);	
}

div#contenuto
{
	margin-top: 9px;
}

div#contenutoSup
{
	width: 100%;
	height: 204px;	
}

div#calendario
{
	display: inline;
	float: left;	
	width: 220px;
	height: 204px;
	text-align: center;
	overflow: hidden;
	background: #B7CFBF url(/radiostudiouno/img/eventi/calendario.gif) no-repeat bottom left;
	padding-top: 3px;
}

div#contenitoreEventiDelGiorno
{
	display: inline;
	float: right;	
	width: 373px;
	height: 204px;
	background: #D6E6DC;
	padding-top: 2px;	
}

div#eventiDelGiorno
{
	display: inline;
	float: right;	
	width: 373px;
	height: 184px;
	background: #D6E6DC;
	margin-top: 4px;	
	overflow: auto;
	scrollbar-face-color:rgb(123,163,139); 
    scrollbar-base-color:rgb(123,163,139); 
    scrollbar-arrow-color:rgb(255,255,255); 
    scrollbar-track-color:rgb(214,230,220);
	scrollbar-3dlight-color: rgb(123,163,139);
	scrollbar-darkshadow-color: rgb(123,163,139);
	scrollbar-highlight-color:rgb(123,163,139); 
	scrollbar-shadow-color:rgb(123,163,139); 
}

.tabellaEventi
{
	width: 350px;
	margin-left: 1px;
	margin-top: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
.categoria
{
	height: 18px;
	background: url(/radiostudiouno/img/eventi/sfondoHeaderTabella.jpg) no-repeat top left;
	font-style: italic;
}

.rigoTitolo
{
	height: 18px;
	background-color: #E0F0E6;
	font-weight: bold;
}

.rigoAbstract
{
	height: 18px;
	background-color: #ECF9F0;
}

div#singoloEventoHeader
{
	background-color: #7BA38B;
	border-bottom: solid 1px #AF2326;
	margin-top: 10px;
	height: 21px;
	width: 100%;
	font-size: 10px;
	color: white; 
	text-align: left;
	padding: 4px 0 0 4px;
}

div#singoloEvento
{
	background-color: #D6E6DC;
	width: 100%;
	height: 273px;		
	text-align: left;
	overflow: auto;
	scrollbar-face-color:rgb(123,163,139); 
    scrollbar-base-color:rgb(123,163,139); 
    scrollbar-arrow-color:rgb(255,255,255); 
    scrollbar-track-color:rgb(214,230,220);
	scrollbar-3dlight-color: rgb(123,163,139);
	scrollbar-darkshadow-color: rgb(123,163,139);
	scrollbar-highlight-color:rgb(123,163,139); 
	scrollbar-shadow-color:rgb(123,163,139); 
	font-size: 8pt;
}

div#singoloEvento h1
{
	font-size: 16px;
	font-weight: 600;
}

div#singoloEvento P
{
	font-size: 8pt;
}

div#singoloEvento A
{
	text-decoration: none;
	color: #990000;
	
}

div#singoloEvento A:visited
{
	text-decoration: none;
	color: #990000;	
}

div#singoloEvento A:hover
{
	text-decoration: underline;
	color: #990000;
}

div#singoloEvento A:active
{
	text-decoration: underline;
	color: #990000;
}

div#footerSE
{
	clear: both;
	display: inline;
	width: 100%;
	height: 21px;
	text-align: right;
	margin-top: 6px;
}

div#contenitoreSingoloEvento
{
	background-color: #D6E6DC;
}