

html {
    height : 95%;
  }

h3 {
  color : #691B81;
  }

body {
    height : 95%;
    background-color : white;
    color : black;
    font-family : Tahoma,Helvetica,sans-serif;
    font-size:14px;
  }


a {
    color : #691B81;
    text-decoration : none;
    font-size : 13px;
  }


a:hover {
    color : #9999CC;
  }


.titleBar {
    height : 100px;
    text-align : right;
    width : 950px;
    /*border:1px;
    border-style:solid;
    border-color:black;*/
  }


.mainContentContainer {
    width : 940px;
    border:1px;
    /*border-style:solid;
    border-color:red;
    text-align:justify;*/
  }

.mainContentContainerLarge {
    width : 1118px;
    border:1px;
    /*border-style:solid;
    border-color:red;
    text-align:justify;*/
  }

.mainContent {
  /*border:1px;
  border-style:solid;
  border-color:black;*/
  width:798px;
  float:right;
  padding:7px;
  height:480px;
  text-align:justify;
  }

.logoImage {
    float:right;
  }

.links {
    text-align:left;
    position : relative;
    left:0px;
    padding-top : 50px;
    padding-left : 20px;
    padding-right: 5px;
    float : left;
  }

.titleHolder {
    padding-left:174px;
    width:704px;
    text-align:left;
    border:1px;
    border-style:solid;
    border-color:black;
    line-height:61px;
  }

.compulsory {
    font-weight:bold;
    color:red;
  }

.valentines {
  color:#F912A0;
  font-weight:bold;
}

.valentineLink {
  color:#F912A0;
  font-weight:bold;
}

.valentineLink:hover {
  color:#FF8FEE;
  font-weight:bold;
  text-decoration:none;
}

.imageLoadingPanel {
  width:594px;
  height:398px;
  background-color:white;
  border-color:black;
  border-style:solid;
  border-width:1px;
  position:relative;
  top:-400px;
  left:0px;
  visibility:visible;
}

.imageLoadingPanelLarge {
  width:800px;
  height: 534px;
  background-color:white;
  border-color:black;
  border-style:solid;
  border-width:1px;
  position:relative;
  left:0px;
  top: -536px;
  visibility:visible;
}

#albumIntroText {
  width:594px;
  height:398px;
  position:relative;
  top:-400px;
  left:0px;
}

#albumDescriptionPanel {
  width:100%;
  text-align:left;
}

.currentViewedImage {
  width:597px;
  height:402px;
  overflow:none;
  /*border-color:red;
  border-style:solid;
  border-width:1px;*/
  margin-top:5px;
}

.currentViewedImageLarge {
  width:800px;
  height:536px;
  overflow:none;
  /*border-color:red;
  border-style:solid;
  border-width:1px;*/
  margin-top:1px;
}

.lightboxThumbnailIndicator {
  position:relative;
  left:-50px;
  display:inline;
  top:-35px;
  font-size:16px;
  color:green;
  background-color:white;
  visibility:hidden;
}

.galleryThumbnail {
  width:152px;
  height:105px;
  /*padding-top:3px;
  border-color:red;
  border-style:solid;
  border-width:1px;*/
}

.thumbnailDisplay {
  float:right;
  height:400px;
  width:180px;
  overflow:auto;
  margin-top:1px;
}

.thumbnailDisplayLarge {
  float:right;
  height:536px;
  width:180px;
  overflow:auto;
  margin-top:1px;
}
