body {
	margin:3px 0;
	background: #f2f1ee url(../images/sf_header.jpg) repeat-x center 3px;
	text-align:center;
	color:#352f29;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
}
a {
	color:#352f29;
	text-decoration:underline;
}
a:hover {
	color:#352f29;
	text-decoration:none;
}
td {
	color:#352f29;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
}
#sito {
	width:1003px;
	margin:0 auto;
	text-align:left;
}

#header {
	width:1003px;
	height:200px;
	position:relative;
	text-align:left;
}
#logo {
	width:551px;
	height:150px;
	display:block;
}

/***************************************************************************** SEARCH MENU */
#header #searchmenu {
	position:absolute;
	top:0;
	right:0;
	width:505px;
	height:28px;
	background-color:#980202;
	border:1px solid #980000;
	color:#f1f0ef;
	font-size:14px;
	line-height:28px;
	text-align:center;
}
#header #searchmenu a {
	color:#f1f0ef;
	text-decoration:none;
}
#header #searchmenu a:hover {
	text-decoration:underline;
}
#header #searchmenu input {
	background-color:#fdfdfd;
	border:1px solid #bdc7b6;
	margin:3px;
	width:137px;
	height:18px;
	font-size:12px;
}
#header #searchmenu .searchButton {
	border:0;
	width:25px;
	height:18px;
	background-image:url(../images/img_go_searchmenu.gif);
	cursor:pointer;
}
/***************************************************************************** FINE SEARCH MENU */

#searchCorsi {
	border-top: 1px dashed #D5D5D3;
	border-bottom: 1px dashed #D5D5D3;
	margin:20px 0;
	padding:5px 0;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
#searchCorsi input {
	background-color:#fff;
	border:1px solid #D5D5D3;
	margin:3px;
	width:200px;
	height:18px;
	font-size:12px;
}
#searchCorsi .searchButton {
	border:0;
	width:25px;
	height:18px;
	background-image:url(../images/img_go_searchmenu.gif);
	cursor:pointer;
}


/***************************************************************************** MENU PRINCIPALE*/
#header #menu {
	width:1003px;
	height:50px;
}
/***************************************************************************** FINE MENU PRINCIPALE */

#sito #principale {
	border:1px solid #d5d5d3;
	background-color:#FFFFFF;
	margin:0;
	padding:10px;
}

#part3 {
	width:981px;
	margin:0;
	overflow:auto;
}

/****************************************************************** PARTE DESTRA */
#part3 #destra {
	margin:0 0 20px 0;
	width:328px;
	padding-right:6px;
}

#part3 #destra #menuInterne {
	width:318px;
	margin-bottom:25px;	
}

#part3 #destra #menuInterne a {
	text-decoration:none;
	display:block;
	color:#bb0501;
	font-size:14px;
	background: url(../images/menu.gif) no-repeat;
	font-weight:normal;
	width:303px;
	line-height:35px;
	margin:2px;
	padding-left:15px;
}
#part3 #destra #menuInterne a:hover {
	background: url(../images/menux.gif) no-repeat;
	font-weight:bold;
}
#part3 #destra #menuInterne .evid {
	display:block;
	color:#bb0501;
	font-size:14px;
	background: url(../images/menux.gif) no-repeat;
	font-weight:bold;
	width:303px;
	line-height:35px;
	margin:2px;
	padding-left:15px;
}

/******************************************************************************* NEWSLETTER */
#part3 #destra #newsletter {
	margin:0;
	color:#3f3f3f;
	width:318px;
	font-weight:normal;
}
#part3 #destra #newsletter input {
	border:1px solid #dbdbdb;
	width:235px;
	height:23px;
	color:#3f3f3f;
	background-color:#f9f9f9;
	margin:0px 8px 8px 0;
}
#part3 #destra #newsletter input.noborder {
	border:0;
	width:20px;
	height:14px;
	background-color:transparent;
	margin:0;
}
#part3 #destra #newsletter .invia {
	border:0;
	width:75px;
	height:29px;
	background-image:url(../images/button-newsletter.gif);
	cursor:pointer;
	margin:0 0 5px 0;
}
#part3 #destra #newsletter a {
	color:#bb0501;
	text-decoration:none;
	border-bottom:1px dashed #bb0501;
	font-weight:normal;
}
#part3 #destra #newsletter a:hover {
	border-bottom:1px solid #bb0501;
}
/******************************************************************************* FINE NEWSLETTER */

