h1 
{
	text-align: left;
	font-style: italic;
}

#descrizione 
{
	text-align: justify;
	padding-bottom: 12px;
}

#spi_regione {
	position:absolute;
	background-image:url(../img/10stazioni.png);
	background-repeat:no-repeat;
	width: 300px;
	height: 311px;
}

#spi_stazione_scelta {
	width: 100%;
/*	background-color: #E5D8C4;*/
	text-align: center;
	font-weight:bold;
	padding: 3px;
	font-size: 14px;
	border-bottom: solid 1px #E5D8C4;
	margin-top: 25px;
}

.spi_div_punto {
	position:relative;
	cursor:pointer;
	width:16px;
	height:16px;
}

.spi_img_punto {
	width:32px;
/*	height:16px;*/
}

.spi_div_res {
}

.tab_tac 
{
	width: 100%;
}

.tab_tac_inner {
	width: 100%;
	border-right: solid 1px #DADADA;
}

.tab_spi 
{
	width: 100%;
	text-align: left;
	padding: 0px;
}

.td_spi 
{
	vertical-align: top;
}

.td_middle
{
	vertical-align: top;
	border-right: solid 1px #DADADA;
}

.tachimetro 
{
	width:100%;
}

.prov 
{
	width: 600px;
	background-color: #E5D8C4;
	text-align: center;
	font-weight:bold;
	padding: 3px;
	font-size: 14px;
	border: solid 1px #DADADA;
	margin-top: 25px;
}

.wait_msg 
{
	position: absolute;
	left:50;
	top:350;
	text-align:center;
	vertical-align: middle;
	font-weight:bold;
	font-style: italic;
	font-size: 14px;
	background-color: #FFFFCC;
	border: 1px solid #DADADA;
	padding:25px;
}

.normal 
{
	color: #646464;
	font-weight: bold;
}

.blu3 
{
	color: #0302C0;
	font-weight: bold;
}

.blu2
{
	color: #083DC7;
	font-weight: bold;
}

.blu1
{
	color: #1DA0D2;
	font-weight: bold;
}

.red3 
{
	color: #C50707;
	font-weight: bold;
}

.red2
{
	color: #c8552f;
	font-weight: bold;
}

.red1
{
	color: #d38b66;
	font-weight: bold;
}

.localita 
{
	border-bottom: solid 1px #DADADA;
	border-top: solid 1px #DADADA;
	font-weight: bold;
}

.periodo {
	border-right: solid 1px #DADADA;
	border-top: solid 1px #DADADA;
	font-style: italic;
}

.bottone_selezione 
{
	width:120px;
	text-align: center;
	background-color:#F9F6F1;
	border: solid 1px #E5D8C4;
	padding: 3px;
}

.bottone_selezione a
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

.bottone_selezione a:visited
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

.bottone_selezione a:link
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

.bottone_selezione a:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

