/* ###################################################################################
GAME PAGE
################################################################################### */

#game_body {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-family:Calibri,'Trebuchet MS';
}

#game_infobox {
	background: #ddd;
}

#game_infobox td {
	background: #fff;
	font-size:14px;
	font-family:Calibri,'Trebuchet MS';
}

h1 {
	font-size: 30px;
	margin-top: 0px;
}

h2 {
	font-size: 15px;
	color:#444444;
	border-bottom:#888 1px solid;
}

.article_copy h2 {
	font-size: 22px;
	color:#444444;
	margin-top: 20px;
	border-bottom: none;
	text-decoration: underline;
}

#tabs {
	width:100%;
	border-bottom:#888 1px solid;
	margin-top: 15px;
	margin-bottom: 10px;
	height:25px;
}

#tabs ul {
	list-style: none outside none;
	padding:0;
	margin:0 0 0 25px;
	position:absolute;
	margin-bottom:-1px;
}

#tabs li {
	float: left;
	margin-right: 3px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	font-size: 14px;
	border:#888 1px solid;
	background: #eee;
}

#tabs li.selected {
	background: #fff;
	font-weight: bold;
	border-bottom:#fff 1px solid;
}

#total_units {
	float:left;
	margin-left:10px;
}

#total_units td {
	font-size:14px;
	padding-right:10px;
}

#game_table_box {
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#game_table_box input {
	background: #fff;
	color: #222;
	width: 100px;
	border: #555 1px solid;
	font-size:14px;
	font-family:Calibri,'Trebuchet MS';
}

#game_table_box select {
	background: #fff;
	color: #222;
	width: 100px;
	border: #555 1px solid;
	font-size:14px;
	font-family:Calibri,'Trebuchet MS';
}

#game_table_box table {
	background: #ddd;
}

#game_table_box th {
	background: #eee;
	font-size:12px;
}

#game_table_box td {
	background: #fff;
	font-size:12px;
	font-family:Calibri,'Trebuchet MS';
}

#rightbar_box ul {
	margin:0;
	padding-left:16px;
}

td {
	font-family:Calibri,'Trebuchet MS';
}

textarea {
	font-family:Calibri,'Trebuchet MS';
}

input {
	font-family:Calibri,'Trebuchet MS';
}

#gamewise_links {
	text-align: center;
	width: 620px;
	border: #dddddd 1px solid;
	font-family: 'Lucida Grande',Lucida Grande,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 10px 0;
	margin-top: 20px;
}

#gamewise_links a {
	color: #27AACA;
}

#gamewise_links h3 {
	margin: 8px 0;
	font-weight: 700;
	text-decoration: underline;
}

#gamewise_links h3 a {
	color: #777777;
}

#gamewise_links h4 {
	margin: 4px 0 2px;
	font-weight: 700;
}

#gamewise_links h4 a {
	color: #777777;

}

#gamewise_links p {
	margin: 5px auto;
	clear: none;
}

#gamewise_links p a {
	margin-right: 8px;
}