#part3 #destra #banner {
	width:318px;
	margin:20px 3px 10px 0px;
}
#part3 #destra #banner a img {
	text-decoration:none;
	margin:0px;
}
/******************************************************************************* FINE PARTE DESTRA */



/******************************************************************************* CONTENUTO */

#part3 #contenuto {
	float:right;
	width:630px;
	min-height: 680px;
	height: expression( this.scrollHeight < 680? "680px" : "auto" );
	padding:0 9px 10px 10px;
	color:#101010;
	line-height:20px;
	font-size:14px;
	border-left:1px dashed #d5d5d3;
	text-align:justify;
}

#part3 #contenuto #locazione {
	color:#a3a3a3;
	font-size:14px;
	border-bottom:1px dashed #d5d5d3;
	line-height:25px;
}
#part3 #contenuto #locazione a {
	color:#bb0501;
	text-decoration:none;
}
#part3 #contenuto #locazione a:hover {
	text-decoration:underline;
}
#part3 #contenuto #locazione a.archivio {
	float:right;
	font-weight:bold;
}

#part3 #contenuto h3 {
	color:#bb0501;
	font-size:24px;
	font-weight:normal;
	margin:20px 0 10px 0;
}

#part3 #contenuto h4 {
	color:#bb0501;
	font-size:18px;
	font-weight:normal;
	margin:20px 0 10px 0;
	clear:left;
}


.download {
	color:#a3a3a3;
}
.download a {
	text-decoration:none;
	color:#bb0501;
}
/******************************************************************************** CORSI */
.corsi {
	width:600px;
}
.corsi .colonnaCorsi {
	float:left;
	width:280px;
	height:auto;
	margin-bottom:20px;
}
.corsi a {
	background: #FFFFFF url(../images/corsi-frecce.gif) no-repeat 260px;
	border-top:1px dashed #d5d5d3;	
	width:280px;
	margin-right:20px;
	margin-bottom:2px;
	text-decoration:none;
	font-variant:normal;
	color:#101010;
	display:block;
	font:14px Geneva, Arial, Helvetica, sans-serif;
}
.corsi a:hover {
	background: #faffda url(../images/corsi-frecce.gif) no-repeat 260px;
}
.corsi span { }
.corsi a.aperto {
	background: #FFFFFF url(../images/corsi-frecce-giu.gif) no-repeat 260px;
	border-top:1px dashed #d5d5d3;	
	width:280px;
	margin-right:20px;
	text-decoration:none;
	color:#101010;
}
.corsi a.aperto:hover {
	background: #faffda url(../images/corsi-frecce-giu.gif) no-repeat 260px;
}
.corsi a.end {
	border-bottom:1px dashed #d5d5d3;
}
.corsi a img {
	margin:5px 10px;
}
.corsi li a {
	background: none;
	border-top: none;		
	width:220px;
	margin-right:0;
	text-decoration:none;
	color:#101010;
	font:14px "Trebuchet MS", Verdana, Arial, sans-serif;
}
.corsi li a:hover {
	background: none;
}
.corsi .ulContent {
	display:none;
	border-left:1px solid #000;
	padding:0;
	margin:0 0 5px 19px;
}
.corsi .ulContent ul{
	padding:2px 0 0 0;
	margin:0 0 0 30px;
}
.corsi .ulContent li {
	list-style-image: url(../images/sottocategoria.gif);
	padding:2px 0;
	margin:1px 0 1px 5px;
}

