body {
  font-family: arial;
  font-size: 11px;
  background: url('../images/background.jpg');
}

#largeTitle {
  font-size: 24px;
  color: #B5C9D2;
}

#smallTitle {
  font-size: 16px;
  font-weight: bold;
  color: #B5C9D2;
}

.containerBottom {
  position: relative;
  width: 757px;
  height: 10px;
  background-image: url('../images/subBackgroundBottom.jpg');
  margin-left: -29px;
}

.thickStripe {
  height: 10px;
  background-color: #B5C9D2;
  margin-bottom: 2px; 
}

.extraThickStripe {
  position: relative;
  height: 50px;
  background-color: #B5C9D2;
  margin-bottom: 20px;
  text-align: right;
}

.emailAddressContainer {
  position: absolute;
  bottom: 2px;
  right: 3px;
  font-size: 12px;
  font-weight: bold;
}

.emailAddress {
  padding-right: 5px;
}

.thinStripe {
  height: 3px;
  background-color: #B5C9D2;
  margin-bottom: 2px;
  font-size: 1px;
}

.headerpic {
  margin-bottom: 2px; 
}

.menuBar {
  background-color: #B5C9D2;
  margin-bottom: 2px;
  font-size: 13px;
  padding: 3px;
  margin-bottom: 2px; 
}

.menuNumber {
  font-weight: bold;
  color: #6c6c6c;
}

.menuItem {
  font-weight: bold;
  color: white;
  padding-right: 10px;
}

.fileBrowser {
  border: 2px solid #B5C9D2;
  width: 130px;
  color: #6c6c6c;
  padding: 2px;
}

.galleryPreview table {
  font-size: 11px;
  text-align: center;
}

.imagePreview {
  height: 100px;
}

.lightbox {
  display: none;
  position: absolute;  top: 50%;
  left: 50%;
  background-color: #efefef;
  padding: 3px;
}

.lightbox .topBar {
  width: 100%;
  height: 15px;
  text-align: center;
}

.lightbox .editTopBar {
  width: 100%;
  height: 25px;
  text-align: center;
}

.lightBox .closeButton {
  float: right;
}

.editTitle {
  height: 20px;
}

.prevPic {
  position: absolute;
  left: -1000px;
  top: 0px;
  opacity: .60;
  filter: alpha(opacity=40);
}

.nextPic {
  position: absolute;
  left: -1000px;
  top: 0px;
  opacity: .60;
  filter: alpha(opacity=70);
}

.prevPicActive {
  position: absolute;
  left: -1000px;
  top: 0px;
}

.nextPicActive {
  position: absolute;
  left: -1000px;
  top: 0px;
}

.nextPic img, .prevPic img, .nextPicActive img, .prevPicActive img {
  width: 80px;
}

#prevButton, #nextButton {
  display: none;
  position: absolute;
  left: -1000px;
  top: 0px;
  opacity: .80;
  filter: alpha(opacity=80);
}

.content a:link {
  color: #8599a2;
  text-decoration: none;
}

.content a:visited {
  color: #657982;
  text-decoration: none;
}

.content a:hover {
  color: #6c6c6c;
  text-decoration: none;
}

.content a:active {
  color: #6c6c6c;
  text-decoration: none;
}

.fileBrowser a:link {
  color: black;
  text-decoration: none;
}

.fileBrowser a:visited {
  color: black;
  text-decoration: none;
}

.fileBrowser a:hover {
  color: #c90000;
  text-decoration: none;
}

#selectMessage {
  position: relative;
  top: 60px;
  left: 180px;
  width: 200px;
}

a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #5f5f5f;
  text-decoration: none;
}