body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: black;
}

table.title_box {
	font-size: 8pt;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 0px;
	padding: 3px;
}

table.menu_box {
	font-size: 8pt;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	background: #EEEEEE;
	border: solid black 1px;
	padding: 3px;
}

table.login_box {
	font-size: 8pt;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 0px;
	padding: 3px;
}

table.search_box {
	font-size: 8pt;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 0px;
	padding: 3px;
}

table.video_info {
	border: solid black 1px;
	background: #EEEEEE;
	font-size: 8pt;
	width: 100%;
}

table.video_info_moderate {
	border: solid black 1px;
	background: #99AADD;
	font-size: 8pt;
	width: 100%;
}

table.video_thumbnail {
	font-size: 8pt;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 0px;
	padding: 0px;
	width: 90px;
}

table.video_player {
	font-size: 8pt;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 0px;
	padding: 0px;
	width: 400px;
}

table.video_description {
	border: 0px;
	font-size: 8pt;
}

p.error {
	font-size: 10pt;
	color: red;
}

span.nonactive {
	font-size: 8pt;
	font-style: italic;
	color: #666666;
}

input, textarea, select, options, a {
	color: black;
	font-size: 8pt;
}

a.mode, b.mode {
	color: red;
	font-size: 8pt;
}