body {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}

a:link {
	color: rgb(120, 149, 229);
	text-decoration: none;
}

a:visited {
	color:rgb(82, 95, 191);
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: rgb(247, 57, 49);
	text-decoration: underline;
}

a img {
	border-width: 0;
}

h2 {
	text-transform: capitalize;
}

h2.gamename {
	text-transform: none;
	margin-bottom: 0;
}

h3 {
	clear:both;
}

span.headerSubtext {
	font-size: 12px;
	font-weight:normal;
}

#header {
	color: #fff;
	background-color: rgb(222, 16, 16);
}

#menu {
	color: rgb(255,255,255);
	background: rgb(247, 57, 49);
	padding: 2px;
	font-size: 14px;
}

#menu ul {
	list-style-type: none;
	padding: 0;
}

#menu li {
	display: inline;
	padding: 0 10px;
}

#menu li img {
	vertical-align: text-bottom;
}

#menu a {
	color: rgb(255,255,255);
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: rgb(255, 255, 0);
	text-decoration: underline;
}

img.gamephoto {
	border: 1px solid rgb(173, 8, 8);
}

p.othernames {
	font-size: 12px;
	margin: 0 0 0 4px;
}

span.searchterm, span.searchresult {
	font-weight: bold;
}

span.yearpublished {
	font-weight: normal;
	font-size: 16px;
}

#footer a {
	color: rgb(255,255,255);
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: rgb(255, 255, 0);
}

span.bggcredit {
	font-size: 10px;
}

p.tableInstructions {
	font-size: 12px;
}

.error {
	color: rgb(173, 8, 8);
	font-style: italic;
}

.error-message {
	font-style: italic;
	color: #ff0;
	padding-left: 22px;
	background: url(/img/error.png) no-repeat 0 1px;
	font-size: smaller;
}

table.formTable .error-message {
	margin: 5px 0 0 0;
}

.finishFloat {
	clear: both;
}

table.formTable {
	margin: 10px;
	border-collapse: collapse;
}

table.formTable th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

table.formTable td {
	padding: 5px;
	border-top: 1px solid rgb(36,36,36);
	border-bottom: 1px solid rgb(36,36,36);
	background-color: rgb(82, 95, 191);
}

table.formTable tr.alt td {
	background-color: rgb(120, 149, 229);
}

table.formTable tr .ajaxWait {
	background: url(/img/ajaxLoaderBlue.gif) no-repeat center left;
}

table.formTable tr.alt .ajaxWait {
	background: url(/img/ajaxLoaderBlueAlt.gif) no-repeat center left;
}

table.formTable a {
	color: #000;
}

table.graph {
	width: 100%;
	border-collapse: collapse;
}

table.graph tbody tr td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

table.graph td, table.graph th {
	padding: 0 5px;
}

table.graph tbody td.key {
	text-align: right;
	border-right: 1px solid #000;
}

table.graph td.bgg_rating {
	background: url(/img/bgg.gif) no-repeat 5px 4px;
}

.ajaxWait {
	font-style: italic;
	padding: 22px;
	background: url(/img/spinner.gif) no-repeat center left;
}

div.messageBox {
	padding: 2px 5px 2px 31px;
	margin:  -10px auto -18px;
}

div.goodMessage {
	background: url(/img/accept.png) no-repeat 9px 5px;
	border-top: 2px solid rgb(79, 167, 72);
	border-bottom: 2px solid rgb(79, 167, 72);
}

div.badMessage {
	background: url(/img/exclamation.png) no-repeat 9px 5px;
	border-top: 2px solid rgb(247, 57, 49);
	border-bottom: 2px solid rgb(247, 57, 49);
}

div.infoMessage {
	background: url(/img/information.png) no-repeat 9px 5px;
	border-top: 2px solid rgb(82, 95, 191);
	border-bottom: 2px solid rgb(82, 95, 191);
}

div.failure {
	background: url(/img/exclamation.png) no-repeat 2px 5px;
	padding-left: 24px;
	color: rgb(247, 57, 49);
}

div.success {
	background: url(/img/accept.png) no-repeat 2px 5px;
	padding-left: 24px;
	color: rgb(79, 167, 72);
}