/* CSS Document */
body {
 background-image:url(images/small_bg_tile.gif);
 background-color:#000000;
 padding-bottom:0px;
 padding-left:0px;
 padding-right:0px;
 padding-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-top:0px;
 margin-bottom:0px;
 font-family:Arial, Helvetica, sans-serif;
 
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


a{
	color:#940817;
}


/*** MAIN SITE CONTAINER ***/

#main{
	background-image:url(images/bg_tile.gif);
	background-repeat:repeat-x;
	width:100%;
	height:800px;	
	text-align:center;
}

#TopGap{
	
	width:100%;
	height:50px;	
}

#AddScriptBlock
{	
	padding-right:50px;
}


.nomargins{
	clear:both;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	
}

#headerbar {
	background-image:url(images/top_bar.gif);
	background-repeat:no-repeat;
	width:775px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


#bottombar {
	background-image:url(images/Game_Ftr.jpg);
	background-repeat:no-repeat;
	width:775px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*** CENTER COLUMN ***/
#ui {
	background-image:url(images/content_white_bg.gif);
	background-repeat:repeat-y;
	width:775px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#uiIE5 {
	background-image:url(images/content_white_bg.gif);
	background-repeat:repeat-y;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


#contentarea {
	padding-left:5px;
	padding-right:0px;
}

#centercol {
	width:581px;
	float:left;
	border:1px solid pink;
}

#playercenter
{
	width: 762px;
	/*background-image: url(images/Game_BG.gif);*/
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}

/***** CONTENT TEXT STYLING*****/


td.centerColumn {
	width:615px;
	padding-left:8px;
}

td.loginstatus {
	font-size:13px;
	font-weight:bold;
	color:#414141;
}

/**** FOOOTER *****/
#footer {
	background-image:url(images/Game_Ftr.jpg);
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	width:775px;
	height:19px;
	padding-top:10px;
	vertical-align:middle;
} 

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}

#footer a:hover {
	color:#83111E;
	margin-right: 15px;
}


.heavy{
	font-size:14px;
	font-weight:bold;
}


.title {
	font-size:25px;
	font-weight:bold;
	color:#940817;
}

.contenttext {
	font-size:15px;
	font-weight:bold;
	color:#000000;
}

.contentsmalltext {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.contentredsmalltext
{
	color: #660000;
	font-size: 12px;
	font-weight: bold;
}

.bottomsmalltext {
	font-size:9px;
	font-weight:bold;
	color:#000000;
}

.contenttd
{
	padding-left: 30px;
	margin-left: 30px;
}


.red{

color:#940817;
}

.subtitle{
	font-size:12px;
	color:#a31625;
	font-weight:bold;
}

.boldfont
{
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
}

.Smallboldfont
{
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}
