/* CSS Document */
a img{
   border-width : 0px;
   border-width:0;
   border-style:none;
   border-color:#fff;
   color:#fff;
}

.skiplock, .skiptext, .skiplinks {display:none;}
.nowrap {white-space : nowrap;}
html, body
{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body.bodymain, div.footermain {
   background-color: #dbf6db;
}
div.headermain {
   background-color: #567c56;
}
div.navmain {
   background-color: #7fa07f;
}

body.bodyassociazione, div.footerassociazione {
   background-color: #bfbfbf;
}
div.headerassociazione {
   background-color: #735e4b;
}
div.navassociazione {
   background-color: #be9b7b;
}

body.bodyeditoriale, div.footereditoriale {
   background-color: #bababa;
}
div.headereditoriale {
   background-color: #69696e;
}
div.naveditoriale {
   background-color: #b1b1b9;
}

body.bodycontatti, div.footercontatti {
   background-color: #8c8c8c;
}
div.headercontatti {
   background-color: #30588b;
}
div.navcontatti {
   background-color: #4c89d9;
}

body.bodyfeste, div.footerfeste {
   background-color: #4a4a4a;
}
div.headerfeste {
   background-color: #4b201a;
}
div.navfeste {
   background-color: #944035;
}

body.bodycomuni, div.footercomuni {
   background-color: #999999;
}
div.headercomuni {
   background-color: #65663c;
}
div.navcomuni {
   background-color: #b1b369;
}

body.bodycimbri, div.footercimbri {
   background-color: #4d4d4d;
}
div.headercimbri {
   background-color: #4d4b02;
}
div.navcimbri {
   background-color: #999405;
}

body.bodycentro, div.footercentro {
   background-color: #c7c7c7;
}
div.headercentro {
   background-color: #7a652d;
}
div.navcentro {
   background-color: #c8a54b;
}

body.bodyiniziative, div.footeriniziative {
   background-color: #ababab;
}
div.headeriniziative {
   background-color: #ab6e11;
}
div.naviniziative {
   background-color: #f79e19;
}

body.bodylingua, div.footerlingua {
   background-color: #dae3e3;
}
div.headerlingua {
   background-color: #696969;
}
div.navlingua {
   background-color: #969696;
}

body.bodylink, div.footerlink {
   background-color: #dbf6db;
}
div.headerlink {
   background-color: #567c56;
}
div.navlink {
   background-color: #7fa07f;
}

body>#container
{
	height: auto;
	min-height: 100%;
}
#header ul, #navigation ul, #footer ul,
#header li, #navigation li, #footer li,
#header p, #navigation p, #footer p,
#header h1, #navigation h1, #footer h1,
form
{
   margin: 0;
   padding: 0;
}
 
#container
{
	width: 950px;
	margin: 0 auto;
	height: 100%;
	background-color: #f4f4f4;
	position: relative;
}
#header
{
	height: 130px;
	width: 100%;
	position: relative;
}
#logo
{
	width: 193px;
	height: 193px;
	position: absolute;
	left: 54px;
	top: 14px;
}
#header .menu
{
	float: right;
	width: 650px;
	margin-top: 80px;
	font-size: 12px;
	color: #FFFFFF;
}
#header .menu ul
{
	list-style-type: none;
}
#header .menu ul li
{
	position: relative;
	display: inline;
	float: left;
	text-align: center;
}
#header .menu ul li.separator
{
	width: 5px;
}
#header .menu a
{
	display: block;
	padding: 1px 10px 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#header .menu a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
#header .menu ul li ul {
	position: absolute;
	left: 0px;
	top: 19px;
	background-color: #F5F5F5;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#header .menu ul li ul.second {
	position: absolute;
	left: -40px;
	top: 19px;
	background-color: #F5F5F5;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#header .menu ul li ul li {
	display: list-item;
	float: none;
}
#header .menu ul li ul li a {
	display: block;
	width: 160px;
	color: #646464;
	text-decoration: none;
	padding: 1px 5px;
	background: none;
	border-bottom: 1px solid #CCCCCC;
}
#header .menu ul li ul li a:hover {
	color: #646464;
	text-decoration: underline;
}
#navigation
{
	width: 100%;
}
#navigation table
{
	width: 100%;
	border: 0;
}
#navigation table td.contentMenu
{
	vertical-align: bottom;
}
#navigation table td.contentFlash
{
	width: 652px;
	background-color: #FFFFFF;
	text-align: right;
}
#navigation .contentMenu ul
{
	list-style-type: none;
	width: 230px;
	margin: 0 auto 30px auto;
}
#navigation .contentMenu ul li
{
	position: relative;
	border-bottom: 1px solid #CCCCCC;
}
#navigation .contentMenu ul li a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	width: 100%;
	line-height: 26px;
	padding-left: 3px;
}
#navigation .contentMenu ul li a:hover
{
	background-color: #F5F5F5;
	color: #666666;
	text-decoration: underline;
}
#navigation .contentMenu ul li ul {
	position: absolute;
	left: 230px;
	top: 5px;
	background-color: #F5F5F5;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: auto;
}
#navigation .contentMenu ul li ul li {
	display: list-item;
	float: none;
	border-bottom: none;
}
#navigation .contentMenu ul li ul li a {
	display: block;
	width: 180px;
	color: #646464;
	text-decoration: none;
	padding: 1px 5px;
	background: none;
	border-bottom: 1px solid #CCCCCC;
}
#navigation .contentMenu ul li ul li a:hover {
	color: #646464;
	text-decoration: underline;
}
#navigation .pageTitleNav
{
	background-image: url(../images/background-navPage.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 38px;
	width: 240px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #a1300d;
	text-align: left;
	padding-left: 20px;
	line-height: 45px;
}
#navigation .contentFlash img
{
	margin-top: 5px;
}
#content
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .contentLeftBox
{
	float: left;
	width: 670px;
	margin-left: 10px !important;
	margin-left: 5px;
	border-top: 1px dotted #adabad;
   font-size: 12px;
}
#content .contentLeftBox h1
{
	font-size: 14px;
	padding: 15px 0 15px 0;
}
h1.titolopagina {
   padding: 0 0 15px 0;
}
#content .contentLeftBox h2
{
   font-size: 12px;

}
#content .contentLeftBox h3
{
   font-size: 11px;
}
#content .contentLeftBox p
{
	text-align: justify;
	padding: 0 0 15px 0;
}
#content .contentLeftBox .boxLeft p,
#content .contentLeftBox .boxRight p {
   padding: 0 15px 15px 15px;
}
#content .contentLeftBox .boxLeft h1,
#content .contentLeftBox .boxRight h1 {
   padding: 15px;
}
#content .contentLeftBox p.right {
   text-align: right;
}
#content .contentLeftBox .boxLeft
{
	float: left;
	width: 40%;
	border-right: 1px dotted #adabad;
}
#content .contentLeftBox .boxRight
{
	float: right;
	width: 59%;
}
#content .contentLeftBox .boxRight .separator
{
	height: 10px;  
	border-top: 1px dotted #adabad;
}
#content hr
{
   height: 10px;
   border-top: 1px dotted #adabad;
   border-bottom: 0px none transparent;
   border-left: 0px none transparent;
   border-right: 0px none transparent;
   /*color: transparent;*/
}
#content .breadcrumbs {
   text-align: right;
   border-bottom: 1px dotted #adabad;
}
#content a, #content a:link, #content a:visited  {
   color: #000;
   text-decoration: underline;
   font-weight: bold;
}
#content .contentRightBox
{
	width: 260px;
	float: right;
}
#content .contentRightBox h1
{
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #242424;
	background-color: #c0bebe;
	line-height: 32px;
	padding-left: 10px;
}
#content .contentRightBox .rightBox
{
	width: 100%;
	background-color: #dbd8d0;
	color: #616161;
	text-align: justify;
}
/*#content .contentRightBox .rightBox p
{
	padding: 8px;
}*/
#content .testonewshome {
   padding: 8px;
}
#content .testonewshome p {
   display: inline;
}
#content .testonewshome h2 {
   font-size: 11px;
   padding: 0 0 8px 0;
   margin: 0px;
}
#content .contentRightBox .rightBox .footerBox
{
	text-align: right;
	padding-right: 8px;
	border-bottom: 1px dotted #adabad;
	border-top: 1px dotted #adabad;
}
div.footerBox {
   clear:both;
}
#content .contentRightBox .separator
{
	height: 8px;
}
#content .contentRightBox .rightBox a
{
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
	color: #616161;
}
#content .contentRightBox .rightBox label
{
	font-weight: bold;
	color: #616161;
	font-size: 12px;
}
#content .contentRightBox .rightBox .search
{
	position: relative;
	left: 140px;
	top: 5px;
   border: 0px none;
   background: transparent;
}
.textbox
{
	width: 240px;
	border: 1px solid #c8c7c7;
}
.clear
{
	clear: both;
}
#footer
{
	height: 252px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	clear: both;
	background-image: url(../images/footer-background.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#footer div
{
	float: left;
	width: 18%;
	height: 115px;
	padding-left: 5px;
	padding-top: 5px;
}
#footer ul
{
	list-style-type: none;
}
#footer ul li
{
	height: 18px;
	white-space: nowrap;
}
#footer ul li ul
{
	list-style-type: none;
	margin-left: 10px;
}
#footer ul li ul li
{
	height: 16px;
}
#footer li a
{
	text-decoration: none;
	color: #000000;
}
#footer ul li ul li a:hover
{
	text-decoration: underline;
}

fieldset {
   border: 1px dotted #adabad;
   margin-left: auto;
   margin-right: auto;
   width: 80%;
}

fieldset.contatti {
   text-align: left;
}
input {
   padding-left: 2px;
   border-style: solid;
   border-width:  1px;
   background-color: #FFF;
   border-color: #adabad;
   color: #000;
}
textarea, select { 
   border-style: solid;
   border-width:  1px;
   border-color: #adabad;
}
input, textarea, select {
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
}
button {
   color: #fff;
   border: 1px solid;
   border-color: #4c4c4c;
   background-color: #6b6b6b;
   font-weight: bold;

}
button.invia {
   width: 400px;
}
.right {
   text-align: right;
}
/*div.clearboth {
   clear: both;
}*/
/*input:focus, textarea:focus, select:focus { 
   background-color: #EAFFEA;
}*/
div.immaqinenewsdx {
   float: right;
   margin-left: 3px;
   margin-bottom: 3px;
   clear: both;
}
div.testonewshome {
   clear: both;
}
div.immagineprodottodx, div.immaginenewsprodottodx {
   float: right;
   margin-left: 5px;
   margin-bottom: 5px;
}

/******** GESTIONE ALLEGATI ***************/
table.allegati { /* classe per gestire la tabella degli allegati */
   width: auto; /*100%;*/
   white-space : nowrap; /* Non fa andare a capo i nomi dei file */
   /*border: 1px solid red;*/
}
table.allegati td {
   padding: 5px;
}
img.imgPdf { /* classe per all'ineare l'icona dei pdf al nome del file */
   vertical-align: -4px;
   margin-right: 2px;
   
}