body {
	background-color: #333333;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 14px;
}

td {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 14px;
}

td.noheight {
	line-height: normal;
}

h1 {
	font-size: 18px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

input, textarea, button, select {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial;
	color: #333333;
	border: 1px solid #999999;
}

input {
	height: 15px;
}

button {
	background-color: #f0f0f0;
	border: 1px solid #999999; 
}

.button_login {
	color: #fff;
	height: 44px;
	width: 50px;
	margin-left: 5px;
	font-weight: bold;
	background-image: url(button_login_grad.jpg);
	background-repeat: repeat-x;
}

.normal_button {
	color: #fff;
	height: 20px;
	font-weight: bold;
	background-image: url(button_grad.jpg);
	background-repeat: repeat-x;
}

form {
	margin: 0px;
}

#container {
	/*
	margin-right:10%;
	margin-left:10%;
	*/	
	width: 964px;	
	margin-bottom:10px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	text-align:left;
}

#top {
	height:101px;
	left: 15px;
	top: 24px;
}

#topnav {
	width: 964px;
}

img.nav {
	margin-right: 8px;
}

#optioncontainer {
	float: left;
	width: 313px;
	margin-top: 10px;
}

#optionnav {
	float: left;
	width: 324px;
	height: 147px;
	background-color: #cccccc;
	background-image: url(corner_grey_bottom.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.optionnavtable {
	padding-left: 30px;
	background-color: #9EBEDE;
	background-repeat: no-repeat;
	background-image: url(corner_blue_grey_bottom.jpg);
	background-position: bottom right;
	height: 36px;
}

.optionnavcontent {

}

#mainonly {
	margin-top: 10px;
	float: left;
	padding-left: 30px;
	padding-top: 30px;
	width: 934px;
	background: white;
	background-image: url(corner_white_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#mainleft {
	float: left;
}

#mainright {
	float: right;
	width: 580px;	
	margin-top: 10px;
	background-color: #ffffff;
	background-image: url(corner_white_bottom.jpg);
	background-position: bottom right;
	padding: 30px 30px 10px 30px;
	background-repeat: no-repeat;	
	min-height: 300px;
}


#bottomcontainer {
	clear: both;
	position: relative;
	top: 15px;
	height: 250px;
}


#status {
	float: left;
	width: 198px;
	padding: 30px 10px 10px 30px;
	background-color: #fff;
	background-image: url(corner_white_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
}

#news {
	float: left;
	width: 273px;
	padding: 30px 10px 10px 30px;
	background-color: #fff;
	height: 100%;
}

#accountarea {
	float: right;
	width: 373px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #ccc;
	background-image: url(accountarea_bottombg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
}

#footerlinks {
	float: left;
	top: 25px;
	height: 25px;
	position: relative;
}
#copyright {
	float: right;
	top: 25px;
	height: 25px;
	position: relative;
}
.copyright {
	color: #fff;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.white {
	color: #ffffff;
}

.text_smallgrey {
	font-size: 9px;
	color: #999999;
	line-height: 10px;
}

.text_grey {
	font-size: 11px;
	color: #999999;
}

.text_green {
	color: green;
	font-weight: bold;
}

.text_red {
	color: red;
	font-weight: bold;
}

.text_orange {
	color: orange;
	font-weight: bold;
}

.warning_message {
	text-align:center;
	height: 16px;
	background-color: #FF8080;
}

a img#gameimages {
	border: 1px solid #666666;
}
a:hover img#gameimages {
	border: 1px solid #333333;
}