/*
 * NAME: Modal_Window_styles
 * AUTHOR: E.Jay
 * DATE: 2013-11-12
 *
 * USAGE:      style for the modal window used in the B.U.G. Members Home page
 *
 *     
 *
 */
.photoModal
{
  display: none;
  background: #FFFFFF;
  color: #000000;
  border: 20px solid #FFFFFF;
  float: left;
  font-size: 1.2em;
  position: fixed;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  z-index: 200;
}

#modalShade
{
  display: none;
  background: #323232;
  position: fixed; 
  left: 0; 
  top: 0;
  width: 100%; 
  height: 100%;
  z-index: 100;
}


img.closeX
{
  float: right;
  margin: 0px;
  border: none;
}