body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #037;
	background: #fff url(../img/bkg_body.gif) center top repeat-x;
}
/* Elementi XHTML */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	letter-spacing: -0.05em;
	color: #059;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	letter-spacing: -0.03em;
	color: #059;
	margin: 10px 0;
	padding: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	letter-spacing: -0.02em;
	color: #059;
	margin: 20px 0 5px 0;
	padding: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 112%;
	letter-spacing: -0.02em;
	color: #059;
	margin: 20px 0 5px 0;
	padding: 0;
}
ul {
	margin: 10px 0 10px 15px;
	padding: 0;
	list-style-type: square;
}
ul.lettureKm {
	list-style-type: none;
}
ul.lettureKm li {
	margin: 10px 0;
	padding: 5px 0;
	background: url(../img/dot_059.gif) 0 0 repeat-x;
}
ol {
	margin: 10px 0 10px 20px;
	padding: 0;
}
p {
	margin: 5px 0;
	padding: 0;
	font-size: 92%;}
a {
	color: #06c;
}
a:hover {
	color: #09f;
}
a img {
	border: 0;
}

/* Area logo */
#logo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
}
#boxLogo {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 80px;
}
#pgAccesso #logo {
	margin: 0 0 60px 0;
}
/* Stile navigazione */
#navigazione {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 60px;
	z-index: 100;
}
#boxNav {
	margin: 0 auto;
	padding: 0 2px;
	border: 0;
	width: 980px;
	height: 60px;
	list-style-type: none;
	background: url(../img/bkg_navigazione.gif) 0 0 no-repeat;
}
/* Stili titolo */
#boxTtl {
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	height: 62px;
}
#boxTtl h1 {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 980px;
}
body.sb #boxTtl h1 {
	padding: 20px 0 0 280px;
	width: 700px;
}
/* Stili contenitore */
#container {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 980px;
}

/* Corpo della pagina */
#boxContent {
	margin: 0;
	padding: 10px 0;
	min-height: 500px;
	height: auto !important;
	height: 500px; 
	border: 0;
}
body.sb #boxContent {
	padding: 0 0 10px 0;
}

/* Box ricerca/sidebar */
#sidebar {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 960px;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ecf6ff url(../img/bkg_sb.gif) 0 0 repeat-x;
	z-index: 10;
}
body.sb #sidebar {
	position: relative;
	float: left;
	width: 220px;
}
#sidebar h2 {
	font-size: 120%;
	letter-spacing: -0.02em;
	line-height: 1.1em;
	color: #059;
	margin: 0 0 10px 0;
	padding: 0;
}
#clear {
	clear: both;
}

/* Box contenuti pagina */
#boxTxt {
	margin: 0;
	padding: 12px 0 0 0;
}
body.sb #boxTxt {
	float: right;
	margin: 0;
	width: 700px;
}
#boxTxt div.tabDiv li {
	margin: 0 0 10px 0;
}

/* Stile elementi footer */
#footer {
	clear: both;
	margin: 10px 0 0 0;
	padding: 30px 0 10px 0;
	border: 0;
	background: #ecf6ff url(../img/bkg_footer.gif) 0 0 repeat-x;
	text-align: center;
}

/* Stili modulo/tabella */
table.modulo {
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #abc;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
}
table.modulo caption {
	margin: 10px 0 2px 0;
	padding: 5px;
	border: solid #abc;
	border-width: 1px 0;
	background: #e6ecef url(../img/bkg_caption.gif) 0 0 repeat-x;
	font-variant: small-caps;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: left;
	color: #059;
}
table.modulo th {
	margin: 2px;
	padding: 5px;
	border-top: 1px solid #abc;
	width: 280px;
	background: #f6f9ff url(../img/bkg_th.gif) 0 0 repeat-x;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table.modulo td{
	margin: 0;
	padding: 5px;
	border-top: 1px solid #abc;
	font-size: 92%;
	text-align: left;
	vertical-align: top;
}
table.modulo input, table.modulo select, table.modulo textarea {
	margin: 0;
	padding: 3px;
	border: 1px solid #abc;
	color: #024;
	background-color: #fff;
}
table.modulo input:hover, table.modulo select:hover, table.modulo textarea:hover, table.modulo input.sfhover, table.modulo select.sfhover, table.modulo textarea.sfhover {
	background: #efe;
}
table.modulo input.bottone {
	border: 1px solid #024;
	background: #038 url(../img/bkg_bottone.gif) left center;
	font-weight: bold;
	color: #fff;
}
table.modulo input.bottone:hover, table.modulo input.bottone.sfhover {
	background-position: right center;
	font-weight: bold;
	color: #262;
}
/* Stili modulo basato sui soli tag */
form.modulobox {
	margin: 0;
	padding: 0;
	border: 0;
}
form.modulobox label {
	float: left;
	display: block;
	margin: 7px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #9ab;
	width: 240px;
	font-size: 92%;
}
form.modulobox input, form.modulobox select, form.modulobox textarea {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #9ab;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #000;
	background-color: #fff;
}
form.modulobox input:hover, form.modulobox select:hover, form.modulobox textarea:hover, form.modulobox input.sfhover, form.modulobox select.sfhover, form.modulobox textarea.sfhover {
	background: #def;
}
form.modulobox input.bottone {
	border: 1px solid #024;
	background: #038 url(../img/bkg_bottone.gif) left center;
	font-size: 124%;
	font-weight: bold;
	color: #fff;
	width: 240px;
}
form.modulobox input.bottone:hover, form.modulobox input.bottone.sfover {
	background-position: right center;
	font-weight: bold;
	color: #028;
}
p.pBtn {
	border-top: 1px solid #9ab;
}
form.modulobox br {
	clear: left;
}

