body  {
	font-family:Verdana, sans-serif;
	font-size:10px;
	margin: 30px 0px 0px 0px ;  /* top right bottom left*/
	/*background-image: url(images/layout/sfondo.gif);
	background-repeat:repeat-x;*/
	background-color: #D7D2C0;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1 {
	font-weight: bold;
	font-size:14px;
	color:#2A5091;
	text-decoration:none;

}
h2 {
	font-size:12px;
	color:#475057;
	font-weight:bold;
	text-decoration:none;	
}
img {
	border: none;	
}
#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 970px;  
	margin: auto; 
	background: #FFF;
	position: relative;
} 

/* header della pagina */
#headerTop {
	height:67px;
	padding-top: 6px;
}
#header {
	line-height:normal;
	padding:0px;
	width: 970px;
	height: 235px;
}
#headerBottom {
	background: #88BBE6;
    height:23px;
	margin-bottom: 1px;
	line-height: 23px;
	text-align: center; 
	color: #ffffff;
}

/* corpo della pagina */
#leftColumn {
	float: left; 
	width: 202px; 
	min-height: 380px;
	margin: 0px;
	padding: 2px; 
}
#mainContent { 
	float:left;
	width:748px;
	display:block;
	min-height:660px;
	padding: 8px;
	background: url(../images/sf.jpg) no-repeat bottom; 
} 
#rightColumn {
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* footer della pagina */
#footer {
	padding: 0px;
	/*margin-top: 20px;*/
	height:30px;
	/*line-height: 30px;*/
	background :#88BBE6;
	border: 1px solid #88BBE6;
} 
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
a.linkfooter {
	color:#14679E;
	text-decoration:none;		
}
a:hover.linkfooter {
	color:#ffffff;
	text-decoration:none;		
}
	


/* layout di tabella */
table#list {
	width: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin: 20px 0px;
	padding: 0px;
	color: #000;
}
table#list thead {
	background: #88BBE6;
	color: #FFF;
}
table#list td, th {
	padding: 5px;	
	margin: 0px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.dateCell {
	width: 75px;	
}
.icoCell {
	width: 96px;	
}
.iconCell {
	width: 16px;	
}

/* layout testuali */
.normaltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.formTesto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}



.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#003366;
	text-decoration: none;

}
.titololink {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#14679e;
	text-decoration:none;

}
.linksx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #990000;
	text-decoration:none;		
}
.linkpagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FF9933;
	font-weight: bold;
	text-decoration:none;		
}

.linkmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #646464;
	text-decoration:none;		
}

a:hoover.linkmore {
	color:#990000;
	text-decoration:none;		
}




a:hover.linkpagina {
  font-weight:bold;
  color:#990000;
  text-decoration:none;
  }

/* layout del form */
/*#formBox {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px 0px 10px 0px;
	width: 100%;
}
#formBox td {
	padding: 5px;
	color: #555555;
}
#formButtonBox {
	margin: 0 auto;
}
#formButtonBox td{
	padding: 10px 25px 10px 25px;
}

.formSeparator {
	border-top:#CCCCCC 1px dashed;
}
.formmemo, .formfield, .formcombo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	font-weight:normal;
	font-size:10px;
	color: #666666;
	background-color:#FFFFFF;
	text-decoration:none;			
}
.formmemo {
	width: 300px;
	height: 150px;
}
.formfield{
	width: auto;
	height: 15px;
}
.formcombo {
	width: auto;
	height: 20px;
}
.formbutt, .formbuttsmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	font-weight: bold;
	color: #666666;
	background-color: #eeeeee;
	text-decoration: none;		
	background-position: center 50%;
	vertical-align: middle; 
}
.formbutt {
	width: 65px;
	height: 20px;
	font-size: 10px;
}
.formbuttsmall {
	width: 24px;
	height: 19px;
	font-size: 8px;
}*/
/* stile form nella pagina principale */
#mainContent fieldset {
	padding: 10px;
	margin: 3px 0px;
}
#mainContent fieldset legend {
	font-size: 10px; 
	color: #69C;
	padding: 0px 5px 12px 5px;	
}

#mainContent label {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	padding-right: 20px;
}
#mainContent fieldset select,textarea,input,label {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#mainContent textarea {
	/*display:none;	*/
	width: 350px;
	height: 150px;
	/*border: 1px solid #069;*/
}
#mainContent fieldset input {
	width: auto;
	height: 15px;	
	/*border: 1px solid #069;*/
}
#mainContent fieldset select {
	width: auto;
	height: 20px;
	/*border: 1px solid #069;*/
}
#mainContent fieldset br {
	clear: left;
}



/* messaggi di sistema*/
.messageOk, .messageErr, .messageAlert {
	font-weight: bold; 
	padding: 5px; 
	text-align: center; 
	margin-bottom: 5px; 
}

.messageOk {
	background: #e3fae5; 
	border: 1px solid #a9f0b0; 
	color: #6C3; 
	
}
.messageErr {
	background: #fae3e3; 
	border: 1px solid #f0a9a9; 
	color: #C36; 
}
.messageAlert {
	background: #faf8e3; 
	border: 1px solid #f0eba9; 
	color: #C93; 
}


/* stile pagina google maps */

/* stile pagina google maps */
#googlemaps {
	padding: 0px;
	margin: 0px;	
}

#mappaDettagli {
	width: 100%;
	border: 1px dashed #ccc;
	padding: px;
	margin: 10px 0px;
}
#mappaDettagli a {
	color:#069;
	text-decoration:none;
	
}

.mappaTesto, .mappaSede  {
/*	margin: 0px 245px 0px 0px;*/
	padding: 10px;
}

#mappaDiv {
	padding: 0px;
	margin: 0px;

}
#mappaImg {
	width: 100%;
	height: 480px;
	padding: 0px;
	margin: 0px;
	border: #fff 1px dotted;
}



/* calendario */
#calendar {
	background: #FFF;
	margin: 10px 0px;
}
#calendar a {
	text-decoration: none;
}

#calendar td {
	width: 30px;
	text-align: center;	
}
#cal {
	border:1px solid #ccc;
	width:200px;
}

#cal table td.today {
	background: #CCC;
}
#cal table td.event {
	background: #88BBE6;
}


#flashcontent {
	style: z-index: 1;
	width: 100%;
	height: 100%;
}

