body {
	margin: 0;
	padding: 0;
	background-color: #fefffd;
}

#logo {
	background: url(../images/login_pane_bg.gif);
}



#Content h1 {
	background: url(../images/gallery/gallery-title.png);
	height: 35px;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	line-height: 35px;
	color: #000000;
	padding: 0 1em;
	text-align: left;
	margin: 0;
}

#logo h1 {
	background: url(../images/logo.gif) left no-repeat;
	height: 35px;
	text-indent: -999em;
}

#Content {
	position: relative;
	width: 100%;
}

#content {
	width: 100%;
	border: 1px solid #a1da01;
	border-left: 0;
	border-right: 0;
	color: #ffffff;
}

#MooFlow {
	width: 100%;
	left: 0;
	margin: 0;
}

#MooFlow img {
	cursor: pointer;
	cursor: hand;
}


/* List of galleries
*/
#galleries {
	position: absolute;
	right: 0;
	z-index: 100;
	font: 10pt tahoma, sans-serif;
}

#galleries .head a {
	line-height: 34px;
	background: url(../images/gallery/select-gallery.png);
	color: #000000;
	margin:0;
	padding: 0 1em;
	outline: 0;
	display: block;
	width: 100px;
	text-decoration: none;
}

#galleries .body {
	display: none;
	background-color: #000000;
	color: #ffffff;
	width: 100px;
	height: 0;
	overflow: scroll;
	border-left: 1px solid #5c5c5c;
}

#galleries.active .body {
	display: block;
}

#galleries.active .head a {
	width: auto;
}

#galleries .body .item {
	overflow: auto;
	padding: 10px 0 5px 0;
	background: 98% bottom no-repeat;
	border-bottom: 1px dotted #2e2e2e;
	cursor: pointer;
	cursor: hand;
}

#galleries .body .item:hover,
#galleries .body .item.active {
	background-color: #242424;
}

#galleries .body .item img {
	width: 90px;
	float: left;
	margin: 0 5px;
}

#galleries .body .item a {
	color: #ffffff;
	text-decoration: none;
}

#galleries .body .item.picture {
	background-image: url(../images/photo.png);
}
#galleries .body .item.video {
	background-image: url(../images/film.png);
}

#galleries .body h2 {
	margin: 0;
	padding: 0 0 0 100px;
	font-size: 100%;
}

#galleries .body p {
	margin: 0;
	padding: 0 0 30px 100px;
	color: #afafaf;
}


/* Send image box
*/

#mailto-box {
	font: 10pt tahoma, sans-serif;
	color: #4d4d4d;
	display: none;
}

#mailto-box .body {
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	width: 400px;
	z-index: 1001;
	background: #ffffff url(../images/at-plain.png) 10px 40px no-repeat;
}

#mailto-box .body h2 {
	font-size: 110%;
	background: url(../images/gallery/gallery-title.png);
	line-height: 32px;
	margin: 0 0 10px 0;
	padding: 0 1em;
	border-bottom: 1px solid #a1da01;
}

#mailto-box .body a {
	position: absolute;
	top: 0;
	right: 1em;
	line-height: 32px;
	color: #000000;
}

#mailto-box .body form {
	text-align: right;
	margin-right: 20px;
}

#mailto-box .overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
	z-index: 1000;
}

#mailto-box label {
	display: block;
	margin-bottom: 5px;
}

#mailto-box input {
	display: inline;
}

#mailto-box textarea {
	width: 200px;
	height: 6em;
}

#mailto-box #mailto-response {
	margin: 1em;
	color: #ff0000;
}


.foot {
	background: url(../images/gallery/gallery-title.png) bottom repeat-x;
	line-height: 35px;
	padding: 0 1em;
	color: #000000;
	position: relative;
	text-align: left;
}

.foot a {
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 32px;
	color: #9f9e9e;
	text-decoration: none;
}

.foot a.slide {
	background-image: url(../images/gallery/slideshow-icon.png);
}
.foot a.thumb {
	background-image: url(../images/gallery/thumbnail-icon.png);
}

.foot a.active {
	color: #000000;
}

.foot a.slide.active {
	background-image: url(../images/gallery/slideshow-icon-on.png);
}
.foot a.thumb.active {
	background-image: url(../images/gallery/thumbnail-icon-on.png);
}

.foot div.left {
	float: left;
}

.foot div.right {
	text-align: right;
}

