/* Upseeriliitto Gallery CSS Document 6/2007 */

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

.gallery .imagebox {
	font-size: 11px;
	color: #333;
	width: 112px;
	margin: 5px;
	float:left;
}
.gallery .imageicon {
	height: 110px;
	width: 110px;
	display: table-cell;
	text-align: center;
	vertical-align:middle;	
	background-image: url(../aimg/gallery/dotbg.gif);
}
.gallery .imageicon img {
	border: none;
}
.gallery .thumbname {
	margin-top: 2px;
	font-weight: bold;
	background-color: #e8e8e8;
	padding: 2px;
}
.gallery .thumbattribute {
	padding: 2px;
}
	 
.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: 12.1px;
	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;
}

