/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}

body{
	background: #ffffff;
	color: #333333;
	font: .7em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	height: 100%;
	padding: 20px;
	text-align: center;
	
}
a{
	color: #215b82;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #333333 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
.nobordo{
	border:0!important;
}
li{
	list-style: none;
}
table{
	/*border-collapse: collapse;*/
	border-spacing: 0;
	width: 100%;
}
table#cerca-com{
	width:70%;
	border:0!important;
}
table#cerca-com td{
	border:0!important;
}
td{
	vertical-align: top;
}
#content {
	margin: auto;
	text-align: left;
	/*width: 1280px;
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );*/
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) no-repeat top left;
	border: 2px solid #333333;
	overflow: hidden;
	height:248px;
	_height:250px;
	_width:100%;
	
}
#top-bar{
	background: url(../images/top-bar.gif) repeat-x top;
	height: 36px;
	overflow: hidden;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat !important;
	background-image: none;
	filter: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://zoroastro.ariadne.it/contents/instance1/images/logo.png,sizingMethod='crop');
	float: left;
	margin: 10px 0 0 20px;
	text-indent: -9999px;
}
* html #header h1{
	margin-left: 10px;
}
#header h1 a{
	display: block;
	height: 164px;
	width: 610px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*
#header h1{
}
#header a{
	position: relative;
}
*/
/*=== Navigation ===*/
/*- Nav -*/
#nav{
	background: url(../images/nav-bgr.gif) repeat-x top;
	border-top: 2px solid #333333;
	clear: both;
	color: #ffffff;
	height: 44px;
	overflow: hidden;
}
#nav ul{
	float: left;
	padding: 15px 0 0 15px;
}
#nav li{
	border-right: 1px solid #ffffff;
	float: left;
	line-height: 18px;
	padding: 0 7px;
}
#nav li a{
	color: #ffffff;
}
#nav li a:hover,#nav li.active a{
}
/*- Nav2 -*/
#nav2{
	background: url(../images/nav2-bgr.gif) repeat-x top;
	border-top: 2px solid #333333;
	clear: both;
	color: #333333;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

#nav2 a{
	color: #333333;
}
#nav2 p{
	padding: 0 0 0 15px;
}
/*=== Search ===*/
#search{
	float: right;
	padding: 12px 5px 0 0;
	width: 260px;
}
#search input{
	color: #ffffff;
	float: left;
	margin: 0 5px 0 0;
	width: 155px;
}
#search .btn{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;enter-col
	
}
/*=== Columns ===*/
#columns{
	width:100%;
	position:relative;
	padding:0;
	background-image:url(../images/sfondoContainer.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#sfondo-columns{
	width:100%;
	position:relative;
	padding:0;
	background-image:url(../images/sfondoContainer.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#columns h2{
	background: url(../images/hdr2-bgr.gif) #f2ca30 repeat-y top left;
	font-size: 1em;
	font-weight: normal;
	line-height: 20px;
	margin: 0 20px 10px 0;
	padding: 0 0 0 42px;
}
#columns h2#activ{
	background: url(../images/hdr2-bgrMouseOver.gif) #f2ca30 no-repeat top left;
	font-size: 1em;
	font-weight: normal;
	
	line-height: 20px;
	margin: 0 20px 10px 0;
	padding: 0 0 0 42px;
}
#columns h2#activ-due{
	background: url(../images/hdr2-bgrMouseOver.gif) #f2ca30 no-repeat top left;
	font-size: 1em;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin: 0 20px 10px 0;
	padding: 0 0 0 42px;
}
#columns h2 a{
	color: #333333;
	display: block;
}
#columns h2 a.activ:link, #columns h2 a.activ:visited{
	color: #fff;
	display: block;
	background-color:#823A3A;
}
#columns h4{
	border-bottom: 1px solid #32428b;
	color: #32428b;
	font-size: 1em;
	font-weight: normal;
	height: 16px;
	margin: 0 0 5px;
}
#columns h4 span{
	float: left;
}
#columns h4 em{
	background: #f2ca30;
	color: #333333;
	float: right;
	font-size: .9em;
	font-style: normal;
	padding: 0 5px;
}
#columns p{
	padding: 0 0 11px;
}
/*--- Left Column ---*/
#leftcol{
	padding: 23px 0 0 10px;;
	width:204px;
	position:absolute;
	top:0pt;
	left:0pt;
	
}
/*--- Center Column ---*/
#centercol{
	
	margin-left:230px;
	margin-right:230px;
	min-height:1400px;
	height: auto !important;
    height: 1400px;

	background: #e9f3fa;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	padding: 1.642% 0.928% 0.928% 0.928%;
	

}
#columns #centercol h2{
	background: url(../images/hdr-bgr.gif) #2b71a1 no-repeat top left;
	color: #ffffff;
	margin-right: 0;
	margin-bottom:0;
	padding: 0 0 0 33px;
	_width:95%;
	
	
}
/*--- Right Column ---*/
#rightcol{
	padding: 23px 0 10px 0;
	width: 217px;
	position:absolute;
	top:0pt;
	right:0pt;
}
/*=== Subcolumns ===*/
.col1{
	border-right: 1px solid #77bfe2;
	float: left;
	padding: 0 25px 0 0;
	width: 65%;
}
.col2{
	float: right;
	width: 30%;
}
.col2 img{
	border: 2px solid #333333;
}
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	margin: 0 0 0;
	width:100%;
}
#dett-scheda{
	border:0;
	border-right:1px solid #000;
	border-top:1px solid #000;
}
.box table{
	margin: 0 0 30px;
}
.box img.fl{
	display: block;
	margin: 5px 15px 10px 0;
	*margin: 5px 15px 10px -5px;
	padding: 0;
}
.box-top{
	background: url(../images/box-top.gif) no-repeat left top;
	clear: both;
	height: 24px;
	overflow: hidden;
	
}
.box-top-{
	background: url(../images/box-top-.gif) no-repeat right top;
	height: 24px;
	
}
.tab .box-top{
	background: url(../images/box-top-tab.gif) no-repeat left top;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
}
.tab .box-top h3{
	color: #163850;
	font-size: 1em;
	padding: 0 0 0 20px;
}
.tab .box-top-{
	background: url(../images/box-top-tab-.gif) no-repeat right top;
	height: 47px;
}
.box-bgr{
	background: url(../images/box-bgr.gif) repeat-y left;
	margin:0;

	width:100%;
	
}
.box-bgr-{
	background: url(../images/box-bgr-.gif) repeat-y right;
	padding: 0 22px;
	_padding-left:30px;
	

}
.box-bgr h3{
	color: #163850;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 5px;
}

