﻿@charset "UTF-8";
/* Simply Black */

body {
  background: url(../../jp-site-files/images/jp.us_0012_jp-bkg.png);
  padding: 0px;
  margin: 0;
  font-family: "Verdana", "Arial", "Helvetica";
  font-size: 11px;
}

img {
  border: 0;
}

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

.title {
  text-align: left;
  font-size: 18px;
  background: #788fa9;
  padding: 8px;
  color: white;
  text-align: left;
  border-bottom: 1px solid #444;
}

/* Gallery table */

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

.gallery {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  background: #94a4ae;
  clear: both;
}

.gallery img {
}

.galleryRow {
}

.galleryColumn {
  padding: 4px;
}

/* gallery image */

.galleryImage {
}

.caption {
  text-align: left;
}

.caption a:hover {
}

/* page */

.pageImage {
}

.galleryPage {
  padding: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  clear: both;
  background: #94a4ae;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

.galleryPage img {
  border-width: 1px;
  border-style: solid;
  border-color: black white white black;
  text-align: left;
}

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

/* navigation */

.navigation {
  background: #bca490;
  padding: 8px;
  text-align: left;
  font-size: 11px;
  color: fff;
  clear: both;
}

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

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

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

.pageIndex a, .pagePrevious a, .pageNext a {
  display: inline;
  color: #ccc;
  color: white;
}

.currentLink {
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  display: inline;
  margin-right: 1px;
  background: #ccc;
  color: black;
}

.pageLink {
  text-decoration: none;
  display: inline;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  color: #ccc;
  background: #222;
  margin-right: 1px;
}

.pageLink:hover {
  text-decoration: none;
  display: inline;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  background: white;
  color: black;
}

/* Photocast link */

.photocast {
float: left;
}

.photocastLable {
  display: none;
}

.photocast a {
  font-family: Verdana, sans serif;
  font-size: 10px;
  text-decoration: none;
  padding: 2px 4px 2px 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px white solid;
}

/* copyright */

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

/* Live Search */


.searchLink {
  display: inline;
  padding: 5px;
}

.searchBox {
  font-size: 13px;
  width: 100%;
}

.searchBox input {
  font-size: 14px;
  margin-top: 5px;
  color: #444;
}

.results {
  margin: 10px;
}

.results h2 {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

.results img {
  width: 100px;
  height: auto;
  margin: 2px 5px 2px 0;
}

.searchBox {
  padding: 10px;
}

.tagCloud {
  width: auto;
  padding: 5px;
  background: #818f98;
  margin: 10px;
  font-size: 10px;
}

.tagCloud a {
  color: white;
  text-decoration: none;
}