#jumps { font-weight: bold; background-color: #e3eef7; position: relative; height: 30px; float: left; padding-top: 8px; padding-right: 20px; padding-left: 20px;
	width: auto;
}
#jumps .questions { color: #007e85; position: absolute; top: 8px; right: 20px; float: right; }
#jumps a { text-decoration: none; padding: 4px; border: solid 1px #c0c0c0; }
#jumps a:hover { text-decoration: none; padding: 4px; border: solid 1px #000080; }
#jumps .qdiv-r {
	position: relative;
	left: 350px;
}
#jumps .qdiv-r a { padding: 0;
	border-style: none;
}
#jumps .current { color: #989898; padding: 4px; border: solid 1px; }

img {
  border: 0;
}

a {
  color: #444;
  text-decoration: underline;
}

.title {
  text-align: left;
  font-size: 22px;
  background: #eee;
  letter-spacing: -1px;
  padding: 10px;
  color: #333;
  text-align: left
}

.title a {
  text-align: left;
  font-size: 22px;
  background: #eee;
  letter-spacing: -1px;
  color: #333;
  text-align: left;
	text-decoration: none;
	padding: 5px;
}

/* Gallery table */

.galleryTable {
  width: auto;
  clear: both;
  padding: 0px;
  margin: 0px auto 0px auto;
}

.gallery {
  margin: 0 auto 0 auto;
  padding: 5px;
  background: white;
  clear: both;
}

.galleryRow {
}

.galleryColumn {
  padding: 5px;
}

/* gallery */

.galleryImage {
  text-align: center;
}

.caption {
  text-align: center;
}

.caption a:hover {
}

/* page */

.pageImage {
}

.galleryPage {
  background: white;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

.description {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
}

/* navigation */

.navigation {
  background: #dfdfdf;
  padding: 10px;
  text-align: left;
  clear: both;
  font-size: 11px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #444;
}

.navigationLinks {
  display: inline;
  margin-right: 8px;
}

.navigationLinks a {
  padding-right: 4px;
}

.pageIndex, .pagePrevious, .pageNext {
  display: inline;
  padding: 4px;
}

.currentLink, .currentLink:hover {
  text-decoration: none;
  padding: 2px 4px;
  display: inline;
  background: white;
  color: black;
	border: 1px solid #c1b5ff;
}

.pageLink {
  text-decoration: none;
  display: inline;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  color: #444;
  background: #eee;
}

.pageLink:hover {
  text-decoration: none;
  display: inline;
  padding: 2px 4px;
  font-weight: normal;
  background: white;
  color: black;
	border: 1px solid gray;
}

/* copyright */

.copyright {
  padding: 10px;
  color: #aaa;
  text-align: left;
  clear: both;
}

/* --GLOBAL LAYOUT ADJUSTMENT STYLES -- */
#content { height: 1150px !important; }
#main_content_container { height: 1150px !important; }
#sidebar-L { height: 1175px !important; }
