body {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #1D1D1D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.VideoBoxDescription {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 190px;
	
	margin-top: 15px;
	margin-left: 5px;
	float:left;
}
div.VideoBoxScreenshots {
	float:left;
	width:100px;
	height:76px;
	margin-left: 10px;
	margin-top: 15px;
}
.smallwhiteitalic {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: italic;
}
a {
	color: #990000;
	text-decoration:none;
}
a.visited {
	color: #990000;
	text-decoration:none;
}
a.hover {
	color: #990000;
	text-decoration:underline;
}
a.active {
	color:#990000;
	text-decoration:none;
}
a.signin {
	color:#FFFFFF;
	text-decoration:none;
}
a.signin:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.signin:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.signin:active {
	color:#FFFFFF;
	text-decoration:none;
}
a.navlink {
	color:#510000;
	text-decoration:none;
}
a.navlink:visited {
	color:#510000;
	text-decoration:none;
}
a.navlink:hover {
	color:#510000;
	text-decoration:underline;
}
a.navlink:active {
	color:#510000;
	text-decoration:none;
}
a.bignavlink {
	color:#510000;
	text-decoration:none;
	font-size:12px;
}
a.bignavlink:visited {
	color:#510000;
	text-decoration:none;
	font-size:12px;
}
a.bignavlink:hover {
	color:#510000;
	text-decoration:underline;
	font-size:12px;
}
a.bignavlink:active {
	color:#510000;
	text-decoration:none;
	font-size:12px;
}
div#Main {
	width:100%;
}
div#headerContainer {
	background-image:url("../../images/header_side.jpg");
}
div#headerContent {
	width:900px;
	height:36px;
	background-image:url("../../images/index_01.jpg");
	margin-left:auto;
	margin-right:auto;
}
div#headerLeftContent {
	float:left;
	width: 450px;
	margin-left:45px;
	padding-top:6px;
	color:#C8C8C8;
}
div#headerRightContent {
	margin-right:75px;
	padding-top:6px;
	color:#C8C8C8;
	text-align:right;
}
.bodyRow {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.celldiv {
    float: left;
    display: table-cell;
}
.rowdiv {
	display: table-row;
    width: auto;
}
.smallred {
    font-size: 12px;
    color: red;
}
.bigbold 
{
	font-size: 14px;
	font-weight:bold;
}
.viewmapbutton
{
    float:right;
}
#progressBackgroundFilter {
	overflow:hidden;
	background-color:#000; 
	filter:alpha(opacity=50);
	opacity:0.5;
}
#processMessage { 
	background-color:#fff;
	vertical-align:middle;
	text-align: center;
} 
.progressOverlay {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=70);
	opacity: 0.70;
	-moz-opacity: 0.70;
}
* html .progressOverlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}
.progressLoader {
	z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}
* html .progressLoader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
.MaskedEditError
{
    background-color: #ffcccc;
}