/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ffffff;
	color: #1a171b;
	font: .7em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #004489;
	text-decoration: none
}
a:hover{
	/* clear: both;*/
	color: #e30e6f;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #222222;
	font-size: 1.5em;
	margin: 0 0 .5em
}
h3{
	color: #004489;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 .3em
}
h4{
	color: #e30e6f;
	font-size: 1em;
	margin: 0 0 .5em
}
h5, h6{
	font-size: 1em
}
h5{
	color: #e30e6f
}
p{
	line-height: 1.1em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.gif) #d8ca9b no-repeat top;
	margin: 0 auto;
	width: 994px
}
/*=== Header ===*/
#header{
	height: 171px;
	padding: 5px 15px 0 183px
}
#header .content{
	float: right;
	width: 545px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 250px
}
#header h1 a{
	display: block;
	height: 120px;
	text-decoration: none
}
#logo{
	clear: both;
	height: 51px;
	padding: 15px 0 0 145px;
	width: 305px
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	float: left;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 15px
}
.nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left;
	line-height: 15px;
	padding: 0 10px
}
.nav1 li a{
	color: #000000;
	display: block;
	float: left
}

.nav1 li .fontResizer {
  background:#FFFFFF;
}

.nav1 li a:hover,
.nav1 li.active a{
	color: #e41270;
	text-decoration: none
}
.nav1 li.rss{
	background: none
}
.nav1 li.rss a{
	background: url(../images/ico-rss.gif) no-repeat right;
	padding: 0 25px 0 0
}
/*- Nav2 -*/
.nav2{
	clear: both;
	font-size: 15px;
	font-weight: bold;
	height: 24px;
	padding: 10px 0 0 45px;
	text-transform: uppercase
}
.nav2 ul{
	float: left
}
.nav2 li{
	float: left;
	line-height: 24px;
	padding: 0 20px 0 0
}
.nav2 li a{
	color: #004489;
	display: block;
	float: left;
	padding: 0 4px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: #64acbb;
	color: #ffffff;
	text-decoration: none
}
/*- Nav3 -*/
.nav3{
	clear: both;
	font-size: 12px;
	height: 16px;
	letter-spacing: -1px;
	/*padding: 3px 0 0 0px;*/
	margin-top: -22px;
	padding-bottom:6px;
	float:right;
}
.nav3 li{
	background: url(../images/nav3-sep.gif) no-repeat right;
	float: left;
	line-height: 16px;
	padding: 0 8px 0 5px
}
.nav3 li.last{
	background: none
}
.nav3 li a{
	color: #1a171b;
	display: block;
	float: left
}
.nav3 li a:hover,
.nav3 li.active a{
	color: #ffffff
}
/*- Nav4 -*/
.nav4{
	margin: 0 0 1em;
	margin-top:30px !important;
	margin-top:7px;
}
.nav4 li{
	border-bottom: 1px solid #e41270;
	height: 1%;
}
.nav4 li a{
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0
}
.nav4 li.active{
	border: 0
}
.nav4 li.active a{
	border-bottom: 2px solid #e41270;
	color: #000000;
	margin: 0 0 -1px;
	position: relative;
	text-decoration: none
}
.nav4 li.active a:hover,
.nav4 li a:hover{
	color: #e41270
}
/*- Nav4 Level2 -*/
.nav4 li.active ul{
	border-bottom: 1px solid #000000;
}
.nav4 li.active li{
	border-bottom: 0;
	border-top: 1px solid #000000
}
.nav4 li.active li a{
	border: 0;
	font-weight: normal;
	padding: 5px 0 5px 10px
}
.nav4 li.active li a:hover,
.nav4 li.active li.active a{
	color: #e41270
}
.nav4 li.active li.active a{
	color: #e41270;
	font-weight: bold
}
/*- Nav4 Level3 -*/
.nav4 li.active li.active ul{
	border: 0;
	height: 1%;
	padding: 5px 0
}
.nav4 li.active li.active li{
	border: 0
}
.nav4 li.active li.active li a{
	background: url(../images/nav4-ico.gif) no-repeat 20px 7px;
	border: 0;
	color: #000000;
	font-size: 11px;
	padding: 0 0 0 28px
}
.nav4 li.active li.active li a:hover,
.nav4 li.active li.active li.active a{
	color: #e41270
}
.nav4 li.last{
	border: 0
}
/*- Language Selection -*/
.language{
	color: #e41270;
	float: right;
	font-size: 12px
}
.language a{
	color: #000000;
	font-weight: bold
}
.language a:hover{
	color: #e41270;
	text-decoration: none
}
/*=== Headlines ===*/
.headline{
	background: #1698d1;
	clear: both;
	height: 100px;
	height: 19px;
	letter-spacing: 1px;
	line-height: 19px;
	margin: 0 0 .8em;
	overflow: hidden;
	padding: 0 0 0 7px;
	text-transform: uppercase
}
.headline h2{
	color: #ffffff;
	font-size: 14px;
	font-weight: normal
}
.headline h2 strong{
	font-size: 17px;
	font-weight: normal
}
#centercol .headline{
	background: #ebe4cd
}
#centercol .headline h2{
	color: #838282
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y;
	height: 1%;
	padding: 10px 14px 0 14px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 178px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 35px;
	width: 545px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 173px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 260px
}
.col1.fr h4{
	color: #E41270;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0
}
.col1.fr h5{
	color: #000000;
	font-size: 1.1em;
	margin: 0 0 .5em
}
.col1.fr h5 a{
	color: #000000
}
.col1.fr h5 a:hover{
	color: #e41270
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: url(../images/box-bgr.gif) repeat-y right;
	color: #004489;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 57px;
	margin: 0 0 5px
}
.box a{
	color: #004489
}


