html,body{
	margin:0;
	padding:0;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	font-size: 12px;
	/*background:#FAFAFA;*/
	background-color: #e1e1e1;
	background-image: url(/images/sfondo.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div{
	font-size: 12px;
	font-weight: normal;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 12px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


p{margin:0 10px 10px}


.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.r{
color:#FF0000
}

.mini{
	font-family: Arial,sans-serif;
 	font-size: 10px;
}

.input{
border:1px solid #006699;
padding:2px
}
.input_obbligatorio{
border:1px solid #ff0000;
padding:2px
}
.input_cb{
border:none;
padding:2px;
float:left
}
.input_cb_obbligatorio{
border:1px solid #ff0000;
padding:2px;
float:left
}


div#header h1{
	text-align:center;
	margin:0px;
  padding:0px;
  display:none;
}

div#container{
	width:981px;
	margin: 0 auto;
	background:#FFF;
}

div#wrapper{
	clear:both;
	width:981px;
}

div#main{	
	float:left;	
	width: 540px;
	margin: 0 3px 0 7px;
}

div#scrollnews{	
	/*margin: 0 0 0 214px;*/
	width:520px;
	background:#EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 2px 10px 2px 10px;
	font-size:11px;
	font-weight:bold;
	letter-spacing: 0.15em;	
}

div#content{	
	/*margin: 0 0 0 214px;*/
	width: 540px;
	padding: 10px 0px 2px 0px;
}

div#content p{
	line-height:1.4;
}

div#content #bc{
 height:30px;
}
div#content #bc #ma{
 float:left;
}
div#content #bc #ur{
 float:right;
 font-style:italic;  
}


div#navigation{
	float:right;
	width:210px;
}

div#extra{
	float:left;
	width:210px;
	font-size:10px;
	padding:0 0px 10px 0px;
	text-align:center;		
}

div#extra form{
 margin: 0px;
 padding: 0px;
}

div#extra fieldset{
	width:160px;
	padding: 0 10px 5px 10px;
	margin-left:5px;
}
div#extra legend{
	padding:5px;
	color:#006699;
}

div#extra input{
	width:95%;
	margin-bottom:5px;
}

div#footer{
	border-top: 1px solid #cccccc;
	font-size: 10px;
	text-align: center;
	color: #666;
	padding: 10px 10px 10px 10px;
	clear:both;
}



/************* #globalNav styles **************/


#globalNav{
	padding: 5px 0px 10px 0px;
	/*border-bottom: 1px solid #CCC;*/
	color: #cccccc;	
}







/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0 auto;
  border: 0 none;  
  padding: 0;
  width: 355px;
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  text-align:left;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  /*border-bottom-color: #CCC;*/
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  /*background: #EEE;*/
  color: #006699;
  font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #EEE;
  color: #006699;
  border-bottom-color: #CCC;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #EEE;
  color: #006699;
  border-bottom-color: #CCC;
  /*border-left-color: #CCC;*/
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #DDD;
  color: #006699;
}



ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}





/************* #search styles ***************/

#search{
	padding: 5px 0px 6px 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/************* #newsletter styles ***************/

#newsletter{
	/*padding: 5px 0px 5px 10px;*/
	border-top: 1px solid #CCC;
	/*border-bottom: 1px solid #CCC;*/
	font-size: 11px;
}

#newsletter form{
 margin: 0px;
 padding: 0px;
}

#newsletter label{
	display: block;
	margin: 5px 0 0 0 ;
	padding: 0px;
}

#newsletter a {
	display: block;
	padding: 10px 0px 10px 10px;
	font-family: Arial,sans-serif;
 	font-size: 12px;
 	color: #334d55;
 	font-weight:bold;
}

#newsletter a:hover{
	background-color: #dddddd;
	color: #006699;
}



#content form#frmNws{
padding:0 0 0 60px;
}
#content form#frmNws label{
display:block;
width:120px;
float:left
}
#content form#frmNws .input{
overflow:auto;
width:250px;
}
#content form#frmNws .input_obbligatorio{
overflow:auto;
width:250px;
}

.div_pr{
width:254px;
margin:1px 0 0 123px;
}
#content form#frmNws label.label_pr{
width:229px; padding:4px 0 6px 4px
}

#content form#frmNws .mini{
	font-family: Arial,sans-serif;
 	font-size: 10px;
 	padding-top:10px;
 	text-align:center;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar {
	background:#EEE;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	/*position: relative;*/
	margin: 0px;
	padding: 0px 0 10px 0;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 11px;
}

#sectionLinks h3{
	padding: 10px 0px 5px 10px;
}

#sectionLinks ul li{
  display: inline; /*For IE*/
}

#sectionLinks a{
	display: block;
	border-top: 1px dotted #cccccc;
	padding: 5px 0px 5px 15px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** #newsLinks styles ***********/

#newsLinks{
	/*padding: 5px 0px 5px 10px;*/
	border-top: 1px solid #CCC;
	/*border-bottom: 1px solid #CCC;*/
	font-size: 11px;
}

