body {
	font-size: 14px;
	width: 100%;
	background-color: black;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	overflow: hidden;
}

#debug {
	height: 140px;
	width: 150px;
	text-align: center;
	padding: 5px;
	top: 10px;
	position: absolute;
	right: 10px;
	background-color: #e60e11;
	color: white;
	font-size: 14px;
	opacity: .3;
	overflow: auto;
}

#debug_text {
	font-size: 10px;
	text-align: left;
	color: white;
}

#video_bar {
	margin: 0px;
	padding: 0px;
	background-color: #3f3f3f;
	height: 134px;
	width: 100%;
	overflow: hidden;
}

.video {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	margin: 0px;
	float: left;
	text-align: center;
	width: 200px;
	height: 134px;
	overflow: hidden;
}

.odd {
	background-color: #474747;
}

.video_options {
	width: 70px;
	height: 90px;
	padding: 0px;
	margin: 2px;
	float: right;
}

.option {
	color: #e5e5e5;
	font-weight: bold;
	line-height: 16px;
	height: 16px;
	text-align: left;
	font-size: 10px;
}

.thumb {
	float: left;
	border-color: #8a9197;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	height: 90px;
	width: 120px;
	overflow: hidden;
}

.active_thumb {
	float: left;
	border-color: #f39e06;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	height: 90px;
	width: 120px;
	overflow: hidden;
}

.title {
	color: #7ecbf8;
	text-align: justify;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin: 0px;
	line-height: 10px;
	font-size: 10px;
	font-weight: bold;
	width: 200px;
	height: 20px;
	overflow: hidden;
}

.active_title {
	color: #f39e06;
	text-align: justify;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin: 0px;
	line-height: 10px;
	font-size: 10px;
	font-weight: bold;
	width: 200px;
	height: 20px;
	overflow: hidden;
}

#title_bar {
	background-color: #333333;
	padding-bottom: 8px;
	padding-top: 8px;
	color: white;
	width: 100%;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	height: 25px;
	overflow: hidden;
}


