/* Hippos CSS Document 11/2011 */

.gallery {
	padding: 0;
	margin: 0;
}

.gallery .folderbox,
.gallery .imagebox {
	font-size: 11px;
	line-height:normal;
	color: #333;
	width: 155px;
	margin: 7px;
	float:left;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #bfbfbf;
	background-color: #e3e3e3;
}

.gallery .foldericon,
.gallery .image {
	height: 100px;
	width:155px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	background: #fff;
}

.gallery .foldericon img,
.content .gallery .image img {
	margin: 0 !important;
	border: none;
}

.gallery .foldername,
.gallery .thumbname {
	width: 91%;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 6px 1px 6px;
	border-top:1px solid #ddd8c0;
	
}
.gallery .folderattribute {
	padding: 4px 6px 1px 6px;
	font-size:11px;
	border-top:1px solid #bfbfbf;
}

.gallery .imagebox {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	color: #333;
	width:155px;
	margin: 7px 7px 0 7px;
	float:left;
	padding-bottom:5px;
	border:1px solid #bfbfbf;
	background-color: #e3e3e3;
}

.gallery .imageicon {
	height: 90px;
	width:155px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	background-color: #fff;
}

.gallery .imageicon img {
	
	margin: 0 !important;
	border: none;
}

.gallery .thumbname {
	margin-top: 2px;
	font-weight: bold;
	padding: 6px 6px 3px 6px;
	border-top:1px solid #bfbfbf;
}

.gallery .thumbattribute {
	padding: 9px 6px 3px 6px;
	font-size:11px;
}
	 
.gallery .pageselector {
	border: 1px solid #bfbfbf;
}

.gallery .pages {
	text-align: center;
}

.gallery .pages a {
	text-decoration: none;
}

.gallery .pages a.current {
	text-decoration: underline;
}

div.folderpath {
	font-size:11px;
	padding:3px 0 6px 0;
}

.gallery .prevpage {
	text-align: right;
	white-space: nowrap;
}

.gallery .nextpage {
	text-align: left;
	white-space: nowrap;
}

.gallery .pictureframe {
	text-align: center;
	padding: 5px 0;
	margin-top:10px;
	border-bottom:1px solid #bfbfbf;
}

.gallery .imagedetails {
	width: 100%;
	text-align: left;
}

.content .gallery .imagedetails img {
	margin:0px !important;
	padding:3px 3px 3px 0px;
	border:0;
}

.gallery .imagename {
	background-color:#efefef;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #bfbfbf;
}

.gallery .imagefile {
	padding: 4px;
	border-bottom: 1px solid #bfbfbf;
}	

.gallery .imagefile img {
	vertical-align: middle;
	padding: 0px;
}	

.gallery .imageattribute0,.gallery .imageattribute1 {
	padding: 4px;
	border-bottom: 1px solid #bfbfbf;
}

.gallerynotice {
	padding: 20px;
	text-align: center;
}

div.pictureprevnext {
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	padding-top:4px;
	margin-top:10px;
}

.content div.pictureprevnext a {
	text-decoration:none;
	font-weight:bold;
}

.content div.pictureprevnext a:hover {
	text-decoration:underline;
}

.content #galleryPictureframe img {
	margin:0;
}


/*do not show gallery folder images*/
span.foldercoverimage {
    height: 63px !important;
    width: 118px !important;
    margin-left: 0px !important;
    margin-top: 9px !important;
    margin-bottom: 5px;
    background-position:center top !important;
}
.foldercoverimageholder {
    height: auto !important;
    overflow: visible !important;
}
.foldercover {
    background: none !important;
    height: 100px !important;
    width: 100px !important;
}
.foldercovertop {
    background: none !important;
}