@charset "utf-8";
.outerpanel {
	border: 1px solid #333;
	background-color: #666;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	max-width: 440px;
	margin: 8px;
	float: left;
}
.outerpanel .innerpanel #newgds a{
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #0C3;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C6FFC6;
	border-right-color: #060;
	border-bottom-color: #063;
	border-left-color: #C9FFBB;
	border-radius: 3px;
}


.outerpanel .innerpanel {
	margin-top: 5px;
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 5px;
}
.outerpanel .innerpanel .usergdslist ul li ul li {
	float: left;
	padding-right: 4px;
}
.outerpanel .innerpanel .usergdslist ul li ul .gamename {
	vertical-align: middle;
	display: table;
}
ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clearfix {
	clear: both;
}
.outerpanel .innerpanel .usergdslist ul li ul {
	background-color: #FFF;
	border-radius: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B5B5B5;
}
#ogdstitle img {
	float: left;
}
#ogdstitle {
	height: 100px;
	background-image: url(gdsback1.jpg);
	padding-top: 10px;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #DFDFDF;
	overflow: hidden;
}

#searchbar {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #E0E0E0;
}
#searchbar form #inputgroup .query{
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	background-color: #FFFFFF;
	border: 1px solid #000;
	height: 31px;
}
#searchbar form #inputgroup .sbutton{
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	height: 41px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
}
#searchbar form #inputgroup {
	float: right;
}
#ogdstitle #titletext {
	float: left;
	position: absolute;
	left: 276px;
	top: 20px;
	height: 60px;
	overflow: hidden;
}
#searchbar #loginbox {
	width: 50%;
	float: left;
}
#searchbar form {
	float: right;
	width: 50%;
	text-align: right;
}
.latest {
	line-height: 1.6em;
	background-color: #F3F3F3;
	border-radius: 4px;
	padding: 3px;
	font-size: small;
}
.outerpanel .innerpanel .latest a {
	color: #0C3;
	text-decoration: none;
}
.footer {
	text-align: center;
	font-size: small;
	font-style: italic;
	clear: both;
	padding: 10px;
	background-color: #CCC;
}
