/* Import styles */

@import url("/themes/css/default.css");

/* Default styles */

input {
	margin: 2px;
	padding: 2px;
	border:1px #ebebeb solid;
}

label { white-space: nowrap; }

select {
	margin: 0;
	padding: 0;
}

small { font-size: small; }

table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table tr { vertical-align: top; }

table td {
	padding: 0;
	vertical-align: top;
}

textarea {
	margin: 2px;
	padding: 2px;
	border:1px #ebebeb solid;
}

ul {
	margin: 0;
	padding: 0;
}

.highslide {
	cursor: url(../images/zoomin.cur), pointer;
	outline: none;
}

.highslide-active-anchor img { visibility: hidden; }

.highslide img { border: 2px solid gray; }

.highslide:hover img { border: 2px solid #fcfcfc; }

.highslide-wrapper { background: #ccc; }

.highslide-image { border: 2px solid #999; }

.highslide-image-blur { }

.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-size: 10pt;
	padding: 5px;
	background-color: #ccc;
}

.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #666;
	background-color: #ccc;
	padding-left: 22px;
	background-image: url(../images/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

.highslide-move { cursor: move; }

.highslide-overlay { display: none; }

a.highslide-full-expand {
	background: url(../images/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Controlbar example */
.controlbar {
	background: url(../images/controlbar4.gif);
	width: 167px;
	height: 34px;
}

.controlbar a {
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/
	height: 27px;
}

.controlbar a:hover { background-image: url(../images/controlbar4-hover.gif); }

.controlbar .previous { width: 50px; }

.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}

.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}

.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Necessary for functionality */
.highslide-display-block { display: block; }

.highslide-display-none { display: none; }

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer { padding: 10px; }

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { left: 0; }

#hoverNav a { outline: none; }

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption { font-weight: bold; }

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#vari {
	color: #006633;
	font-weight: bold;
	border: 1px solid #1492d3;
	text-align: center;
}

.pages {
	text-align: center;
	margin: 10px 0 0 0;
	color: #666;
	border: 1px solid #d89221;
	padding: 2px;
}

.date {
	padding: 2px;
	float: right;
}

select {
	background-color: #dee6f4;
	font-size: 11px;
	color: #000;
	border:1px #ebebeb solid;
	cursor: pointer;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

#guestbook { padding-top:40px; }