.box-bgr- table{
	border:1px solid #000!important;
}
.box-bgr- table td{
	border-left:1px solid #000;
	border-bottom:1px solid #000;

}
.box-bgr- table th{
	border-left:1px solid #000;
	border-bottom:1px solid #000;

}
.box-bgr- ul li{

	margin-left:10px;
	list-style-type:circle;
	list-style:inside;
	
}
.box-bgr- ul{
	list-style-type:circle;
}
.box-bot{
	background: url(../images/box-bot.gif) no-repeat left top;
	clear: both;
	overflow: hidden;
	margin:0;
	
	
}
.box-bot-{
	background: url(../images/box-bot-.gif) no-repeat right top;
	height: 24px;
	margin:0;
}
/*- Box2 -*/
.box2{
	margin: 0 0 5px;
}
.box2 p a{
	text-decoration: underline;
}
.box2-top{
	background: url(../images/box2-top.gif) no-repeat left top;
	clear: both;
	height: 55px;
	overflow: hidden;
}
.box2-top-{
	background: url(../images/box2-top-.gif) no-repeat right top;
	height: 55px;
}
.box2-bgr{
	background: url(../images/box2-bgr.gif) repeat-y left;
}
.box2-bgr h3{
	color: #32428b;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0 0 5px;
}
.box2-bgr-{
	background: url(../images/box2-bgr-.gif) repeat-y right;
	height: 1%;
	padding: 5px 20px;
}
.box2-bot{
	background: url(../images/box2-bot.gif) no-repeat left top;
	clear: both;
	overflow: hidden;
}
.box2-bot-{
	background: url(../images/box2-bot-.gif) no-repeat right top;
	height: 24px;
}
/*- Box2 Tabs -*/
.box2-top ul{
	height: 55px;
	line-height: 55px;
}
.box2-top li{
	float: left;
	font-weight: bold;
	height: 55px;
	margin: 0 0 0 -15px;
}
.box2-top li a{
	background: url(../images/box2-tab-.gif) no-repeat left;
	display: block;
	line-height: 55px;
	padding: 0 30px;
}
.box2-top li.first a{
	background: url(../images/box2-tab.gif) no-repeat left;
}
.box2-top li.first{
	margin: 0;
}
.box2-top li.last{
	background: url(../images/box2-tab-.gif) no-repeat right;
	width: 20px;
}
.box2-top li a:hover,
.box2-top li.active a{
	text-decoration: underline;
}
/*- Box3 -*/
.box3{
	border: 2px solid #2b71a1;
	margin: 7px 7px 15px;
}
.box3abstract {
	margin: 5px;
}
#rightcol .box3{
	margin: 0 20px 20px 0;

}
* html #rightcol .box3{
	height: 1%;
}
.box3 .spacer{
	padding: 6px 6px 3px;
}
.box3 .spacer-lente{
	padding: 6px 6px 3px;
	background-image:url(../images/lente.jpg);
	background-repeat:no-repeat;
	background-position:right 25px;

}
.box3 h3{
	background: #2b71a1;
	color: #ffffff;
	font-size: 1em;
	line-height: 18px;
	padding: 2px 5px 2px 5px;
}
.box3 img.fl{
	border-right: 2px solid #2b71a1;
	margin: 0 10px 0 0;
}
* html .box3 img.fl{
	margin: -10px 10px 0 0;
}
/*=== Styling Forms ===*/
/*- Login Form -*/
.login input{
	width: 110px;
	_width: 105px;
}
.login div{
	clear: both;
	height: 28px;
	line-height: 20px;
}
.login label{
	color: #2b71a1;
	float: left;
	width: 58px;
}
/*=== Styling Lists ===*/
.list1{
	padding: 0 20px 12px 38px;
}
.list1.fl{
	padding: 10px 0 0;
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat left top;
	padding: 0 0 0 5px;
}
.list1 li.secondo{
	background: url(../images/ico-liddst.gif) no-repeat left top;
	padding: 0 0 0 20px;
}
.list1 li a{
	color: #333333;
}
.list1 li a.activedue:link, .list1 li a.activedue:visited{
	color: #cc0000;
}