.box a:hover{
	color: #e30e6f;
	text-decoration: none;
}

.box img{
	float: left;
	margin: 0 6px 0 0;
}
.box h3{
	font-size: 13px;
	font-weight: normal;
	padding: 5px 0 0;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	font-size: 12px;
	margin: 0 0 1em;
}
.list1 li{
	border-bottom: 2px solid #ebe4cd;
	height: 1%;
	padding: 12px 0;
}

.list1 li.active a{
  color: #E41270;
}

/*- List2 -*/
.list2{
	border-top: 2px solid #ebe4cd;
	color: #1a171b;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 1em
}
.list2 a{
	color: #1a171b
}
.list2 a:hover{
	color: #e30e6f
}
.list2 li{
	border-bottom: 2px solid #ebe4cd;
	height: 1%;
	padding: 15px 0
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
.search{
	background: url(../images/search-bgr.gif) no-repeat top;
	float: right;
	height: 22px;
	padding: 2px 0 0 20px;
	width: 155px;
	margin-bottom:15px;
}
.search input{
	background: none;
	border: 0;
	float: left;
	width: 120px
}
.search input.btn{
	margin: 0 0 0 2px;
	width: auto
}
/*=== Link Buttons ===*/
.btn-link{
	float: left;
	height: 26px;
	padding: 0 0 10px 0px;
	width: 123px
}
.btn-link img{
	margin: 0 0 -12px;
	position: relative;
	padding-right:1px;
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.gif) no-repeat top;
	background-color:#A2D6ED;
	color: #000000;
	font-size: 10px;
	height: 21px;
	padding: 63px 0 0 2px
}
#footer a{
	color: #000000
}
#footer li{
	background: url(../images/footer-li-sep.gif) no-repeat right;
	display: inline;
	line-height: 1em;
	padding: 0 5px 0 1px
}
#footer li.last{
	background: none
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.hl{
	border-top: 2px solid #1a171b;
	clear: both;
	height: 2px;
	margin: 0 0 5px;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}

/* link documenti */
.allegato {
 width:510px;
 height:30px;
}

img.pura {
    border:none;
    float:left;
    padding:4px 3px 3px 0px;
}

.documento {
  float:left;
  margin-top:4px;
  width:480px;
}

.documento h6{
  font-weight:lighter;
}
 /* link documenti */
  
/* altre immagini allegate */
.pic2{
	float: left;
	margin: 0 0 0 40px;
}
/* ******** */ 

/* back */
.paginazione .back {
  float:right;
  margin-right:10px;
  color:#000000;
}

.paginazione .back a:hover{
  text-decoration:none;
}
/* back */

/* paginazione*/

.paginazione{
	padding-top: 18px;
	/* border-bottom:2px solid #EBE4CD;*/
	padding-bottom:35px;
	
}

