
/*
#MAIN TAGS
------------------------------------------*/

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #bbb;
	background: #30343f;
	margin: 0px;
	text-align: center;
	cursor: default;
}
td {
	font-size: 10px;
	vertical-align: top;
	text-align: inherit;
}
table {
	border-spacing: 0px;
	text-align: left;
}
img {
	border: none;
}
hr {
	height: 2px;
	color: #454953;
	background-color: #454953;
	border: none;
	margin: 4px 0px;
}

/*
#TEXT
------------------------------------------*/

body a:link,
body a:visited,
a:link span,
a:visited span {
	font-weight: bold;
	text-decoration: none;
	color: #bbb;
}
body a:hover,
body a:active,
a:hover span,
a:active span {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
h1, h2, h3 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	line-height: normal;
}
h1 {
	margin: 4px 2px;
	margin-top: 2px;
	color: #ccc;
	background: #454953;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
h2 {
	margin: 4px 0px;
	margin-top: 8px;
	color: #ccc;
	background: #454953;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
h2.no-space-before {
	margin-top: 2px;
}
h2:first-child {
	margin-top: 2px;
}
.special-header {
	color: #fff;
	font-size: 22px;
}
h3 {
	color: #bbb;
	margin: 2px;
	margin-top: 16px;
	border-bottom: 2px solid #454953;
	padding: 2px 0px;
	font-size: 10px;
	font-weight: normal;
}
h3 span:after {
	content: ":";
}
h1 span, h2 span {
	padding: 4px;
}
.special-header span {
	padding: 8px;
}
/*
h1 a, h2 a, h3 a {
	display: block;
}
*/
p {
	margin: 4px 0px;
	padding: 0px;
	hyphenation: auto;
	word-break-inside: hyphenate;
}
span, p, ul {
	display: block;
	line-height: 14px;
}
.discrete {
	color: #454953;
	font-weight: bold;
}
.discrete a:link, .discrete a:visited {
	color: #454953;
}
.discrete a:hover, .discrete a:active {
	color: #525661;
}
.error {
	color: #fe0;
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #fff;
}

/*
#PAGE SECTIONS
------------------------------------------*/

#header {
	display: table;
	margin: 0px auto;
	margin-top: 8px;
}
#wrapper {
	margin: 0px auto;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
}
table#content {
	margin: 0px auto;
	margin-top: -4px;
	padding-bottom: 2px;
	border-spacing: 2px;
	text-align: center;
}
table#content > tbody > tr > td > h2 {
	min-width: 200px;
}
table#content > thead {
	padding: 1px;
	background: #000;
}
table#content > thead > tr > td {
	color: #ccc;
	background: #454953;
	padding: 0px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
table#content > thead > tr > td span {
	display: block;
	padding: 4px;
}

/*
#BOX
------------------------------------------*/

