@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	padding:0; margin:0;
	text-align:justify;
	font-family:Verdana;
	font-size:12px;
}

a:link {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:underline;
	color:#FFCC00;
}

a:visited {
	text-decoration:none;
	color:#CCCCCC;
}

a:active {
	text-decoration:none;
	color:#FFFF00;
}

.gap {
	height:5px;
}

#header {
	width:1001px;
	table-layout:auto;
	background-color:#230505;
}

#body{
	width:1001px;
	background-color:#230505;
}

#base_table {
	background-image:url(../images/bg.jpg);
	width:1001px;
	height:65px;
	table-layout:auto;
}

#body_table{
	width:560px;
}

.welcome {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ff8a00;
}

.bodytxt {
	font-family:Verdana;
	font-size:11px;
	color:#ffffe2;
	padding:8px;
	margin:0px;
}

.bodytxt1 {
	font-family:Verdana;
	font-size:11px;
	color:#ffffe2;
	padding:8px;
	margin:0px;
	top:50px;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 350px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 0px;
left: -30px;
top:-9px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 6px;
background-color: white;
}

.vscrollerbar {
width: 10px;
background-color: black;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.copyright {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}

#calender_table {
	width:686px;
}


.jury {
	font-family:verdana;
	font-size:14px;
	color:#FFCC00;
}

.bodytext {
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
}

.juryfor {
	font-family:Verdana;
	font-size:14px;
	color:#FF6600;	
}

.nominees {
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
}

#entries {
	width:918px;
	height:150px;
	
}

.entries_text {
	font-family:Verdana;
	font-size:18px;
	color:#CCCCCC;
}