
/*
 * Table layout.
 */
div.video.thumbs table {
	text-align: center;
	margin: auto;
}
div.video.thumbs table td {
	padding: 8px;
}
div.video.thumbs table td.entry {
	margin-bottom: 1em;
}
div.video.thumbs table td.entry div.image {
	text-align: center;
}
div.video.thumbs table td.entry div.image img {
	border: solid 1px;
}
div.video.thumbs table td.entry div.title {
	font-weight: bold;
	text-align: center;
}
div.video.thumbs table td.entry div.playlink {
	text-align: center;
	font-size: 90%;
	margin-bottom: 0.25em;
}



/************************************
 *                                  *
 *           Popup style            *
 *                                  *
 ************************************/
body.popup {
	text-align: center;
}
body.popup div.title {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 1em;
}
body.popup div.video {
	margin: auto;
	border: solid 1px;
	border-bottom: none;
}
body.popup div.video object {
	display: block;
	margin: auto;
	border: solid 1px;
	border-bottom: none;
}
body.popup div.description {
	margin-top: 1em;
}

