html {
	height: 100%;
}

body {
	background: #48B url('images/bg.gif') no-repeat fixed center bottom;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	margin: 0;
	height: 100%;
}

#body {
	background-color: #222;
	margin: 0 auto;
	width: 1008px;
	height: 100%;
}

.body {
	background-color: #FFF;
	padding: 20px;
}

#menu {
	font-size: 10pt;
	line-height: 20pt;
	text-align: center;
	white-space: nowrap;
	list-style: none;
	padding: 10px;
	margin: 22px 0 0 0;
	width: 195px;
	-moz-box-shadow: 0 1px 6px #CCC;
	-webkit-box-shadow: 0 1px 6px #CCC;
	box-shadow: 0 1px 6px #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#menu li {
	padding: 0;
	margin: 1px 0;
	position: relative;
}

#menu li.separator {
	background-color: #DDD;
	height: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

#menu li ul {
	background-color: #FFF;
	font-size: 10pt;
	line-height: 20pt;
	text-align: center;
	list-style: none;
	padding: 10px;
	margin: -11px 0 0 195px;
	min-width: 195px;
	display: none;
	-moz-box-shadow: 1px 1px 6px #CCC;
	-webkit-box-shadow: 1px 1px 6px #CCC;
	box-shadow: 1px 1px 6px #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#menu li:hover ul {
	display: block;
	position: absolute;
	top: 0;
}

#menu li:hover ul li ul {
	display: none;
}

#menu li:hover ul li:hover ul {
	display: block;
}

#menu a {
	color: #FFF;
	background-color: #AAA;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	overflow: hidden;
	text-shadow: 0 0 5px #888;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

#menu a:focus {
	background-color: #999;
}

#menu a:hover {
	background-color: #936 !important;
	text-shadow: none;
}

#menu li:hover > a {
	background-color: #777;
	text-shadow: none;
}

#menu a.chosen {
	background-color: #8A8;
}

#menu a.chosen:focus {
	background-color: #797;
}

#menu a.chosen:hover {
	background-color: #936 !important;
}

#menu li:hover > a.chosen {
	background-color: #686;
}

#login {
	background-color: #FFD;
	border: 1px #486 dashed;
	padding: 20px 20px 15px 20px;
	margin: 25px 0 0 5px;
	width: 163px;
	-moz-box-shadow: 0 1px 6px #CCC;
	-webkit-box-shadow: 0 1px 6px #CCC;
	box-shadow: 0 1px 6px #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#login table {
	width: 100%;
}

#login th {
	color: #222;
	text-align: right;
	padding-bottom: 5px;
}

#login td {
	padding: 0 0 5px 10px;
	width: 100%;
}

#login input.text {
	border: 1px #888 solid;
	width: 100%;
}

#login input.button {
	color: #FFF;
	background-color: #888;
	border: 1px #444 solid;
	font-weight: bold;
}

#login .warning {
	color: #C00;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 10px 0;
}

#login #ssl_switch td {
	font-weight: bold;
	padding: 10px 0 2px 0;
}

#login #ssl_info td {
	font-size: 7pt;
	padding: 11px 0 2px 0;
}

div.news {
	background: url('images/arrow.gif') no-repeat left 1px;
	line-height: 12pt;
	padding-left: 20px;
	margin: 15px 0 0 -20px;
}

div.hr {
	background: url('images/line.gif') no-repeat center top;
	padding-top: 5px;
	margin: 20px 0;
}

#footer {
	color: #CCC;
	background-color: #444;
	text-align: center;
	padding: 10px;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}

#links {
	color: #666;
	background-color: #222;
	border-top: 1px #555 solid;
	padding: 10px;
}

#links a {
	color: #888;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

a {
	color: #063;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	color: #FFF;
	background: #486 url('images/header.jpg') no-repeat center center;
	font-family: Georgia, Arial, sans-serif;
	font-size: 28pt;
	font-weight: normal;
	text-align: center;
	padding: 9px 10px 11px 10px;
	margin: -20px -10px 0 -10px;
	text-shadow: 0 4px 8px #222;
	-moz-box-shadow: 0 3px 6px #DDD;
	-webkit-box-shadow: 0 3px 6px #DDD;
	box-shadow: 0 3px 6px #DDD;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#header strong {
	font-weight: normal;
}

