body{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;  }

form { margin: 0px 0px 0px 0px; }

img{border: 0px;}

a{ border: 0px; outline: none;}

div, td, table{position:relative; left:0px; top:0px;}

div, td, th, span, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5a595a;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #8D9192;
	font-weight:bold;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5a595a;
	outline: none;
	font-weight:bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5a595a;
	outline: none;
	font-weight:bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5a595a;
	outline: none;
	font-weight:bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5a595a;
	outline: none;
	font-weight:bold;
}





a.bottoni {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #1079b5;
	font-weight:bold;
	background-color: #ffffff;
	border:1px solid #3FAEEE;
	padding: 3px 8px 3px 8px;
}
a.bottoni:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #1079b5;
	outline: none;
	font-weight:bold;
	border:1px solid #3FAEEE;
	padding: 3px 8px 3px 8px;
}
a.bottoni:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #1079b5;
	outline: none;
	border:1px solid #3FAEEE;
	font-weight:bold;
	padding: 3px 8px 3px 8px;
}
a.bottoni:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #3FAEEE;
	outline: none;
	font-weight:bold;
	border:1px solid #3FAEEE;
	padding: 3px 8px 3px 8px;
}
a.bottoni:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #3FAEEE;
	outline: none;
	font-weight:bold;
	border:1px solid #3FAEEE;
	padding: 3px 8px 3px 8px;
}








a.bottone_evento {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	color: #8D9192;
	font-weight:bold;
	background-color: #ffffff;
	border:1px solid #B2CDE6;
	padding: 5px 13px 5px 13px;
	
}
a.bottone_evento:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5a595a;
	outline: none;
	font-weight:bold;
	
}
a.bottone_evento:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5a595a;
	outline: none;
	font-weight:bold;
}
a.bottone_evento:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5a595a;
	outline: none;
	font-weight:bold;
	
}
a.bottone_evento:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5a595a;
	outline: none;
	font-weight:bold;
}





/*
** DIV
*/
.clear{
	clear: both;
}
.left{
	float:left;
}
.stdiv{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;	
}
.util_moz{
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
}

/*
** input
*/
input, textarea, select{
	background-color: #ffffff;
	border:1px solid #3FAEEE;
}
input.checkbox {
	background-color: transparent;
	border:0px solid #3FAEEE;
	outline: none;
}
input.number{
	text-align: right;
	width: 70px;
}

input.inpdis {
	border: 1px solid Gray;
	font:11px Verdana,sans-serif;
	color: #000000;
	background-color:#EEEEEE;
	padding-top:1px;
	padding-bottom:1px;
}

.focusInput{
	background-color: #E3F3FC;
	border:1px solid #3FAEEE;
}

.validation-failed {
	margin: 0px 0px 0px 0px;
	border: 1px solid red;
}
.validation-passed {
  
}
.validation-advice {
	position:absolute;
	left:0px;
	top:-20px;
	margin: 0px; 
	padding: 2px 5px 2px 5px; 
	color:#fff; 
	background-color:#f00;
    
	float: right;
	vertical-align: bottom;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	position:absolute;
	left:0px;
	top:-20px;
	margin: 0px; 
	padding: 2px 5px 2px 5px; 
	color:#fff; 
	float: right;
	vertical-align: bottom;
	background-color:#bbb;
}

/*
** AJAX
*/

.loading {
	background-image: url("../images/spinner.gif");
	background-position: center;
	background-repeat: no-repeat;
}




.oggetto_selezionato {
	background-image: url(../images/selezionato.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oggetto_non_selezionato {
	background-image: url(../images/non_selezionato.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cursor_hand {
	cursor:pointer;
	cursor:hand;
}


.corso{
	border: 1px solid #B2CDE6; 
	
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 15px 0px;
	line-height:16px;
	
}
.crediti{
	font-weight:bold;
}
.prezzo{
	font-weight:bold;
}

.abstract_titolo{
	font-weight:bold;
	font-size:13px;
}
.abstract_testo{
}

.riepilogo thead tr td{
	font-weight:bold;
	font-size:14px;
	border-bottom: 1px solid #1079b5;
}

.riepilogo tfoot tr td{
	font-weight:bold;
	font-size:14px;
	border-top: 1px solid #1079b5;
}
.riepilogo tbody tr.spaziato td{
	padding-top:4px;
}

.errorePagamento {
	font-weight:bold;
	font-size:14px;
	color: red;
}
.pagamentoOk {
	font-weight:bold;
	font-size:14px;
	color: green;
}

/*******************************************************************************************************
** POSIZIONAMENTO SEZIONI
*/
#pagina {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	padding-top:10px;
	
}

#container {
	width: 620px;
	margin: auto;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	
	position: relative;
	top: 0px;
	left: 0px;

	background-color: #ffffff;
}


/**************************************************************************************************
** HEADER
*/

#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	
	overflow: hidden;
	clear: both;
	float: none;
	
}

#header .img{
	float: left;
	width:100px;
	height:100px;
}

#header .text{
	vertical-align:middle;
	width:480px;
	font-size:28px;
	color: #1079b5;
	float: left;
	padding-left:20px;
	padding-top:12px;
}


/**************************************************************************************************
** FOOTER
*/

#footer{
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;

	padding-top:10px;
	
}


/**************************************************************************************************
** CORPO
*/
#corpo {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	
	clear: both;
	float: none;
	
	min-height: 500px;
	height: auto !important;
	height: 500px;
}


.riga_sopra{
	border-top:4px solid #1079b5;
}
.riga_sotto{
	border-bottom:4px solid #1079b5;
}

.sezione{
	padding: 0px 10px 0px 10px;
}
.titolo{
	font-size: 20px;
	color: #1079b5;
}

.titolo a, .titolo a:link, .titolo a:active, .titolo a:visited{
	font-size: 20px;
	color: #1079b5;
	font-variant:underline;
	font-weight: normal;
}
.titolo a:HOVER{
	font-size: 20px;
	color: #4D79FF;
	font-variant:underline;
	font-weight: normal;
}

.pt{
	padding-top:10px;
}
.pb{
	padding-bottom:10px;
}

/*************************************************************************************************
**	FORM REGISTRAZIONE
*/
.label {
	width:35%;
	text-align: right;

}
.descrizione {
	font-size: 10pt;
}


/*************************************************************************************************
**	pop up email
*/
.pop_email {
	z-index: 10000;
	padding-top:30px;
}
.pop_email .txt {
	clear:both;
	
	padding-top:10px;
	padding-bottom:20px;
	
}
.pop_email .label {
	width: 150px;
	float: left;
	z-index: 10000;
	padding-bottom:10px;
	padding-right:15px;
}

.pop_email .valore {
	width: 250px;
	float: left;
	clear: right;
	z-index: 10000;
	padding-bottom:10px;
}
