/* Shanghai Gallery CSS Document 3/2009 */

.gallery {
	padding: 0;
	margin: 0;
}
.gallery .folderbox {
	font-size: 10px;
	color: #333;
	width: 120px;
	margin: 7px;
	float:left;
	border:1px solid #bbd6f2;
	background-color:#fff;
	padding-bottom:5px;
}
.gallery .foldericon {
	height: 120px;
	border: 1px solid #a0c7ee;
	margin-bottom: 2px;
	background-color: #fff;
}
.gallery .foldericon img {
	border: none;
}
.gallery .foldername {
	font-weight: bold;
	background-color: #a0c7ee;
	padding: 2px;
}
.gallery .folderattribute {
	padding: 1px 6px 1px 6px;
	line-height:13px;
}

.gallery .imagebox {
	font-size: 10px;
	color: #333;
	width: 120px;
	margin: 7px;
	float:left;
	border:1px solid #bbd6f2;
	background-color:#fff;
	padding-bottom:5px;

}
.gallery .imageicon {
	height: 100px;
	width: 120px;
	/*display: table-cell;*/
	text-align: center;
	vertical-align:middle;
/*clip:auto;*/
overflow:hidden;

}
.gallery .imageicon img {
	border: none;
}
.gallery .thumbname {
	margin-top: 2px;
	font-weight: bold;
	padding: 3px 6px;
	border-top:1px solid #bbd6f2;
}
.gallery .thumbattribute {
	padding: 1px 6px 1px 6px;
	line-height:13px;
}
	 
.gallery .pageselector {
	border: 1px solid #bbb;
	background-color: #d3e4f4;
}

.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 #a0c7ee;
	background-color:#fff;
	text-align: center;
	padding: 5px 0;
	margin-top:10px;
}

.gallery .pictureframe img {
	border: none;
}

.gallery .imagedetails {
	width: 100%;
	text-align: left;
	border: 1px solid #a0c7ee;
	border-top:0px;
	border-bottom:0px;
}

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

.gallery .imagename {
	background-color: #88b8e8;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

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

div.folderpath {
	color:#63b1e5;
}


div.folderpath a {
	font-size:11px;
	text-decoration:none;
}

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



