body
{
	color:black;
	font:70% Arial,Helvetica,sans-serif;
	text-align:center;
	line-height:140%;
	margin:0;
	padding:0;
	background-color: white;
}

a img,a:visited img,a:hover img
{
	border-style:none;
}

#pageContainer
{
	position:relative;
	text-align:center;
	margin:0px auto;
	width:980px;
}

#header
{
	position:absolute;
	top:2px;
	left:0px;
	background-image:url(/images/v6/full_title_bar.png);
	width:984px;
	height:61px;
}

#headerText
{
	position:absolute;
	top:20px;
	left:200px;
	color: white;
	font-size: 24px;
	.line-height:25px;
	text-align:center;
}

#leftPanel
{
	position:absolute;
	left:0px;
	top:70px;
	background-image:url(/images/v6/side-pane.png);
	width:311px;
	height:373px;
}

#leftPanel2
{
	position:absolute;
	left:0px;
	top:450px;
	background-image:url(/images/v6/small-side-pane.png);
	width:310px;
	height:162px;
}

#leftPanel3
{
	position:absolute;
	left:0px;
	top:450px;
	background-image:url(/images/v6/small-side-pane.png);
	width:310px;
	height:162px;
	z-index:3;
}

.leftPanelText
{
	position:relative;
	margin-top:5px;
	margin-left:10px;
	text-align:left;
	width:291px;
	color:white;
	line-height:20px;
	font-family:arial;
	font-weight:bold;
}

.leftPanelTextLarger
{
	font-size:125%;
}

.leftPanelText ul,li
{
	padding-left:20px;
	.padding-left:0px;
}

.leftPanelText h2
{
	color:yellow;
	.font-size:17px;
	margin-top:5px;
}

#youTubeContainer
{
	position:relative;
	width:235px;
	height:100px;
	margin-top:20px;
	margin-left:5px;
	text-align:center;
}

#contentContainer
{
	position:absolute;
	left:340px;
	top:70px;
	background-image:url(/images/v6/table.png);
	width:633px;
	height:533px;
}

#topTenHeaderContainer
{
	position:relative;
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	color:yellow;
	margin:10px;
}

#topTenContainerTop
{
	position:relative;
	background-image:url(/images/v6/yellow_bar_top.png);
	margin-left:8px;
	.margin-left:0px;
	width:612px;
	height:5px;
}

#topTenContainer
{
	position:relative;
	width:630px;
	height:450px;
	margin-left:8px;
	font-size: 14px;
	overflow-y:auto;
	overflow-x:hidden;
}

#topTenContainerBottom
{
	position:relative;
	background-image:url(/images/v6/yellow_bar_bottom.png);
	width:612px;
	margin-left:8px;
	height:17px;
	.margin-left:0px;
}

.topTenTable
{
	border-collapse: collapse;
	width:612px;
}

.topTenTable th
{
	background-color: yellow;
	color:black;
}

.topTenTable td
{
	border-bottom:1px solid green;
}

.topTenTable tr.evenRow td
{
	
	background-color:#FEFFC6;
}

.topTenTable tr.oddRow td
{
	background-color:#FEFF87;
}

#inviteTable
{
	position:relative;
	font-size:90%;
	text-align:left;
	z-index:2;
}

#inviteTable th, #inviteTable td
{
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: green;
}

#returnButtonContainer
{
	position: absolute; 
	left: 10px; 
	top: 20px;
}