.list1 li.hl{
	background: url(../images/hl-dot.gif) repeat-x;
	height: 4px;
	line-height: 4px;
}
#list2 li{
	list-style-type:none;
}
#list2 li a.activedue:link, #list2 li a.activedue:visited{
	color: #cc0000!important;

}
#list2 li a.activetre:link, #list2 li a.activetre:visited{
	color: #cc0000!important;
		
}
#list2 li a.activetre:link, #list2 li a.activetre:visited{
	color: #cc0000!important;
		
}
/*=== Footer ===*/
/*- Bottom Menu -*/
#botmenu{
	background: #2b71a1;
	border: 2px solid #333333;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#botmenu a{
	color: #ffffff;
}
#botmenu li{
	display: inline;
	margin: 0 6%;
}
#footer p{
	font-size: .9em;
	overflow: visible;
	padding: 3px 0 0;
}
a.acm:link, a.acm:visited{
	border: 1px solid #333333;
	font-style: normal;
	padding: 0 3px;
	text-decoration:none;
	height:10px;
}
a.acm:hover, a.acm:focus{
	border: 1px solid #333333;
	font-style: normal;
	padding: 0 3px;
	text-decoration:underline;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
	
}
.hr, .hr2{
	background: url(../images/hr-bgr.gif) repeat-x top left;
	clear: both;
	height: 4px;
	margin: 10px;
	overflow: hidden;
}
.hr2{
	background: url(../images/hl-dot.gif) repeat-x top left;
	margin: 10px 0;
}
hr{
	border-bottom: 1px solid #77bfe2;
	clear: both;
	height: 1px;
	margin: 0 0 10px 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
a.more{
	background: #f2ca30;
	color: #333333;
	display: block;
	font-size: .9em;
	line-height: 1.3em;
	padding: 0 15px 0 0;
	text-align: right;
}
.foto-lf{
	float:right;
}
a.more-lavoro:link, a.more-lavoro:visited{
	background: #f2ca30;
	color: #333333;
	display: block;
	font-size: .9em;
	line-height: 1.3em;
	padding: 0 15px 0 0;
	text-align: right;
	margin-right:105px;
	margin-top:40px;

}
.tag{
	color: #32428b;
	font-size: 1.3em;
}

.hide {
	display: none;
}
.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
	font-size: 10px !important; /*per Firefox*/
	font-size: 1px; /*per Explorer*/
}
.entra {
	padding: 1px;
	background-color: #fff;
	width: 50px !important;
}
.attributi {
	/*text-align: right;*/
}
.box3abstract .fl {
	border: 0 !important;
}
.imgspalladx {
	border: 2px solid #ebebeb;
	float: left;
	margin: 0 5px 5px 0;
}
ul.sitemap li {
	padding: 5px;
}
.fotodestra {
	float: right;
	margin: 0 0 20px 20px;
}
.etichetta {
	font-weight: bold !important;
	margin-top: 10px;
	margin-bottom: 0 !important;
}