.pag-ct{
	float: left;
	width: 79px;
	padding-top:5px;
	color:#000000;
	font-weight:bold;
	font-size: 12px;
}


/* fine paginazione */


/* questionario */

.erroriquest {
  font-size:12px;
  margin-top:7px;
  border: 1px solid #E41270;
  padding:5px;
}

.erroriquest strong {
  color:#E41270;
}

/* fine questionario */

/* card category 1 (link) */

.lnk {
  padding:20px;
}

.lnk li {
   list-style-type:circle;
   margin-left:23px;
   padding-top:7px;
}

#centercol .lnk li a:visited, #centercol .lnk li a:link{
  color:#000000;
  text-decoration:none;
  padding-top:4px;
  font-size:13px;
}

#centercol .lnk li a:hover {
  color:#E41270;
  padding-top:4px;
  text-decoration:underline;
}

/* fine card category1 */



/*inizio card category 2 */

.paginazione-art 
{
 background-color: #EBE4CD;
 padding-top: 2px;
 padding-bottom: 3px;
 text-align: right;
 width:537px;
 margin-top:4px;
 margin-bottom:8px;
}

.paginazione-int 
{
 padding-top: 2px;
 padding-right: 10px;
 padding-bottom: 3px;
 padding-left: 5px;
 background-color: #1698D1;
 color:#FFFFFF;
}

a.pag:link, a.pag:visited 
{
 color: #fff;
 font-weight: bolder;
}

th a:hover, th a:link, th a:visited {
 color:#ffffff;
}


#bordosx {
 border-left: 1px solid #EBE4CD;
}

#bordodx {
 border-right: 1px solid #EBE4CD;
}

#bordosopra {
 border-top: 1px solid #EBE4CD;
 font-size:0px;
 height:0px;
 line-height:0px;
}


th.colfree 
{

 border-right-width: 2px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 2px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 2px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 2px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 text-transform:uppercase;
 font-size: 13px;
 background-color:#1698D1;
 height: 25px;
 text-align:left;
 color:#ffffff;
/*
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top;*/
}

th.col50 
{
/*
 width: 50px;
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top;*/
 
 border-right-width: 2px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 2px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 2px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 2px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 text-transform:uppercase;
 font-size: 13px;
 background-color:#1698D1;
 height: 25px;
 width: 50px;
 text-align: left;
 color:#ffffff;
}

th.col60 
{
 border-right-width: 2px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 2px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 2px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 2px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 text-transform:uppercase;
 font-size: 13px;
 background-color:#1698D1;
 height: 25px;
 width: 60px;
 text-align: left;
 color:#ffffff;

/*
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 width: 60px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top; */
}

th.col65 
{
/*
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 width: 65px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top;
 */
 border-right-width: 2px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 2px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 2px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 2px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 text-transform:uppercase;
 font-size: 13px;
 background-color:#1698D1;
 height: 25px;
 width: 65px;
 text-align: left;
 color:#ffffff;
}

th.col70 
{
/*
 width: 70px;
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top;
 */
 border-right-width: 2px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 2px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 2px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 2px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 text-transform:uppercase;
 font-size: 13px;
 background-color:#1698D1;
 height: 25px;
 width: 70px;
 text-align: left;
 color:#ffffff;
}

th.col100 
{
/*
 width: 100px;
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top;
 */
 border-right-width: 2px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 2px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 2px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 2px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 text-transform:uppercase;
 font-size: 13px;
 background-color:#1698D1;
 height: 25px;
 width: 100px;
 text-align: left;
 color:#ffffff;
}

td.bordosotto 
{
 border-bottom-color: #EBE4CD;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 height: 3px;
 font-size: 0;
 line-height: 1px;
 background:#ffffff;
}

td.bordosopra 
{
 border-top-color: #EBE4CD;
 border-top-width: 1px;
 border-top-style: solid;
 height: 3px;
 font-size: 0;
 line-height: 1px;
 background:#ffffff;
}

.destra 
{
 float: right;
 width: 17px;
 vertical-align: top;
}

