@charset "utf-8";
body {
	background:#231f20;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
a {
	color:#231f20;
}
a:hover {
	color:#666666;
}
a:visited {
	color:#8f8f8f;
}
#wrapper {
	display:block;
	width:100%;
	height:100%;
}
#container {
	margin: 0 auto;
	margin-top:15px;
	margin-bottom:15px;
	width:985px;
	height:100%;
	background:url(../img/container_bg.png);
}
#cTop {
	padding-left:18px;
	padding-right:18px;
	padding-top:18px;
	height:147px;
	width:944px;
}
#cBottom {
	width:985px;
}
#logoContainer {
	display:block;
	float: left;
	width:289px;
	height:140px;
}
#naviContainer {
	float: right;
	height:137px;
	width:650px;
}
#substationLogoContainer {
	text-align:right;
}
#naviBar {
	height:75px;
	width:650px;
}
#naviBar .top {
	height:9px;
	width:650px;
	background-image: url(../img/naviBar_top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#naviBar .bottom {
	height:9px;
	width:650px;
	background-image: url(../img/naviBar_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#naviBar .middle {
	width:650px;
	background-image: url(../img/naviBar_middle.png);
	background-repeat: repeat-y;
	background-position: right;
}
#naviBar #naviItems {
	position:relative;
	padding-left:25px;
}
#naviBar #naviItems img {
	padding:3px;
}
#container #cMiddle .left {
	float: left;
	width: 289px;
}
#cMiddle {
	padding-left:18px;
	padding-right:23px;
}
#cMiddle .left .top {
	width:289px;
	height:7px;
	background-image: url(../img/sideBar_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#cMiddle .left .bottom {
	width:289px;
	height:7px;
	background-image: url(../img/sideBar_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#cMiddle .left .middle {
	width:259px;
	background: url(../img/sideBar_middle.png) repeat-y;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}
#cMiddle .left .middle .content {
	color:#f4f4f4;
	display:block;
	padding: 8px 0;
}
#cMiddle .left .middle .content h1 {
	color:#f4f4f4;
	font-size:13px;
	margin:0px;
	margin-top:10px;
}
#cMiddle .left .middle .content a {
	color:#f1f1f1;
}
#cMiddle .left .middle .content a:visited {
	color:#939393;
}
#cMiddle .left .middle .content a:hover {
	color:#ffffff;
}
#container #cMiddle .right {
	float: right;
	width: 640px;
}
#pageHeading {
	padding-bottom:5px;
}
#cMiddle .right .content h1, .wholePageContentContainer h1{
	color:#231f20;
	font-size:13px;
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
}

#cMiddle .right .content .juryimg {
	margin-bottom:5px;
}

#cBottom .middle {
	margin-top:25px;
	padding-left:18px;
	padding-right:23px;
	background:url(../img/container_bg.png);
}
#presentedBtm {
	float: left;
	padding-left:200px;
}
#coorgBtm {
	float: right;
	padding-right:200px;
}
#supporttedbtm {
	margin:0 200px;
}
#cBottom .middle img, .sponsorImg{
	padding-top:13px;
	padding-left:50px;
}
#cBottom .bottom {
	height:6px;
	width:985px;
	background: #FFF url(../img/container_bg_bottom.png) bottom left no-repeat;
}
#copyright {
	margin-top:25px;
	font-size:10px;
	text-align:center;
	padding-bottom:15px;
}
#naviItems #scheduleDropdown  {
	position: absolute;
	left: 28px;
	top: 27px;
	background: #231f20;
	color:#fff100;
	font-size:12px;
	font-weight:bold;
	visibility:hidden;
	padding:3px 5px;
	border-top:thick #fff100 solid;
	width: 213px;
}
#naviItems #scheduleDropdown a, #scheduleSC a, #nomineesSC a{
	color:#fff100;
	text-decoration:none;
	display:block;
	padding:5px;
}

#naviItems #scheduleDropdown a:hover, #scheduleSC a:hover, #nomineesSC a:hover{
	color:#231f20;
	background:#fff100;
	text-decoration:none;
	display:block;
	padding:5px;
}


#naviItems #nomineesDropdown  {
	position: absolute;
	left: 366px;
	top: 27px;
	background: #231f20;
	color:#fff100;
	font-size:12px;
	font-weight:bold;
	visibility:hidden;
	padding:3px 5px;
	border-top:thick #fff100 solid;
	width: 213px;
}
#naviItems #nomineesDropdown a{
	color:#fff100;
	text-decoration:none;
	display:block;
	padding:5px;
}

#naviItems #nomineesDropdown a:hover{
	color:#231f20;
	background:#fff100;
	text-decoration:none;
	display:block;
	padding:5px;
}

#scheduleSC, #nomineesSC{
	padding-top:5px;
}

.wholePageContentContainer li{
margin-left:28px;	
}

.scheduleTblHead {
	font-weight: bold;
}
.scheduleTblHeadDuration{
	font-weight: bold;
	width:120px;
}
.scheduleTotalTime {
	color: #666;
}
.scheduleTable{
	width:614px;
}
.psMSG{
	font-size:10px;
	
}
.nomineesProgram{
	background:#E8E7AE;
	padding: 10px 13px;
	margin-top:18px;
	
}

.shortsProgram{
	padding: 10px 13px;
	margin-top:18px;
}

a img{
	border:none;
}

img{
	border:none;
}
