html {
	padding:0;
	margin:0;
	border:0;
	background:#000;
	font-size: 16px;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
}
body {
	padding:0; margin:0; border:0;
}
BODY {
	background-color: #000;
}
BODY, TD, INPUT, SELECT, TEXTAREA {
	font-family: /*"trebuchet ms", tahoma, verdana,*/ arial, sans-serif;
}
BODY, TD {
	color: #fbf5f5;
}

BODY {
	font-size: 75%;
}

A, A:visited, A:active, A:hover {
	color: #BC2A35;
	text-decoration: none;
}
A:hover {
	text-decoration: none;
	color: #fbf5f5;
	background-color: #222;
}
A.noback:hover {
	background-color: transparent;
}

A IMG {
	border: 0px;
}

INPUT, SELECT, TEXTAREA {
	color: #fbf5f5;
	border: 1px solid #696a6c;
	background-color: #1F1F1F;
	padding: 2px;
}

.noborder {
	border: 0px;
	background: transparent;
}



#premiiList {
	margin: 0 0 0; padding: 0;
}
#premiiList LI {
	float: left;
	width: auto;
	list-style-type:none;
	display:inline;
	margin: 0.2em 0.5em 0 0;
}
#premiiList LI:hover {
/*	background-color: #222;*/
}



#monitorList {
	height: 1.4em;
	margin: 0; padding: 0;
}
#monitorList LI {
	float: left;
	width: auto;
	list-style-type:none;
	display:inline;
/*	margin: 0.2em 0.3em 0 0;*/
	font-size: 102%;
	font-weight: bold;
	line-height: 80%;
}

#monitorList LI .info {
	font-weight: bold;
	font-size: 111%;
	padding-bottom: 4px;
}

#monitorList LI A DIV {
	padding: 10px 5px;
}
#monitorList LI A {
	color: #fbf5f5;
}

#monitorList LI A:hover {
	color: #BC2A35;
	text-decoration: none;
}
#monitorList LI DIV.gri1 {
	background-color: #1e211d;
}
#monitorList LI DIV.gri2 {
	background-color: #3f423e;
}
#monitorList LI DIV.gri3 {
	background-color: #30332f;
}
#monitorList LI DIV.gri4 {
	background-color: #484b47;
	padding-left: 6px;
	padding-right: 6px;
}
#monitorList LI DIV.gri5 {
	background-color: #2c2f2b;
}
#monitorList LI DIV.gri6 {
	background-color: #3f423e;
	padding-left: 3px;
	padding-right: 4px;
}


#monitorList LI A.selected {
	font-weight: bold;
}

#movieList {
	margin: 0.8em 0 0; padding: 0;
}

#movieList LI {
	float: left;
	width: 86px;
	list-style-type:none;
	display:inline;
	margin: 5px 5px 0px 0;
	padding-top: 3px;
	position: relative;
	font-size: 8pt;
}
#movieList LI IMG {
	margin: 20px 0 0 0;
	display: block;
	width: 7.6em;
	height: 7.3em;
	padding: 4px;
	border: 1px solid #333;
}
#movieList LI P {
	margin-top: 65px;
}
#movieList LI IMG.monitor {
	cursor: pointer;
	z-index: 100;
	position: absolute;
	left: 3px;
	top: 0;
	width: 70px;
	height: 47px;
}
#movieList LI IMG.monitorImage {
	z-index: 90;
	position: absolute;
	left: 0.3em;
	top: 0.2em;
	width: 6.8em;
	height: 4.1em;
}

#movieList LI:hover {
	background-color: #222;
}

#footer-menu A {
	text-decoration: none;
	color: #777;
}

#footer-menu .redlink {
	font-weight: bold;
}

/*#footer-menu A.redlink,*/
#footer-menu A.selected {
	text-decoration: none;
	color: #BC2A35;
}

#footer-menu A:hover {
	text-decoration: none;
	color: #BC2A35;
	background: transparent;
}

#footer-menu SPAN {
	padding-right: 8px;
}


#movieTitle {
	margin: 5px 0 0 0;
	display: inline;
}



/* snazzy borders
   credits: Stu Nichols, http://www.cssplay.co.uk/
*/
.xsnazzy {background: transparent; margin:0px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#000; border-left:1px solid #777; border-right:1px solid #BC2A35;}
.xb1 {margin:0 5px; background:#BC2A35;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #BC2A35; border-width:0 1px; height:auto; background-color: #000}
.xboxcontent P {margin: 0; padding: 6px;}

HTML, body {
	scrollbar-3dlight-color:gray;
    scrollbar-arrow-color:white;
    scrollbar-track-color:black;
    scrollbar-darkshadow-color:;
    scrollbar-face-color:black;
    scrollbar-highlight-color:white;
    scrollbar-shadow-color:gray
}


.movieDetails TD {
	font-size: 8pt;
}
.movieDetails {
	padding: 2px;
	width: 540px;
}

.submitDisabled,
.submit2,
.submit {
	background-color:#BC2A35;
	border:1px outset buttonface;
	color:#FFFFFF;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	padding:9px 20px;
	text-align:center;
	vertical-align:text-bottom;
/*	width:160px;*/
}
.submit2 {
	background-color: #656565
}

.submitDisabled {
	color:#555;
	background-color: #232323;
}

A.submit:hover {
	background-color:#FF2A35;
}
A.submit2:hover {
	background-color:#999999;
}

