@charset "utf-8";
/* CSS Document */


/*
=======================================================================
	General Rules
=======================================================================
*/

* {
	padding:0px;
	margin:0px;
}
body {
	background:url(../images/bg.jpg) repeat-x top #fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#747474;
}
a {
	color:#666;
	text-decoration:none;
	outline:none;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
ul, li {
	list-style-type:none;
	list-style-image:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#0086b2!important;
}
h1 {
	font-size:25px;
	font-weight:normal;
	text-transform:uppercase;
}
h2 {
	font-size:20px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:16px;
	font-weight:normal;
}
h5 {
	font-size:14px;
	font-weight:normal;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:18px;
}

/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:960px;
	margin:0px auto;
}
#bg {
	background-image:url(../images/bubble.png);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
}
#bottomsec {
	width:100%;
	background-image:url(http://chimpstudio.co.uk/themeforest/edu2/blue/images/botmsecbg.png);
	background-position:center top;
	background-color:#070707;
	background-repeat:repeat-x;
	height:110px;
}
/*
=======================================================================
	MasterHead Rules
=======================================================================
*/
#masterhead {
	width:960px;
	height:139px;
	float:left;
	padding-bottom:10px;
}
/*
=======================================================================
	Logo Rules
=======================================================================
*/
.logo {
	float:left;
	padding:22px 0 0 0px;
}
/*
=======================================================================
	right header Rules
=======================================================================
*/

.topright_sec {
	float:right;
	width:auto;
}
/*
=======================================================================
	Top Navigation Rules
=======================================================================
*/
.topnavigation {
	width:auto;
	height:30px;
	float:right;
	padding-bottom:8px;
}
.topnavigation ul {
	float:left;
}
.topnavigation ul li {
	background-image:url(/pics/001/toplinksbg_02.png);
	background-repeat:repeat-x;
	height:30px;
	float:left;
}
.topnavigation ul li.first {
	background-image:url(/pics/001/toplinksbg_01.png);
	background-repeat:no-repeat;
	width:5px;
	height:30px;
}
.topnavigation ul li.last {
	background-image:url(/pics/001/toplinksbg_03.png);
	background-repeat:no-repeat;
	width:5px;
	height:30px;
}
.topnavigation ul li a {
	background-image:url(/pics/001/toplinks_sep.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color:#717171;
	line-height:30px;
	padding:0 8px 0 9px;
	font-size:11px;
	float:left;
}
.topnavigation ul li a:hover {
	color:#000;
}

.topnavigation ul li a img {
	padding-top:6px;
}
/*
=======================================================================
	Seach
=======================================================================
*/

.top_search {
	position:relative;
	height:51px !important;
	float:right;
	width:327px;
	padding-bottom:15px;
}
.advance_search {
	position:relative;
	height:25px !important;
	float:left;
	line-height:25px;
	width:327px;
	text-align:right;
}
.advance_search a {
	font-size:10px;
	color:#5f5f5f;
	text-decoration:underline;
}
.top_search ul {
	float:left;
	width:330px;
}
.top_search li {
	float:left;
}
.top_search input {
	background-color:#f3f3f3;
	line-height:24px;
	height:23px;
	width:219px;
	border:solid 1px #d5d5d5;
	float:left;
	margin-right:6px;
	padding:0 9px;
}
a.search {
	background-image:url(/pics/001/search_icon.png);
	background-repeat:no-repeat;
	background-position:13px 7px;
	width:55px;
	height:25px;
	background-color:#89ab20;
	display:inline-block;
	float:left;
	color:#fff;
	line-height:25px;
	padding-left:28px;
	font-weight:bold;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#content_section {
	float:left;
	width:960px;
	padding-bottom:10px;
}
#content_sec1 {
	width:100%;
	padding-top:31px;
	float:left;
	padding-bottom:24px;
}

/*
=======================================================================
	Col Section Rules
=======================================================================
*/
.colDX {
	width:710px;
	float:right;
	padding-top:10px;
	color:red;
}
.colSX {
	width:240px;
	padding-top:10px;
	float:left;

}

/*
=======================================================================
	Main Navigation Rules
=======================================================================
*/
.navigation {
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:101%;
	position:relative;
	background-color:#0086b2;
}


