/* admin bar */

.adminNaviHolder {
	margin-top: 15px;
	padding: 10px 5px 10px 5px;
	font-size: 13px;
	background: #eaf5fc;
	border: 1px solid #0099ff;
	}

.adminNaviHolder a {
	margin-right: 5px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #0099ff;
	}

.adminNaviHolder a.album, .adminNaviHolder a.image {
	padding: 5px 5px 5px 25px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-image: url(images/ico_album.gif);
	}

.adminNaviHolder a.image {
	background-image: url(images/ico_image.gif);
	}

/* left menu */

.gallerySideMenu {
	background-color: #cad7e1;
	}
	.gallerySideMenu ul {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		}
		.gallerySideMenu ul li {
			margin: 0px;
			padding: 0px;
			list-style: none;
			}
			.gallerySideMenu ul li a {
				display: block;
				_height: 1%;
				padding: 7px 20px 7px 20px;
				color: #000000;
				text-decoration: none;
				background: #cad7e1;
				border-top: 1px solid #ffffff;
				}
			.gallerySideMenu ul li a.selected {
				background-color: #ffffff;
				}
			.gallerySideMenu ul li div {
				padding: 10px;
				}

/* other */

.galleryTabTable {
	margin: 15px 0 0 0; padding: 0;
	overflow: hidden;
	}
	.galleryTabTable li {
		margin: 0 10px 0 0; padding: 0;
		list-style: none;
		float: left;
		width: 220px;
		}
		.galleryTabTable li a {
			display: block;
			padding: 8px 10px;
			color: #587992;
			font-weight: bold;
			text-decoration: none;
			background-color: #e7eef3;
			-webkit-border-top-left-radius: 10px;
			-webkit-border-top-right-radius: 10px;
			-moz-border-radius-topleft: 10px;
			-moz-border-radius-topright: 10px;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			}
		.galleryTabTable li.selected a {
			color: #000000;
			background-color: #cad7e1;
			}

.galleryColumnTableTitle {
	font-size: 24px;
	}
	.galleryColumnTableTitle img {
		margin-right: 5px;
		vertical-align: middle;
		}

.galleryColumnTable {
	margin-top: 15px;
	margin-bottom: 20px;
	}

.galleryBorderTop {
	border-top: 10px solid #e7eef3;
	border-color: #cad7e1;
	}

/* gallery */

.galleryAddress {
	padding: 5px 10px 5px 10px;
	background: #e7eef3;
	font-weight: bold;
	font-size: 13px;
	}
	.galleryAddress a {
		color: inherit;
		}

.galleryPagination {
	clear: both;
	margin: 0px 10px;
	padding-top: 20px;
	color: #587992;
	font-size: 13px;
	}
	.galleryPagination a {
		font-size: inherit;
		color: inherit;
		}
	.galleryPagination img {
		vertical-align: middle;
		background-color: #587992;
		}
	.galleryPagination img.grey, .galleryPagination img.right_nav_grey, .galleryPagination img.left_nav_grey {
		background-color: #eeeeee;
		}

/* gallery items list */

.galleryGrid {
	overflow: hidden;
	padding-top: 15px;
	padding-left: 40px;
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	}

.galleryItem {
	position: relative;
	display: inline;
	float: left;
	width: 160px;
	height: 290px;
	overflow: hidden;
	margin: 0px 15px 15px 0px;
	background-color: #ffffff;
	background-position: 50% 90px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	}
	.galleryItem .galleryItemHeader {
		display: block;
		margin: 4px;
		padding: 4px 8px 4px 8px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		font-size: inherit;
		background: #000000;
		white-space: nowrap;
		overflow: hidden;
		}
	.galleryItemImage {
		display: block;
		margin: 0 4px 4px 4px;
		height: 150px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		}

	.galleryItem .galleryItemDetails {
		margin: 0 4px;
		padding: 6px 0 4px 0;
		line-height: 16px;
		border-top: 2px dotted #000000;
		overflow: auto;
		}
		.galleryItemDetails div {
			margin-bottom: 5px;
			line-height: 1em;
			}
		.galleryItemDetails div:first-letter {
			text-transform: uppercase;
			}
			.galleryItemDetails div img {
				vertical-align: middle;
				}
			/* hiding fav icon in custom template */
			.galleryItemDetails div a img {
				display: none;
				}
	.galleryItemAction {
		margin: 12px 4px 4px 4px;
		overflow: auto;
		}

/* media preview page */