.box, .sheet {
	color: #444;
}
table.box {
	margin: 2px;
	padding: 0px;
	border: 1px solid #282c37;
	background: #000;
	border-spacing: 1px;
}
table.box td.boxButton {
	border: 1px solid #ccc;
	background: #bbb url(images/boxHeadBG.png) center repeat-x;
	padding: 0px;
	text-align: center;
	width: 18px;
}
td.boxItem span {
	text-align: right;
}
div.boxItem {
	margin: 1px;
	font-size: 10px;
	color: inherit;
	padding: 0px;
	border: 1px solid #bbb;
	background: #ccc url(images/boxHeadBG.png) center repeat-x;
	text-align: center;
}
table.box > tbody > tr > td {
	border: 1px solid #ccc;
	background: #fff url(images/boxBodyBG.png) top repeat-x;
	padding: 0px;
	text-align: left;
}
table.box > tfoot > tr > td {
	border: 1px solid #ccc;
	background: #fff url(images/boxBodyBG.png) top repeat-x;
	padding: 0px;
	text-align: right;
	color: #999;
}
table.box td span, table.box td p {
	display: block;
	padding: 2px 4px;
}
table.box td.memo span {
	margin-bottom: 8px;
}
table.box tbody td p {
	margin: 0px;
	margin-bottom: 6px;
}
table.box > thead > tr > td,
table.box td.boxItem,
table.box > tbody > tr.items > td {
	border: 1px solid #ccc;
	background: #bbb url(images/boxHeadBG.png) center repeat-x;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}
table.box td img {
	margin: 3px 1px;
	outline: 1px solid #ddd;
	border: 1px solid #000;
	background: #fff;
}
table.box td img.icon {
	margin: 0px;
	outline: none;
	border: none;
	background: none;
}
table.box td iframe {
	margin: 5px;
	outline: 1px solid #ddd;
	border: 1px solid #000;
}
table.box a:link,
table.box a:visited,
table.box a:link span,
table.box a:visited span {
	background: none;
	color: #444;
}
table.box a:hover,
table.box a:active,
table.box a:hover span,
table.box a:active span {
	background: none;
	color: #f22;
}
a span.nolink {
	font-weight: normal;
}
.iframe table.box {
	margin: 0px auto;
}
table.sheet {
	border-collapse: collapse;
	margin: 0px;
}
table.sheet > thead > tr > td {
	background: #ccc;
	text-align: left;
	overflow: hidden;
}
table.sheet > thead > tr > td span {
	padding: 1px 4px;
}
iframe {
	margin: 2px;
}
iframe.auto-resize {
	overflow: hidden;
}

/*
#MESSAGES
------------------------------------------*/

.message {
	border: 1px solid #454953;
	margin: 2px 0px 2px 1px;
}
table.message {
	border-spacing: 0px;
	border-collapse: collapse;
}
table.message + table.message {
	margin-top: 4px;
}
table.message.important {
	outline: 1px solid #ff0;
	margin: 2px 2px 2px 3px;
	font-size: 10px;
}
table.detailed-message {
	margin-top: 3px;
}
.message td {
	border: 1px solid #454953;
	padding: 0px;
}
.message td span {
	display: block;
	padding: 2px 4px;
}
.message td p {
	display: block;
	padding: 2px 4px;
	margin: 0px;
	margin-bottom: 2px;
}
.message td p + p {
	margin-top: 4px;
}
.message thead td {
	color: #ccc;
	background: #454953;
	text-align: left;
}
.message thead span {
	padding: 1px 4px;
}
table.detailed-message thead span {
	padding: 3px 5px;
}
.message tfoot td {
	color: #999;
	text-align: right;
}
.message tfoot td span {
	padding: 0px 2px;
}
/*
table.detailed-message tfoot > tr > td > span {
	padding: 2px 4px;
}
*/
ul {
	margin: 3px 3px;
	list-style: square;
	padding-left: 14px;
}
li {
	margin: 1px 0px;
}
.message li span {
	margin: 0px;
	padding: 0px;
}
table.message.important p {
	font-size: 10px;
	line-height: 16px;
}

/*
#NAVBAR
------------------------------------------*/

table#navbar {
	display: none;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #282c37;
	background: #000;
	border-spacing: 1px;
}
table#navbar td {
	border: 1px solid #ccc;
	background: #bbb url(images/boxHeadBG.png) center repeat-x;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
table#navbar td span {
	display: block;
	padding: 2px 12px;
}
table#navbar a:link, table#navbar a:visited {
	color: #444;
}
table#navbar a:hover, table#navbar a:active {
	color: #f22;
}
.navItem {
	display: block;
	margin: 2px 0px;
	color: #ccc;
	background: #454953;
	padding: 2px 4px;
	text-align: left;
}

/*
#FORM
------------------------------------------*/
form {
	margin: 0px;
}
form td {
	text-align: left;
	padding: 3px 4px;
}
input,
textarea,
select {
	margin: 0px;
	padding: 3px;
	outline: 1px solid #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
}
select {
	padding: 0px;
	position: relative;
	top: -1px;
}
option {
	padding: 1px 5px 1px 3px;
}
td > input,
td > textarea,
td > select {
	margin-top: -3px;
}
input[type="text"],
textarea {
	background: #fff;
	color: #222;
	border: 1px solid #ddd;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border: 1px solid #aaa;
	background: #fff url(images/buttonBG.png) top repeat-x;
	padding: 2px 3px;
	color: #444;
	font-weight: bold;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #f22;
}
input[disabled], input[disabled]:hover {
	border: 1px solid #999;
	background: #ddd;
	color: #888;
}
input.span {
	display: inline;
	background: none;
	border: none;
	outline: none;
}
input.error, textarea.error {
	border-color: #fe0;
	color: #222;
	font-weight: normal;
}
form .info {
	text-align: right;
	padding-top: 2px;
}

