﻿body
{
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	color:White;
	height:100%;
}
body A
{
	text-decoration:none;
	color:Yellow;
}
.top_div
{
	width: auto;
	margin: 0px;
	text-align: left;
	height:90px;
	vertical-align:middle;
	min-width:600px
}
.menu_div
{
	
	margin-left: 220px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 0px;
	height:35px;
	vertical-align:bottom;
		min-width:750px;
		clear:both;


}
.content_div
{
	background: #222222;
	width: auto;
	height:auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-top:0px;
	padding:5px;
	text-align: left;
	min-width:750px;
	overflow:auto;
}

.entry_form
{
	background: #555555;
	height: 100%;
	width: 792px;
	border-top: solid 1px #999999;
	border-right: solid 1px #777777;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #999999;
	
}
.form_title
{
	padding: 20px 10px 10px 10px;
	clear: both;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	color: White;
}
.field_title
{
	padding: 10px;
	clear: both;
	float: left;
	width: 220px;
	text-align: left;
	font-weight:bold;
	font-size:11pt;
}
.field
{
	padding: 10px;
	text-align: left;
}
.section_title
{
	background-color: #444444;
	padding: 6px;
	color:Lime;
	font-weight: bold;
}
.section_content
{
	float: left;
	text-align: left;
	margin:10px;
	border-top: solid 1px #555555;
	border-right: solid 1px #444444;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #666666;
}
.video
{
	float: left;
	padding: 6px;
	text-align: left;
	margin: 10px;
	width: 155px;
	height:175px;
}
.rating
{
	cursor:pointer;
}
.comment_title
{
	
	padding: 6px;
	color:Lime;
	font-weight: bold;
	font-size:10pt;
}
.comment_content
{
	text-align: left;
	margin:10px;
	color:White;
	font-size:9pt;
	padding:0px 0px 20px 0px;
	height:auto;
}