h1 {
	background: url('images/line.gif') no-repeat left bottom;
	font-family: Georgia, Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	padding-left: 10px;
	margin: 20px 0 0 0;
	text-shadow: 0 3px 6px #888;
}

h2 {
	color: #084;
	font-size: 14pt;
	margin: 20px 0 0 0;
}

h3 {
	color: #888;
	font-size: 12pt;
	margin: 20px 0 0 0;
}

p {
	line-height: 12pt;
	margin: 15px 0 0 0;
}

input, button {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

a abbr {
	cursor: inherit;
}

abbr {
	border: none;
	cursor: help;
}

table {
	border-collapse: collapse;
	margin: 0;
}

table th {
	text-align: left;
	padding: 0;
}

table td {
	padding: 0;
}

table.group {
	border: 10px #FFF solid;
	white-space: nowrap;
	margin: 20px 20px 0 0;
	float: left;
	-moz-box-shadow: 0 1px 6px #CCC;
	-webkit-box-shadow: 0 1px 6px #CCC;
	box-shadow: 0 1px 6px #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

table.group h2 {
	margin: 0;
}

table.group h3 {
	margin-top: 10px;
}

table.group td.right {
	text-align: right;
	padding-left: 20px;
}

div.lastmatches {
	margin: 15px 0 0 0;
}

div.lastmatches a {
	font-weight: bold;
	white-space: nowrap;
}

table.results {
	color: #396;
	border: 2px #000 solid;
	margin-top: 20px;
}

table.results caption {
	background-color: #E3E9E6;
	font-size: 14pt;
	font-weight: bold;
	border-top: 2px #000 solid;
	border-right: 2px #000 solid;
	border-left: 2px #000 solid;
	text-align: left;
	padding: 2px 5px 0 22px;
}

table.results th {
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 2px 5px 0 5px;
}

table.results td.w2 {
	font-size: 8pt;
}

table.results th.w3 {
	text-align: center;
}

table.results td {
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-align: center;
	padding: 2px 5px 0 5px;
}

table.results a {
	text-decoration: none;
}

table.results .left {
	border-right: 2px #000 solid;
	text-align: left;
}

table.results .right {
	border-left: 2px #000 solid;
}

table.results td.disabled {
	background-color: #CCC;
}

div.group {
	margin: 0 40px 20px 0;
	float: left;
}

table.final {
	color: #396;
	border: 2px #000 solid;
	margin-top: 20px;
}

table.final caption {
	background-color: #E3E9E6;
	font-size: 14pt;
	font-weight: bold;
	border-top: 2px #000 solid;
	border-right: 2px #000 solid;
	border-left: 2px #000 solid;
	text-align: left;
	padding: 2px 5px 0 22px;
}

table.final td {
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-align: center;
	padding: 2px 5px 0 5px;
}

table.final a {
	text-decoration: none;
}

table.final .left {
	text-align: left;
}

table.final .bt {
	border-top: 2px #000 solid;
}

table.stats {
	color: #396;
	border: 2px #000 solid;
	margin-top: 20px;
}

table.stats caption {
	background-color: #E3E9E6;
	font-size: 14pt;
	font-weight: bold;
	border-top: 2px #000 solid;
	border-right: 2px #000 solid;
	border-left: 2px #000 solid;
	text-align: left;
	padding: 2px 5px 0 5px;
}

table.stats th {
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-align: center;
	vertical-align: bottom;
	padding: 2px 5px 0 5px;
}

table.stats td {
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-align: center;
	padding: 2px 5px 0 5px;
}

table.stats a {
	text-decoration: none;
}

table.stats .br {
	border-right: 2px #000 solid;
}

table.stats .left {
	text-align: left;
}

table.stats .right {
	text-align: right;
}

table.stats .odd {
	background-color: #EEE;
}

div.thumbs {
	padding-bottom: 5px;
	margin-right: -30px;
}

div.thumb {
	background-color: #222;
	border: 8px #333 solid;
	padding: 2px;
	margin: 25px 20px 5px 10px;
	width: 146px;
	height: 146px;
	float: left;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

div.thumb img {
	border: none;
	opacity: 0.9;
}

div.thumb:hover {
	background-color: #FFF;
	border: 8px #396 solid;
}

div.thumb:hover img {
	opacity: 1;
}

.bold {
	font-weight: bold;
}

.help {
	cursor: help;
}

.gray {
	color: #666;
}

.red {
	color: #C00;
}

.winered {
	color: #936;
}