/* GENERAL STYLES */
@import url("./bluemenusddx.css");
@import url("./medigliamenusxdxdetail.css");
@import url("./medigliainside.css");
@import url("./bca.css");
@import url("./wsdnbreadcrumb.css");
@import url("./wsdnnews.css");
@import url("./wsdnsearch.css");


body {
  background-color: #fff;
  /*background-image: url(../images/umbstruct/righttopmenu3.jpg);*/
  /*background-repeat:repeat-y;*/
  /*background-position: right top;*/
  color: #000;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 70%;
  margin: 0;
  padding: 0;
}

/*### IMMAGINI ###*/
img {
  border: 0px;
}

img.imgright {
  float: right;
}

img.imgleft {
  float: left;
}
/*### FINE IMMAGINI ###*/


div#divsite, div#divtopheader, div#divtopmenu, div#divmiddle, div#divfooter, div#divmiddleleft, div#divmiddlecenter, div#divmiddlecenternosx, div#divmiddleright {
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  width: 100%;
}

div#divtopmenu, div#divmiddle, div#divfooter {
  border-top: solid #18529F 1px;
}

div#divsite {
  background-color: #fff;
}


div#divtopheader {
  background-color: #fff;
  background-image: url(../images/umbstruct/bgright1.jpg);
  background-repeat:no-repeat;
  background-position: right top;
}

div#divtopmenu {
  background-color: #154C97;
  color: #fff;
}

div#divmiddle {
  /*height: 500px;*/
  height: auto !important;
  height: 100%;
  min-height: 100%;

  text-align: center;
  background-color: #fff;
}

/* #### STRUTTURA DELLA PARTE CENTRALE #### */
div#divmiddleleft, div#divmiddlecenter, div#divmiddleright {
  display: inline;
}

/* #### MENU DI SINISTRA #### */
div#divmiddleleft {
  width: 20%;
  height: 600px;
  /*height: auto !important;*/
  /*height:100%;*/
  /*min-height:100%;*/
  text-align: center;
}

/* #### CONTENUTI #### */
div#divmiddlecenter {
  width: 59%;
  /*height: 600px;*/
  height: auto !important;
  height:100%;
  min-height:100%;
  background-color: #ffffff;
  text-align: justify;
}

div#divmiddlecenternosx {
  width: 79%;
  /*height: 600px;*/
  height: auto !important;
  height:100%;
  min-height:100%;
  background-color: #ffffff;
  text-align: justify;
}

/* #### MENU DI DESTRA #### */
div#divmiddleright {
  width: 20%;
  /*height: 500px;*/
  height: auto !important;
  height:100%;
  min-height:100%;
  text-align: center;
}

/* PAGE HEADER */
img.sectionimage {
  float: right;
  width: 150px;
  height: 200px;
  border: 0;
  padding: 5px;
}

span.sectiontitle {
  font-size: 130%;
  font-weight: bold;
  color: #000000;
  display: block;
  line-height: 1.2em;
}

span.sectionnotes {
  font-weight: normal;
  color: #000000;
}

/* #### FOOTER #### */
div#footer {
  width: 100%;
  padding: 0.3em 0em 0.3em 0em;
  border: 0;
  background-color: #154C97;
  color: #fff;
  text-align: center;
}
div#footer hr {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  background-color: #fff;  
  height: 1px;
  width: 100%;
}

div#footer a, div#footer a:link, div#footer a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
div#footer a:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}


/* EDITOR PROPERTIES */

