﻿
/* dettaglio - immagine */
#divDetailContainerDisabler
{
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4000;
  
  background-color: Black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#divDetailContainer
{
  position: fixed;
  top: 50px;
  left: 10%;
  right: 10%;
  z-index: 5000;

  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;

  background-color: white;
}

#divDetailContainerHeader
{
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
#imgDivDetailContainerClose
{
  cursor: pointer;
}

#divDetailImageArea
{
  width: 100%;
  height: 445px;
}
#divDetailImageContainer
{
  width: 100%;
  padding: 2px;
  background-color: white;
  
  position: relative;
}
.wrapper .sdviewer
{
  height: 445px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}

#divImageSimpleViewerDisabler
{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: Black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  top: 0px;
  display: none;
}
#divImageSimpleVieverContentImageArea
{
  position: fixed;
  top: 20px;
  left: 5%;
  right: 5%;
  z-index: 5500;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  
  bottom: 12%;
  background-color: white;
}
#divImageSimpleViewerContentHeader
{
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
#imgImageSimpleViewerContentHeaderClose
{
  cursor: pointer;
}
#divImageSimpleVieverContentImage
{
  width: 100%;
  overflow: auto;
  text-align: center;
}
#imgImageSimpleVieverContentImage
{
  height: 100%;
}
