/* You can add global styles to this file, and also import other style files */
/* DEFAULTS
----------------------------------------------------------*/
html {
  height: 100%;
}
img {
  border: 0 none;
  -ms-interpolation-mode: bicubic;
}
td {
  background: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
p {
  margin-bottom: 1em;
  margin-top: 0em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
ul {
  list-style-type: square;
}
form {
  margin: 0;
  padding: 0;
}
body {
  background: #7e7d81;
  background-image: url('SaltBG.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  font-size: 14px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Trebuchet MS, Tahoma;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  color: #000000;
  height: 100%;
  text-align: center;
  width: 100%;
}
a:link, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #000000;
}
a:focus {
  outline: none;
}
p {
  margin-bottom: 10px;
  line-height: 1.6em;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.5em;
  color: #666666;
  text-transform: none;
  font-weight: 200;
  margin-bottom: 0px;
}
h1 {
  font-size: 1.6em;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
h2 {
  font-family: Helvetica, Trebuchet MS;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fba650;
  margin-top: 10px;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5, h6 {
  font-size: 1em;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.Header {
  margin: 0px;
  padding: 0px;
  width: 920px;
  margin: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
.header h1 {
  font-weight: 700;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  color: #f9f9f9;
  border: none;
  line-height: 2em;
  font-size: 2em;
}
.ImageGallery10 {
  float: left;
  width: 170px;
  padding: 6px 12px 6px 0px;
}
.ImageGallery14 {
  float: left;
  width: 120px;
  padding: 6px 12px 6px 0px;
}
.Footer {
  margin: 0px;
  padding: 0px;
  width: 920px;
  margin: auto;
  text-align: center;
  vertical-align: bottom;
}
.Footer, .Footer a, .Footer a:hover, .Footer a:active, .Footer a:visited {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  padding-bottom: 20px;
}
.Footer a:hover {
  text-decoration: underline;
}
/* TAB MENU   HOME
----------------------------------------------------------*/
.MenuHolder {
  text-align: justify;
  width: 920px;
  padding: 0px;
  padding-bottom: 0px;
  width: 920px;
  margin: auto;
  position: relative;
  left: -14px;
}
div.Menu {
  padding: 0px 0px 0px 8px;
  font-size: 11px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  text-align: right;
  width: 920px;
}
div.Menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: auto;
  border: none;
}
div.Menu ul li a, div.Menu ul li a:visited {
  /* background-color: #465c71; */
  border: none;
  color: #FFFFFF;
  display: block;
  line-height: 1.35em;
  padding: 6px 65px 6px 7px;
  text-decoration: none;
  white-space: nowrap;
}
div.Menu ul li a:hover {
  color: #333333;
  text-decoration: none;
}
div.Menu ul li a:active {
  color: #333333;
  text-decoration: none;
}
div.Menu ul li a:focus {
  outline: none;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset {
  margin: 1em 0px;
  padding: 1em;
  border: 1px solid #ccc;
}
fieldset p {
  margin: 2px 12px 10px 10px;
}
fieldset.login label, fieldset.register label, fieldset.changePassword label {
  display: block;
}
fieldset label.inline {
  display: inline;
}
legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}
input.textEntry {
  width: 320px;
  border: 1px solid #ccc;
}
input.passwordEntry {
  width: 320px;
  border: 1px solid #ccc;
}
div.accountInfo {
  width: 42%;
}
/* MISC  
----------------------------------------------------------*/
.Highlight {
  color: #fba650;
}
.HighlightDark {
  color: #d86100;
}
.clear {
  clear: both;
}
.title {
  display: block;
  float: left;
  text-align: left;
  width: auto;
}
.loginDisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  padding: 10px;
  color: White;
}
.loginDisplay a:link {
  color: white;
}
.loginDisplay a:visited {
  color: white;
}
.loginDisplay a:hover {
  color: white;
}
.failureNotification {
  font-size: 1.2em;
  color: Red;
}
.bold {
  font-weight: bold;
}
.submitButton {
  text-align: right;
  padding-right: 10px;
}
.ErrorBox {
  border: solid 2px red;
  padding: 15px 15px 15px 15px;
  margin: 15px 15px 15px 15px;
  background-color: #FA8072;
  /* SALMON*/
}
.ErrorText {
  color: Red;
  font-size: 11px;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

.lightbox
{
    
    cursor:pointer;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*# sourceMappingURL=styles.css.map*/