@import "category.css";

.nav_pointer {margin-left:580px;}

/*IE hack*/
* html .nav_pointer {margin-left:300px;}

h1 {
	color:#555;
	font-size:16px;
	text-align:center;
}

.apply .section {
	border-bottom:1px	solid #2973B0;
	font:bold 13px Arial;
	color:#2973B0;
}

.isOK {
	color:green;
	font-weight:bold;
	text-align:center;	
}
.apply .warning {
	color:#cc0000;
	font-weight:bold;
	text-align:center;
}

.apply .warningfocus {border:1px solid #cc0000;}

.apply ul {list-style-type:none;}
.apply ul li {margin-bottom:10px;}
.apply label{
	display:block;
	float:left;
	width:150px;
	text-align:right;
	margin-right:10px;
	border-bottom:1px dotted #dadada;
}
.apply label span {color:#cc0000;}

.apply ul li input, .apply ul li textarea{
	border:1px solid #b8b8b8;
	width:350px;
}
.apply ul li input.short {width:200px;}
.apply ul li input.xshort {width:80px;}
.apply ul li textarea {height:100px;}
.apply ul li img {
	cursor:pointer;
	margin:0 5px;	
}
.apply ul li .sec_code {height:27px;}
.apply .c{
	margin:30px;
	text-align:center;
}

.apply_info {color:#555;}

.itprj_nav {
	width:460px;
	overflow:hidden;
	margin:20px auto 10px auto;
}

.itprj_nav a {
	float:left;
	display:block;
	padding:0 10px 10px 10px;
	text-transform:uppercase;
	padding-bottom:10px;
	background:url(/images/nav_pointer.png) repeat-x left bottom;
}

.itprj_nav a.sel {
	color:#666;
	background:url(/images/nav_pointer_sel.png) no-repeat center bottom;
}

.itprj_nav a:hover {text-decoration:none;}

/* gallery */

.picture {
	width:575px;
	margin:20px auto;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px dotted #bbb;
}

.picture img {
	padding:2px;
	margin-bottom:10px;
	border:1px solid #ccc;
}

.picture img:hover {
	padding:2px;
}

.picture .info {
	color:#555;
	text-align:left;
	font-size:11px;
}

.picture p {
	color:#777;
	font-size:10px;
	text-align:left;
}

.picture .next, .picture .prev {
	float:left;
	width:22px;
	color:#555;
	height:22px;
	margin:5px;
	display:block;
	font-size:14px;
	padding-top: 3px;
	text-align:center;
	background:url(/images/pageoff.png) no-repeat;
}

.picture .next:hover, .picture .prev:hover {
	color:#fff;
	text-decoration:none;
	background-image:url(/images/pageon.png);
}
.picture .next {float:right;}


.thumbs {
	width:560px;
	overflow:hidden;
	margin:10px auto;
	text-align:center;
}

.thumbs .holder {
	float:left;
	width:90px;
	text-align:center;
	margin-right:20px;
}

.thumbs .holder img {
	padding:1px;
	width:auto;
	margin:0 auto;
	border:1px solid #ccc;
}
.thumbs img.last {margin:0px;}
.thumbs img.sel, .thumbs img:hover {border:2px solid #14588b; padding:0;}


#player {
	width:560px;
	height:445px;
	margin:0 auto;
}

/* jury */
.jury h2 {
	color:#666;
	font-size:16px;
	font-weight:normal;
}

.jury .member {
	float:left;
	width:260px;
	overflow:hidden;
	margin-bottom:30px;
}

.jury .second {margin-left:60px;}


.jury img {
	float:left;
	width:75px;
	padding:2px;
	margin-right:20px;
	border:1px solid #cfcfcf;
}

.jury .second img {
	float:right;
	margin:0 0 0 20px;
}

.jury p {margin:0 0 5px 0;}
.jury .second p {text-align:right;}

.jury .name {
	font-weight:bold;
	font-size:13px;
}

/* NOMINATES */

.nominates td {
	height:50px;
	padding:10px;
	border-right:1px solid #fff;
	
}

.nominates .hat td {
	color:#fff;
	height:15px;
	font-size:12px;
	font-weight:bold;
	background:#b7b7b7;
	text-transform:uppercase;
}

.nominates .hat .sel {background:#316998;}

.nominates .winner td {
	background:#d2dce5;
	border:1px solid #fff;
	border-left:none;
}

.nominates .odd td {
	background:#e9e9e9;
	border-bottom:1px solid #fff;
}
.nominates .even td {border-right:1px dotted #ccc;}
.nominates td.last {border-right:none;}


/* SIDEBAR */

.itproj_partners {background:#fff;}
.itproj_sponsors {float:left;}
.itproj_partners img.last {margin-left:25px;}

#sbplayer {
	width:318px;
	height:260px;
	display:block;
	margin:2px auto;
}

#sbplayer_16-9 {
	width:318px;
	height:179px;
	display:block;
	margin:2px auto;
}

.itproj_gallery img {
	width:80px;
	height:53px;
	float:left;
	padding:1px;
	margin:3px 10px;
	border:1px solid #bbb;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.itproj_gallery img:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

.itproj_gallery .more {
	clear:both;
	display:block;
	text-align:right;
	margin:10px 10px 5px 0;
}

.left ul li {
	margin:15px 10px;
	padding-left:12px;
	background:url(/images/pointer_blue.gif) no-repeat left 4px;
}

.itprojReg ul li {
	padding:0;
	background:none;
}