.basictab{
padding: 0px 0;
margin-left: 0;

list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
z-index:9999 !important;


	text-decoration: none;
	font-size:12px;
	border-right:#FFF solid 1px;
}

.basictab li{
display: inline;
margin: 0;

}

.basictab li a{
text-decoration: none;
padding: 4px 7px;
margin-right: 0px;
border: 0px;
border-bottom: none;
background-color:#0086b2;
color:#fff;
	line-height:31px;
}


.basictab li a:visited{
color: #fff;
}

.basictab li a:hover{
background-color: #89ab20;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: black;
}


.submenustyle{
padding: 2px 1px;
border: 0px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;

background-color: #0086b2;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
color: #fff;
}

.submenustyle a:hover{
background-color: #89ab20;
}


/*
=======================================================================
	Banner Rules
=======================================================================
*/
#banner {
	height:320px;
	padding-top:0px;
	padding-bottom:10px;
	position:relative;
	width:710px;
}
#banner .contentdiv {
	visibility: hidden; /*leave as is*/
	position: relative; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 710px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:320px;
}
.banner_des {
	width:520px;
	height:66px;
	padding-right:167px;
	color:#fff;
	padding-left:20px;
	padding-top:12px;
	position:absolute;
	bottom:1px;
	left:1px;
	background-image:url(../images/bannerdesc.png);
}
.banner_des h4 {
	font-weight:bold;
	padding-bottom:2px;
	color:#fff!important;
}
.banner_des p {
	padding-right:80px;
}
#slider2 {
	width:710px;
	position:relative;
	padding-top:0px;
	margin:auto;
	height:320px;
	overflow:hidden;
}
.pagination {
	width:auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	float:right;
	right:15px;
	bottom:27px;
	z-index:9999;
	position:absolute;
}
.pagination a {
	background:#08387f;
	width:23px;
	line-height:23px;
	text-align:center;
	line-height:23px;
	color:#fff;
	display:inline-block;
	margin-right:1px;
	font-weight:bold;
}
.pagination a:hover, .pagination a.selected {
	background-color:#000;
}
.pagination a:hover, .pagination a.selected {
	background-color:#000;
}
.pagination a.prev {
	font-size:0px;
	display:none;
}
.pagination a.next {
	font-size:0px;
	display:none;
}
#banner1 {
	width:710px;
	height:210px;
	padding-bottom:10px;
	position:relative;
}
#banner1 .heading {
	position:absolute;
	background-image:url(../images/bannerdesc.png);
	left:1px;
	bottom:11px;
	width:680px;
	height:37px;
	padding-left:22px;
	padding-top:14px;
}
#banner1 .heading h1 {
	font-weight:bold;
	font-size:22px;
	color:#fff!important;
}





















p{margin:0 10px 10px}
a{
	color: #981793;
	padding:2px
}
div#header h1{
	height:280px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color: #000000;
	background-image: url(/pics/001/HEADER.png);
layer-background-image: url(/pics/001/HEADER.png);
	background-color: #CCCCCC;
}
div#container{text-align:left}
div#content p{
	line-height:1.4;
}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}
div#footer{
	color: #FFF;
	background-color: #CCCCCC;
	height: 30px;
}
div#footer p{
	margin:0;
	padding:5px 10px;
}

div#container{
	width:990px;
	margin:0 auto;
	background-image: url(/pics/001/vigna.jpg);
	background: url(/pics/001/vigna.jpg);
	layer-background-image: url(/pics/001/vigna.jpg);
	background-attachment: fixed;
}
div#wrapper{
	float:left;
	width:100%
}
div#content{
	margin: 0 0px;
	width: 990px;
	background-image: url(/pics/001/vigna.jpg);
	background: url(/pics/001/vigna.jpg);
	layer-background-image: url(/pics/001/vigna.jpg);

}

div#extra{
	float:left;
	width:280px;
	margin-left:-286px;
	background-color: #FFFFFF;
}
div#footer{
	clear:left;
	width:100%;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	background-image: url(/pics/001/titoli.jpg);
}


p {
  line-height: 1.5em;
}



/*CSS principale per il menù*/
#menu { width:180px; }
#menu {
	border:0px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width: 180px;

}
#menu a.head {
	cursor:pointer;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background: #333;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
