/* Tampereen keskusareena Gallery CSS Document 4/2009 */


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

.gallery .folderbox {
	font-size: 11px;
	line-height:normal;
	color: #fff;
	width: 120px;
	margin: 7px;
	float:left;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.gallery .foldericon {
	height: 100px;
	width: 120px;
	text-align: center;
	vertical-align:middle;
	overflow:hidden;
	background:#FFFFFF;
	margin-bottom:5px;
}

.gallery .foldericon img {
	border: none;
}

.gallery .foldername {
	font-weight: bold;
	padding: 3px 6px;
}
.gallery .folderattribute {
	padding: 1px 6px 1px 6px;
	font-size:11px;
}

.gallery .imagebox {
	font-size: 11px;
	line-height:normal;
	color: #fff;
	width: 120px;
	margin: 7px;
	float:left;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.gallery .imageicon {
	height: 100px;
	width: 120px;
	text-align: center;
	vertical-align:middle;
	overflow:hidden;
	background:#FFFFFF;
	margin-bottom:5px;
	border-bottom: 10px solid white;
}

.gallery .imageicon img {
	border: none;
}

.gallery .thumbname {
	font-weight: bold;
	padding: 3px 6px;
}

.gallery .thumbattribute {
	padding: 1px 6px 1px 6px;
	font-size:11px;
}
	 
.gallery .pageselector {
	border: 1px solid #fff;
	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 {
	text-align: center;
	padding: 5px 0;
	margin-top:10px;
}

.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:#7c98bd;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.gallery .imagefile {
	padding: 4px;
	border-bottom: 1px solid #7c98bd;
}	
.gallery .imagefile img {
	vertical-align: middle;
	padding: 0px;
}	
.gallery .imageattribute0,.gallery .imageattribute1 {
	padding: 4px;
	border-bottom: 1px solid #7c98bd;
}

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

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

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

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