a:link              { color:#fff; text-decoration:none; }
a:visited           { color:#fff; text-decoration:none; }
a:hover             { color:#eee; text-decoration:underline; }
a:active            { color:#eee; text-decoration:underline; }


body
{
	margin:0;
	padding:0;
	height:100%;
	background:#000;
	color:#eee;
	width:100%;
}

.button
{
	background:url(../css_images/button.png) no-repeat 0px 0px;
	height:73px;
	width:243px;
	color:#444;
	display:inline-block;
}

.button:hover
{
	background:url(../css_images/button.png) no-repeat 0px -73px;
	height:73px;
	width:243px;
	cursor:pointer;
}

#choice_div
{
	width:800px;
	height:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-100px 0 0 -400px;
	background:#000;
	font-family:verdana;
	font-size:48px;
	text-align:center;
	display:inline-block;
}

#select_all
{
	background:#000;
	font-family:verdana;
	font-size:48px;
	text-align:center;
	margin:20px auto 0 auto;
	display:block;
}

.error
{
	width:600px;
	height:20px;
	position:absolute;
	top:30%;
	left:50%;
	margin:0 0 0 -300px;
}

#physical
{
	width:200px;
}

#digital
{
	display:inline-block;
	width:200px;
	text-align:center;
	background:blue;
}

#scores
{
	display:inline-block;
	width:200px;
}

#platform_table
{
	border-collapse: collapse;
	margin:10px auto 0 auto;
}

#platform_table td
{
	border:1px solid gray;
	text-align:center;
	padding:10px;
	font-family:verdana;
	font-size:14px;
}

.game_table
{
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	margin:20px auto 0 auto;
}

.game_table td
{
	border: 1px solid gray;
	text-align:center;
	padding:3px 10px 3px 10px;
	vertical-align:middle;
	font-family:verdana;
	font-size:16px;
}


.score_table
{
	margin:20px 0 0 30px;
}

.score_table td
{
	font-family:verdana;
	font-size:12px;
}

.scorehead
{
	font-family:verdana;
	font-size:30px;
	margin-left:10px;
}

#game_div
{
	position:relative;
	width:1024px;
	background:#111;
	height:100%;
	margin:0 auto;
	font-family:verdana;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
}

#game_name
{
	font-size:36px;
	text-align:center;
}

#game_platform
{
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
}

#game_type
{
	font-size:16px;
	position:absolute;
	right:10px;
	bottom:10px;
}

.center_box
{
	text-align:center;
	margin-bottom:20px;
}

.bighead
{
	font-size:28px;
	text-align:center;
	font-family:verdana;
	padding-top:20px;
}

th
{
	padding:2px 10px 2px 10px;
	font-family:verdana;
}

#game_box
{
	display:inline-block;
	width:200px;
	font-size:20px;
}

#game_manual
{
	display:inline-block;
	width:200px;
	margin:0 auto 0 auto;
	font-size:20px;
}

#game_score
{
	display:inline-block;
	width:200px;
	font-size:20px;
}

#game_notes
{
	background:#222;
	display:inline-block;
	vertical-align: top;
	width:340px;
	margin-right:30px;
	padding:5px 5px 5px 10px;
	text-align:left;
}

#game_cnotes
{
	background:#222;
	display:inline-block;
	vertical-align: top;
	width:340px;
	padding:5px 5px 5px 10px;
	text-align:left;
}

.pic_class
{
	margin-bottom:5px;
	display:inline-block;
}

#leftpic
{
	display:inline-block;
	vertical-align: top;
	width:450px;
	font-size:18px;
	margin-right:20px;
}

#rightpic
{
	display:inline-block;
	width:450px;
	font-size:18px;
}