a:link {
	text-decoration: none;
	color: Blue;
	border-bottom: 1px dotted;
}

a:visited {
	text-decoration: none;
	color: #A07955;
	border-bottom: 1px dotted;
}

a:hover {
	color: red;
	background-color: #C3EEFB;
}

.menu a {
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0px;
	padding: 0px 3px;
	border-left: 3px solid #CBEFFB;
	border-right: 3px solid #CBEFFB;
	border-bottom: none;
	color: black;
}

.menu a:hover {
	color: blue;
	border-left: 3px solid blue;
	border-right: 3px solid blue;
}

.menu a:visited {
	border-bottom: none;
}

a.img, #sponsor a {
	border: none;
	background-color: transparent;
}

/* ------ BODY ------ */

html {
	height: 100%;
	font-size: 90%;
	font-family: "Trebuchet MS", Verdana, Arial;
}

body {
	width: 800px;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
}

#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0px 0px 0px 9px;
	background: url(/images/layout/ombra_sx.jpg) repeat-y left;
	border-right: 1px solid #DCDCDC;
	position: relative;
}

/* ------ TESTATA ------ */

#testata {
	height: 118px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
}

#testata strong {
	font-weight: normal;
}

#testata a {
	text-decoration: none;
	border: none;
}

#testata a:hover {
	background: none;
}

#logo {
	margin-left: 10px;
}

#occhiello {
	display: none;
	margin: 5px 130px;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size: 85%;
}

#nome {
	display: none;
	margin: 10px 0px 0px 170px;
	font: 180% "Trebuchet MS", Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}

h1 {
	display: none;
	margin: 7px 0px 5px 80px;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size: 85%;
}

h2 {
	margin: 10px 0px 0px 0px;
	padding-left: 20px;
	background: url(/images/layout/titoli_pagina.gif) no-repeat left;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	clear: left;
}

h2 a:link {border-bottom: none;}
h2 a:visited {border-bottom: none;}
h2 a:hover {background-color: transparent;}

h3 {
	font-size: 100%;
}

#utility {
	font-size: 80%;
	position: absolute;
	bottom: 4px;
	right: 10px;
}

#utility a {
	color: black;
}

/* menu */

#aree {
	margin: 0px;
	font-size: 100%;
	text-align: center;
	/*border: 1px solid black;*/
}

#aree ul {
	font-weight: bold;
	/*border: 1px solid black;*/
}

#aree li {
	margin: 0px;
	list-style: none;
	display: inline;
	padding: 0px 25px;
	/*border: 1px solid black;*/
}

#aree a:link, #aree a:visited {
	text-decoration: none;
	border-bottom: none;
}

#aree a:hover {
	text-decoration: none;
	background-color: white;
}

/* testina */

#testina {
	height: 17px;
	padding: 0px 10px;
	font-size: 75%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}

#briciole {
	/*float: left;*/
}

#identification {
	/*float: right;*/
}

/* ------ MENU E SPONSOR ------ */

#col_dx {
	width: 180px;
	float: right;
	/*border: 1px solid black;*/
}

p#txtMenu {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: green;
}

div#menu {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-top: 1px solid #CBEFFB;
	border-bottom: 1px solid #CBEFFB;
}

#menu ul {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	background: White url(/images/layout/normale/pulsante.gif) repeat-x;
}

#sponsor {
	text-align: center;
}

/* ------ CONTENUTO ------ */

#content {
	padding: 10px 10px 50px 10px;
	text-align: justify;
	/*border: 1px solid black;*/
}

div#testo {
	width: 570px;
	/*border: 1px solid black;*/
}

#risposta {
	font-weight: bold;
	color: red;
	background-color: #EEEEEE;
	/*border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;*/
}

#alert {
	margin: 50px;
	text-align: center;
	font-weight: bold;
	color: Red;
}

/* ------ SEZIONI ------ */

.sezStretta {
	width: 239px;
	height: 300px;
	margin-left: 10px;
	font-size: 80%;
	color: Black;
	float: right;
	/*border: 1px solid black;*/
}

.titolo_sezStretta {
	height: 26px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}

.centro_sezStretta {
	height: 250px;
	padding: 5px;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.sez_larga {
	padding: 3px;
	border-width: 1px;
	border-style: dotted;
}

/* ------ ALTRO ------ */

.titolo {
	font-weight: bold;
	color: Red;
}

.titoletto {
	font-size: x-small;
	font-weight: bold;
	color: #C9C9C9;
}

img {
	border: none;
}

.screenshot {
	text-align: center;
	position: relative;
}

.campo {
	position: absolute;
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

hr {
	border: 1px solid #CEF0FB;
}

.accesskey {
	text-decoration: underline;
}

.foto {
	margin: 5px;
	border: 1px solid black;
}

.nascosto, .handheld {
	display: none;
}

.esposto {
	display: inline;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

.help {
	cursor: help;
	font-style: italic;
}

.clearer{
	float: none;
	clear: left;
}

#splash {
	height: 434px;
	border: 1px solid black;
	position: absolute;
	left: 100px;
	top: 120px;
}

#splash a {
	border: none;
	background: none;
}

#risposta_ok, #risposta_no {
	color: White;
	padding: 0px 3px;
	font-weight: bold;
}

/* ------ TABELLE ------ */

table {
	margin: 0px auto;
	color: Black;
}

table.tab_ver {
	width: 99%;
}

table.tab_ver th {
	background-color: #CBEFFB;
	font-weight: bold;
	color: red;
}

table.tab_ver th.hover {
	background-color: Blue;
}

table.tab_ver td {
	background-color: #E7F8FD;
}

/* ------ FOOTER ------ */

#footer {
	width: 770px;
	height: 25px;
	padding: 8px 10px 0px 10px;
	font-family: "Trebuchet MS";
	font-size: 80%;
	color: #4B4B4B;
	text-align: right;
	border-top: 1px solid #CBEFFB;
	border-bottom: 1px solid #CBEFFB;
	position: absolute;
	bottom: 0px;
	/*right: 9px;
	border: 1px solid black;*/
}

#certification {
	float: left;
}

/* ------ FORM ------ */

fieldset {
	margin: 10px auto;
	color: Black;
}

fieldset br {
	clear: both;
}

legend {
	font-weight: bold;
	color: #0066FF;
}

label {
	width: 150px;
	float: left;
	display: block;
	text-align: left;
}

dt {
	color: #11BE07;
}

dd {
	font-style: italic;
	margin-bottom: 10px;
}

form {
	margin: 0px;
}

input, select, textarea {
	margin-bottom: 2px;
	border-width: 1px;
	border-style: dotted;
	font-family: "Trebuchet MS", Verdana, Arial;
}

.submit {
	text-align: center;
	clear: both;
}
