 html body
{
  background-color: #A6A6A6;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

/* ######################################## impostazioni di bacheca inizio */
#divBachecaHeaderArea
{
  width: 1120px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#divBachecaDocAreaContainer
{
  width: 1120px;
  background-color: white;
  color: black;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  text-align: left;
}

#divBachecaDocArea
{
  width: 1120px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#divBachecaDocResourceLinkArea
{
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* ######################################## impostazioni di bacheca fine */

/* ---------------------------------------- */
#divDocumentContainer
{
  position: relative;
  width: 1120px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  overflow: hidden;
}

#divIconTopRight
{
  position: absolute;
  top: -65px;
  right: -50px;
}

/* ---------------------------------------- */
#divText1
{
  margin-top: 120px;
  margin-right: 270px;
}
#divText2
{
  margin-top: 0px;
  margin-right: 100px;
}
#divText2 p.first
{
  margin-top: 8px;
}

.divText
{
  margin-left: 100px;
}
.divText,
.divText p
{
  font-size: 12pt;
  text-align: justify;
}

/* ---------------------------------------- */
#divFooter
{
  margin-top: 30px;
  margin-left: 100px;
  margin-right: 100px;
}
#divFooterLeft,
#divFooterMiddle,
#divFooterRight
{
  width: 33.33%;
  vertical-align: top;
}
#divFooterLeft a,
#divFooterMiddle a,
#divFooterRight a
{
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 10pt;
  line-height: 10pt;
}
#divFooterLeft a p,
#divFooterMiddle a p,
#divFooterRight a p
{
  margin-top: 4px;
  margin-bottom: 4px;
}

/* ---------------------------------------- */
#divBottom
{
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
}
#divBottomLeft,
#divBottomRight
{
  width: 50%;
  vertical-align: top;
}
#divBottomLeft img
{
  border-width: 6px;
  border-style: solid;
}
#divBottomRight
{
  text-align: right;
}

/* ---------------------------------------- */
.lnkCitazione
{
  text-decoration: none;
  color: black;
}
.lnkCitazione:link,
.lnkCitazione:visited
{
  color: black;
}

/* ------------------ */
#divPopupImageViewerContentImageAreaDisabler
{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: Black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  top: 0px;
  display: none;
}

#divPopupImageViewerImageHeader
{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 24px;
}
#divPopupImageViewerImageHeaderLeft
{
  text-align: left;
  position: absolute;
  left: 0px;
}
#divPopupImageViewerImageHeaderRight
{
  text-align: right;
  position: absolute;
  right: 0px;
}
#imgPopupImageViewerImageHeaderClose
{
  cursor: pointer;
}

#divPopupImageViewerContentImageArea
{
  position: absolute;
  top: 20px;
  left: 12%;
  right: 12%;
  z-index: 5500;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: white;
  display: none;
}
#divPopupImageViewerContentImage
{
  width: 100%;
  overflow: auto;
  text-align: center;
}
#imgPopupImageViewerImage
{
  height: 99%;
}