padding-top:4px;
padding-bottom:4px;
	text-indent:10px;
	text-decoration: none;
}
#menu a.head:hover {
	background: #6F0000;
	border-left: 5px #FAEDD8 solid;
	text-indent:5px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

#menu a.nothead {
	cursor:pointer;
	border:0px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background: #333;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
padding-top:4px;
padding-bottom:4px;
	text-indent:10px;
	text-decoration: none;
}
#menu a.nothead:hover {
	background: #6F0000;
	border-left: 5px #FAEDD8 solid;
	text-indent:5px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
#menu a.curnothead {
	cursor:pointer;
	border:0px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	display:block;
	font-weight:bold;
padding-top:4px;
padding-bottom:4px;
	background: #6F0000;
	border-left: 5px #FAEDD8 solid;
	color:#FFFFFF;
	text-indent:5px;
	text-decoration: none;
}
#menu a.curnothead.current {
	cursor:pointer;
	border:0px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	display:block;
	font-weight:bold;
padding-top:4px;
padding-bottom:4px;
	background: #6F0000;
	border-left: 5px #FAEDD8 solid;
	color:#FFFFFF;
	text-indent:5px;
	text-decoration: none;
}
#menu a.ActSubM {
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FAEDD8;
	color: #6F0000;
	border-left: 5px #6F0000 solid;
	text-indent:5px;
}

#menu a.selected {
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background: #6F0000;
	color: #FFFFFF;
	text-indent:10px;
}
#menu a.current {
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FAEDD8;
	color: #6F0000;
	border-left: 5px #6F0000 solid;
	text-indent:5px;
}
#menu ul {
	border-width:0px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	text-indent:0px;
}
#menu li {
	list-style:none outside none;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
#menu li li a {
	background: #ccc;
	color: #333333;
	display:block;
	text-indent:10px;
	text-decoration: none;
padding-top:4px;
padding-bottom:4px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	}
#menu li li a:hover {
	color:#FF0000;
	background: #FAEDD8;
	border-left: 5px #000 solid;
	text-indent:5px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

@media print {
div, #menu ul{
		display: block!important;
		height: auto!important
	}
}
.code {
	border: 1px solid #ccc;
	list-style-type: decimal-leading-zero;
	padding: 5px;
	margin: 0;
}
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li {
	background: #ddd;
	border: 1px solid #ccc;
	margin: 0 0 2px 2.2em;
}
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }



.newsSeparator {width:100%; height:7px; background-image: url(/pics/dotted.gif); layer-background-image: url(/pics/dotted.gif); border: 0px none;}

table { border:0px}
form{
 	margin:0px;
  	padding:0px;
	}
td{
	font-size:11px;
    font-family:Tahoma;
	color:#73725C;
	line-height:14px;
	vertical-align:top;
}
.header, .header a { 
	color:#9F9F9F; 
	text-decoration:none; 
	font-size:10px
}
.header a:hover{ text-decoration:underline}
.header  span a{ color:#91AD15}
.header2 {
	color:#6483A2; 
	font-size:12px; 
	line-height:14px
}


.Titolo_news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration:none;
	color:#000000;
}
.RedBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration:none;
	color:#880000;
	line-height:20px;
}

.Data_news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:none;
	color: #333333;
}
.corpo_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration:none;
}
.link_leggi_news {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-weight: bold;
	text-decoration:none;
}
.Titolo_news_secondaria {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}
.Data_news_Secondaria {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	text-decoration:none;
}
.pubblicato {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	text-decoration:none;
}
.Sottotitolo_news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990000;
	font-size: 12px;
	text-decoration:none;
}
.vescovo {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: normal;
	padding-top: 7px;
	color: #656565;
text-decoration:none;
}

.footer {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: normal;
	border-top-width: 10px;
	padding-top: 7px;
	color: #333333;
}
.Titolo_BOX {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #F3D7A7;
	font-size: 18px;
	text-transform: capitalize;
}
.footer2 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	border-top-width: 10px;
	padding-top: 7px;
	color: #F3D7A7;
}


