/** global **/

body.photo-gallery {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Tahoma;
  font-size: 8pt;
}


/** gallery page **/
div.photoimage {
  float: left;
  display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;  
}

img.photoimage, img.photoimage:link, img.photoimage:active, img.photoimage:visited {
  border-color: #000000; /* change this color for the image regular border color */
  border-width: 1px;
  border-style: solid;
}

img.photoimage:hover {
  border-color: #E68A00; /* change this color for the image hover border color */
  border-width: 1px;
  border-style: solid;
}

#galleryNavigation {
  background-color: #CCCCCC;
  background-image: url(images/image-viewer/top-bg.jpg);
  background-repeat: repeat-x;
  height: 27px;
  padding-left: 10px;
  font-family: Tahoma;
  padding-right: 10px;
}

#galleryNavigation td {
  font-size: 8pt;
}

#galleryNavigation table {
  height: 100%;
}

div.credits {
  text-align: center;
  font-weight: bold;
  font-size: 8pt;
}

a.pageLink:link,a.pageLink:active,a.pageLink:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.pageLink:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

span.pageLink {
  color: #ffffff;
  font-weight: bold;
}

/** image viewer page **/
div.miniThumbContainer {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  display: inline;
  vertical-align: middle;
}


img.miniThumb_selected {
  border-color: #E68A00;
  border-width: 2px;
  border-style: solid;
}


img.miniThumb_regular {
  border-color: #aaaaaa;
  border-width: 1px;
  border-style: solid;
}




td.top {
  background-image: url(images/image-viewer/top-bg.jpg);
  background-repeat: repeat-x;
  height: 27px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  padding-left: 10px;
}



td.thumbnav {
  background-image: url(images/image-viewer/thumbs-bg.jpg);
  background-repeat: repeat-x;
  height: 60px;
  padding-left: 10px;
}

body.image-viewer {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #000000;
}

body, table, td, div {
  font-family: Tahoma;
  font-size: 8pt;
}
#galleryName {
  display: inline;
  font-weight: bold;
}

#galleryAuthor {
  display: inline;
}

#lastUpdated {
  display: inline;
  font-style: italic;
}

#imageTitle {
  display: inline;
  font-weight: bold;
  color: #ffffff;
}

#imagePosition {
  display: inline;
  font-weight: bold;
  color: #ffffff;
}

#imageDescription {
  color: #ffffff;
}

#navButtons {
  padding-right: 10px;
  paddint-top: 1px;
}

#navThumbs {
  padding-right: 8px;
}

.mainImage {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;

}

#myImage {
  overflow:auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0;
  padding-left 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}