@charset "utf-8";

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #ffffff;
	font-size: 0.9em;
	font-family: tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -7em;
}

.footer, .push {
	height: 7em; /* matches .wrapper's margin size */
	text-align: center;
	color: #808080;
}

a img {
	border: none;
}

.footer a {
	font-size: smaller;
	color: #808080;
	text-decoration: none;
}


.gameTitle {
	padding-top: 10px;
	font-size: larger;
	font-weight: bold;
	padding-bottom: 5px;
	background-color: inherit;
}



td {
	vertical-align: top;
	padding: 0 0 1em 0;
	text-align: center;
}

td.controlsHeader {
	font-weight: bold;
	padding: 0 0 1em 0;
	text-align: left;
}

td.controls {
	margin-bottom: 10px;
	text-align: left;
}

tr {
	vertical-align: top;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead td.rounded-top-left
{
	background: #b9c9fe url('/table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead td.rounded-top-right
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
	text-align: left;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
