body{
	margin:0 auto;
	background-color:#ffffff;
	overflow:hidden;
	MozUserSelect:none;
}

/*  SCROLLABLE CONTENT STYLING */
#mainContainer{
	position:absolute;
	left:0px;
	right:0px;
	width:auto;
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
}

#mainCenterBox{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:964px;
	height:100%;
}

#thebox {
	position:absolute;
	top:150px;
	left: 0px;
	width:614px;
	height: auto;
	overflow-x:hidden;
	background:#ffffff;
}

/* END SCROLLABLE CONTENT STYLING*/

/* TOP HEADER STYLING */

#topBarCenter{
	height:35px;
	width:964px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#leftTopBarItems {
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
}

#loginContainer { 
	float:right;
	width:auto;
	top:0px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;	
}

#topSearchBox {
	position:absolute;
	top:13px;
	right:360px;
	z-index:500;
}

#searchBoxCenter{
	margin-left:auto;
	margin-right:auto;
	width:964px;
	height:100%;
	position:relative;
}

/* END TOP HEADER STYLING*/

/* PLAY LIST STYLING */

.playerContainerRegular{
	z-index:50;
	position:absolute;
	top:0px;
	right: 0px;
	width:348px;
	overflow:hidden;
	height:250px;
	border:1px solid #003357;
}

.playerContainerFull{
	z-index:3000000;
	position:absolute;
	top:0px;
	left: 0px;
	overflow:hidden;
	background: #ccddee;
}

#playListOuterContainer{
	z-index:50;
	position:absolute;
	top:250px;
	width:342px;
	height:auto;
	bottom:0px;
	right:0px;
	border:4px solid #004575;
}

/* END PLAY LIST STYLING */
