 /* Misc general page settings */
body {
   text-align: center;
   font-family: Verdana;
   color: #CC6600;
}

a {
   text-decoration: none;
   color: #006699;
}
a:hover {
   color: #0099FF;
}
a:visited {
   color: #0099FF;
}

img {
   border: 0px;
}

 /* General page styles */
div#container {
   width: 760px;
   margin: 0px auto;
}

div#headingContainer {
   text-align: right;
   margin-bottom: 30px;
}
h1#mainHeading {
   margin: 0px;
   padding: 0px;
   font-size: 18pt;
   letter-spacing: 2px;
   font-weight: bold;
}
h1#mainHeading a {
   color: #CC6600;
}

h2#subHeading {
   margin: 0px;
   padding: 0px;
   font-size: 13pt;
   color: #006699;
   font-weight: bold;
}

 /* Gallery view specific styles */
div.galleryListingBox {
   border: 1px solid #CC6600;
   background-color: #EBFFF1;
   margin-top: 25px;
   clear: both;
}

p.galleryDetail {
   font-size: 11pt
}
p.galleryDetail a {
   color: #CC6600;
}
p.galleryDetail a:hover {
   color: #006699;
}

p.additionalGalleries {
   font-size: 10pt;
   font-weight: bold;
}
 
table#imageGalleryTable {
   width: 100%;
   table-layout: fixed;
   text-align: center;
}
td.imageGalleryCell {
   padding-top: 10px;
   padding-bottom: 10px;
}

 /* Single image view specific styles */
div#imageBodyContainer {
   margin-top: 30px;
}

table#imageNavigationLinks {
   margin: 0px auto;
   font-size: 10pt;
   table-layout: fixed;
}
table#imageNavigationLinks td#previousLink {
   text-align: left;
}
table#imageNavigationLinks td#nextLink {
   text-align: right;
}
table#imageNavigationLinks td#returnLink {
   text-align: center;
}

div#imageInformationContainer {
   margin: 0px auto;
}
div#basicInformationContainer {
   float: left;
   font-size: 10pt;
   text-align: left;
}
div.advancedInformationContainer {
   float: right;
   font-size: 10pt;
   text-align: left;
}
div.showHideAdvancedInformation {
   text-align: right;
}