body
{
	font-family:  Myriad, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #0d0d0d;
}
form
{
	padding:0px;
	margin:0px;
}

p
{
	margin: 0px;
	padding: 0px;
}
h1
{
	margin:0px;
	padding:0px;
	font-size: 18px;
	margin-bottom: 5px;
}
h2
{
	margin:0px;
	padding:0px;
	font-size: 16px;
	margin-bottom: 4px;
}
h3
{
	margin:0px;
	padding:0px;
	font-size: 14px;
	margin-bottom: 3px;
}
a
{
	font-weight:bold;
	color: #0d0d0d;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
li
{
	padding-bottom:5px;
}

hr
{
	border: solid #526600 1px;
}
#mainlayout
{
	width: 957px;
	margin: 0px auto;
	text-align: left;
	margin-top:5px;
}
	#mainlayout-table
	{
		width:100%;
	}
		#mainlayout-table #top
		{
			background-image: url('../images/layout-top.jpg');
			width:957px;
			height:150px;
			background-repeat: no-repeat;
			vertical-align:top;
		}
			#mainlayout-table #top #loggedinas
			{
				color: #d4d8c1;
				font-size:13px;
				float:right;
				margin-top:128px;
				margin-right:24px;
			}
					#mainlayout-table #top #loggedinas a
					{
						color: #d4d8c1;
						text-decoration:none;
						font-weight: normal;
					}
					#mainlayout-table #top #loggedinas a:hover
					{
						text-decoration:underline;
					}
			#mainlayout-table #top #loginbox
			{
				float:right;
				margin-top:127px;
				margin-right:24px;
			}
				#mainlayout-table #top #loginbox .loginlabel
				{
					color:white;
					font-size:12px;
					padding-right:4px;
					padding-left:4px;
					vertical-align:top;
					padding-top:3px;
				}
				#mainlayout-table #top #loginbox .inputbox
				{
					border: solid #526600 1px;
					background-color: #b2bc86;
					width:120px;
					height:16px;
					vertical-align:middle;
				}
				#mainlayout-table #top #loginbox #loginbutton
				{
					border: solid #b2bc86 1px;
					background-color:#0d0d0d;
					font-size:11px;
					color:white;
				}

		#mainlayout-table #left
		{
			background-image: url('../images/layout-left.gif');
			width:185px;
			background-repeat: repeat-y;
			vertical-align:top;
		}
			#mainlayout-table #left #gamersonline
			{
				background-image: url('../images/leftmenu-gamersonline.gif');
				width:146px;
				height:66px;
				background-repeat: no-repeat;
				vertical-align:top;
				cursor:pointer;
				margin-left:28px;
				margin-top:8px;
				margin-bottom:6px;
			}
				#mainlayout-table #left #gamersonline div
				{
					width:62px;
					margin:0px;
					padding:0px;
					text-align:center;
					color: white;
					font-size:47px;
					float:right;
					vertical-align:top;
					padding-top:5px;
				}
			#mainlayout-table #left .leftmenu
			{
				width:147px;
				margin-left:27px;
			}
				#mainlayout-table #left .leftmenu .top
				{
					background-image: url('../images/leftmenu-top.gif');
					width:147px;
					height:35px;
					background-repeat: no-repeat;
					vertical-align:top;
				}
					#mainlayout-table #left .leftmenu div
					{
						padding-top:7px;
						padding-left:12px;
						font-size:19px;
						color: #e5e5e5;
					}
				#mainlayout-table #left .leftmenu .left
				{
					background-image: url('../images/leftmenu-left.gif');
					width:3px;
					background-repeat: repeat-y;
				}
				#mainlayout-table #left .leftmenu .middle
				{
					width:141px;
					background-color: #151616;
					vertical-align:top;
					padding-top:4px;
					padding-bottom:4px;
				}
					#mainlayout-table #left .leftmenu .middle div
					{
						font-weight:bold;
						margin:0px;
						padding:0px;
						padding-left:7px;
						padding-top:4px;
						color:white;
						font-size:12px;
					}
						#mainlayout-table #left .leftmenu .middle a
						{
							color:white;
							text-decoration: none;
						}
						#mainlayout-table #left .leftmenu .middle a:hover
						{
							text-decoration: underline;
						}
				#mainlayout-table #left .leftmenu .right
				{
					background-image: url('../images/leftmenu-right.gif');
					width:3px;
					background-repeat: repeat-y;
				}
				#mainlayout-table #left .leftmenu .bottom
				{
					background-image: url('../images/leftmenu-bottom.gif');
					width:147px;
					height:10px;
					background-repeat: no-repeat;
				}

			#mainlayout-table #left .leftinfo
			{
				width:136px;
				margin-left:32px;
				border-top: solid #526600 1px;
				border-bottom: solid #526600 1px;
				margin-top:10px;
			}
				#mainlayout-table #left .leftinfo .title
				{
					color: #e5e5e5;
					font-weight:bold;
					font-size:13px;
					text-decoration:underline;
					width:100%;
					text-align:center;
					padding-bottom:3px;
					padding-top:3px;
				}
				#mainlayout-table #left .leftinfo .text
				{
					color: #e5e5e5;
					font-size:11px;
					width:100%;
					text-align:center;
					padding-bottom:3px;
				}
					#mainlayout-table #left .leftinfo .text a
					{
						color: #e5e5e5;
						text-decoration: none;
						font-weight: normal;
					}
					#mainlayout-table #left .leftinfo .text a:hover
					{
						text-decoration: underline;
					}
		#mainlayout-table #right
		{
			background-image: url('../images/layout-right.gif');
			width:28px;
			background-repeat: repeat-y;
		}
		#mainlayout-table #content
		{
			background-color:white;
			width: 744px;
			vertical-align:top;
			font-size:12px;
		}
			#content #contentdiv
			{
				width:724px;
				margin:10px;
			}
		
		#mainlayout-table #bottom
		{
			background-image: url('../images/layout-bottom.gif');
			width:957px;
			height:13px;
			background-repeat: no-repeat;
		}
		
		#mainlayout-table #bottom #footerleft
		{
			float: left;
			padding-top:14px;
			padding-left:22px;
			padding-bottom:15px;
		}
			#mainlayout-table #bottom #footerleft span
			{
				font-size:12px;
				color:#d4d4d4;
			}
			#mainlayout-table #bottom #footerleft a
			{
				font-size:11px;
				font-weight:bold;
				text-decoration:none;
				color:#d4d4d4;
			}
			#mainlayout-table #bottom #footerleft a:hover
			{
				text-decoration:underline;
			}

		#mainlayout-table #bottom #footerright
		{
			float: right;
			padding-top:14px;
			padding-right:22px;
		}
			#mainlayout-table #bottom #footerright span
			{
				font-size:12px;
				color:#d4d4d4;
			}


.contentTable
{
	border: solid #323232 1px;
	margin-left: auto;
	margin-right: auto;
}
	.contentTable .title
	{
		background-color: #718514;
		font-size:16px;
		font-weight:bold;
		padding:3px;
		color: white;
		border-bottom: solid #323232 1px;
	}
	.contentTable .content
	{
		padding:5px;
		font-size:12px;
	}

.formTable
{
	width:100%;
}
	.formTable .left
	{
		padding-top: 4px;
		width:40%;
		text-align:right;
		font-size:13px;
		font-weight:bold;
		padding-right:10px;
	}
	.formTable .right
	{
		padding-top: 4px;
		text-align:left;
		padding-left:10px;
	}
		.formTable .right .errorMessage
		{
			color:red;
			font-size:12px;
			font-weight:bold;
		}
	
	.formTable .right input,
	.formTable .right textarea
	{
		border: solid #718514 1px;
	}
	.formTable .buttons
	{
		padding-left:10px;
		text-align:left;
		padding-top:10px;
		padding-bottom:5px;
	}
		.formTable .buttons input
		{
			font-size:18px;
			color:white;
			border: solid #0d0d0d 1px;
			background-color: #718514;
		}

.dataTable
{
	border: solid #0d0d0d 1px;
	border-left:none;
}
	.dataTable .headerRow
	{
		background-color:#2d2d2d;
		padding:5px;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		color:white;
		border-left: solid #0d0d0d 1px;

	}
	.dataTable .row1
	{
		padding:3px;
		text-align:center;
		background-color: #e6e6e6;
		border-left: solid #0d0d0d 1px;
	}
	.dataTable .row2
	{
		padding:3px;
		text-align:center;
		background-color: #ebebeb;
		border-left: solid #0d0d0d 1px;
	}