/* ここに書いた CSS は全ての外装に反映されます */

/* Forum formatting -Algorithm & -Splaka */
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td.forum_edited a { color: black; text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }

/* wikitable class */

.gameinfo td{
border:1px solid #aaa;

}

table.gameinfo {
	background-color:white;
	color: black;
	border-top:	1px black #aaa;
	border-left:	1px black #aaa;
	border-right:	1px black solid;
	border-bottom:	1px black solid;
	border-collapse:	collapse;
width:300px;
}


.gameinfo tr.title{
background:#E0D8D8;
color:black;
font-weight:bold;
text-align:center;
}