/* CSS Document */

/*stili generici*/
body {
    text-align: center;
	background-color: #DADADA;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
}


/*stili per il posizionamento di elementi*/
div#menu{
	width: 230px;
	height: 326px;
	background-color: #FFFFFF;
	background-image: url(/images/bg_menu.gif);
	background-repeat: repeat-x;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1E618C;
	padding-top:14px;
	margin-top:13px;
}
div#menu2{
	width: 230px;
	height: 326px;
	background-color: #FFFFFF;
	background-image: url(/images/bg_menu2.gif);
	background-repeat: no-repeat;
	text-align: right;
	background-attachment: fixed;
	background-position: left top;

}
div#dati_contatti{
	margin-right:20px;
	padding-top:30px;
}
td{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-align: justify;
}

div#footer{
	width: 780px;
	background-image: url(/images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 56px;
	text-align: left;
}

a, link, active, visited {
	text-decoration: none;
	color: #808080;
	font-weight: bold;

}

a:hover {
	text-decoration: underline;
	color: #808080;
}
hr {
	border: 1px solid #808080;
	width: 200px;
	text-align: center;



}
.sottotitoli {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
input {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-align: justify;
}
select {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-align: justify;
}


/* seminari */
.gruppo {margin: 10px 0 20px;}

ul.gruppo li{margin: 10px 0;}
.seminario h2 {margin: 20px 0;font-weight:bold;font-size:11px;}
.seminario div.ew_div {margin: 10px 0;}
.seminario div.ew_div strong {font-weight:normal; font-style:italic;}

/* iscrizone */

.validator {
	width:99%;
}
.validator td, .validator th {
	font-size: 11px;
	font-weight: normal;
	color: #808080;
	text-align: left;
}
.validator td input {
	width:250px;
}

table.validator_data th {
	font-size: 11px;
	text-align: right;
	color: #000;
}
table.validator_data td {
	background: #eee;
}
table.validator_data {
	padding: 2px;
}

.centrale {
padding:13px 30px;}

.riga {
border-bottom:1px dotted #999;
}

.home_testo {
background-image:url(images/payoff_alto.jpg);
background-position:left top;
background-repeat:none;}
.frase{
	text-align: right;
	padding-right:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight:bold;
	color:#aaaaaa;
}

.scrollo {
	background-image: url(images/bg_scroll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0 13px 0 10px;
}

#outNews {
	width:757px;
	height:18px;
	overflow: hidden;
	margin:0;
	background-color: #eee;
}
#inNews {
	position: relative;
	height: 35px;
	white-space: nowrap;			
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5192bb;
	text-transform: uppercase;
}
		
#inNews a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5192bb;
	text-transform: uppercase;
}

.centrale h3 {
font-size:13px;}

.centrale h4 {
font-size:12px;}

.azzurro a{
	color:#1e618b;
}

.ew_corso {
	margin: 20px 0 5px;
	text-transform:uppercase;
	font-weight: bold;
}
.ew_titolo {
	margin: 10px 0 0;
	font-weight: bold;
}

.ew_allegato a {
	display: block;
	background: url(/images/allegato.gif) 0 0 no-repeat;
	padding: 5px 0 5px 20px;
}
