﻿body 
{
	background-image: url(../images/bg2.png);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	font-family: Tahoma, Helvetica, Sans-Serif;
}

A
{
	color: #009933;
	text-decoration: underline;
}

A:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	background: #009933;
}

H1
{
	font-family: Arial Rounded MT Bold, Arial, Sans-Serif;
	font-size: 15pt;
	border-bottom: dotted 1px #333333;
}

H2
{
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	border-bottom: dotted 1px #333333;
}

H6
{
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
	border-bottom: dotted 1px #666666;
}

p
{
	font-size: 8pt;
	line-height: 12pt;
}

div.outerPanel
{
	width: 100%;
}

div.containerPanel
{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

div.masthead
{
	background-image: url(../images/masthead_bg.png);
	float: left;
	width: 920px;
	font-size: 8pt;
	color: #999999;
}

div.mastheadBGW
{
	background-image: url(../images/masthead_bgw_bg.png);
	float: left;
	width: 920px;
	font-size: 8pt;
	color: #999999;
}

div.contentBG
{
	background-image: url(../images/content_bg.gif);
	float: left;
	width: 890px;
	padding: 0 15px 0px 15px;
}

div.pageBGColumnRight
{
	background-color: #FFFFFF;
	width: 890px;
	float: left;
}

div.pageBGColumnLeft
{
	background-image: url(../images/columnleft_bg.gif);
	background-color: #292929;
	width: 890px; 
	float: left;
}

div.footer
{
	background-image: url(/images/footer_bg.png);
	background-repeat: no-repeat;
	font-size: 8pt;
	padding: 7px 20px 10px 20px;
	width: 880px;
	height: 30px;
	float: left;
	color: #999999;
}

div.gameLink
{
	padding: 5px 4px 0 0;	
	float: left;
}

div.gameLinkRight
{
	padding: 5px 0 0 0;	
	float: left;
}

.grayBG
{
	background-image: url(/images/gray_px.png);
}

.formField
{
	font-size: 8pt;
}

.formLabel
{
	font-size: 8pt;
}

.mastheadFormFieldsSmall
{
	font-size: 8pt;
	color: #777777;
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
}

.mastheadFormFields
{
	font-size: 9pt;
	color: #333333;
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
}

.ChatFormFieldsSmall
{
	font-size: 8pt;
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
}

.ChatButtonSmall
{
	background-color: #FFFBFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-size: 8pt;
	font-family: Verdana;
	color: Green;
}

.tabImg
{
	border: none;
	float: left;
}

.tabLink
{
	background: none;
	text-decoration: none;
	float: left;
}

A.tabLink:HOVER{background: none;}

.mhLink
{
	color: #999999;
	text-decoration: none;
}

a.mhLink:HOVER{color: #FFFFFF; text-decoration: none;}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

UL.simple { list-style-type: none; padding: 0px; margin-left: 2px; margin-right: 5px;}
UL.simple LI { font-family: Verdana; font-size: 8pt;}

.watermarked 
{
	font-size: 8pt;
	border:1px solid #BEBEBE;
	background-color:#666666;
	color:#FFFFFF;
}

.pagingHistory
{
	background-color: #3A3A3A;
	line-height: 8px;
}

.gameListButton
{
	margin-left:40px;
	margin-bottom: 10px; 
  background-image: url(../../images/games/button_off.png); 
  height: 30px;
  width: 215px;
  padding: 0px 0 0 40px;
  font-family: Tahoma;
  font-size: 10pt;
  line-height: 20pt;
}

.gameListButton:HOVER
{
	background-image: url(../../images/games/button_on.png);
}

.gameListButtonDisabled
{
	margin-left:40px;
	margin-bottom: 10px; 
  background-image: url(../../images/games/button_disabled.png); 
  height: 30px;
  width: 215px;
  padding: 0px 0 0 40px;
  font-family: Tahoma;
  font-size: 10pt;
  line-height: 20pt;
  color: #666666;
}

.tournamentListItemHome
{
	/* background-image: url('../../images/home/tournament-list-item_off.jpg'); */
	width: 275px;
	padding: 3px 10px 10px 10px;
	font-size: 8pt;
	line-height: 11pt;
	border-bottom: dotted 1px #666;
	color: #666;
	float: left;
}

.tournamentListItemHome:HOVER
{
	/* background-image: url('../../images/home/tournament-list-item_on.jpg'); */
}

.tournamentListLinkHome
{
	color: #CCC
}

.tournamentListLinkHome:Hover
{
	color: #009933;
	background: none;
}

.TextBoxAlignRight
{
  font-size: 9pt;
	color: #333333;
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
  text-align : right;
}