/*
  CSS used by all photo albums until India
*/

TR {
  margin: 10px;
}

.DIVAlbumTitle {
  padding: 5px 0 0 0;
  text-align: center;
  font-family: Courier New, Courier, mono; 
  font-size: 30px; 
  font-weight: bolder; 
  color: #FFFFFF
}
.DIVAlbumSubTitle {
  padding: 0 0 6px 0;
  text-align: center;
  font-family: Courier New, Courier, mono; 
  font-size: 22px; 
  font-weight: bolder; 
  color: #FFFFFF
}
.DIVAlbumIntro {  
  padding: 0 80px 15px 80px;
  color: #FFFFCC; 
  font-family: Times New Roman, Times, serif; 
  font-size: 14px;
  font-style: italic;
  text-align: center;
  line-height: 1.3em;
}

.TDPicsHdr {
  padding: 3px 0 3px 5px;
  border-style: outset;
  border-width: 1px;
  border-color: #a00000;
  background-color: #600000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #ffcc33;
  text-align: left;
}
.DIVSubHdr {
  padding: 15px 0 3px 0;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-weight: bolder; 
  color: #FFFFFF;
}
.TDTextCell {
  padding: 4px 0 1px 8px;
  font-family: Times New Roman, Times, serif; 
  font-size: 16px; 
  font-style: normal; 
  line-height: 1.1em;
  text-align: justify;
}
.TDPicsThumb {
  padding: 8px 0 8px 0;
  text-align: center;
}
.IMGThumbSel {
  border: 3px ridge #ff0000;
}
.IMGThumbNSel {
  border: 3px double #900000;
}



/*
  Galleries 2.0 (2006)
  --> switched to #DIVAlbum H1/H2/... in 05-2007
*/

#DIVAlbum {
}

.DIVAlbum2Title, #DIVAlbum H1 {
  padding: 0px 0 0 0;
  text-align: center;
  font-family: Courier New, Courier, mono; 
  font-size: 30px; 
  font-weight: bolder; 
  color: #FFFFFF
}
.DIVAlbum2Date {
  padding: 0px 0 4px 0;
  text-align: center;
  font-family: "Times New Roman", Times, serif; 
  font-size: 12pt;
  font-weight: bold; 
  color: #ffc;
}
.DIVAlbum2SubTitle, #DIVAlbum H2 {
  padding: 2px 0 6px 0;
  text-align: center;
  font-family: Courier New, Courier, mono; 
  font-size: 20px; 
  font-weight: bolder; 
  color: #FFFFFF
}
.DIVGallHdr, #DIVAlbum H3 {
  clear: left;
  margin: 0 0 5px 0;
  padding: 3px 0 3px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #eee;
  border-bottom: 2px solid #eb2;
  background-color: #000;
  color: #fff;
  color: #fc3;
}
.DIVGallSubHdr, #DIVAlbum H4 {
  clear: left;
  padding: 15px 0 3px 0;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-weight: bolder; 
  color: #FFFFFF;
}

