/* ############################## */
/* Inizializzazioe stili generici */
/* ############################## */

html,body,p,ul,li,a,h1,h2,h3,dd,dl {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding:0;
  font-weight: normal;
}
body{
  background-color: #c8e2d5;
  position: relative;
}

ul {
  list-style-type: none;
}

a:link, a  {
  color: #3f755b;
  font-weight: normal;
  text-decoration: none;
}

a:hover{
  color: #993300;
  text-decoration: underline;
}

/* ######################## */
/* Classe BodyText Generale */
/* ######################## */

.BodyText {
  font-size: 11px;
  line-height:15px;
  font-weight: normal;
}

h1 {  
  font-size: 12px;
  font-weight: bold;
  margin-top:10px;
  color:#003399;
}

h6 {  
  font-size: 12px;
  font-weight: bold;
  margin-top:10px;
  color:#003399;
}


/* #################### */
/* Contenitore Generale */
/* #################### */

div#container {
  width: 890px;
  background-color:#FFFFFF;
  padding: 0;
  margin: 0 ;
  border: 2px solid #274d3e;
  text-align: left;
}


/* ################## */
/* Contenitore Header */
/* ################## */

div#headerImgCn {
  width:497px;  
  height:34px;
  background-color:#274d3e;
  margin-left:80px;
  color: #000000;
}
div#headerImgSx {
  width:125px;
  height:83px;
  background-color:#274d3e;
  color: #000000;
  float:left;
}
div#headerImgDx {
  width:243px;
  height:83px;
  align:center;
  background-color:#274d3e;
  float:right;
}

div#header {
  width: 904px;
  margin:0px;
  background-color:#274d3e;
  color: #000000;
  float:left;
}

/*

div#headerContentPage {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 30px;
  color: #FFFFFF;
  background-color:#274d3e;
  margin: 0px;
  padding: 8px;
}
*/

/* ################### */
/* Contenitore Content */
/* ################### */

div#contentSite{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px ;
  width:903px;
  background-color:#FFFFFF;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  clear:both;
}

/* ####################### */
/* Contenitore ContentPage */
/* ####################### */

div#contentPage, div#contentPageHome, div#contentPage2Col {
  margin:0;
  padding: 0;
  float:left;
  padding: 2px;
  background-color: #FFFFFF;
}
div#contentPage2Col{
  width:681px;
}
div#contentPageHome {
  width:521px;
}

/*
div#contentSinglePage {
  margin: 0px 0px 0px 0px;
  padding: 8px 8px 8px 8px ;
  background-color:#FFFFFF;
}
*/
/* ################# */
/* Contenitore ColSx */
/* ################# */

div#colSx, div#colDx2Col{
  float:left;
  width: 200px;
  background-color:#FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px ;
}

/* ################# */
/* Contenitore ColDx */
/* ################# */

div#colDx{
  float:right;
  text-align:left;
  margin: 0;
  padding: 0;
  width:170px;
  background-color:#FFFFFF;
}

/* ################## */
/* Contenitore Footer */
/* ################## */

div#footer {
  line-height:20px;
  color:#FFFFFF;
  font-size: 10px;
  background-color:#274d3e;
  padding: 1px;
  width:904px;
}

div#imgLeft {
  float:left;
}


.csc-textpic-caption {
  text-align:center;
  background-color:#3f755b;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 16px;
}

.csc-textpic-imagewrap {
  border: 1px solid #274d3e;
  margin: 2px;
}

.tx-indexedsearch-searchbox-sword {
  background-color:#FFFFFF;
  color: #000000;
  font-size: 11px;
  width:130px;
  height:20px;
  margin-left:0px;
  text-align:left;
}

div#searchField {
  font-size: 11px;
  font-weight: normal;
  background-color:#274d3e;
  color: #FFFFFF;
  float:left;
  width:135px;
  margin-top:6px;
}
div#serchImage {
  margin-top:19px;
  margin-left:1px;
  width:22px;
  float:left;
}
.clear {
  clear:both;
}

#contentSitePopup {
  background-color: #000000;
  font-weight: normal;
  font-size:20px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  padding:4px;
  
}

.none {
display:none;
}

/* Colori
#274d3e -> Verde Scuro RGB(39,77,62)
#3f755b -> Verde Medio-Scuro
#539d78 -> Verde Medio-Chiaro RGB(83,157,120)
#c8e2d5 -> Verde Chiaro
#993300 -> Rosso
#003399 -> Blu
#FFFF2D -> Giallo
#E5E56E -> Giallo Chiaro
#000000 -> Nero
#FFFFFF -> Bianco

*/
