/* this stylesheet is used for the Video and Gallery pages. */

table.hoops-gallery {
	border: none;
	padding: 0;
	width: 664px;
}

/* use these classes for your table cells to alternate light and dark title backgrounds */
td.dark {
	background: #eeeeee;
	color: #a10006;
	font: inherit;
	font-size: 10px;
	width: 328px;
}
td.spacer-col {
	background: none;
	color: #a10006;
	font: inherit;
	font-size: 10px;
	width: 7px;
}
td.spacer-row {
	background: none;
	color: #a10006;
	font: inherit;
	font-size: 10px;
	height: 7px;
}
td.light {
	background: white;
	color: #a10006;
	font: inherit;
	font-size: 10px;
	width: 328px;
}

/* thumbnail background images */
div.thumb-bg {
	background: url('video.jpg') top left no-repeat;
	color: #a10006;
	float: left;
	font: inherit;
	width: 164px;
	height: 137px;
}
div.thumb {
	position: relative;
	height: 112px;
	left: 9px;
	top: 12px;
	text-align: center;
	width: 146px;
}
div.thumb img {
	border: none;
}

.dark-title {
	background: #eeeeee;
	border-bottom: solid 1px white;
	border-top: solid 1px white;
	color: #a10006;
	font: inherit;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	width: 328px;
}
.light-title {
	background: white;
	border-bottom: solid 1px white;
	border-top: solid 1px white;
	color: #a10006;
	font: inherit;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	width: 328px;
}
