@charset "utf-8";

/* GLOBAL */
body {
	background-color: #191919;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding:0px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td { vertical-align:top }

td.bottom { vertical-align:bottom }

img { border:none; }

a, a:visited { color:#666666; text-decoration:none; }
a:hover { color:#FFF }
a.link10 { font-size:10px }
a.yellowLink { color:#FFCC33; text-decoration:none; }
a.darker { color:#666 }

p { margin:0 0 7px 0 }

form { margin:0; padding:0; }

BR.clear { clear:both }

div.redbar { background-image:url(images/redlines.gif); height:9px; }

/* MENU */
a.fmmenu, a.fmmenu:visited { color:#FFF }
a.fmmenu:hover { color:#FFCC33 }
a.fmmenu.selectat { color:#FFCC33 }
a.fmmenuLesser, a.menuLesser:visited { color:#999 }
a.fmmenuLesser:hover { color:#FFCC33 }
div#fmmenu {
	color:#666;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/menuLines.gif);
	height:45px;
	width:100%;
}

.archivesDD {
	text-align:left;
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color:#000;
}

.archivesDD a {
	display: block;
	width:60px;
	text-decoration: none;
	font-weight: bold;
	margin:5px;
}

.archivesDD a:hover {
	background-color: black;
	color:#FFF;
}

/* INDEX */
div#container {
	width:980px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}

div#containerPopup {
	width:640px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}

td.left {
	width:640px;
	padding:10px;
}

td.right {
	width:300px;
	height:100%;
	padding:10px;
	background-color:#000;
}

/* INDEX CONTENT */
div#content { background-color:#191919; margin-top:10px; }

div.duo { /* 2 column */
	width:310px;
	float:left;
	margin-right:10px;
}

div.trio { /* 3 column */
	width:205px;
	float:left;
	margin-right:8px;
}

div.quint { /* 5 column, likely replaced by flash */
	width:125px;
	float:left;
	margin-right:3px;
}

/* INDEX: SIGN UP FORM */
div#signup {
	background-image:url(images/block_signupBG.jpg);
	width:290px;
	height:50px;
	text-transform:uppercase;
	padding:5px;
}

.formStyle {
	position:relative;
	top:3px;
	color:#999;
	background-color:#333;
	font-size:9px;
	border: none;
	height:15px;
	vertical-align:top;
}

.signupField {
	top:3px;
	color:#999;
	background-color:#333;
	border:none;
	font-size:9px;
	width:200px;
	height:14px;
	position:relative;
}


/* VOTING ROOM */
div#boxo25 { padding:10px 0 10px 10px }
div.VRtn { float:left; width:148px; margin:5px 10px 5px 0; padding:0}
div.VRtn:hover { background-color:#000 }
div.voteCheckbox { background-image:url(images/voteCheckboxBG.gif); text-align:right; padding:0 2px 0 0; }
div.voteInfo { padding:5px }
div.confirmationContent { width:148px; height:200px; margin:5px; padding:50px; display:inline; }
.VRsubmit { color:#FFCC33; background-color:#000; font-size:10px; border:none; height:30px; width:780px; margin:0px; }

/* SCREENING ROOM OLD */
div#SRcontainer {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}

div#SRheader { /* Holds flash & Title */
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	border-color: #666;
    border-width: 0 0 1px 0;
    border-style: solid;
	width:780px;
	margin: 0 10px 0 10px;
	color:#FFF;
	text-transform:uppercase;
	text-align:right;
}

.anylinkcss { /* Year Nav: Hidden Menu */
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color:#000;
}

.anylinkcss a { /* Year Nav: Links as links */
	display: block;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

.anylinkcss a:hover { /* Year Nav: Links on hover */
	background-color: black;
	color:#FFF;
}

div#SRleft { /* Left: Holds video player */
	width:480px;
	padding: 10px;
	float:left;
}

div#SRright { /* Right: Holds video information, share buttons */
	height:365px;
	width:280px;
	float:right;
	margin:10px 10px 5px 10px;
}

div#credits {
	font-size:8px;
	width:256px;
	height:110px;
	overflow:auto;
}

/* FORM:  JS DROPDOWN */
div.select { position:relative; background-color:#414141; width:125px; height:15px; padding:2px; margin:0}
/*div.select:hover {border:1px solid #eea; padding:2px 3px; background:#ff0000}*/
div.select a:hover {text-decoration:none}
ul.selectbox { 
	position:absolute; top:10px; left:-1px; padding:2px; margin:0; list-style:none; background:#414141;
	z-index:1000; line-height:1.5em; display:block;}
/*#text ul.selectbox li {border-top:1px solid #ff0000; background: none; width:100px; padding:2px 2%}*/
ul.selectbox li:hover {background:#333; margin:0}
ul.selectbox a {color:#999; text-decoration:none}
ul.selectbox a:hover {color:#FFF}
div.select a.pulldown_arrow { letter-spacing:2px; padding:0 1px; background:url(images/select_arrow.gif) 0 5px no-repeat; text-decoration:none}
div.select a.pulldown_arrow:hover {text-decoration:none; margin:0}
div.hide-dropdown .selectbox {display:none; margin:0;}

div#SRwinners { /* Holds winners after video player */
	border-color:#D60000;
    border-width: 5px 0 5px 0;
    border-style: solid;
	margin-top:20px;
	width:780px;
	padding:10px;
}

/* YELLOW & HR HEADERS */
div.sectional {
	border-color: #666;
    border-width: 0 0 1px 0;
    border-style: solid;
	color:#FFCC33;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:20px;
}

/* TEXTUALS */
.credits {	text-transform:uppercase }

.SRVideoName { 
	font-size:14px; 
	font-weight:bold;
	color:#FFFFFF;
}

.SRVideoDetails { font-size:12px }

.timesTitle { font-family:"Times New Roman", Times, serif; font-size:24px; color:#FFFFFF; text-transform:uppercase }
.gray { color:#666666 }
.yellow { color:#FFCC33 }

.yellow14 {
	color:#FFCC33;
	font-size:14px;
	font-weight:bold;
}

.vidCat {
	color: #D60000;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
}

.vidName {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.vidInfo { 
	color:#ccc; 
	text-decoration:none; 
	font-size:14px;
	text-transform:uppercase;
}

.vidNameTN { /* Will be replaced by Flash */
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.vidInfoTN { font-size:10px }

/* FORMS */
.fullField { /* Full Field */
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	background-color:#414141;
	width:250px;
	height:15px;
	border:0px;
	font-size:9px;
	padding:2px;
	margin:0 1px 4px 0px;
	vertical-align:top;
}

.halfField { /* Half Field */
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	background-color:#414141;
	width:125px;
	height:15px;
	border:0px;
	font-size:9px;
	padding:2px;
	margin:0 1px 4px 0px;
	vertical-align:top;
}

.mlField { /* Comment box */
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	background-color:#414141;
	border:0px;
	font-size:9px;
	width:256px;
	height:50px;
	padding:2px;
	margin:0 0 2px 0;
}

.submit { /* Black Submit button */
	color:#999;
	background-color:#000;
	font-size:9px;
	border:none;
	height:15px;
	width:260px;
	margin:0px;
}

/* FOOTER */
div#links {
	text-align:center;
	border-color: #666;
    border-width: 1px 0 1px 0;
    border-style: solid;
	color:#666666;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	padding:10px;
}

div#copyright {
	text-align:center;
	font-size:9px;
	color:#666666;
	padding-top:10px;
	padding-bottom:30px;
}

