body {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  font-family: Arial;
  font-size: 15px;
  color: #333333;
   overflow:scroll;
}
h1 {
  margin: 0;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 0;
  font-family: Times;
  font-size: 40px;
  font-weight: normal;
  color: #555555;
  cursor: pointer;
}
h1 a:link {
  color: #555555;
  text-decoration: none;
}  
h1 a:hover {
  color: #555555;
  text-decoration: none;
}  
h1 a:visited {
  color: #555555;
  text-decoration: none;
}  

h2 {
  margin: 0;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-top: 20px;
  padding: 0;
  font-family: Arial;
  font-size: 30px;
  font-weight: normal;
  color: #333333;
}  
h3 {
  margin: 0;
  margin-bottom: 10px;
  margin-left: -1px;
  padding: 0;
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}
h4 {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 5px;  
  margin-left: 0px;
  padding: 0;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  

}
p {
  margin: 0;
  margin-bottom: 5px;
  margin-left: -1px;
  padding: 0;
  font-family: Arial;
  font-size: 15px;
}  

a:link {
  text-decoration: none;
  color: #0c327f;
}
a:visited {
  text-decoration: none;
  color: #0c327f;  
}
a:hover {
  text-decoration: underline;
  color: #0c327f;
}
#logo {
  margin-left: 10px;
  margin-bottom: 15px;
}
#head {
  position: absolute;
  width: 940px;
  left: 50%;
  height: 85px;
  margin-left: -470px;
  padding-bottom: 2px;
  /* background: black; */

  /* border-bottom: 1px solid #333333; */
}
#site {
  position: absolute;
  width: 940px;
  left: 50%;
  top: 132px;
  margin-left: -470px;
  min-height: 200px;
  padding-bottom: 20px;
}


#NicPanel {
  position: absolute;
  width: 940px;
  left: 50%;
  top: 125px;
  margin-left: -471px;
}
#one {
  position: absolute;
  background: #FFFFFF;
  width: 940px;
  left: 50%;
  top: 125px;
  bottom: 20px;
  margin-left: -470px;
  
}


#menu {
  margin: 0;
  padding: 0;
  margin-left: -11px;
  text-align: left;
  margin-right: 15px;
}
#menu li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
#menu li a:link {
  text-decoration: none;
  color: #555555;
}
#menu li a:visited {
  text-decoration: none;
  color: #555555;
}
#menu li a:hover {
  text-decoration: none;
  color: #000000;
}
.menuselected {
  font-weight: bold;
}

.menulang {
  position: absolute;
  right: 0px;
  bottom: 4px;
  text-align: right;
  font-size: 15px;
}

.menulang a:link {
  text-decoration: none;
  color: #555555;
}
.menulang a:visited {
  text-decoration: none;
  color: #555555;
}
.menulang a:hover {
  text-decoration: none;
  color: #000000;
}

.selected {
  color: white;
}
.dotspacer {
  display: inline;
}
#siteStatus {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
}
#siteStatusText {
  position: fixed;
  width: 100%;  
  height: 200px;
  font-size: 100px;
  top: 50%;
  text-align: center;
  margin-top: -100px;
  color: white;
}

#showreel {
  position: relative;
  width: 940px;
  height: 600px;  
  left: 50%;
  margin-left: -470px;
}

#gallerysite {
  position: absolute;
  width: 980px;
  left: 50%;
  top: 112px;
  margin-left: -490px;
  min-height: 200px;
  padding-bottom: 20px;
}
#gallery {
  padding: 0;
  margin: 0;
  display: inline;
  padding-bottom: 0px;  
}
.galleryLi {
  padding: 0;    
  display: inline;
}
.galleryImg {
  margin: 0;
  margin-bottom: -3px;
  margin-right: -4px;
  margin-top: 20px;  
  margin-left: 20px;  
  padding: 0;  
  border: 0;
  cursor: pointer;
}
.galleryImgBig {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 2000;
  opacity: 0.85;
}
.galleryImgBigImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2002;
}
.galleryImgBigImgImg img {
  border: 30px solid white;
}

.loading {
  font-size: 30px;
  color: #555555;  
}


.galleryEdit {
  position: absolute;
  font-family: Verdana;
  margin-left: 20px;
  margin-top: 17px;
  font-size: 20px;
  color: black;
  cursor: pointer;
}
.galleryMoveLeft {
  position: absolute;  
  top: 50%;
  margin-top: -13px;
  left: 0px;
  background: white;
  opacity: .7;
  height: 25px;
  width: 19px;
  padding-bottom: 2px;  
}
.galleryMoveRight {
  position: absolute;  
  top: 50%;
  margin-top: -13px;  
  right: 0px;
  background: white;
  opacity: .7;
  height: 25px;
  width: 19px;
  padding-bottom: 2px;  
}
.galleryDelete {
  position: absolute;  
  background: white;
  opacity: .7;
  left: 20px;
  right: 20px;
  top: 50%;
  margin-top: -13px;  
  height: 25px;
  text-align: center;  
  padding-bottom: 2px;
}
.galleryDelete:hover {
  color: blue;
}
.galleryMoveLeft:hover {
  color: blue;
}
.galleryMoveRight:hover {
  color: blue;
}
#uploaddropbox {
  position: absolute;
  width: 200px;
  top: 20px;
  bottom: 0;
  font-size: 12px;  
  background: #8fbeff;
  left: 50%;
  top: 125px;
  margin-left: 510px;
  height: 400px;
  z-index: 1000;
}
.uploadTable {
  width: 100%;
  margin: 0;
  padding: 0;
}
.uploadTable tr td {
  text-align: center;
  font-size: 14px;
}
.vspace20 {
  height: 25px;
  width; 20px;
}

