table#albums_table {
	width: 100%;
}

table#albums_table td.albums_table_box {
	text-align: center;
	padding: 4px 16px;
}

div.gallery_header {
	font-weight: bold;
	font-size: 20px;
}

div.gallery_header > a.referer {
	font-weight: bold;
	font-size: 11px;
}

div.gallery_header > a, div#photo_album > a {
	color: #92B4DA;
}

div.gallery_hover {
	background-color: #F0F0F8;
}

div.album_box {
	border: 1px solid #92b4da;
	height: 250px;
	padding: 10px;
}

div.album_title {
	padding-top: 16px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 18px;
}

div.photo_title {
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 10px;
}

div.album_noname {
	color: #a0a0a0;
	font-size: 14px;
}

div.album_date {
	font-size: 10px;
}

div.album_image img {
	cursor: pointer;
}

div.photo_image img {
	cursor: pointer;
	border: 1px solid black;
}


div#photo {
	text-align: center;
	width: 100%;
}

div#photo td {
	vertical-align: top;
	text-align: center;
}

img.photo {
	border: 1px solid black;
	padding: 4px;
	cursor: pointer;
}

div#photo_comment {
	text-align: center;
	padding: 8px;
	font-size: 12px;
}

div#photo_album {
	padding-bottom: 8px;
	font-weight: bold;
}

div#photo_comments {
	width: 500px;
	margin-left: 94px;
	padding-bottom: 14px;
}

div.photo_comments_summary {
	font-size: 10px;
	font-style: italic;
	color: #808080;
	text-align: center;
}
