/* 
 *
 *	File CSS per il layout
 *	http://www.myvalledaosta.it
 *
 *	Autore: Francesco Napoletano per Uni-fi S.r.l.
 *
 *
 */
 
 .calendarToday
{
	border: 1px solid #E96E5C;
	background-color:#ddd;
} 

 
html
{
	background-color	:	#E96E5C;
	background-image	:	url(images/bg.gif);
	background-position	:	center;
	background-repeat	:	repeat-y;
} 

#banner
{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
		z-index:1000;
}


hr
{
	border				:	1px solid #E96E5C;
}

.dataEvento
{
	color				:	#777;
	font-style:italic;
}

h2
{
	color				:	#E96E5C;
	margin				:	0;
	padding				:	0;
	margin-bottom		:	10px;
	font-size			:	18px;
	letter-spacing		:	-1px;
}

body, html
{
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#333333;
	margin				:	0px;
	padding				:	0px;
}

#container
{
	width				:	930px;
	margin				: 	auto;
	margin-top			:	15px;
	margin-bottom		:	15px;
	background-color	:	#FFFFFF;
}

#menu
{
	clear				:	both;
	margin-bottom		:	10px;
	margin-top			:	10px;
	background-image	:	url(images/bgmenu.gif);
	background-repeat	:	repeat-x;
}

#mappa
{
	width				:	690px;
	height				:	335px;
	border				:	1px solid #E96E5C;
	float				:	left;
}

#mappaComune
{
	height				:	300px;
	border				:	1px solid #E96E5C;
}

#mappaShow
{
	height				:	300px;
	border				:	1px solid #E96E5C;
}

#mappaTag
{
	height				:	300px;
	border				:	1px solid #E96E5C;
}

#mappaUtente
{
	height				:	300px;
	border				:	1px solid #E96E5C;
}

#menuDestra
{
	width				:	226px;
	height				:	340px;
	margin-left			:	700px;
}

#moduloDestra
{
	width				:	235px;
	height				:	57px;
	margin				:	0px;
	padding				:	0px;
	background-image	:	url(../images/menu-destra/menu_destra9.gif);
}

#inputDestra
{
	background-color	:	transparent;
	margin-left			:	15px;
	margin-top			:	22px;
	height				:	18px;
	border				:	none;
	z-index:10;
	padding-top			:	5px;
	padding-left		:	5px;
	width				:	172px;
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#333333;
	font-weight			:	bold;
}

.sottoMappa
{
	width				:	690px;
	float				:	left;
	margin-top			:	10px;
}

.sottoMenuDestra
{
	width				:	226px;
	margin-left			:	703px;
	margin-top			:	10px;
}

.totale
{
	clear				:	both;
	margin-bottom		:	10px;
	margin-top			:	10px;
}

#rilievo
{
	overflow			:	auto;
	overflow-x			:	hidden;
	height				:	480px;
}

.tabFooter
{
	background-color:#FFCCCC;
}

#bacheca
{
	clear				:	both;
	margin-bottom		:	10px;
}

#video
{
	background-image	:	url(images/loader.gif);
	background-position	:	center;
	background-repeat	:	no-repeat;
}

/* LINKS */
a
{
	text-decoration		:	none;
	color				:	#E96E5C;
}

a:hover
{
	text-decoration		:	underline;
	color				:	#E96E5C;
}

a:visited
{
	color				:	#E96E5C;
}

/* BALLOONS */
.titoloBalloon
{
	color				:	#E96E5C;
	font-weight			:	bold;
}

/* MODULI */
.modulo
{
	width				:	190px;
	border				: 	1px solid #E96E5C;
	background-image	:	url(images/bgmodulo.gif);
	background-repeat	:	repeat-x;
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#333333;
	padding				:	2px;
	margin-bottom		:	5px;
}

.moduloLungo
{
	width				:	924px;
	border				: 	1px solid #E96E5C;
	background-image	:	url(images/bgmodulo.gif);
	background-repeat	:	repeat-x;
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#333333;
	padding				:	2px;
	margin-bottom		:	5px;
}

/* STELLINE */
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 300px;
		height: 30px;
		position: relative;
		background: url(images/star_rating.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
	
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:30px;
		height: 30px;
		line-height:30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(images/star_rating.gif) left center;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:30px;
	}
	.star-rating a.two-stars{
		left:30px;
	}
	.star-rating a.two-stars:hover{
		width: 60px;
	}
	.star-rating a.three-stars{
		left: 60px;
	}
	.star-rating a.three-stars:hover{
		width: 90px;
	}
	.star-rating a.four-stars{
		left: 90px;
	}	
	.star-rating a.four-stars:hover{
		width: 120px;
	}
	.star-rating a.five-stars{
		left: 120px;
	}
	.star-rating a.five-stars:hover{
		width: 150px;
	}
	.star-rating a.six-stars{
		left: 150px;
	}
	.star-rating a.six-stars:hover{
		width: 180px;
	}
	.star-rating a.seven-stars{
		left: 180px;
	}
	.star-rating a.seven-stars:hover{
		width: 210px;
	}
	.star-rating a.eight-stars{
		left: 210px;
	}
	.star-rating a.eight-stars:hover{
		width: 240px;
	}
	.star-rating a.nine-stars{
		left: 240px;
	}
	.star-rating a.nine-stars:hover{
		width: 270px;
	}
	.star-rating a.ten-stars{
		left: 270px;
	}
	.star-rating a.ten-stars:hover{
		width: 300px;
	}
	.star-rating li.current-rating{
		background: url(images/star_rating.gif) left bottom;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}	

/* Navigazione */
div#navigation{
    border-bottom: 1px solid #E96E5C;
    }

div#navigation ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap}

div#navigation li{
    display: inline;
    margin: 0;
    padding: 0}

div#navigation li a{
font-size:12px;
    text-decoration: none;
    border: 1px solid #E96E5C;
    padding: 0px 0.3em;
    background: #ddd;}

div#navigation li a:hover{
    background-color: #f0f0f0}

div#navigation li#activelink a{
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #603}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	