/*
#HICORES
------------------------------------------*/

.hiscore {
	min-width: 200px;
}
table.box .hiscore {
	min-width: 170px;
}
.iframe .hiscore {
	overflow: auto;
	max-height: 360px;
	width: 260px;
}
.hiscore table {
	width: 100%;
	border-spacing: 0px;
	margin: 0px;
}
.hiscore table td {
	text-align: left;
	padding: 0px;
	white-space: nowrap;
}
tr.odd td {
	background: url(images/tableOddRowBG.png);
}
.hiscore table td span {
	padding: 2px 4px;
}
.hiscore h3 {
	background: none;
	color: #444;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	margin-top: 14px;
}
.hiscore table td:first-child h3 {
	margin-top: 0px;
}
/*
.hiscore tr.header span {
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}
/*
.hiscore tr.header span {
	background: none;
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
}
.hiscore tr.space span {
	background: none;
	border-top: 1px solid #999;
	padding-top: 1px;
}
/*
.myName td {
	background: #414550;
}
td.marker {
	background: none;
}
*/
#myScore td, #myScore td a span {
	color: #f22;
}
#myScore td, #myScore td span a {
	color: #f22;
}
.hiscore hr {
	margin: 0px;
	margin-top: 8px;
	color: #ccc;
	background-color: #ccc;
}

/*
#DIRECTIONS
------------------------------------------*/
span.icon {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0px auto;
}
span.direction-up {
	background: url(images/directionUp.png) center no-repeat;
}
span.direction-down {
	background: url(images/directionDown.png) center no-repeat;
}
span.direction-right {
	background: url(images/directionRight.png) center no-repeat;
}

/*
#QUILT
------------------------------------------*/
table.quilt {
	margin: 0px auto;
	border-collapse: separate;
	border-spacing: 2px;
}
table.quilt > caption {
	margin: 3px;
}
table.quilt td {
	padding: 0px;
}
table.quilt td span {
	display: block;
	color: #ccc;
	background: #454953;
	padding: 2px 4px;
	text-align: center;
	vertical-align: middle;
}

/*
#MISC
------------------------------------------*/

table.columns {
	margin: -1px 0px;
	padding: 0px;
	text-align: center;
}
table.columns > * > tr > td {
	margin: 0px;
	padding: 0px 4px;
	text-align: inherit;
}
.right, .right span, .right p {
	text-align: right;
}
span.cut {
	white-space: nowrap;
	overflow: hidden;
}
span.scroll-x,
p.scroll-x {
	overflow-x: auto;
}
#mainPageTitle {
	display: block;
	width: 560px;
	height: 100px;
	background: url(images/mainPageTitle.png) center no-repeat;
}
#pageTitle {
	display: block;
	width: 240px;
	height: 40px;
	background: url(images/pageTitle.png) center no-repeat;
}
#introLogo + div {
	visibility: hidden;
}
#introLogo:hover + div {
	visibility: visible;
	color: #fff;
	font-weight: bold;
}
#introBox {
	margin: auto;
	background: url(images/introBG.png) center no-repeat;
	width: 600px;
	min-height: 500px;
}
#introBox div {
	text-align: center;
}
img.inline-icon,
table.box img.inline-icon {
	margin: 0px;
	outline: none;
	display: inline;
	vertical-align: bottom;
	border: none;
	background: none;
}
span.move-icon img.inline-icon {
	position: relative;
	left: -3px;
	margin-right: -4px;
}
span.navItem.move-icon img.inline-icon {
	position: relative;
	left: -2px;
	margin-right: -2px;
}
