/* ************************************* */
/* styles from Arcade.template           */
/* ************************************* */
/* These are for the auto suggest floating div type thing. */
.game_suggest
{
	border: 1px solid black;
	position: absolute;
	visibility: hidden;
}

/* An auto suggest item */
.game_suggest_item
{
	background-color: #DDDDDD;
}

.game_suggest_item a
{
	color: black;
	display: block;
}

/* hovered auto suggest item */
.game_suggest_item a:hover
{
	background-color: #888888;
	cursor: pointer;
	color: #EEEEEE;
	text-decoration: none;
}

/* ************************************* */
/* styles from ArcadeList.template       */
/* ************************************* */
table.gamesframe
{
	width: 100%;
}
table.gamesframe th.catbg3
{
	text-align: left;
}
table.gamesframe td.icon
{
	padding: 5px 7px;
	width: 8%;
}
table.gamesframe td.info
{
	vertical-align: top;
}
table.gamesframe td.info h4
{
	padding: 0.4em 0.4em 0 0.4em;
	margin: 0;
}
table.gamesframe td.info h4 a
{
	float: left;
}
table.gamesframe td.info h4 span
{
	float: right;
}
table.gamesframe td.info p
{
	padding: 0 0.4em 0.5em 0.4em;
	margin: 0;
}
table.gamesframe td.info p span.game_left
{
	float: left;
	text-align: left;
}
table.gamesframe td.info p span.game_right
{
	float: right;
	text-align: right;
}
table.gamesframe td.score
{
	width: 15%;
	text-align: center;
	vertical-align: middle;
}
table.gamesframe td.score2
{
	width: 30%;
	text-align: center;
	vertical-align: middle;
}

/* ************************************* */
/* styles from ArcadeGame.template       */
/* ************************************* */
table.scoresframe
{
	width: 100%;
}
table.scoresframe th.catbg3
{
	text-align: left;
}
table.scoresframe td
{
	padding: 0.5em;
}

/* ************************************* */
/* styles from ArcadeStats.template       */
/* ************************************* */
.arcadestats
{
	width: 85%;
	margin: auto;
	text-align: center;
}
.arcadestats h3, .arcadestats div
{
	text-align: left;
}
.arcadestats_section
{
	clear: both;
}
.arcadestats_section p.section
{
	display: block;
	margin: 0;
	width: 3%;
	text-align: center;
	float: left;
	padding: 0.5em 0 0 0;
}
.arcadestats_section div.sectionbody
{
	margin-left: 3%;
	padding: 0.3em;
	border-left: solid #a0a0a0 1px;
}

/* ************************************* */
/* styles from ArcadeArena.template      */
/* ************************************* */
table.matchesframe
{
	width: 100%;
}
table.matchesframe th.catbg3
{
	text-align: left;
}

table.matchesframe td
{
	padding: 0.5em;
}

.arc_button
{
	padding: 5px;
	margin: 5px;
	text-decoration: none;
}
.arc_button:hover
{
	text-decoration: none;
}
.arc_button span
{
	padding-right: 10px;
}

table.playerlist
{
	width: 100%;
}
table.playerlist th.catbg3
{
	text-align: left;
}
table.playerlist td
{
	padding: 0.5em;
}

table.gameslist
{
	width: 100%;
}
table.gameslist th.catbg3
{
	text-align: left;
}
table.gameslist td
{
	padding: 0.5em;
}
