html{
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	padding: 0;
	margin: 0;
	background-color: #081423;
	text-align: center;
	
	background-position: right top;
	background-image: url(gui/dant2011/header.jpg);
	
	background-repeat: no-repeat;
	
	position: relative;
	height: 100%;
	
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

div.stage{
	margin: 0 auto 45px auto;
	width: 1071px;
	text-align: left;
	z-index: 98;
	position: relative;
	
	
}

div#logo{
	width: 100%;
	text-align: center;
}

div.menu{
	height: 33px;
	width: 100%;
	margin: 0 0 41px 0;
	z-index: 999;
}

div.menu ul{
	z-index: 99;
}

div.menu li{
	float:left;
	display: block;
	margin: 0 30px 0 10px;
	padding: 0;
	line-height: 33px;
	padding: 0;
	position: relative;
	
}

div.menu li ul{
	position: absolute;
	top: 22px;
	left: 0;
	padding: 0;
	display: none;
	
	width: 208px;
	margin: 0 0 0 -104px;
	z-index: 99;
}



div.menu li ul li{
	text-align: center;
	display: block;
	float:none;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 28px;
	background-image: url(gui/dant2011/submenu_bg_rpt.png);
	background-repeat: repeat-y;
	
}

div.menu li ul li:hover{
	background-image: url(gui/dant2011/submenu_bg_rpt_hover.png);
	background-repeat: repeat-y;
}

div.menu li ul li.header{
	background-image: url(gui/dant2011/submenu_bg_top.png);
	background-repeat: no-repeat;
	padding-top: 23px;
	height: 33px;
}

div.menu li ul li.footer{
	background-image: url(gui/dant2011/submenu_bg_bottom.png);
	background-repeat: no-repeat;
	height: 19px;
}

div.menu a{
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#maincontainer{
	width: 100%;
	background-image: url(gui/dant2011/body_header.png);
	background-repeat: no-repeat;
	
}

div.staticpage{
	width: 734px;
	height: 975px;
	background-image: url(gui/dant2011/static_page_bg.png);
	background-repeat: no-repeat;
}

div.staticpage div.padder{
	padding: 47px 34px 34px 34px;
}

div.spalt{
	width: 505px;
	float:left;
	z-index: 1;
}

div.left{
	float:left;
	margin: 0 0 18px 18px;
	z-index: 1;
}

div.right{
	float: right;
	margin: 0 18px 18px 0;
	z-index: 1;
}

div.footer{
	
}
	div.footer img.sponsor{
		float:left;
		display: block;
		margin: 0 36px 0 0;
	}

div#footergfx{
	background-position: right top;
	background-image: url(gui/dant2011/footer.jpg);
	
	background-repeat: no-repeat;
	/*position: absolute;
	
	bottom: 0;
	right:0;*/
	position: relative;
	float:right;
	margin-top: -377px;
	width: 1280px;
	height: 377px;
	z-index: -1;
}

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}


/* form */

form#small_signup{
	width: 510px;
	height: 584px;
	background-image: url(gui/dant2011/signup_bg_small.png);
	background-repeat: no-repeat;
	color: #142a2d;
	position: relative;
}

form#small_signup div#submission_deadline{
	width: 132px;
	height: 134px;
	background-image: url(gui/dant2011/submission_deadline.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: 404px;
}

form#small_signup p{
	text-transform: uppercase;
	font-size: 10px;
}

form#small_signup div.padder{
	padding: 47px 34px 34px 34px;
}

h1{
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
}

h1 small{
	font-size: 14px;
	color: #949aa0;
	text-transform: uppercase;
}

h2{
	font-size: 18px;
	font-weight: 300;
	color: #142a2d;
	line-height: 24px;
	margin: 4px 0 4px 0;
	padding: 0;
}

h3{
	font-size: 14px;
	color: #949aa0;
	text-transform: uppercase;
}

/* Static pages */
.staticpage p.large{
	font-size: 18px;
}
.staticpage h1{
	margin: 0 0 8px 0;
}
.staticpage h2{}
.staticpage h3{
	font-size: 14px;
	color: #949aa0;
	text-transform: uppercase;
	margin: 36px 0 4px 0;
}
.staticpage li{
	font-size: 12px;
	line-height: 18px;
}

.staticpage p{
	font-size: 12px;
	margin: 2px 0 9px 0;
}