/* Stili modulo compact */
form.moduloCompact {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	border: 0;
	width: 305px;
}
form.moduloCompact label {
	float: left;
	display: block;
	margin: 5px 0;
	padding: 0;
	border-bottom: 1px solid #9ab;
	width: 120px;
	font-size: 92%;
}
form.moduloCompact label br {
	clear: none;
}
form.moduloCompact label span.longLabel {
	font-size: 85%;
}
form.moduloCompact input, form.moduloCompact select, form.moduloCompact textarea {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #9ab;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 86%;
	color: #000;
	background-color: #fff;
}
form.moduloCompact input:hover, form.moduloCompact select:hover, form.moduloCompact textarea:hover, form.moduloCompact input.sfhover, form.moduloCompact select.sfhover, form.moduloCompact textarea.sfhover {
	background: #efe;
}
form.moduloCompact input.bottone {
	margin: 0 0 0 120px;
	padding: 5px;
	border: 0;
	background: #038 url(../img/bkg_bottone.gif) left center;
	font-weight: bold;
	color: #fff;
}
form.moduloCompact input.bottone:hover, form.moduloCompact input.bottone.sfhover {
	background-position: right center;
	font-weight: bold;
	color: #262;
}
form.moduloCompact br {
	clear: left;
}
div.boxRadio {
	margin: 2px 0 5px 240px;
	padding: 2px 5px;
	border: 1px solid #9ab;
	font-size: 92%;
	background: #fff;
}
div.boxRadio span.radioInput {
	display: block;
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #9ab;
}

/* Stili modulo inserimento km */
form.moduloKm input.bottone {
	margin: 0;
	border: 1px solid #024;
	background: #038 url(../img/bkg_bottone.gif) left center;
	font-weight: bold;
	color: #fff;
}
form.moduloKm input.bottone:hover {
	background-position: right center;
	font-weight: bold;
	color: #262;
}
/* Stili relativi calendari corsi */
div.boxCorso {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	padding: 5px 10px 10px 10px;
	width: 960px;
	border-top: 1px dotted #059;
	background: url(../img/bkg_boxCorso.gif) left bottom repeat-x;
}
ul.corsoBxLink {
	float: left;
	margin: 0;
	padding: 0;
	width: 48%;
	list-style-type: none;
}
ul.corsoBxDati {
	float: right;
	margin: 0;
	padding: 0;
	width: 48%;
	list-style-type: none;
}
ul.corsoBxLink li, ul.corsoBxDati li {
	margin: 3px 0;
}
p.corsoSv {
	padding: 8px 37px;
	font-weight: bold;
	background: url(../img/ico_corsoSv.gif) 0 0 no-repeat;
}

/* Stili relativi scheda corso */
div.boxScheda {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 25px 5px 25px;
	border: 1px solid #89a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 930px;
}
div.boxScheda h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 124%;
	letter-spacing: -0.02em;
	font-variant: small-caps;
	color: #369;
	margin: 0 -25px 8px -25px;
	padding: 5px 25px;
	border-bottom: 1px solid #89a;
	background: #ecf6ff url(../img/bkg_h2.gif) 0 0 repeat-x;
}
div.boxScheda h3 {
	font-size: 112%;
	font-weight: normal;
	margin: 10px 0;
}
div.boxScheda ul {
	list-style-type: none;
	margin: 10px 0;
}

/* Stili index */
ul#lstNdx {
	margin: 10px 0;
	padding: 0;
	width: 980px;
	list-style-type: none;
}
#lstNdx li {
	float: left;
	display: inline;
	margin: 10px;
	padding: 2px;
	border: 1px solid #037;
	width: 460px;
}
#lstNdx a {
	display: block;
	margin: 0;
	padding: 45px 0 0 0;
	width: 460px;
	height: 90px;
	font-size: 140%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/bkg_lk_ndx.gif) 0 0 repeat-x;
}
#lstNdx a:hover {
	color: #fff;
	background-position: 0 -250px;
}

/* Stili tabella inserimento */
/* tables */
table.tableIns {
	margin: 0 0 10px 0;
	width: 100%;
	background: #e3e9f3;
	text-align: left;
}
table.tableIns caption {
	margin: 10px 0 2px 0;
	padding: 5px;
	border: solid #abc;
	border-width: 1px 0;
	background: #e6ecef url(../img/bkg_caption.gif) 0 0 repeat-x;
	font-variant: small-caps;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: left;
	color: #059;
}
table.tableIns thead tr th, table.tableIns tfoot tr th {
	padding: 5px;
	border: 1px solid #fff;
}
table.tableIns thead tr .header {
	background: url(../img/bg.gif) center right no-repeat;
	cursor: pointer;
}
table.tableIns tbody td {
	padding: 5px;
	background: #fff;
	vertical-align: top;
}
table.tableIns tbody td span.rev {
	font-weight: bold;
}
a.lkRev {
	color: #f40;
	text-decoration: none;
}
a.lkRev:hover {
	color: #f60;
	text-decoration: underline;
}
a.lkRevG {
	color: #fc0;
	text-decoration: none;
}
a.lkRevG:hover {
	color: #f60;
	text-decoration: underline;
}
table.tableIns tbody tr.odd td {
	background:#f3f9ff;
}

.errore {
	border: 1px solid red;
	color: red;
	background-color: #ffcccc;
	padding: 10px;
	visibility: hidden;
}