.input{
 		height:19px; 
		background-color:#FFFFFF; 
		padding:2px 0 0 5px;
		font-size:11px;
		font-family:Tahoma;
		color:#73725C;
		border-color:#CACACA;
		border-width:1px;
		border-style:solid;
}
 .textarea{
		height:64px; width:241px; 
		background-color:#FFFFFF; 
		padding:2px 0 0 5px;
		font-size:11px;
		font-family:Tahoma;
		color:#73725C;
		border-color:#CACACA;
		border-width:1px;
		border-style:solid;
		overflow:auto;
		}


 


/* Text Box with Different Border: */
.tb-border {
    border: 1px solid #0000FF;
}





/* General: */

.menusx {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	text-align: right;
	text-indent: 30px;
line-height: 14px;
margin-bottom: 3px;


}
.menudx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
}

.menudxBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.menudxBolds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.menutop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #214e90;
	text-decoration: none;
}
a.menutop:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #214e90;
	text-decoration: none;

}
a.menutop:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #214e90;
	text-decoration: none;
}
a.menutop:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a.menutop:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #214e90;
}
.ordlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #214e90;
	text-decoration: none;
}

.corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.corpo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.corpobold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.corpobold  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.corpobold :hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.corposmallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.corposmallbold  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.corposmallbold :hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.corpolink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.corpolink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.corpolink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}

.corpoh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	float:left;
	text-decoration: none;

}
a.corpoh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float:left;
}
a.corpoh:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float:left;
}
.corpohbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float:left;
	text-decoration: none;

}
a.corpohbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float:left;
}
a.corpohbold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float:left;
}
.titoli11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00457E;
	text-decoration: none;
}

.titolo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titolodx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
}
a.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
}
a.titolo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
}
a.titolo:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
}
.titolo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.titolo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.titolo1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.titolo1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titoloh1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
	float:left;
}
a.titoloh1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
	float:left;
}
a.titoloh1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
	float:left;
}
a.titoloh1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
	float:left;
}

