html 
{
  background-color: #78bde6;  
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td 
{
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body 
{
  text-align: center;    
}

#container
{   
  background-image: url(../images/elements/back.jpg);
  background-repeat: repeat-x;
  background-color: #78bde6;   
  margin-top: 0px; 
  height: auto !important;
  height: 600px;
  min-height: 600px;
}

#main
{
  margin: auto;
  text-align: left;
  width: 954px;
  min-width: 954px;
}

/**********/
/* Header */
/**********/
#header 
{
  background-color: #d1ebfa;   
}

#subHeader
{
  background-image: url(../images/elements/backSubHeader.jpg);
  background-repeat: repeat-x;
  background-color: #78bde6;
}

/******************/
/* Left Navigator */
/******************/
#zonaNavigator
{  
  background-image: url(../images/elements/backLeftNavigator.gif);
  background-repeat: repeat-y;
  vertical-align: top;
  height: 100px;
}

#zonaNavigator #menuItems
{
  text-align: left;
  text-decoration: none;
  color: #ffffff;
  margin-top: 10px;
}

#zonaNavigator #menuItems ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#zonaNavigator #menuItems li
{
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid green;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#zonaNavigator #menuItems a
{
  color: #FFFFFF;
  text-decoration: none;
}

#zonaNavigator #menuItems a:hover
{
  color: #c8fb17;
  text-decoration: none;
}

#zonaNavigator #menuItems #activelink
{
  color: #FFFFFF;
  font-weight: bold;
  background-color: #77bb0c;
}

#zonaNavigatorFooter
{
  vertical-align: top;
  height: 37px;
}

/***********/
/* Content */
/***********/
#content
{  
  background-color: #ffffff;
  vertical-align: top;
}

#contentData
{
  padding: 40px;
  clear: both;
  text-align: justify;
}

#contentData .contentDataLeft
{
  padding-right: 30px;
  float: left;
}

#contentData .contentDataRight
{
  padding-left: 30px;
  float: right;
}

#contentData .zoomImg
{
  padding-bottom: 20px;
}

#contentData .subParagraph
{
  padding-top: 25px;
}

#contentData .subParagraph a
{
  color: #000000;
  text-decoration: none;
}

#contentData .subParagraph a:hover
{
  text-decoration: underline;
}

#contentData .comuneTitle
{
  font-size: 22px;
  color: #66911E;
}

#contentData .comunePosizione
{
  font-size: 16px;
  color: #66911E;
}

#contentData .subTitle
{
  color: #66911E;
}

#contentData .separatorLine
{
  color: #9ECF04;
}

#contentData .clearAll
{
  clear: both;
}

#contentData .anagrafiche
{
  padding-right: 30px;
  padding-bottom: 20px;
  vertical-align: top;
}

#contentData .anagrafiche a
{
  color: #000000;
  text-decoration: none;
}

#contentData .anagrafiche a:hover
{
  text-decoration: underline;
}

#contentData .areeZoomZona
{
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  vertical-align: top;
  text-align: center;
}

#contentData .areeZoomZona a
{
  color: #243d03;
  text-decoration: none;
}

#contentData .areeZoomZona a:hover
{
  text-decoration: underline;
}


#contentData .areeZoomComune
{
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  text-align: left;
}

#contentData .areeZoomComune a
{
  color: #3f840d;
  text-decoration: none;
}

#contentData .areeZoomComune a:hover
{
  text-decoration: underline;
}


/**************/
/* Stili aree */
/**************/

#contentData .areaTitle
{
  font-size: 22px;
  color: #606358;
}

#contentData .underAreaTitle
{
  color: #d2e8f6;
}

#contentData .areaDataTitle
{
  font-size: 16px;
  font-weight: bold;
  color: #66911E;
}

#contentData .areaDataSubTitle
{
  color: #66911E;
  font-weight: bold;
}

#contentData .areaDataCaption
{
  color: #66911E;
  font-weight: bold;
}

#contentData .areaDataDescription
{
  text-align: justify;
}  

#contentData .areaDataEMail a:link, #contentData .areaDataEMail a:visited
{
  color: #333;
  text-decoration: none;
}

#contentData .areaDataEMail a:hover
{
  color: #66911E;
  text-decoration: none;
}

#contentData .areaDataLink a:link, #contentData .areaDataLink a:visited
{
  color: #333;
  text-decoration: none;
}

#contentData .areaDataLink a:hover
{
  color: #66911E;
  text-decoration: none;
}

#contentData .backLink a:link, #contentData .backLink a:visited
{
  color: #333;
  text-decoration: none;
}

#contentData .backLink a:hover
{
  color: #66911E;
  text-decoration: none;
}

#contentData .navigatorArea
{
  text-align: right;  
}

#contentData .navigatorArea .inputTextPage
{ 
  background-color: #FFFFFF;
  border: 1px solid #d1d8de;
  width: 40px;
  text-align: center;
  color: #000000;
  font: 12px "Verdana", Arial, sans-serif;
}

#contentData .navigatorArea .comboPage
{ 
  width: 40px;
  text-align: center;
  font: 12px "Verdana", Arial, sans-serif;
}

#contentData .staticContent
{
  padding-left: 15px; 
  padding-right: 40px;
}

#contentData .staticContent .titoletto
{
  color: #1d3d88;
}

#contentData .staticContent a
{
  color: #377291;
  text-decoration: underline;
}

#contentData .staticContent a:hover
{
  color: #5cb815;
  text-decoration: underline;
}
#contentData .staticContent #highlightLink
{
  color: #1d3d88;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

#contentData .staticContent #highlightLink:hover
{
  color: #1d3d88;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}

#contentData #staticItems ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: disc;
}

#contentData #staticItems ol
{
  margin: 0px;
  padding: 0px;
  list-style-type: decimal;
}

#contentData #staticItems li
{
  margin-left: 30px;
  padding-top: 5px;
  text-align: left;
}

#contentData #smallText
{
  clear: both;
  font-size: 9px;
  text-align: center;
  color: #174664;
}

#contentFooter
{
  background-color: #174664;
}

/**********/
/* Footer */
/**********/
#footer
{
  text-align: left;
  padding-top: 5px;
}

#footer #logoFirma
{
  float: left;
}

#footer #captionFooter
{
  margin-left: 150px;
  margin-top: 6px;
}

#footer #captionFooter h1
{
  font-weight: normal;
  font-size: 12px;
  color: #174664;   
}

#footer #smallFooter
{
  clear: both;
  font-size: 9px;
  text-align: justify;
  color: #174664;
}

#footer #smallFooter a
{
  color: #174664;
  text-decoration: none;
}

#footer #smallFooter a:hover
{
  color: #174664;
  text-decoration: underline;
}

/*************/
/* Navigator */
/*************/

#areaNavigator
{  
  height: 100%;
}

#areaNavigator ul
{  
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#areaNavigator li
{
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;        
}

#areaNavigator a
{  
  padding: 0;
  margin-left: 1px;
  margin-top: 1px;
  padding-top: 60px;
  padding-bottom: 5px;
  background-color: #68b207;
  text-align: center;
  float: left;  
}

#areaNavigator #item1
{
  background-image: url(../images/icons/item01.gif);
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 80px;
}

#areaNavigator #item2
{
  background-image: url(../images/icons/item02.gif);
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 80px;
}

#areaNavigator #item3
{
  background-image: url(../images/icons/item03.gif);
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 96px;
}

#areaNavigator #item4
{
  background-image: url(../images/icons/item04.gif);
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 136px;
}

#areaNavigator #item5
{
  background-image: url(../images/icons/item05.gif);
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 84px;
}

#areaNavigator #item6
{
  background-image: url(../images/icons/item06.gif);
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 96px;
}

#areaNavigator #item7
{
  background-image: url(../images/icons/item07.gif);
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 82px;
}

#areaNavigator #item8
{
  background-image: url(../images/icons/item08.gif);
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 80px;
}

#areaNavigator #item9
{
  background-image: url(../images/icons/item09.gif);
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 51px;
  margin-right: 1px;
}

#areaNavigator a:link, #areaNavigator a:visited
{
  color: #EEE;
  text-decoration: none;
}

#areaNavigator a:hover
{
  background-color: #FF6600;
  color: #333;
}

#areaNavigator #activeItem a:link, #areaNavigator #activeItem a:visited, #areaNavigator #activeItem a:hover
{
  background-color: #a4d2ec;
  color: #333;
}

/**************/
/* Search Bar */
/**************/

#comuneSelection
{
  background-color: #78bde6; 
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: top;
}

#comuneSelection table
{
  width: 100%;
  vertical-align: bottom;
}

#comuneSelection .imageButton
{
  vertical-align: bottom;
}  

#comuneSelection #column1
{
  width: 150px;
  text-align: right;
}

#comuneSelection #column2
{
  width: 170px;
  text-align: left;
}

#comuneSelection #column3
{
  width: 90px;
  text-align: left;
}

#comuneSelection #column4
{
  text-align: left;
  padding-left: 5px;  
}

#comuneSelection #column5
{
  text-align: right;
  padding-right: 5px;
}

#comuneSelection #comuniCombo
{
  width: 160px;
}

#linkData
{
  text-align: left;
  background-color: #FFFFFF;
}

#linkData .linkhome
{
  text-align: left;
  color: #3f840d;
}

#linkData .linkhome a
{
  color: #3f840d;
  text-decoration: none;
}

#linkData .linkhome a:hover
{
  text-decoration: underline;
}
/****************/
/* Image Button */
/****************/
.imageButton
{
  border: 0;
}

.msgJS
{
  color: #FF0000;
  font-weight: bold;
}  