* {
	margin: 0; 
	padding: 0;
}
html, body {
	height: 100%;
	min-width: 100%;
	background: url(/img/publish/background-scanline.jpg) #005500 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.medium-textarea {
	width: 400px;
	height: 60px;
}
#container{
	width: 928px;
	min-height:100%;
	margin: 0 auto;
	background: url(/img/publish/shadow.jpg) repeat-y;
	background: url(/img/publish/shadowtransparent.png) repeat-y;
}
.button {
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
.button span {
	display: none;
}
.header {
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
.header span {
	display: none;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.clickable {
	cursor: pointer;
}
a {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #008800;
}
.center {
	text-align: center;
}

/* Header and AJAX login box */

#header {
	width: 902px;
	height: 127px;
	margin: 0 auto 0 auto;
	background: transparent
	url(/img/publish/header.jpg) no-repeat;
}
#header h1 {
	position: absolute;
	text-indent: -9999px;
}
#header #login-box {
	width: 150px;
	margin-top: 4px;
	text-align: center;
	display: inline;
	float: right;
}
#header #login-box p {
	height: 28px;
	line-height: 28px;
}
#header #login-box strong {
	width: 70px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	display: inline-block;
}
#header #login-box strong span {
	font-size: 10px;
	display: inline;
}
#header #login-box input {
	width: 70px;
	height: 18px;
	padding-left: 2px;
	padding-right: 2px;
	background: transparent 
	url(/img/publish/text-input-background.jpg) no-repeat right;
	border: none;
}
#header #login-box .status-display {
	line-height: normal;
	position: relative;
	top: 4px;
	font-size: 10px;
}
#header #login-box #status-display {
	display: block;
}
#header #login-box #username-display a {
	color: #000;
	text-decoration: none;
}
#header #login-box p .button {
	width: 90px;
	height: 18px;
	margin-top: 5px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}
#login-button {
	background-image: url(/img/publish/loginbutton.png);
}
#register-button {
	background-image: url(/img/publish/registerbutton.png);
}
#inbox-button {
	background-image: url(/img/publish/inboxbutton.png);
}
#my-account-button {
	background-image: url(/img/publish/myaccountbutton.png);
}
#logout-button {
	background-image: url(/img/publish/logoutbutton.png);
}
.messages-alert {
	position: relative;
}
.messages-alert .messages-alert-container {
	width: 120px;
	position: absolute;
	left: -80px;
	line-height: 28px;
	background: url(/img/publish/notifier.png) top left no-repeat;
	background-position: center;
}
.messages-alert .messages-alert-text {
	padding-right: 10px;
}
.password-reset-alert {
	position: relative;
}
.password-reset-alert .container {
	width: 120px;
	position: absolute;
	left: -122px;
	top: -28px;
	line-height: 28px;
	background: url(/img/publish/notifier.png) top left no-repeat;
	background-position: center;
}
.password-reset-alert .container span {
	padding-right: 10px;
}
#loading {
	text-align: right;
	padding: 10px 10px 0 0;
}

.online-status {
	font-size: 10px;
	color: #330000;
}

/* The top navigation bar. */

#top-nav {
	width: 902px;
	height: 33px;
	margin: 0 auto 0 auto;
	list-style: none;
}
#top-nav li {
	display: inline;
}
#top-nav .button {
	height: 33px;
	display: inline-block;
}
#home-button {
	width: 123px;
	background-image: url(/img/navigation/home_idle.png);
}
#home-button:hover {
	background-image: url(/img/navigation/home_over.png);
}
#newest-games-button {
	width: 217px;
	background-image: url(/img/navigation/newest_idle.png);
}
#newest-games-button:hover {
	background-image: url(/img/navigation/newest_over.png);
}	
#most-popular-button {
	width: 212px;
	background-image: url(/img/navigation/popular_idle.png);
}
#most-popular-button:hover {
	background-image: url(/img/navigation/popular_over.png);
}
#my-favorites-button {
	width: 208px;
	background-image: url(/img/navigation/favorites_idle.png);
}
#my-favorites-button:hover {
	background-image: url(/img/navigation/favorites_over.png);
}
#upload-button {
	width: 142px;
	background-image: url(/img/navigation/upload_idle.png);
}
#upload-button:hover {
	background-image: url(/img/navigation/upload_over.png);
}

/* Everything that is in the left column. */

#left-column {
	width: 150px;
	float: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top:15px;
	margin-left: 14px;
	display: inline;
}
#left-column #left-nav {
	text-align: left;
	border-left: #769E3D solid 10px;
	list-style: none;
	margin-bottom: 15px;
}
#left-column #left-nav li a {
	width: 136px;
	color: #000;
	text-decoration: none;
	padding: 2px;
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	display: block;
}
#left-column #left-nav li a:hover {
	border-top:#780101 1px solid;
	border-bottom:#780101 1px solid;
}




#left-column #vertical-nav {
	text-align: left;
	list-style: none;
	margin-bottom: 15px;
}
#left-column #vertical-nav li a {
	background: url(/img/navigation/button.jpg) no-repeat;
	height: 22px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	padding-left: 27px;
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	display: block;
	margin-left: 1px;
}
#left-column #vertical-nav li a:hover {
	background: url(/img/navigation/button-over.jpg) no-repeat;
}
#left-column #search-form {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 120px;
}
#left-column #left-column-ad {
	margin-top: 15px;
}
#left-column #left-column-text-ad {
	padding: 4px;
	border: solid 1px #A6A6A6;
	width: 112px;
	margin: 15px auto 0 auto;
	text-align: left;
}
#left-column #left-column-text-ad a {
	font-weight: bold;	
}

/* Anything that isn't part of the basic nav. */

#content {
	width: 746px;
	float:right;
	margin-top: 15px;
	margin-right: 14px;
	display: inline;
}

/* You guessed it, the footer. */

#footer {
	text-align: center;
	padding: 20px 0 5px 0;
	clear: both;
}
#footer strong {
	padding: 0 2px 0 2px;
}
#footer #contact-link {
	color: #000;
	text-decoration: underline;
}
#footer #links {
	display: block;
	padding: 0 15px 20px 15px;
}
#footer #links span {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;	
}
#footer #links a {
	color: #444;
	font-size: 11px;
	padding: 0 4px 0 4px;
	text-decoration: underline;
}
#footer #links a:hover {
	color: #000;
}

/* Standard elements */

#content .text-header {
	color: #000000;
	font-size: 20px;
	margin-bottom:13px;
}
#content .text-header .sub-header {
	font-size: 12px;
	padding-left: 13px;
}
#content p {
	display: block;
	margin-bottom: 13px;
}
.inline {
	display: inline;
}
#content p strong {
	padding-right: 13px;
	display: block;
	margin-bottom: 4px;
}

/* A what's this? text tip */

.what {
	color: #003300;;
	font-size: 11px;
	text-decoration: underline;
}

#login-trouble {
	color: #000000;
	font-weight: bold;
}
#login-trouble:hover {
	color: #000077;
}