.corsi .ulContent li a {
text-transform:none;
}
.corsi .ulContent li.ciclo{
	list-style-image: url(../images/ciclo.gif);
}
#elenco_corsi table {
 	margin: 0; 
	padding: 0; 
	border-collapse: collapse; 
	width: 100%; 
}
#elenco_corsi th {
 	padding: 10px 4px; 
	border-bottom: 1px solid #EEE; 
	border-top: 1px solid #EEE; 
	font-weight: normal;
}
#elenco_corsi td {
 	padding: 10px 4px; 
	border-bottom: 1px solid #EEE;
}
#elenco_corsi td + td {
 	border-left: 1px solid #FAFAFA; 
	color: #999;
}
#elenco_corsi td + td + td {
 	color: #666; 
	border-left: none;
}
#elenco_corsi td a {
 	color: #444; 
	text-decoration: none; 
	text-align: left;
}
#elenco_corsi td a, th a {
 	display: block;
}
#elenco_corsi td a:hover {
 	background: #444; 
	color: #FFF;
}
#elenco_corsi .tfoot td {
 	text-align: left; 
	border:0; 
	border-bottom: 1px solid #AAA; 
	background-color:#FFFFFF;
}
#elenco_corsi th {
 	text-align: left;
}
#elenco_corsi th a {
 	color: #f31e0c; 
	text-decoration: none; 
	font-size: 1.1em;
} 
#elenco_corsi th a:visited {
 	color: #f65143;
}
#elenco_corsi th a:hover {
 	color: #f31e0c; 
	text-decoration: underline;
}
#elenco_corsi .thead td, .tfoot td {
 	color: #555; 
}
#elenco_corsi .thead th { 
 	background-color:#FFFFFF; 
	border:0; 
	border-bottom: 1px solid #AAA; 
	font-weight: bold; 
	font-size: 1.2em;
}
#elenco_corsi tr {
 	font: 12px sans-serif;
	background-color:#ffffff;
	background-image:url(../images/bg_row.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color: #666;
}
#elenco_corsi tr:hover {
	background-image:url(../images/bg_rowx.jpg);
}
#dettaglio_corsi{
	text-align:left;
}
#dettaglio_corsi caption {
	font-size: 1.3em; 
	color: #111; 
	text-align: left;
}
#dettaglio_corsi table {
	margin: 0; 
	padding: 0; 
	border-collapse: collapse; 
	width: 100%; 
}
#dettaglio_corsi td {
	padding: 10px 10px; 
	border-bottom: 1px solid #EEE;
}
#dettaglio_corsi td.sx {
	width: 25%; 
	font: 12px sans-serif; 
	background: url(../images/bg_row.jpg) repeat-x #F8F8F8; 
	color: #a70000;
}
#dettaglio_corsi td.dx {
	width: 75%;
}
#dettaglio_corsi img { 
	margin:5px 10px;
}
#dettaglio_corsi p{ 
	margin:0;
}
#date table {
	margin: 0; 
	padding: 0; 
	border-collapse: collapse; 
	width: 100%; 
}
#iscrizione{
	text-align:left;
}
#iscrizione a{
	font-size:15px;
}
/******************************************************************************** FINE CORSI */


/******************************************************************* ORGANIGRAMMA */
.organigramma {
	width:600px;
	border:1px solid #ebebeb;
}
.organigramma td {
	padding:15px 5px;
	color:#686868;
	font-size:12px;
	line-height:25px;
}
.nome {
	color:#bb0501;
	font-size:20px;
}
.img_busta {
	margin:5px 10px 5px 0;
}
.img_tel {
	margin:5px 10px 5px 0;
}
.organigramma a {
	color:#bb0501;
	text-decoration:none;
	border-bottom:1px dashed #bb0501;
}
.organigramma a:hover {
	border-bottom:1px solid #bb0501;
}
/******************************************************************* FINE ORGANIGRAMMA */


/********************************************************************************** FOTO AULE */
.ambientiDittattici {
	width:100%;
}
.ambientiDittattici td {
	vertical-align:top;
}
.ambientiDittattici a {
	color:#101010;
	text-decoration:none;
	margin:3px 6px;
}
.ambientiDittattici a:hover {
	color:#bb0501;
}
.ambientiDittattici a img {
	border:1px solid #101010;
}
.ambientiDittattici a:hover img {
	border:1px solid #bb0501;
}

/********************************************************************************** FINE FOTO AULE */



