body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #1C2E15;
	scrollbar-3dlight-color: #1C2E15;
	scrollbar-highlight-color: #9C9F90;
	scrollbar-face-color: #5D6E55;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #1C2E15;
	scrollbar-track-color: #1C2E15;
	font-size: 12px;
	color: #000000;
}

td, .content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
}

a
{
	color: #7B0000;
	font-weight: bold;
	text-decoration: underline;
}

img
{
	border: 0px;
}

.error
{
	color: #BC4A00;
	font-weight: bold; 
}

.title { color: #001544; font-weight: bold; font-size: 18px; text-decoration: none; }
.subTitle { color: #001544; font-weight: bold; text-decoration: none; }

.inputBox { font-family: Verdana, Arial, San-Serif; font-size: 12px; background-color: #DFD9D2; width: 150px; border: 1px solid #1C2E15; scrollbar-3dlight-color: #1C2E15; scrollbar-highlight-color: #9C9F90; scrollbar-face-color: #5D6E55; scrollbar-arrow-color: #000000; scrollbar-shadow-color: #000000; scrollbar-darkshadow-color: #1C2E15; scrollbar-track-color: #1C2E15; }
.submitBox { font-family: Verdana, Arial, San-Serif; font-size: 12px; font-weight: bold; color: #DFD9D2; background-color: #7B0000; border: 2px outset #7B0000; }

.Menu
{
	color: #DFD9D2;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 5px;
	line-height: 22px;
}

a.Feedback { font-family: Verdana, Arial, San-Serif; font-size: 10px; color: #FFFFFF; text-decoration: none; }

a.Player
{
	color: #7B0000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

/* Status area at the top of the left menu when on a game page. */
.gameStatus
{
	color: #DFD9D2;
	background-color: #000000;
	border: none;	
	margin: 2px;	
}

.GameName
{
	top: 62px;
	left: 140px;
	width: 635px;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}

.Turn
{
	top: 97px;
	left: 140px;
	width: 635px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.GridCenter
{
	margin-left: 134px;
	padding: 5px;
	background-color: #9C9F90;
}


div 
{
	background-color: #5D6E55;
	border: solid 2px #000000;	
	margin: 5px;
}

.Top
{
	height: 47px;
	padding: 0px;
	vertical-align: middle;
}

.Side
{
	padding: 0px;
	width: 124px;
	line-height: 21px;
	margin-top: 0px;
}

.Center
{
	padding: 5px;
	background-color: #9C9F90;
	margin: 0px;
}

.Bottom
{
	padding: 1px 0px 2px 5px;
	font-size: 10px;
}

.TopPic
{
	position: absolute;
	right: 6px;
}

.PlayField
{
	margin: 0px;
	padding: 5px;
	background: url(images/grid.gif);
	width: 659px;
	height: 500px;
}

.PlayField Span
{
	position: absolute;
}

p.Message
{
	margin: 0px;
}

.User
{
	font-weight: bold;
	text-transform: capitalize;
}

.Timestamp
{
	font-size: 8px;
}

.Forum
{
	margin: 5px, 0px, 5px, 0px;
	background-color: #9C9F90;
	padding: 5px;
}
	
/* Message <input> tag */
.MessageInput
{
	border: 1px solid #1C2E15;
	padding: 2px;
	background-color: #DFD9D2; 
	width: 400px;
	margin: 0px;
}

form
{
	margin: 0px;
}