@charset "utf-8";
/* CSS Document */

.gallery {

}

.gallery .album {	
	clear: both;
}

.gallery .album h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	background-color: #022164;
	text-align: left;
	font-variant: small-caps;
	
	margin: 0 0 2px 0px;
	padding: 2px 5px;
}

.gallery .pub_dt {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
	text-align: right;
	font-variant: small-caps;
	margin: 0px;
}

.gallery .album table {
	width: 100%;
	margin: 0px auto 1px auto;
	border-collapse: collapse;
}

.gallery .album table td, .gallery .album td.up {
	text-align: center;
	vertical-align: top;	
	padding-top: 6px;
}

.gallery .album td img {
	border: solid 1px #333;
}

.gallery .album td.over img {	
	border: solid 1px #FFC300;
}

.gallery .album .thumb p {
	color: blue;
	margin: 0;
}

.gallery .album .thumb em {
	font-size: 0.9em;
	font-style: normal;
}
.gallery .album .thumb a {
	color: blue;
	text-decoration: underline;
}



.gallery .menu {
	margin: 10px 10px;
	padding: 4px;
	border-left: none;
	border-right: none;
	text-align: right;
}

.gallery .menu td {
	background: transparent url(../images/theme/gallery/album_icon_bg.gif) no-repeat top center;
	width: 110px;
	height: 110px;
	padding: 4px 0px 0 3px;
	text-align: left;
	vertical-align: top;
}

.gallery .menu p {
	text-align: left;
	margin: 10px 0 2px 0 ;
	line-height: 1.2em;
}
.gallery .menu em {
	font-style: normal;
	font-size: 0.8em;
	color: #333;	
}

.gallery .menu .thumb {
	overflow: hidden;
	width: 84px;
	height: 84px;
	border: solid 1px #999;
}

.gallery .menu .selected .thumb {
	border: solid 1px orange;
}
.gallery .menu .selected {
	color: orange;
}
.gallery .menu .selected:hover {
	color: orange;
}

