/* The headers for different game categories */

h2 .header {
	width: 730px;
	height: 31px;
	float: right;
	margin-bottom: 10px;
	display: block;
}
#all-games-header {
	background: url(/img/display/all-header.jpg);
}
#newest-games-header {
	background: url(/img/display/newest-header.jpg);
}
#most-popular-header {
	background: url(/img/display/most-popular-header.jpg);
}
#scored-games-header {
	background: url(/img/display/scored-games-header.jpg);
}
#action-adventure-header {
	background: url(/img/display/action-adventure-header.jpg);
}
#arcade-header {
	background: url(/img/display/arcade-header.jpg);
}
#puzzle-header {
	background: url(/img/display/puzzle-header.jpg);
}
#shooting-header {
	background: url(/img/display/shooting-header.jpg);
}
#sports-header {
	background: url(/img/display/sports-header.jpg);
}
#other-header {
	background: url(/img/display/other-header.jpg);
}
#my-favorites-header {
	background: url(/img/display/favorites-header.jpg);
}

/* The table used to display games and users */

.name{
	width: 235px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 2px;
}
.name a{
	color: #000;
	text-decoration: none;
}
.description{
	width: 235px;
	height: 35px;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: top;
}
.display{
	margin: 0 auto;
	margin-bottom: 10px;
	width: 600px;
}

/*.display-table {
border: solid 1px #000;
	text-align: center;
	margin: 0 auto 0 auto;
	clear: right;
	display: inline;
}
.display-table div {
	width: 285px;
	height: 50px;
	text-align: left;
	display: inline-block;
}
.display-table .icon {
	padding-right: 4px;
	float: left;
}
.display-table .name {
	font-size: 12px;
	font-weight: bold;
}
.display-table .short-description {
	position: relative;
	top: 4px;
	font-size: 11px;
}*/

/* Now for the list */
#editable-list {
	width: 734px;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#editable-list tr td a {
	width: 100%;
	color: #000;
	text-decoration: none;
	display: inline-block;
}
#editable-list tr td a:hover {
	color: #000066;
}
#editable-list th {
	font-style: italic;
	font-size: 13px;
	border-bottom: inset 2px #333;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
}
#editable-list td {
	font-size: 12px;
	padding: 6px 8px;
	border-bottom: 1px solid #CCC;
}
#editable-list td .date {
	color: #444;
}
.empty-list {
	text-align: center;
}