/* GPS EXPERIENCE PRINCIPALE */

html {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #ebebeb ;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;	
}
#Page {
	position: relative;
	width: 95%;
	padding: 0px 15px 15px 15px;
	margin: 0px auto;
	text-align: left;
}

img, div, a, input { behavior: url(include/iepngfix.htc) }

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #0071BC;
	font-weight: normal;
}
a:hover {
	color: #F15A24;
}
a.negativo, a.negativo:link, a.negativo:active, a.negativo:visited {
	text-decoration: underline;
	color: #FFF;
	font-weight: normal;
}
a.negativo:hover {
	color: #111;
}
p {
	margin: 5px 0px 5px 0px;
}
/* Elementi di Pagina */
#Logo {
	font-size: 20px;
	height: 45px;
	color: #92d7f5;
	background: #29ABE2;
	font-weight: normal;
	margin: 0px;
	padding: 5px 15px 5px 5px;	
	text-align: right;
}
#Logo img{
	margin: 0px 0px 0px 0px;
	width: 250px;
	height: 45px;
	float: left;
	margin-right: 10px;
}
#Menu {
	text-align: left;
	color: #6DCFF6;
	margin-top: 20px;
	margin-bottom: 20px;
}
#Menu a, #Menu a:link, #Menu a:active, #Menu a:visited {
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	color: #333;
	padding: 5px 5px 0px 0px;
	font-size: 0.8em;
	text-transform: uppercase;
}
#Menu a:hover {
	color: #ff9900; text-decoration: underline;
}
#Menu a.on {color: #92D7E7; font-weight: bold;}



/* titoli */
h1 {
	font-size: 1.2em;
	color: #FFF;
	background: #29ABE2;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
}

h2 {
	font-size:1em;
	color: #fff;
	margin: 0px;
	padding: 3px 3px 3px 5px;
	font-weight: bold;
	background: #29ABE2;
}

h3 {
	font-size: 1em;
	color: #29ABE2;
	margin: 3px 0px 0px 0px;
	font-weight: bold;
}

a.title, a.title:link, a.title:active, a.title:visited {
	text-decoration: none;
	font-weight: normal;
	cursor: hand;
	color: #fff;
}
a.title:hover {
	text-decoration: none;
	color: #333;
}
input.txt { width: 220px; }
textarea { width: 670px; height: 200px;}

table.risultati {
	margin-top: 20px;
	width: 100% ;
	font-size: 12px;
}

table.risultati td {
		padding: 3px;
		border-bottom: dotted 1px #CCC;
		vertical-align: top;
}
table.risultati td.header {
	padding: 3px;
	background: #333;
	color: #FFF;
	font-weight: bold;
}