.clear { clear: both; }


/* Thumbnails */
.thumbnail {
	float: left;
	width: 210px;
	height: 225px;
	padding: 5px;
	margin: 0;
	text-align: center;
}
.thumbnail img {
	border-top: 2px solid #9F9F9F;
	border-right: 2px solid #BFBFBF;
	border-bottom: 2px solid #BFBFBF;
	border-left: 2px solid #9F9F9F;
	padding: 0px;
}
.thumbnail a:hover img {
	border-top: 2px solid #5F5F5F;
	border-right: 2px solid #5F5F5F;
	border-bottom: 2px solid #5F5F5F;
	border-left: 2px solid #5F5F5F;
	padding: 0px;
}
.thumbnail img.horiz {
	width: 200px;
}
.thumbnail img.vert {
	height: 160px;
}
.thumbnail img.notapproved {
	width: 150px;
	height: 150px;
}
.thumbnail p {
	text-align: center;
	padding: 0 0 0 3px;
	margin: 0;
	font-size: 10pt;
	line-height: 95%;
}
.thumbnail p.links {
	padding: 0 0 3px 3px;
	margin: 0;
	font-size: 9pt;
	line-height: 95%;
}

.thumbnail p.links a {
	text-decoration: none;
	font-weight: bold;
}
.thumbnail p.links a:hover {
	background: #9999CC;
	color: #fff;
}
.thumbnail .divider {
	color: #afafaf;
}

table.mytop p { margin: 7px; padding: 0;}