.titoloh2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
	float:left;
}
a.titoloh2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
	float:left;
}
a.titoloh2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
	float:left;
}
a.titoloh2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00467E;
	text-decoration: none;
	float:left;
}
.ddlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00457e;
	background-color: #ecf7ff;
	text-decoration: none;
	width: 180px;
}
.InputSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	 width: 135px;
	
}
.o{border: solid; border-width: 1px 1px 1px 1px; border-color: #eeeeee; background-color:#fafafa;position:absolute;visibility:hidden;width:520;height:700px;}
.o1{border: solid; border-width: 1px 1px 1px 1px; border-color: #eeeeee; background-color:#fafafa;position:absolute;visibility:hidden;overflow:auto;width:520;height:700px;}
.o2{visibility:inherit;overflow:auto;width:447px;height:540px;}
.o3{border: solid; border-width: 1px 1px 1px 1px; border-color: #eeeeee; background-color:#fafafa;position:absolute;visibility:hidden;overflow:auto;width:520px;height:1200px;}
.o4{border: solid; border-width: 1px 1px 1px 1px; border-color: #eeeeee; background-color:#fafafa;position:absolute;visibility:hidden;overflow:auto;width:447px;height:720px;}
.o5{position:relative;visibility:inherit;overflow:auto;width:460px;height:620px;}
.o6{border: solid; border-width: 1px 1px 1px 1px; border-color: #eeeeee; background-color:#fafafa; position:absolute; width:405px;height:116px; overflow:auto; margin-bottom:4px;}
.o7{border: solid; border-width: 1px 1px 1px 1px; border-color: #eeeeee; background-color:#fafafa;position:absolute;visibility:hidden;overflow:auto;width:780px;height:500px;}
.o8{border: solid; border-width: 1px 1px 1px 1px; border-color: #eeeeee; background-color:#fafafa;position:absolute;visibility:hidden;overflow:auto;width:520px;height:400px;}
.foot{border: none; overflow:none;height:40px;}
.divsmartsearch {
	BORDER-RIGHT: none; Z-INDEX: 0; LEFT: 770px; VISIBILITY: hidden; OVERFLOW: hidden; POSITION: absolute; TOP: 60px; HEIGHT: 260px; BACKGROUND-COLOR: transparent;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}
.divsurvey {
	BORDER-RIGHT: none; Z-INDEX: 0; VISIBILITY: hidden; OVERFLOW: hidden; POSITION: absolute; LEFT: 770px;  TOP: 590px; HEIGHT: 240px; width: 150px; BACKGROUND-COLOR: transparent; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}
.tabsmartsearchH  {
background-image: url(/pics/searchtop.gif);  	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px;
}
.tabsmartsearchD  {
background-color: #ecf7ff; BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: #e7dfc8 2px inset; 
}
.tabsmartsearchP  {
background-color: #ecf7ff; BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; 
}
.tabsmartsearchX  {
background-color: #ffffff; 
}
.tabsmartsearchL  {
background-image: url(/pics/searchleft.gif); width:4px;
}
.tabsmartsearchR  {
background-image: url(/pics/searchright.gif); width:4px;
}
.FieldSearch {
	BORDER-RIGHT: medium none; BORDER-TOP: none; FONT-SIZE: 11px; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-LEFT: medium none; WIDTH: 103px; BORDER-BOTTOM: medium none; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; HEIGHT: 16px; TEXT-DECORATION: none
}
.smartsearch {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.centro{visibility:inherit;overflow:auto;width:600px;height:672px; background-color:#ffffff}

.sondaggio {POSITION: relative;
	 Z-INDEX: 2;    BACKGROUND-COLOR: transparent; 
}
.tdsondaggio {POSITION: relative; overflow:visible; height:21px;
}
.tdsond  {
 BORDER-RIGHT: #5775b5 1px solid; BORDER-TOP:  0px; BORDER-LEFT: #5775b5 1px solid; BORDER-BOTTOM: 0px; 
}
.tabTopBeige  {
  BORDER-RIGHT: 0px; BORDER-TOP: #CCC495 2px solid; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; 
}


.tdMeseCal { background-color: #eeeeee; height: 18px;}
.CalMonth {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000099; text-decoration: none}
.CalDayFest { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #990000; text-decoration: none }
.CalDay { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000099; text-decoration: none; font-weight: Normal; }
a.CalDay { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000055; text-decoration: none; font-weight: Bold; }
a.CalDay:Hover { font-family:Arial, Helvetica, sans-serif; font-size: 9pt; color: #000099; text-decoration: none; font-weight: Bold; }
.tdcaldayempty {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
.tdcalday { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;  }
.tdcalweek { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;  }


.cal_monthnow { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #335599; text-decoration: none; line-height: 11px; }
a.cal_monthnow { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #335599; text-decoration: none; line-height: 11px; }
a.cal_monthnow:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #335599; text-decoration: none; line-height: 11px; }

.cal_dayNowF { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #003F6E; text-decoration: none; line-height: 10px; border: solid; border-width: 1px 1px 1px 1px; border-color: #009900; background-color:#97a9c5 ;}
.cal_dayNowE { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #003F6E; text-decoration: none; line-height: 10px; border: solid; border-width: 1px 1px 1px 1px; border-color: #009900; background-color:#eaeef3; }
.cal_dayF { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #003F6E; text-decoration: none; line-height: 10px; background-color:#97a9c5 ;}
.cal_dayE { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #003F6E; text-decoration: none; line-height: 10px; background-color:#eaeef3; }
.cal_titolodata { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #003F6E; text-decoration: none; }

.cal_dayNowRed { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #cc0033; text-decoration: none; line-height: 10px; }
.cal_dayNowBlu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #335599; text-decoration: none; line-height: 10px; }
.cal_dayNowSmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #335599; text-decoration: none; }
.cal_dayNowBig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #cc0033; text-decoration: none;  }
.cal_dayNowCell { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #003F6E; text-decoration: none;  border: solid; border-width: 1px 1px 1px 1px; border-color: #D7CEAF; background-color:#eaeef3; }
#cal_menu{
position: absolute; background-color: #eaeef3; border:1px solid #335599; font: normal 10px Verdana; line-height: 15px; z-index: 100; visibility: hidden; }
#cal_menu a{ text-decoration: none; padding-left: 6px; color: black; display: block; }
#cal_menu a:hover{ /*hover background color*/ background-color: #CCFF9D; }

.tratbottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #666666;
}
.tratbottomright {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
	border-right-color: #666666;
}
.tratright {

	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-left-style: none;
	border-right-color: #666666;
}
.listgiornale {list-style-image:url("/pics/001/listicon.gif"); list-style-type:square; }
 #map_canvas { height: 100% } 


