body {
	padding: 0px;
	margin: 0px;
}

table{
	border: 1px solid #000;
	border-collapse:collapse;
	margin-bottom:2em;
}

th{
	border: 1px solid #000;
	background-color:#ddd;
}

td{
	border: 1px solid #000;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0.2em;
}

th.gamecolumn{
	font-size:80%;
}

th.sectionhead{
	font-size:90%;
}

.wresname{
	font-size:80%;
	text-align:right;
	padding-right:0.1em;
}

.yes{
	background-color:#bfb;
	text-align:center;
	font-size:80%;
}

.hidden{
	background-color:#bbf;
	text-align:center;
	font-size:80%;
}

.notplayable{
	background-color:#bbb;
	text-align:center;
	font-size:80%;
}

.editparts{
	background-color:#fc7;
	text-align:center;
	font-size:80%;
}

.hiddenedit{
	background-color:#ffa;
	text-align:center;
	font-size:80%;
}

.requireshack{
	background-color:#000;
	color:#fff;
	text-align:center;
	font-size:80%;
}

.download{
	background-color:#d8d;
	text-align:center;
	font-size:80%;
}

.no{
	background-color:#fbb;
	text-align:center;
	font-size:80%;
}

#header{
	background-color:#FED;
	width:100%;
	text-align:center;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-bottom:2px solid #000;
}

#topmenu{
	background-color:#bbb;
	border-bottom:2px solid #000;
	padding-top:0.25em;
	padding-bottom:0.25em;
	text-align:center;
}

#topmenu ul{
	margin-top:0;
	margin-bottom:0;
}

#topmenu li{
	display:inline;
	padding-right:1.25em;
}

#content{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

#footer{
	width:100%;
	background-color:#EEE;
	font-size:90%;
	text-align:center;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-top:1em;
	border-top:2px solid #000;
}

.section{
	border:1px solid #111;
	padding:0.5em;
	margin-top:1em;
	margin-bottom:1em;
	background-color:#eee;
}
