
#tdSx {
	background-color: #fdce10; /* giallo */
	width: 75%;
	text-align: right;
}

#tdDx {
	background-color: #A5D67B; /* verde */
	background-image: url(img/sfondo_biverde.gif) ;
	background-repeat: repeat-y;
	background-position:  top left;
	width: 25%;
}

#menuSxInt {
	background-color: #A5D67B; /* verde */
	background-image: url(img/sfondo_menu_int.gif) ;
	background-repeat: repeat-y;
	background-position:  top left;
	width: 1%;
}

#menuHome {
	margin-top: 147px;
	margin-left: 14px;
}

#areaContenuti {
	width: 100%;
	margin: 15px 15px 15px 15px;
	font-family: tahoma, arial;
	font-size: x-small;
	color: #000000;
}

div.titolo {
	color: #321b71; /*viola*/
	font-weight: bold;
	font-size: small;
	text-align: center;
	margin: 5px 0px 20px 0px;
}

a.menu {
	text-decoration: none;
	display: block;
	margin-top: 10px;
}


#menuInt {
	margin-bottom: 40px;
}

a.menuInt {
	text-decoration: none;
	display: block;
}

a.menuservizio {
	text-decoration: none;
	font-size: xx-small;
	text-align: center;
	font-family: tahoma, arial;
	background-image: url(img/dot_blu.gif) ;
	background-repeat: no-repeat;
	background-position: 0 2 ;
	padding-left: 12px;
	color: #321b71;
	margin-left: 10px;
}

a.menuservizio:hover {
	text-decoration: none;
	font-size: xx-small;
	text-align: center;
	font-family: tahoma, arial;
	background-image: url(img/dot_rosa.gif) ;
	background-repeat: no-repeat;
	background-position: 0 2 ;
	padding-left: 12px;
	color: #321b71;
}

a.menuservizioOn {
	text-decoration: none;
	font-size: xx-small;
	text-align: center;
	font-family: tahoma, arial;
	background-image: url(img/dot_rosa.gif) ;
	background-repeat: no-repeat;
	background-position: 0 2 ;
	padding-left: 12px;
	color: #321b71;
	margin-left: 10px;
}

/* inizio class programma */

div.giornoProg {
	font-size: xx-small;
	text-align: center;
	font-family: tahoma, arial;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	width: 90px;
	color: #321b71;
	background-color: #fdce10;
}

a.modoProg {
	text-decoration: none;
	font-size: xx-small;
	text-align: center;
	font-family: tahoma, arial;
	font-weight: bold;
	color: #321b71;
}

a.modoProg:hover {
	color: #A5D67B;
}


a.giornoProg {
	text-decoration: none;
	font-size: xx-small;
	text-align: center;
	font-family: tahoma, arial;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	width: 30px;
	color: #321b71;
	background-color: #fdce10;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

a.giornoProg:hover {
	background-color: #A5D67B;
}


a.giornoProgAttivo {
	text-decoration: none;
	font-size: xx-small;
	text-align: center;
	font-family: tahoma, arial;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	width: 30px;
	color: #321b71;
	background-color: #A5D67B;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

.rosso {
	background-color: #cc0000;
}

.rosa {
	background-color: #f01285;
}


.arancione {
	background-color: #ff9933;
}


.viola {
	background-color: #321b71;
}

.verde {
	background-color: #A5D67B;
}

.blu {
	background-color: #0066cc;
}


table.contenutoProg{
	width: 90%;
	border: solid 1px #fdce10;
	font-size: xx-small;
	font-family: tahoma, arial;
}

.oraEvento {
	font-weight: bold;
	width: 90px;
}

td.colEvento {
	width: 10px;
}


/* fine class programma */


floatLeft {
	float: left;
}

floatRight {
	float: right;
}

clearBoth {
	clear: both;
}