#newsLinks a {
	display: block;
	padding: 10px 0px 10px 10px;
	font-family: Arial,sans-serif;
 	font-size: 12px;
 	color: #334d55;
 	font-weight:bold;
}

#newsLinks a:hover{
	background-color: #dddddd;
	color: #006699;
}

/* --- */

#content #frmEventi label {
	display: block;
	font-size:11px;
	font-weight:bold;
}

#content .rdev {
	height:auto;
	width: 540px;
	border-top: 1px dashed #cccccc;
	/*border-bottom: 1px dashed #cccccc;*/
	padding-bottom: 10px;
	padding-top: 10px;
	overflow:auto;
}

#content .dev {
	width: 241px;
	/*float: left;*/
	padding: 10px;
	border: 1px solid #ccc;
}

#content .dev a{
	font-size:13px;
	font-weight:bold;
	padding-bottom: 3px;
}

#content .dev p{
	font-style:italic;
	margin:0px;
	padding:0px;
}

#content .dev .foto{
	width:100%;
	height:auto;
	text-align:center;	
}

#content .dev .foto img{
	margin:10px;
	border: 1px solid #666;
	margin:7px;
	padding:3px;
	border:1px solid #006699;
	background:url(images/loader.gif) no-repeat center center;
}

#content #evric {
	float:left;
/*	height: 50px;	*/
	margin-bottom:15px;			
}

#content #evris {
	/*float:left;	*/
	clear:both;	
}

#content #evpag {
	margin:0px;
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
  padding: 0 3px 0 3px;
}

#content #evpag strong{
	color: #006699;
}


/*********** #ul_ss styles ***********/

#ul_ss {
	/*list-style: none;
	margin: 10px;
	padding: 0;*/
	/*clear:both;*/
	margin-top:0px;
}

#ul_ss li {
	padding: 2px;
}


/*********** #ul_ei styles ***********/

#ul_ei {
	/*list-style: none;*/
	/*margin: 0px;
	padding: 0;*/
	/*clear:both;*/
	/*margin-top:0px;*/	
}

#ul_ei li {
	padding-bottom: 10px;	
}

#ul_ei .data {		
	/*float:right;	*/
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}



/***/
#tab_ris_ev {
	border:1px solid #CCC;
	border-collapse: collapse;
	/*float:left;*/
}

#tab_ris_ev td {
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
  padding: 0 3px 0 3px;
  border-bottom:1px solid #EEE;
}

#tab_ris_ev .mh {
	border-bottom:1px solid #CCC;
	background:#EEE;
	color: #006699;
}

/***/
#tab_det_ev {
	border:1px solid #CCC;
	border-collapse: collapse;
}

#tab_det_ev td {
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
  padding: 0 3px 0 3px;
}

#tab_det_ev .mh {
	border-bottom:1px solid #CCC;
	background:#EEE;
	color: #006699;
}

#tab_det_ev td .cnt {
	line-height: 1.5;
	clear:both;
  /*padding: 0 0 3px 0;    */
  font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

#tab_det_ev td .tit {
  color: #334d55;
  /*clear:left;*/
  float:left;
  font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  line-height: 1.6;
  padding-left:3px;
}

#tab_det_ev td .val {
  float:left;
  padding-left:3px;
  font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6;
}


#tab_det_ev .foto{
	float:left;		
}
#tab_det_ev .foto img{
	margin:12px;
	padding:3px;
	border:1px solid #006699;
	width:100px;
	background:url(images/loader.gif) no-repeat center center;
}

/*** det_info ***/
#det_info {	
	border:1px solid #CCC;
	padding: 10px;
	margin-bottom:15px;	
}

#det_info .tit {		
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #006699;
}

#det_info .sottit {			
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;	
}

#det_info .data {		
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #006699;
}

#det_info p {		
	margin:0px;
}

#det_info .cronaca {			
	margin:15px 0 5px 0;
}

#det_info .foto{
	/*width:100%;*/
	float: left;
	height:auto;
	text-align:center;		
}

#det_info .foto img{
	margin:10px;
	/*border: 1px solid #666;*/
	margin:7px;
	padding:3px;
	width:100px;
	border:1px solid #006699;
	background:url(images/loader.gif) no-repeat center center;
}


#blocco_foto {			
	margin:15px 0 0 0;
	width:100%;
	border-top:1px dotted #006699;
	padding-top:5px;	
}


div#Forum{ 
 font-size:10px;
 padding:0 0px 5px 0px;
 text-align:center;		
}

div#Forum form{
 margin: 0px;
 padding: 0px; 
}

div#Forum fieldset{
	width:160px;
	padding: 0 10px 5px 10px;
	margin-left:5px;	
}
div#Forum legend{
	padding:5px;
	color:#006699;	
}

div#Forum input{
	width:95%;
	margin-bottom:5px;
}

/*** banner ***/
.banner {
	/*padding-bottom:10px;*/
	margin-bottom:10px;
}

#navigation .banner {
	padding:10px 0 10px 5px;
	margin-bottom:10px;
}
