	
body {
   font-size:11px;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   background-color:#f7f7f7;
   color: #074b67;
   padding:0px;
   margin:0px;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6a6a;
	font-weight: bold;
}

.para {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #074b67;
}

.para a {
	color: #e5770b;
}

table {
	text-align:center;
	margin:0 auto;
	width:350px;
	background-color:#fafafa;
}

td {
	border:1px solid white;
	padding:4px;
}


a:link {
	font-weight:bold;
	text-decoration: none;
	color: #e5770b;
}

a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #e5770b;
}

a:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #e5770b;
}

a:active {
	font-weight:bold;
	text-decoration: none;
	color: #e5770b;
}

.absContainer   /* generic class for absolute positioned div containers */
{
	position:relative;
}

.absContainerButton   /* generic class for center column (centered) button, ie account */
{
	position:relative;
	width:180px;
	height:30px;
}

.std_button_html
{
	position:absolute;
	top:4px;
	left:10px;
	width:160px;
	text-align:center;
}

.std_button_html a
{
	color:#074b67;
	font-size:11px;
	line-height:20px;
	font-weight:bold;
}

.section_title
{
	position:absolute;
	top:14px;
	left:20px;
	margin:0px;
}

.container {
	width:420px;
	margin: 0 auto;
}

.content {
	width:378px;
	border:solid 1px #dbdbdb;
	border-top-width:0px;
	background-color:#fff;
	padding:10px 20px 25px 20px;
}



/* SINGLE PLAYER PRE/POST GAME STYLES  */

.centralBoxPreGame {
	width:430px;
	height:265px;
	background-color:#001d31;
	position:absolute;
	left:160px;
	top:152px;
}

.centralBoxPostGame {
	width:430px;
	height:465px;
	background-color:#001d31;
	position:absolute;
	left:160px;
	top:52px;
}

.titleTablePreGame {
	width:100%; 
	height:70px; 
	border:8px solid #001d31; 
	background-color:#061927;
}

.mainTablePreGame {
	width:100%; 
	height:195px; 
	border-width:0px 8px 8px 8px;
	border-style:solid;
	border-color:#001d31; 
}

.mainTablePostGame {
	width:100%;  
	border-width:0px 4px 4px 4px;
	border-style:solid;
	border-color:#001d31;
	background-color:#001d31;
}

.gameTitleText {
	font-size:14px;
	color:white;
}

.gameHeadingText {
	font-size:13px;
	color:white;
}

.gameBodyText {
	font-size:11px;
	color:white;
}

.absContainerButtonPopup
{
	position:relative;
	width:131px;
	height:40px;
}

.std_button_html_popup
{
	position:absolute;
	top:13px;
	left:-12px;
	width:160px;
	text-align:center;
}

.std_button_html_popup a
{
	color:#074b67;
	font-size:11px;
	font-weight:bold;
}