.staticpage a, .staticpage a:link, .staticpage a:visited{
	color: #fff;
	text-decoration: underline;
}

.staticpage a:hover{
	color: #ccc;
}


p.large{
	font-size: 14px;
	color: #596a6c;
	font-weight: normal;
}
label{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 24px 0 4px 0;
}
label small, .label small{
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}

label small a, label small a:visited, label small a:active{
	text-decoration: underline;
	color: #000;
}

form span.label{
	
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase; 
	padding: -12px 0 0 0;
}

input.large{
	border: 1px solid #a5b6b7;
	height: 39px;
	width: 437px;
	font-size: 16px;
	line-height: 39px;
	background-image: url(gui/dant2011/formfields_shade.png);
	background-repeat: no-repeat;
	padding: 2px;
	color: #565656;
	
}



textarea.small{
	border: 1px solid #a5b6b7;
	height: 89;
	width: 437px;
	font-size: 11px;
	line-height: 16px;
	background-image: url(gui/dant2011/formfields_shade.png);
	background-repeat: no-repeat;
	padding: 2px;
	color: #565656;
	height: 55px;
}

input.large:focus, textarea.small:focus{
	outline: none;
}

input.dantcheckbox{
	height: 17px;
	width: 17px;
	background-image: url(gui/dant2011/checkbox.png);
	background-repeat: no-repeat;
	background-position: 0 -18px;
	-webkit-appearance: none;
	cursor: pointer; -webkit-tap-highlight-color: transparent;
}

input.dantcheckbox:checked{
	background-position: 0 0;
}

form#enterform{
	background-image: url(gui/dant2011/signup_bg_large.png);
	background-repeat: no-repeat;
	width: 734px;
	height: 975px;
	float:left;
	color: #000;
}

div#uploadstatus{
	margin: 12px 0 0 0;
}

div.bar-container{
	position: relative;
	width: 197px;
	height: 19px;
	margin: 4px 0 0 0;
}
div.bar-container div.bar-gui{
	position: absolute;
	width: 197px;
	height: 19px;
	overflow: hidden;
}
div.bar-container div.progress{
	height: 17px;
	width: 0px;
	background-color: #9cb800;
	overflow:hidden;
	
	-webkit-transition-property: width;
	-webkit-transition-duration: 3s;
	
	
}

div.bar-container div#upload_numb{
	width: 100%;
	height: 17px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 17px;
}

div#applet_container{
	width:102px;
	float:left;
}

div#upload_status{
	color: #000;
	float:left;
	margin: 0 0 0 11px;
	line-height: 25px
}

div#accepted_formats{
	float:right;
	width: 272px;
	height: 357px;
	margin: 20px 45px 0 0;
}

div.divider{
	width: 100%;
	text-align: center;
	margin: 36px 0 36px 0;
}

.browserSafari select.dantskin{
	width: 315px;
	height: 24px;
	background-color: none;
	background-image: url(gui/dant2011/dropdown.png);
	background-repeat: no-repeat;
	border: 0;
	-webkit-appearance: none;
	cursor: pointer; 
	-webkit-tap-highlight-color: transparent;
	padding: 0 0 0 12px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	color: #464545;
	font-size: 12px;
}


.browserSafari select.dantskin:focus{
	outline: none;
}

form#enterform div.padder{
	padding: 47px 34px 34px 34px;
}

form#enterform input.large, form#enterform textarea.small{
	width: 315px;
}

div#error_container{
	color: #000;
	width: 733px;
	height: 305px;
	background-image: url(gui/dant2011/error_bg.png);
	background-repeat: no-repeat;
	position: relative;
}

div#error_container div#warning_icon{
	position: absolute;
	width:123px;
	height: 123px;
	top: -14px;
	right: -18px;
}

div#error_container label{
	color: #470909;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0 0 4px 0;
	padding: 0;
}

div#error_container h2{
	color: #470909;
}

iframe.imageuploader{
	border:0;
	padding: 0;
}



div#author_thumbnail{
	width:60px;
	height: 60px;
	background-repeat: no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	overflow: show;
}

div#author_flag{
	position: absolute;
	left: 51px;
	top: 42px;
	width: 16px;
	height: 11px;
	background-repeat: no-repeat;
}

/* movie playback */

div.video_body{
	background-image: url(gui/dant2011/filmplayback_bg.png);
	background-repeat: no-repeat;
	width: 734px;
	height: 419px;
}