.sinistra 
{
 float: left;
 width: 80px;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col1 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col2 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col3 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col4 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col5 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col6 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.testocelle 
{
 border-right-color: #FFFFFF;
 border-right-width: 1px;
 border-right-style: solid;
 font-size: 12px;
 color: #345685;
 padding-top: 5px;
 padding-right: 0px;
 padding-bottom: 5px;
 padding-left: 6px;
}

.sfondo-alt 
{
 background-color: #EBE4CD;
}

.testocelle-carddx 
{
 font-size: 12px;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 6px;
 text-align: justify;
 width: 75%;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
}

.sfondo-cardsx 
{
 color: #964B00;
 padding-top: 11px;
 padding-right: 7px;
 padding-bottom: 11px;
 padding-left: 7px;
 text-align: right;
 width: 25%;
 border-right-color: #964B00;
 border-right-width: 2px;
 border-right-style: solid;
}

/*fine card categoy 2*/

/* calcolo rivalutazione */
.col1 label{
  padding:5px;
  font-size:13px;
}

.col1 #prezzo,.col1 #tipologia, .col1 #mese_i, .col1 #mese_f, .col1 #anno_i, .col1 #anno_f, .col1 #submit, .col1 input, .col1 textarea {
    margin:8px;
    font-size:13px;
}

.col1 .res{
  border:1px solid #EBE4CD;
  font-size:13px;
  margin:16px 16px 10px;
  padding:9px;
  text-align:center;
  width:500px;
}



.col1 .res-err{
  border:1px solid #EBE4CD;
  font-size:13px;
  margin:16px 16px 8px;
  text-align:center;
  color:#E41270;
  width:500px;
  padding-top:7px;
  padding-bottom:7px;
}


/*document category*/
 
.documenti {
    padding:10px 8px 10px;
    border-bottom: 2px solid #EBE4CD;
    font-size:12px;
}
/* fine */


/* ricerca */
 .ricerca {
    height:60px;
    padding:17px 8px 17px;
    border-bottom: 2px solid #EBE4CD;
    font-size:12px;
}
 
#centercol .ricerca a {
  text-decoration:none;
} 

/*article category1 (news) */

.testonews {
  margin-left:123px;
}

.news {
  padding-bottom:5px;
  padding-top:12px;
  height:90px;
  border-bottom:1px solid #EBE4CD;
}

.news .immagine{
  float:left;
  width:111px;
}

#centra {
  display: block;
	margin: 0px auto;
	text-align: center;
	margin-top: 7px !important;
	width:97%;
}

/*
.news-back {
    float:right;
    padding-right:53px;
    height:20px;
    margin-top:4px;
}*/

/* fine news */


/*mappa sito*/

#mappa {
  color:#004489;
	margin-left:27px;
	font-size:13px;
}

#mappa a:visited, #mappa a:link, #mappa a:focus{
	text-decoration:none;
	color:#004489;
}

#mappa a:hover{
  color:#E30E6F;
	text-decoration:underline;
}

#mappa .mappa1 li {margin-bottom:10px;}

#mappa .mappa2 li {list-style-type:square; margin-left:40px; margin-bottom:3px;}

#mappa .mappa3 li {list-style-type:square; margin-left:70px; margin-bottom:3px;}

/*fine mappa sito*/

.pic {
  padding-right:10px;
  margin-top:12px;
}

/* elenchi puntati */

/* barra di navigazione */
#centercol .col1 #nav3 li {list-style-type:none; margin-left:0px; margin-bottom:0px;}

/* sotto categorie 1 menu */
#centercol .col1 .list1 li {list-style-type:none; margin-left:0px; margin-bottom:0px;}

#centercol .col1 li {list-style-type:disc; margin-left:25px; margin-bottom:3px;}
#centercol .col1 li li {list-style-type:square; margin-left:45px; margin-bottom:3px;}

/* ***** */

/* sottocategoria selezionata */
.sottocategoriaselezionata {
  background:#EBE4CD;
  padding:5px;
  border:1px solid #1A171B;
}


/* font resizer */

.fontResizer { display: block; position: relative; top: 0; left: 0; margin-left:0px; margin-top:0px; background:#FFFFFF;}

.fontResizer a { display: block; float: left; width: 17px; height: 17px; text-align: center; border: 1px solid #ccc; line-height: 15px; color: #666; text-decoration: none; }

.fontResizer a:hover { color: #000; text-decoration: none; }

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/

.smallFont { font-size: 9px; }

.medFont { font-size: 13px; }

.largeFont { font-size: 15px; }

.curFont { background: #EEEEF7; }

/* end font resizer */
