/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5d5c5c;
}
p, td, li {
	font-size:10px;
}
form {
	margin:0px;
	padding:0px;
}

a,.link {
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#dddddd;
	text-decoration:underline;
}

.clear {
	clear:both;
	width:auto;
	height:0px;
	overflow:hidden;
}
.clear5 {
	clear:both;
	width:auto;
	height:5px;
	overflow:hidden;
}
.clear10 {
	clear:both;
	width:auto;
	height:10px;
	overflow:hidden;
}
.clear18 {
	clear:both;
	width:auto;
	height:18px;
	overflow:hidden;
}
.clear20 {
	clear:both;
	width:auto;
	height:20px;
	overflow:hidden;
}
table.formTable {
	margin-bottom:10px;
}
table.formTable td, table.formTable th {
	vertical-align:top;
	padding:2px 5px;
}
table.formTable th {
	text-align:right;
}
table.formTable table.subFields td, table.formTable table.subFields th {
	border:none;
	font-size:11px;
	font-weight:normal;
	text-align:left;	
}
table.formTable table.subFields {
	margin-top:10px;
}

.highslide-credits {
	display:none!important;
}
.highslide-dimming {
	background: black;
}
.final {
	color:#A7D100;
	display:block;
}
.win {
	color:#00C3C5;
	display:block;
}
.lost {
	color:#A1A1A1;
	display:block;
}