div#videocontainer{
	padding: 6px 0 0 7px;
}

span.user_name{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 8px
}
span.author_location{
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}
span.author_details_header{
	color: #949aa0;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin: 30px 0 5px 0;
}
p.author_bio{
	font-size: 12px;
	line-height: 18px;
	color: #949aa0;
	margin: 5px 0 5px 0;
}
p.author_links{
	font-size: 12px;
	line-height: 18px;
	color: #949aa0;
	margin: 5px 0 5px 0;
}
li.author_links{
	color: #949aa0;
	line-height: 18px;
	font-size: 12px;
}

li.author_links a, li.author_links a:visited, li.author_links a:link {
	color: #949aa0;
	text-decoration: underline;
	font-size: 12px;
}

/* shares */
div.share_vote{
	margin: 5px 0 65px 3px;
	width: 728px;
	height: 26px;
}

div#shareonfacebook_btn{
	width:131px;
	height: 24px;
	background-image: url(gui/dant2011/shareonfacebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#shareonfacebook_btn:hover{
	cursor: pointer;
}

div.share_vote div.item{
	height: 26px;
	margin: 0;
	padding: 0;
}

div.share_vote div#vote_label{
	height: 24px;
	width: 44px;
	background-image: url( gui/dant2011/vote_label.png );
	background-repeat: no-repeat;
	float:left;
}
div.share_vote div#vote_one{
	height: 24px;
	width: 35px;
	background-image: url( gui/dant2011/vote_one.png );
	background-repeat: no-repeat;
	background-position: 0 0;
	float:left;
}

div.share_vote div#vote_one:hover, div.share_vote div#vote_two:hover, div.share_vote div#vote_three:hover{
	background-position: 0 -24px;
	cursor: pointer;
}

div#approve_label{
	height: 24px;
	width: 80px;
	background-image: url( gui/dant2011/submit_film.png );
	background-repeat: no-repeat;
	float:left;
}
div#approve_yes{
	height: 24px;
	width: 46px;
	background-image: url( gui/dant2011/submit_yes.png );
	background-repeat: no-repeat;
	float:left;
	background-position: 0 0;
}
div#approve_no{
	height: 24px;
	width: 44px;
	background-image: url( gui/dant2011/submit_no.png );
	background-repeat: no-repeat;
	float:left;
	background-position: 0 0;
}

div.voting_spinner{
	text-align: center;
	background-image: url( gui/dant2011/vote_empty_bg.png );
	background-repeat: repeat-x;
	background-position: 0 0;
	line-height: 24px;
	height: 24px;
}

div.voting_spinner img{
	padding: 4px 0 0 0;
}

div.share_vote div#vote_two{
	height: 24px;
	width: 35px;
	background-image: url( gui/dant2011/vote_two.png );
	background-repeat: no-repeat;
	background-position: 0 0;
	float:left;
}
div.share_vote div#vote_three{
	height: 24px;
	width: 36px;
	background-image: url( gui/dant2011/vote_three.png );
	background-repeat: no-repeat;
	background-position: 0 0;
	float:left;
	margin: 0 5px 0 0;
}
div.share_vote div#views{
	height: 24px;
	width: 62px;
	background-image: url( gui/dant2011/views.png );
	background-repeat: no-repeat;
	background-position: 0 0;
	float:left;
	
	line-height: 24px;
	font-weight: bold;
	color: #4f4f4f;
	font-size: 14px;
	text-align: right;
	text-shadow: 0 1px 1px #fff;
	
}

/* fb comments */
/*div.like {display:none;}*/

.comment_body { background-color: none; color:#fff; width:720px;} 
.toggleform {color:Aqua; background-color:Lime;} 
.wallkit_form .toggleform { margin:5px 0; padding-left:10px; padding-right:18px; text-align:right; color:Aqua; background-color:Lime; }


/* newsfeed */
li#newsfeed{
	display: block;
	
	overflow: hidden;
	height: 33px;
	width: 580px;
	position: relative;
	
	
}

li#newfeed div.title{
	float:left;
}

li#newsfeed div.content{
	width: 99999px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 140px;
}

li#newsfeed div.entry{
	float: left;
	position: absolute;
	top: 0;
	left:860px;
	height: 33px;
	line-height: 33px;
	text-transform: uppercase;
	color: #a2a2a2;
	
}

