/* Games Challenge
------------------------- */
ul#tabs {
       list-style:none !important;
}

ul#tabs.fullwidth {
	margin-top:17px;
	}

ul#tabs.fullwidth li a {
	outline:none;
	width:140px;
	}

ul#tabs li.winners a {
	background:url(/eventstraining/gamechallenge/images/gdc_tab_winners.gif/);
	width:140px;
	}
ul#tabs li.overview a {
	background:url(/eventstraining/gamechallenge/images/gdc_tab_overview.gif/);
	width:140px;
	}
ul#tabs li.finalists a {
	background:url(/eventstraining/gamechallenge/images/gdc_tab_finalists.gif/);
	width:140px;
	}
ul#tabs li.judges a {
	background:url(/eventstraining/gamechallenge/images/gdc_tab_judges.gif/);
	width:140px;
	}
ul#tabs li.faq a {
	background:url(/eventstraining/gamechallenge/images/gdc_tab_faq.gif/);
	width:140px;
	}

ul#tabs li a.selected {
	background-position:0 -45px;
	}

.gdc-leftimg {
	float:left;
	margin:0 10px 15px 0;
	text-align:center;
	vertical-align:top;
	}

.cols5050 {
	width:100%;
	}

.cols5050 .col1 {
	float:left;
	margin-right:10px;
	width:48%;
	}

.cols5050 .col2 {
	float:right;
	margin-left:10px;
	width:48%;
	}

.tab-content-wide h3.separator {
	margin-bottom:-3px;
	}

img.phone {
	margin:17px 0 0 54px;
	}
img.logo-gamedev {
	margin:15px 0 0 20px;
	}
img.icon-iplay {
	position:relative;
	top:3px;
	}

.inline-left {
	float:left;
	height:65px;
	margin:0 20px 0 0;
	text-align:center;
	vertical-align:middle;
	width:100px;
	}
.inline-left img {
	vertical-align:middle;
	}

#overview hr {
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	margin:0 0 10px 0;
	}

.sponsor_text {
	float:left;
	padding-top:-5px;
	text-align:left;
	vertical-align:top;
	width:510px;
	}

.sponsor_text h3 {
	margin:0 0 -10px 0;
	}

.sponsor_icon {
	float:left;
	height:80px;
	line-height:1em;
	margin:0 15px 15px 0;
	text-align:center;
	vertical-align:middle;
	width:100px;
	}

.sponsor_icon_pad25 {
	float:left;
	height:80px;
	line-height:1em;
	margin:0 15px 15px 0;
	text-align:center;
	vertical-align:middle;
	width:100px;
	}

.sponsor_icon_pad25 img {
	padding-top:25px;
	}

/*added 1 line to prevent problem: MOTO-24 */
.sponsor_icon_pad25 h3 {
	margin-bottom:0;
	}

.judge_headshot {
	float:left;
	margin:0 5px 15px 0;
	text-align:center;
	vertical-align:top;
	width:100px;
	}

.judge_text {
	float:left;
	padding-top:-5px;
	text-align:left;
	vertical-align:top;
	width:210px;
	}

.judge_text h3, .judge_text p {
	margin:0;
	}

.tab-content-judges {
	background:url(/images/tab_back_wide2.png/) 0 100% no-repeat;
	padding:1px 20px;
	}

* html .tab-content-judges {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="tab_back_wide2.png",sizingMethod="scale");
	zoom:1;
	}

#judges hr {
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	margin:0;
	}

#faq hr {
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	margin:0;
	}

#faq p.answer {
	margin:5px 0 0 20px;
	}

.tab-content-FAQ {
	background:url(/images/tab_back_wide2.png/) 0 100% no-repeat;
	padding:1px 20px;
	}

*html .tab-content-FAQ {
	background-image:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tab_back_wide2.png", sizingMethod="crop");
	}

* html .tab-content-FAQ {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="tab_back_wide2.png",sizingMethod="scale");
	zoom:1;
	}

#register-now hr {
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	margin:0;
	}

.tab-content-register {
	background:url(/images/tab_back_wide2.png/) 0 100% no-repeat;
	padding:1px 20px;
	}


#register-now ul li {
	background:#fff;
	}

* html .tab-content-register {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="tab_back_wide2.png",sizingMethod="scale");
	zoom:1;
	}

#submit-app ul li {
	margin:0 0 0 10px;
	}
#submit-app ul li ul {
	margin:0;
	}
#submit-app ul li ul li {
	background-image:none;
	}
#submit-app hr {
	border:1px solid #fff;
	border-bottom:1px solid #d3d3d3;
	margin:0;
	}

