﻿body 
{
	background-image:url('images/bg.gif');
	background-color:#999999;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size:11px;
	color:White;
}

a
{
	text-decoration: none;
	color:White;
}

.mainTitle
{
	font-size: xx-large;
	font-weight: bolder;
	color: #808080;
	letter-spacing: 0em;
	line-height: 80px;
	text-indent: 20px;
}

.content
{
	margin: 0px 10px 10px 10px;
}

.title
{
	margin: 20px;
	font-size: medium;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 50px;
}

.miniTitle
{
	color: #666666;
	font-size: x-small;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.eventName
{
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	color: White;
	margin-right:5px;
}

.userName,
.playerName,
.gameName
{
	font-size: large;
	font-weight: bold;
	margin-right:10px;
}

.userLevel
{
	font-size: medium;
	font-weight: bold;
	margin-right:10px;
}

.startTime
{
	font-weight: bold;
	color: #777777;
}

.entryFee
{
}

.pot
{
	color: Green;
	font-weight: bold;
	font-size: xx-large;
	margin-left: 20px;
}

.error
{
	color: Red;
}

.gridCommandButton 
{
	margin: 10px;
}

.address,
.subHeaderText,
.footer 
{
	color:white;
}