/********************************************************************************** NEWS */
#part3 #contenuto #news {
	margin:0 5px;
	width:620px;
}
#part3 #contenuto #news .boxNews {
	border-bottom:1px dashed #d5d5d3;
	width:610px;
	padding:10px 5px;
	color:#101010;
	font-size:14px;
	line-height:18px;
}
#part3 #contenuto #news .boxNews img {
	border:1px solid #000000;
	margin:5px 0 0 30px;
}

#part3 #contenuto #news .boxNews h1 {
	background:url(../images/quadri.gif) no-repeat left;
	color:#3f3f3f;
	font-size:18px;
	line-height:24px;
	margin:0;
	padding-left:15px;
}
#part3 #contenuto #news .boxNews h1 a:link, #part3 #contenuto #news .boxNews h1 a:visited, #part3 #contenuto #news .boxNews h1 a:hover, #part3 #contenuto #news .boxNews h1 a:active {
	color:#3f3f3f;
	font-size:18px;
	line-height:24px;
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
}
#part3 #contenuto #news .boxNews h1 a:hover  {
	color:#3f3f3f;
	font-size:18px;
	text-decoration:underline;
	text-transform:none;
	font-weight:normal;
}
#part3 #contenuto #news .boxNews h2 {
	color:#454545;
	font-size:14px;
	line-height:20px;
	margin:0 0 8px 0;
	font-weight:normal;
}
#part3 #contenuto #news .boxNews h2 a:link, #part3 #contenuto #news .boxNews h2 a:visited, #part3 #contenuto #news .boxNews h2 a:hover, #part3 #contenuto #news .boxNews h2 a:active {
	color:#454545;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	text-decoration:none;
}
#part3 #contenuto #news .boxNews a {
	color:#bb0501;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
#part3 #contenuto #news .boxNews a:hover {
	color:#ef1200;
}

/********************************************************************************** FINE NEWS */

#buttoniscrizione {
	width:400px;
}

/********************************************************************************** ISCRIZIONE CORSI ONLINE */

.iscrizione {
	width:600px;
	border:1px solid #ebebeb;
}
.iscrizione th {
	height:40px;
	padding:2px 5px;
	font:14px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	background-color:#f9f9f9;
	border-bottom:1px solid #ebebeb;
	text-align:left;
}
.iscrizione td {
	padding:5px 5px;
	font:14px "Trebuchet MS", Verdana, Arial, sans-serif;
	white-space:nowrap;
}
.iscrizione input {
	border:1px solid #ebebeb;
	width:120px;
	font:14px "Trebuchet MS", Verdana, Arial, sans-serif;
}
.iscrizione input.longtitolo {
	width:100%;
	color:#bb0501;
}
.iscrizione input.long {
	width:225px;
}
.iscrizione input.mini {
	width:40px;
}
.iscrizione input.noborder {
	border:0px;
	width:auto;
}
.iscrizione textarea {
	border:1px solid #ebebeb;
	width:100%;
	font:14px "Trebuchet MS", Verdana, Arial, sans-serif;
}
.iscrizione input.invia {
	border:0;
	width:75px;
	height:21px;
	background-image:url(../images/invia-button-iscrizione.gif);
	cursor:pointer;
	margin:0 10px 20px 10px;
}
.iscrizione input.clear {
	border:0;
	width:75px;
	height:21px;
	background-image:url(../images/cancella-button-iscrizione.gif);
	cursor:pointer;
	margin:0 10px 20px 10px;
}

input.red, select.red, textarea.red {
	border: 1px solid #BB0501;
}
#ris_form {
	display: none;
	margin: 3px 0 10px 0;
	border: 2px solid #BB0501;
	color: #000;
	padding: 7px 16px;
}
#ris_form p {
	margin: 2px 0;
}
/********************************************************************************** FINE ISCRIZIONE CORSI ONLINE */

.gray {
	color:#a3a3a3;
}


/******************************************************************************* Fine CONTENUTO */


#part4 {
	padding-top:40px;
	width:981px;
	color:#888888;
	line-height:20px;
}

#part4 p {
	margin:0 20px;
}

#part4 a {
	color:#bb0501;
	text-decoration:none;
	border-bottom:1px dashed #bb0501;
	margin-right:20px;
}
#part4 a:hover {
	border-bottom:1px solid #bb0501;
}