/* LOGIN */
span.errore { color: red; font-weight: bold; }
hr.red {
	color: red;
	background-color: red;
	height: 1px;
	border: 0;
	border-top: 1px solid red;
}
legend.legend { 
	font-size: 16px; 
	font-weight: bold; 
	padding: 4px; 
	border: 1px solid #606060; 
	margin-left: 6px; 
	margin-bottom: 10px; 
	font-size: 12px; 
}
form.login {
	padding: 5px;
	border-top: 0;
}

form.login fieldset {
	border: 1px solid #606060 !important;
	padding: 5px !important;
}
/* FINE LOGIN */
table#moduloregistrazione{
	border:0!important;
}
table#moduloregistrazione td {
 	padding: 2px;
	border:0!important;
 }
#viewprofile, #viewprofile td {
	border:0!important;
}
#modificaprofilo{
	border:1px dotted#000;
	padding:3px;
}
.anonimo{
	background-image:url(../images/anonimo.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:110px;
	padding-top:40px;
}
.anonimo-reg{
	background-image:url(../images/anonimo-reg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;

	
}
.person{
	padding-bottom:10px;
}
.paginazione {
	text-align: center;
	padding: 30px 0 10px 0;
}
.txtartcat {
	margin-bottom: 20px;
}
ul.oggetto {
	margin-left: 20px;
}
ul.oggetto li {
	list-style: disc !important;
}
.testodestra {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
.fotodx {
	text-align: right;
	float: right;
	width: 200px;
}
.fotodx img {
	margin-bottom: 10px;
}
.tabellare ul {
	margin-left: 14px;
}
.tabellare ul li {
	list-style-type: disc;
}
.titolo_editor1 {
	color: #163850;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 5px;
}
.img-artcat{

	float:left;
	width:155px;
}
.cerca-com{
	padding:8px;
}
/* inizio galleria fotografica*/
#galleria{
	border:0;
	
}	
#galleria td{
	border:0;
	padding-bottom:25px;
}
.galleria{
	text-align:center;
}
.centered{
	text-align:center;
}
.galleriasx{
	padding-bottom:5px;
}
/* fine galleria fotografica*/
/*inizio cardCategory*/
.padd-card{
	padding:4px 8px 4px 8px;
	width:200px;
}
.text-card{
	padding:4px 8px 4px 8px;
	width:200px;
}
/*fine card category*/
/*inizio document category*/
.documento{
	padding:3px 0 5px 8px;
}
/* fine document category*/
/* inizio article category3*/
utti-img{
	float:left;
	width:290px;

}
utti-art{
	float:right;
	width:445px;
	padding-left:15px;
	border-left::1px solid #000;
}
.spunta{
	padding:0 0 10px 0;
}
.titutti{
	font-size:240%;
	padding-top:28px;
	color:#823A3A;
	text-transform:uppercase;
}
utti-big{
	margin-bottom:15px;
}
.no-view{
	display:none;
}
/* fine article cat 3*/
/* inizio Giunta Provinciale*/
.img-giunta{
	width:174px;
	float:left;
	margin-bottom:8px;
}
.desc-giunta{
	width:65%;
	float:left;
}
.img-partito{
	width:105px;
	float:right;
}
table.delibere{
	border-top:1px solid #000!important;
	border-left:1px solid #000!important;
}
.delibere tr td{
	border-bottom:1px solid #000!important;
	border-right:1px solid #000!important;
	padding:2px 6px 2px 6px;
	
}
.container-gallery{
	width:100%;
}
.gallery-item{
	width:145px;
	float:left;
	text-align:center;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:30px;
	height:260px;
}
.gallery-itemPiccole{
	width:145px;
	float:left;
	text-align:center;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:30px;
	height:180px;
}
.gallery-itemPiccole img{
	width:145px;
	height:110px;
}
.gallery-item img{
	width:145px;
	
}
/* fine Giunta Provinciale*/
.ricerca-sito{
	color:#000!important;
}
.messaggioiscrizione{
	font-weight:bold;
}
#table-newsletter, #table-newsletter td{
	border:0!important;
}
#tablenobordo, #tablenobordo td{
	border:0!important;
}
.giunta{

	font-size:130%;	 
}
.photo-gallery{
	width:152px;
	float:left;
	margin-bottom:10px;
	margin-top:20px;
	margin-left:30px;
}
#tourId{
	padding: 10px 0 0 0!important;
	list-style-type:none;
	background-image:url(../images/);
}
.bandiere{
	margin-left: 2px;
}
a.tourClass:link, a.tourClass:visited{
	font-size:130%;
	font-weight:bold;
	color:#163850!important;
}
a.tourClass:hover{
	color:#163850!important;
	text-decoration:underline;
}