﻿html, body
{
	background: #FFF;
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

img
{
	border: none;
}

table.centering_table
{
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

table.centering_table tr,td
{
	border: 0;
	padding: 0;
	margin: 0;
}

div#container
{
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 701px;
	height: 557px;
}

div.bordered
{
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

div#top_panel
{
	width: 699px;
	height: 55px;
	background: url( 'Images/PlayerTopBarBackground.jpg' ) left top repeat-x;
}

div#branding_logo_area
{
	width: 348px;
	height: 55px;
	float: left;
	display: inline;
}

div#branding_logo
{
	/* Actual logo dimensions: 200 x 40 */
	height: 100%;
	padding: 0 140px 0 10px;
}

div#account_logo_area
{
	width: 351px;
	height: 55px;
	float: left;
	display: inline;
}

div#account_logo
{
	/* Actual logo dimensions: 227 x 47 */
	height: 100%;
	padding: 0 10px 0 100px;
	float: right;
	display: inline;
}

div#middle_panel
{
	width: 699px;
	height: 392px;
}

div#bottom_panel
{
	width: 699px;
	height: 110px;
	background: url( 'Images/PlayerControlBackground.jpg' ) left top repeat-x;
}

div#navigation_area
{
	position: relative;
	float: left;
	width: 265px;
	height: 100%;
	margin: 0 0 0 10px;
	display: inline;
}

div#icon_area
{
	width: 224px;
	height: 100%;
	float: left;
	display: inline;
}

div#icons
{
	width: 224px;
	height: 44px;
	padding: 33px 0 0 0;
}

div.icon
{
	float: left;
	width: 44px;
	height: 44px;
	display: inline;
}

div#icon_caption
{
	width: 224px;
	height: 33px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

div#endorsement_logo_area
{
	width: 200px;
	height: 110px;
	float: left;
	display: inline;
	position: relative;
}

div#endorsement_logo
{
	/* Actual logo dimensions: 180 x 90 */
	height: 100%;
	float: right;
	padding: 0 10px 0 0;
	display: inline;
}