/*
*/

.galleryEmbedded {position:absolute; left: 0px; top:95px; width: 755px; max-width:755px; height: 470px; max-height: 470px; border: 0px; overflow: hidden;}


/* -- Main layout definitions ------------- */

#gallery {
        width:757px;
        height: 441px;
        max-width:757px;
        max-height: 441px;
	overflow: hidden;
	font-family:Arial,Helvetica,sans-serif; font-size:11px;
	color: #333;
	background-color: #EEE7CB; 
	border: 0px;
	left: 0px;
	top: 27px;
	position: relative;
}

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

a:hover {
	color: #05a;
}

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 0px solid #ddd;
	margin: 0px 0px 0px 0px;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb .block-core-BreadCrumb {
	color: #333;
	font-weight: bold;
	display: inline;
	margin-top: 0px;
	margin-left: 15px;
}

.system-links {
	color: #333;
	font-weight: bold;
	display: inline;
	margin-top: 0px;
	position: absolute;
	right: 30px;
}

.block-core-SystemLink {
	color: #333;
	font-weight: bold;
	display: inline;
	margin-top: 0px;
}
.block-core-EmergencyEditItemLink {
	color: #333;
	font-weight: bold;
	display: inline;
	margin-top: 0px;
}

.header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content {
	width: 757px; 
	clear: both;
	overflow: hidden;
	height: 456px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  	text-align: left;
}

.footer {
	font-size: 11px;
	color: #999;
	border-top: 0px solid #ddd;
}

.gallery h2 {
	clear: both;
	margin: 0;
}

.gallery h3 {
	clear: both;
	margin: 0;
}


/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	text-align: left;
	display: inline;
}

.gallery-thumb img {
	background-color: #fff;
	border: 5px solid #fff;
	padding: 0px;
	margin: 0px;
}

.gallery-thumb a img {
}

.gallery-thumb a:hover img {
	background-color: #fff;
	border: 5px solid #ccc;
	padding: 0px;
	margin: 0px;
}

/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
	margin-top: 9px;
	margin-left: 15px;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 0px 0 0 0;
	font-size: 11px;
}

.gallery-albums .gallery-thumb {
	margin-right: 0px !important;
}

.gallery-album {
	width: 226px; /* Change to 96% if you want 1 Album per line */
	margin-top: 0px;
 	margin-right: 12px;
	margin-left: 0px;
        margin-bottom: 12px;
	padding: 0px;
 	float: left;
	display: block;
}

.gallery-album p {
	font-size: 11px;
}

.gallery-album .meta {
	color: #999;
	font-size: 11px;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin-left: 15px;
	clear: both;
}

.gallery-empty {
	padding: 0;
	margin: 0px 0px;
	border: 0px solid #ddd;
	background-color: #ffe;
	font-size: 11px;
}


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	background-color: #fff;
	border: 5px solid #fff;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */

.album-navigator {
	position: absolute;
	top: 420px;
}

.photo-navigator {
	position: absolute;
	top: 330px;
}

.block-core-Navigator {
	width: 755px;
	font-size: 11px;
	color: #333;
	display: inline;
}

.block-core-Navigator .current
{
	display: inline;
}

.block-core-Navigator .first-and-previous
{
	float: left;
	margin-left: 45px;
	display: inline;
}
.block-core-Navigator .next-and-last 
{
	float: right;
	margin-right: 45px;
	display: inline;
}

/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 11px;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	border-collapse: collapse;
}

table.gbDataTable td {
	padding: 0.2em 0.5em 0.2em 0;
	border-bottom: 0px solid #eee;
}

table.gbDataTable td.gbEven {
	font-weight: bold;
}

.gbBusy {
    background-color: #ae9 !important;
}

/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
	clear: both;
	text-align: right;
	float: left;
}

.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
}


/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	border: 0px solid #ccc;
	background-color: #f1f1f1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* -- Thumbnails -------------------------- */

.micro-navigation-wrapper {
  position: absolute;
  bottom: -8px;
  margin: 0px;
  border: 0px solid #f00;
  clear: both;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  block: inline;
  height: 90px;
  width: 100%;
  overflow: hidden;
}

.micro-navigation {	
  margin: 0px;
  max-height: 84px;
  width: 101%;
  max-width: 756px;
  overflow: auto;
}
.micro-navigation a img {
  margin: 0px;
  border: 2px solid #fff;
  display: inline;
  background: #fff;
}
.micro-navigation a:hover img {
  border: 2px solid #ccc;
  margin: 0px;
  display: inline;
  background: #fff;
}
.micro-navigation-current-image img {
  border: 2px solid #0f0000;
  margin: 0px;
  display: inline;
  background: #fff;
}

/* -- Admin ------------------------------- */

.gallery-admin {
        height: 430px;
        max-height: 420px;
        max-width: 755px;
        overflow: scroll;
        font-size: 11px;
}

.gallery-admin h2 {
	font-size: 12px;
	margin-top: 15px;
	font-weight: bold;
	overflow: hidden;
}

.gallery-admin h4 {
}

.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	font-size: 11px;
	margin: 0 0 0 0;
}

#gsSidebar {
	width: 110px;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
}

#gsSidebar ul {
	padding: 0 0 0 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	font-size: 11px;
	list-style: none;
	padding: 0 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background-color: #eee;
	margin: 0 0.2em;
}

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #fff;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background-color: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 1px dotted rgb(0, 172, 0);
    margin-bottom: -1px;
    margin-top: 0px;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}


