@charset "utf-8";
/* CSS Document */
.black_overlay{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}
.white_content {
  display: none;
  position: absolute;
  top: 5%;
  left: 25%;
  width: 500px;
  height: 90%;
  padding: 3px;
  border: 10px solid black;
  background-color: white;
  z-index:1002;
  overflow: auto;
}
.white_content_gallery {
  display: none;
  position: absolute;
  top: 5%;
  left: 25%;
  width: 720px;
  height: 650px;
  padding-top: 10px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  border: 10px solid black;
  background-color: white;
  z-index:1002;
  overflow: auto;
}
.lighterGrey {
  color: #666666;
  cursor:pointer;
  cursor:hand;
}
.lighterGrey a {
  color: #666666;
  cursor:pointer;
  cursor:hand;
}
.lighterGrey a:visited {
  color: #666666;
  cursor:pointer;
  cursor:hand;
}
.lighterGrey a:active {
  color: #666666;
  cursor:pointer;
  cursor:hand;
}
.lighterGrey a:hover{
  color: #000000;
  text-decoration:none;
  cursor:pointer;
  cursor:hand;
}