a{
	color: #fff;
}

li#newsfeed div.entry a{
	color: #a2a2a2;
}
li#newsfeed div.entry a:hover{
	text-decoration: underline;
}

/* browse movies */

div.filmitem{
	width: 315px;
	height: 175px;
	border: 3px solid #fff;
	float: left;
	margin: 0 30px 35px 0;
	overflow: hidden;
	position: relative;
	
	
	-o-box-shadow: 0 4px 5px #000;
	-icab-box-shadow: 0 4px 5px #000;
	-khtml-box-shadow: 0 4px 5px #000;
	-moz-box-shadow: 0 4px 5px #000;
	-webkit-box-shadow: 0 4px 5px #000;
	box-shadow: 0 4px 5px #000;
	
	z-index: 1;
}

div.filmitem div.details{
	background-image: url(gui/dant2011/000_80p.png);
	background-repeat: repeat;
	color: #fff;
	width: 315px;
	height: 175px;
	margin-top: 180px;
	cursor: pointer;
	
}

div.filmitem div.details div.title{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 55px 0 8px 0;
}

div.filmitem div.details div.user{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

div.filmitem div.details div.meta{
	display: block;
	width: 100%;
	text-align: center;
	margin: 25px 0 0 0;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

div.hot{
	width: 71px;
	height: 65px;
	background-image: url(gui/dant2011/hotfilm_small.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -3px;
	right:-3px;
	z-index: 1;
}

div.filmitem div.details div.title a, 
div.filmitem div.details div.title a:link, 
div.filmitem div.details div.title a:visited{ 
	color: #fff; text-decoration: none;
}

div.filmitem div.details div.padder{
	padding: 12px;
}

p.sorting_explain{
	text-transform: uppercase;
	color: #e0e0e0;
	font-size: 10px;
	margin: 0 0 36px 0;
}

div.sort_options{
	
	float: none;
	height: 45px;
	margin: 0 0 8px 0;
}

div.sort_options div.item{
	float:left;
	margin: 0 28px 0 0;
	padding: 0px 16px 0px 16px;
	line-height: 28px;
	height: 28px;
}

div.sort_options img{
	margin:-2px 0 0 -8px;
	vertical-align: middle;
}

div.sort_options div.selected_item{
	background-color: #440606;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}

div.sort_options div.item a, div.sort_options div.item a:link, div.sort_options div.item a:visited{
	color: #9eacb4;
	text-decoration: none;
}

div.sort_options div.selected_item a, div.sort_options div.selected_item a:link, div.sort_options div.selected_item a:visited{
	color: #fff;
	text-decoration: none;
}

/* hotmovie */

div.hotmovie{
	width: 491px;
	height: 280px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	
	-o-box-shadow: 0 4px 5px #000;
	-icab-box-shadow: 0 4px 5px #000;
	-khtml-box-shadow: 0 4px 5px #000;
	-moz-box-shadow: 0 4px 5px #000;
	-webkit-box-shadow: 0 4px 5px #000;
	box-shadow: 0 4px 5px #000;
	z-index: 1;
}

div.hotmovie div.hot{
	width: 137px;
	height: 124px;
	background-image: url(gui/dant2011/hotfilm_large.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right:0px;
}

div.hotmovie div.details{
	background-image: url(gui/dant2011/000_80p.png);
	background-repeat: repeat;
	color: #fff;
	width: 483px;
	height: 272px;
	border: 4px solid #fff;
}

div.hotmovie div.details div.title{
	margin: 215px 0 4px 94px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

div.hotmovie div.details div.title a{
	color: #fff;
	text-decoration: none;
}

div.hotmovie div.details div.author{
	margin: 0 0 4px 94px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

div.hotmovie div.details div.score{
	width: 104px;
	height: 93px;
	background-image: url(gui/dant2011/score_heart.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 93px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
	text-shadow: 0 1px 1px #fff;
}

div.toplist{
	height: 315px;
}

div.paging a{
	display: block;
	float: left;
	padding: 8px;
	border: 1px solid #fff;
	margin: 0 5px 0 0 ;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.paging a.active{
	display: block;
	float: left;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #081423;
}

div.toplist div.filmitem{
	width: 235px;
	height: 135px;
	border: 2px solid #fff;
	background-color: #000;
	float: left;
	margin: 0 12px 15px 0;
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

div.toplist div.filmitem div.details{
	background-image: url(gui/dant2011/000_80p.png);
	background-repeat: repeat;
	color: #fff;
	width: 235px;
	height: 135px;
	margin-top: 135px;
	cursor: pointer;
	z-index: 2;
}

div.toplist div.filmitem div.details div.title{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 85px 0 4px 0;
}

div.toplist div.filmitem div.details div.user{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

div.toplist div.filmitem div.score{
	width: 104px;
	height: 93px;
	background-image: url(gui/dant2011/score_heart.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 11px;
	left: 65px;
	line-height: 93px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
	text-shadow: 0 1px 1px #fff;
	z-index: 1;
}

h2.toplist{
	margin-top: 46px;
	font-weight: normal;
	color: #fff;
	text-transform: none;
	size: 16px;
}

h2.toplist small{
	text-transform: uppercase;
	font-size: 12px;
}

div.preloader{
	width: 100%;
	height: 65px;
	text-align: center;
	line-height: 65px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	float:none;
	clear:both;
}

/* SEARCH */
div#search{
	position: absolute;
	width: 212px;
	height: 32px;
	top: 102px;
	left: 860px;
	z-index: 99;
}
	div#search div#searchfield_container{
		float: left;
		background-image: url(gui/dant2011/search_01.png);
		background-repeat: no-repeat;
		width: 170px;
		height: 32px;
		position: relative;
	}
	
		div#search div#searchfield_container input{
			width: 150px;
			height: 23px;
			border: 0;
			margin: 5px 0 4px 12px;
			padding: 0 0 0 0;
			background-color: transparent;
			line-height: 23px;
			font-size: 10px;
			color: #9b9b9b;
			font-weight: bold;
		}
		
		.browserFirefox div#search div#searchfield_container input{
			margin: 10px 0 4px 12px;
		}
		
		.browserSafari div#search div#searchfield_container input{
			margin: 5px 0 4px 12px;
		}
		
		div#search div#searchfield_container input:focus{
			outline: none;
		}
	
	
	div#search div#searchfield_btn{
		float: left;
		background-image: url(gui/dant2011/search_02.png);
		background-repeat: no-repeat;
		width: 42px;
		height: 32px;
		cursor: pointer;
	}
	
	div#search div#searchfield_btn img{
		margin: 8px 0 0 10px;
	}
	
	div#searchresult{
		width: 208px;
		margin: 24px 0 0 0;
	}
	
	div#searchresult .head{
		width: 208px;
		background-image: url(gui/dant2011/search_result_01.png);
		background-repeat: no-repeat;
		height: 44px;
	}
	div#searchresult .body{
		width: 208px;
		background-image: url(gui/dant2011/search_result_02.png);
		background-repeat: repeat-y;
	}
	
	div#searchresult .body li{
		display: block;
		margin: 0;
		padding: 4px 12px 4px 12px;
		height: 28px;
		line-height: 26px;
	}
	
	div#searchresult .body li a{
		color: #1c1c1c;
		text-decoration: none;
	}
	
	div#searchresult .body li:hover{
		background-image: url(gui/dant2011/search_result_04.png);
		background-repeat: no-repeat;
		background-position: left center;
	}
	
	div#searchresult .body li:hover a, div#searchresult .body li a:hover{
		color: #4d6583;
		text-decoration: none;
	}
	
	div#searchresult .foot{
		width: 208px;
		background-image: url(gui/dant2011/search_result_03.png);
		background-repeat: no-repeat;
		height: 14px;
	}
	

div#filmmakers{
	background-image: url( /core/gui/dant2011/tipafilmmaker.png );
	background-repeat: no-repeat;
	width: 500px;
	height: 202px;
	position: relative;
}

div#tipbnt{
	position: absolute;
	left: 340px;
	top: 130px;
	
}

div#submit_signup{
	margin: 45px 0 0 0;
}

div.jury p{
	margin-top: 15px;
	width: 460px;
}

div.jury img{
	float: left;
	margin: 0 12px 5px 0;
}

table.nominee_table{
	width:100%;
	margin-top: 68px;
	border: 1px solid rgba(255,255,255,.25);
}

table.nominee_table td, table.nominee_table th{ 
	padding:8px;
}

table.nominee_table td a{
	color: #fff;
	text-decoration: none;
}