.galleryPreview {
	margin: 20px 0px;
	padding: 0px;
	font-size: 13px;
	}
	.galleryPreviewMedia {
		float: right;
		display: inline;
		padding: 0px 0px 10px 10px;
		}
		.galleryPreviewMedia #mediaspace {
			margin-bottom: 10px;
			}
		.galleryPreviewMedia img, .galleryPreviewMedia object {
			padding: 0 0 10px 10px;
			}
		.galleryPreviewMedia img {
			display: block;
			background: #fff;
			}
	.galleryPreviewContent {
		/* empty */
		}
		.galleryPreviewContent h2 {
			margin: 0px;
			padding: 5px 10px 5px 10px;
			color: #ffffff;
			display: block;
			font-size: 16px;
			background: #ff0000;
			}
		.galleryPreviewContentBg {
			padding: 10px;
			background: #efeef1;
			/* overflow: hidden; - removed to make text wrap underneath the image */
			}
		.galleryPreviewContentToggleDetails {
			display: block;
			padding: 5px;
			margin: 10px 0px 10px 0px;
			text-align: center;
			font-size: 10px;
			background: #f8f8f8;
			border: 1px solid #dadada;
			overflow: hidden;
			}
		.galleryPreviewContentEceptional a {
			display: block;
			margin: 0 0 10px 0;
			padding: 5px 5px 5px 36px;
			background: #f8f8f8 url(images/ico_useful_grey.png) no-repeat 8px 50%;
			border: 1px solid #dadada;
			overflow: hidden;
			}
		.galleryPreviewContentInfo {
			padding: 10px 10px 20px 10px;
			}
			.galleryPreviewContentInfoDownload {
				margin-bottom: 5px;
				padding: 0px 0px 5px 0px;
				border-bottom: 1px solid #efeef1;
				}
		.galleryPreviewContent p {
			margin-top: 0;
			font-size: inherit;
			}

/* album colors */
.galleryItem-album { border-color: #587992; }
.galleryItem-album .galleryItemHeader {	color: #ffffff;	background-color: #587992; }
.galleryItem-album .galleryItemDetails { border-color: #587992; }
.galleryItem-album .galleryItemDetails div strong {	color: #587992;	}

/* audio colors */
.galleryItem-audio { border-color: #87b305; }
.galleryItem-audio .galleryItemHeader {	color: #ffffff;	background-color: #87b305; }
.galleryItem-audio .galleryItemDetails { border-color: #87b305; }
.galleryItem-audio .galleryItemDetails div strong {	color: #87b305;	}

/* image colors */
.galleryItem-image { border-color: #ff0404; }
.galleryItem-image .galleryItemHeader {	color: #ffffff;	background-color: #ff0404; }
.galleryItem-image .galleryItemDetails { border-color: #ff0404; }
.galleryItem-image .galleryItemDetails div strong {	color: #ff0404;	}

/* video colors */
.galleryItem-video { border-color: #ff0066; }
.galleryItem-video .galleryItemHeader {	color: #ffffff;	background-color: #ff0066; }
.galleryItem-video .galleryItemDetails { border-color: #ff0066; }
.galleryItem-video .galleryItemDetails div strong {	color: #ff0066;	}

/* waiting for... colors */
.galleryItem-waiting { border-color: #999999; }
.galleryItem-waiting .galleryItemHeader { color: #ffffff; background-color: #999999; }
.galleryItem-waiting .galleryItemDetails { color: #999999; border-color: #999999; }

.detailsbut {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 6px;
	font-size: 0.70em;
	font-weight: normal;
}


/* 30/06/2011 */

.announce {
	position: relative;
	margin-top: 10px;
	padding: 10px;
	overflow: hidden;
	font-size: 1.1em;
	background-color: #e7eef3;
	border: 1px solid #8ea9bd;
	}
.announceShow {
	padding: 0;
	overflow: visible;
	background: transparent;
	border: none;
	}
	.announce .close, .announceShow a {
		position: absolute;
		top: 2px;
		right: 0px;
		padding-right: 22px;
		font-size: 11px;
		color: #8ea9bd;
		cursor: pointer;
		}
		.announce .close span, .announceShow a span {
			position: absolute;
			float: right;
			top: -2px;
			right: 0;
			width: 16px;
			height: 20px;
			color: #ffffff;
			text-align: center;
			font-size: 15px;
			background-color: #8ea9bd;
			}
		.announceShow a span {
			width: 17px;
			height: 21px;
			}

.announceRed {
	background-color: #fff8e0;
	border-color: #ff0518;
	}
	.announceRed p {
		margin-top: 0;
		}
	.announceRed .close {
		color: #ff0518;
		}
		.announceRed .close span {
			background-color: #ff0518;
			}

.announceRecentImages {
	float: right;
	color: #587992;
	}
	.announceRecentImages .img {
		max-height: 80px;
		overflow: hidden;
		}
		.announceRecentImages .img img {
			display: block;
			width: 110px;
			max-width: 110px;
			height: auto;
			}

.announcePicOfDay {
	float: left;
	color: #587992;
	width: 500px;
	overflow: hidden;
	}
	.announcePicOfDay img {
		float: left;
		width: 220px;
		margin: 0 10px 5px 0;
		}