/* HW (c)amazon pixels */

/* schedule the wizards section layout */

body {background-color:#330066; color:#ffffff;}

#frameout {position: relative;
	width: 750px;
	/* min-height: 685px; max-height: 100%; */
	height: 990px;
	border: 0px solid #FF0000;
	top: 0px;
	margin: 0 auto;
	}

#frameout.flex{width: 100%; margin: auto auto;}

#content {
	position: relative;
	background-color: #8B8B87;
	top: 0px;
	width: 748px;
	height: 665px;
	border: 0px solid #0000ff;
	z-index: 201;
	margin: 0 auto;
	}

#columnOne {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 8px;
	width: 128px;
	background-color: none;
	float: left;
	}

#columnTwo {position: relative;
	top: 8px;
	left: 0px;
	padding-top: 8px;
	width: 458px;
	height: 640px;
	border: 0px solid #FF0000;
	background-color: #fff;
	float: left;
	color: #000000;
	overflow: auto;
	}
	
#columnThree {position: relative;
	top: 0px;
	left: 0px;
	padding: 8px;
	width: 128px;
	border: 0px solid #CCCCCC;
	background-color: none;
	float: right;
	}

#eventBox {
	position: relative; 
	top: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	}

#press {
	position: relative; 
	top: 6px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	}
	

H2.tight	{
	text-align: center;
margin: 0;
padding-top: 20px;
padding-bottom: 2px;
	}
	
.yellowbutton {margin: 5px; padding: 5px; font-size: 13px; font-weight: bold; line-height: 16px; background-color: #ffcc00; border: 2px solid #ffff00;}
.boxed {font-family: verdana, sans-serif; padding: 6px; background-color: #663399; border: 2px solid #dddddd;}
.yellowback {background-color: #ffcc00;}

div.videoplayer {padding: 6px; border: 0px solid #663399; background-color: transparent;}

#columnTwo.withback {
	background-color: #cc0000;
	background-image: url(/schedules/images/poster_background.png);
	background-position: top center;
	background-repeat: repeat-y;
	}
	

#content.gameback{
	width: 785px;
	height: 700px;
	margin: 0 auto;
	background-color: #cc0000;
	background-image: url(../schedules/images/50-GamePoster_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #ffffff;
	}

#oneColumn {position: relative;
	left: 0px;
	padding-top: 20px;
	width: 640px;
	height: 640px;
	border: 0px solid #FF0000;
	background-color: transparent;
	overflow: auto;
	margin: 0 auto;
	}

#content.gameback #oneColumn {position: relative; top: 20px;}

.gameback_placeholder {width: 615px; height: 480px; border: 4px solid #330066; background-color: #fff;}

