
BODY {font-family:verdana; color:#333333; background-color:#b3b372; margin:auto;}

A {color:#d5150c; text-decoration:none;}

SELECT {
	font-family:monospace;
	color:#666666;
	font-size:11px;
	width:220px;
}

#botNav {
	font-family:monospace;
	color:#666666;
	font-size:13px;
}

.adminTitle{font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
	margin:0;
	padding:5px 15px 5px 15px;
	margin-bottom:10px;
	background-color:rgb(213,21,12);
	font-size:1.10em;
	text-align:left;font-weight:bold;}
.filmTitle{background-color:#dddddd; padding:8px;}
.filmDesc{background-color:#efefef; padding:8px; font-size:11px;}
.ltColor{
background-color:rgb(242,242,242); padding:8px;border-bottom:1px dotted #999999;
}
.dkColor{
background-color:#ffffff; padding:8px;border-bottom:1px dotted #999999;
}


#videoMain{
	position:relative;
	color:#333333;
	width:888px;
	height:454px;
	margin-left:10px;
	font-family: trebuchet ms, trebuchet, arial, helvetica;
	color:#333333;
	line-height:1.4em;
	font-size:0.9em;
}

#profileMain{
	position:relative;
	color:#333333;
	width:888px;
	height:438px;
	background:url(/images/profiles_bg.gif) no-repeat top left;
	margin-left:21px;
	font-family:Times-Roman;
	font-weight: bold;
	font-size : 15px;
	line-height:17px;
}

#helpPage{
	color:#333333;
	width:400px;
	height:400px;
	font-family:Times-Roman;
	font-size : 15px;
	line-height:17px;
}

.red{
color:#d5150c;
font-size:small;
}


.formItem{
	width:135px;
	height:17px;
	line-height:17px;
	margin-bottom:4px;
	margin-top:4px;
}

a.formItem{
	background-color:rgb(242,242,242);
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
	width:145px;
	cursor:pointer;
	border:1px solid #999999;
	float:left;
	color:#000000;
}

a.helpItem{
	padding:0px 2px;
	font-size : 11px;
	background-color : #d5150c;
	color : #ffffff;
	font-weight : bolder;
	font-family : monospace;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

a.helpItem:hover{
	padding:0px 2px;
	font-size : 11px;
	background-color : #000000;
	color : #ffffff;
	font-weight : bolder;
	font-family : monospace;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
/*
#navBar{ background-color:#000000; color:#cccccc; height:34px; text-align:center; overflow:hidden; font-size:11px;  line-height:34px;}

#navBar ul{
list-style: none;
padding: 0px;
margin: 0px;
white-space: nowrap;
background-color:rgb(0, 0, 0);
width: auto;
}

#navBar li {display: inline; height:22px; width:auto;}

#navBar ul li a{
font-size:16px; font-family:monospace;
font-weight:bold;
background-color:rgb(0, 0, 0);
padding-right:5px; padding-left:5px;
color:rgb(255,255,255);
width:auto;
text-decoration:none;
}

#navBar ul li a:hover {
color:rgb(255,0,0);
}

#navBar ul li a.topNavOn {
color:rgb(255,0,0);
}
*/
#statusBar{height:20px; background-color:rgb(230,230,230); line-height:20px; padding-right:15px; padding-left:15px; text-align:right; color:#000000; font-family:courier; font-size:smaller; border-bottom:1px solid #666666; border-top:1px solid #666666;}
input {	background-color:rgb(242,242,242);
	border:1px solid #999999;}
.button {
background-color:rgb(242,242,242);
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
	cursor:pointer;
	border:1px solid #999999;
}
.progresscontainer {
	padding:0;
	margin-top:8px;
	width: 216px;
	height: 11px;
	background-color: #999;
	border:2px solid black;
	position:relative;
}
* html .progresscontainer {
	height: 13px;
}
.progressbar {
	overflow:hidden;
	padding:0;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width: 0px;
	height: 11px;
	background-color: #d5150c;
}
* html .progressbar {
	height: 9px;
}
.progresstext {
	position:absolute;
	display:block;
	top:0;
	left:0;
	color:white;
	padding-left:1px;
	font-size:11px;
	height: 11px;
	line-height: 11px;
}
.inputhead{
	margin-top:-20px;
}
* html .inputhead{
	margin-top:-40px;
}
