/* RES Gallery CSS Document 11/2007 */

.gallery {
	padding: 0;
	margin: 0;
}
.gallery .folderbox {
	font-size: 10px;
	line-height:12px;
	color: #333;
	width: 120px;
	margin: 10px;
	float:left;
	padding-bottom:5px;
}
.gallery .foldericon {
	height: 115px;
	border: 1px solid #b2b2b2;
	margin-bottom: 2px;
	background-color: #f1f0f0;
	padding:5px;
}
.content .gallery .foldericon img {
	border: none;
	margin:0;
}
.gallery .foldername {
	font-weight: bold;
	background-color: #e8e8e8;
	padding: 2px;
}
.gallery .folderattribute {
	padding: 2px;
}

.gallery .imagebox {
	font-size: 11px;
	color: #333;
	width: 115px;
	margin: 5px;
	float:left;
	font-size: 10px;
	line-height:12px;
}
.gallery .imageicon {
	padding:5px;
	text-align: center;
	vertical-align:middle;	
	background-image: url(../images/dotbg.gif);
}
.content .gallery .imageicon img {
	border: none;
	margin:0;
}
.gallery .thumbname {
	margin-top: 2px;
	font-weight: normal;
	padding: 1px 0px;
}
.gallery .thumbattribute {
	padding: 1px 0px;
}
	 
.gallery .pageselector {
	border: 1px solid #bbb;
	background-color: #e5e5e5;
}

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

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

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

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

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

.gallery .pictureframe {
	border: 1px solid #b2b2b2;
	text-align: center;
	padding: 5px 0;
}

.gallery .pictureframe img {
	border: none;
}

.gallery .imagedetails {
	width: 100%;
	text-align: left;
	padding-top: 4px;
	/*
	border: 1px #f00 solid;
	*/
}

.gallery .imagename {
	background-color: #c5c5c5;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.gallery .imagefile {
	padding: 4px;
	border-bottom: 1px solid #c5c5c5;
}	
.gallery .imagefile img {
	vertical-align: middle;
	padding: 0px;
}	
.gallery .imageattribute0,.gallery .imageattribute1 {
	padding: 4px;
	border-bottom: 1px solid #c5c5c5;
}
.gallery .imageattribute0 {
	background-color: #e5e5e5;
}
.gallery .imageattribute1 {
	background-color: #f1eff0;
}
.gallerynotice {
	padding: 20px;
	text-align: center;
}