@charset "UTF-8";
body
{
	margin: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
font
{
	color: #FFA200;
	font-size: 12px;
}
.banner
{
	background: url('/design/default/images/banner-bg.jpg');
	text-align: center;
}
table.header
{
	font-size: 1px;
	height: 9px;
	background: url('/design/default/images/header-bg.jpg');
	width: 100%;
}
table.header .spacer
{
	width: 159px;
}

table.content
{
	width: 100%;
	height: 600px;
}
table.content .spacer
{
	width: 171px;
	background: url('/design/default/images/track-left.jpg') repeat-y;
	vertical-align: top;
}
table.content .side-left, table.content .side-right
{
	background: url('/design/default/images/side-divider.jpg') repeat-y top left;
	width: 9px;
}
table.content .side-right
{
	background-position: top right;
}
table.content .center-divider
{
	background: url('/design/default/images/center-divider.jpg') repeat-y top center;
	width: 29px;
}
table.content .center-content
{
	background: #1a1a1a;
	vertical-align: top;
}
div.page-footer
{
	background: url('/design/default/images/footer.jpg');
	text-align: center;
	height: 15px;
	border-bottom: 1px solid #ff9600;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.sponsors
{
	color: #FFFFFF;
	text-align: center;
}
div.sponsors ul, div.sponsors li
{
	text-align: left;
	list-style: none;
}
div.sponsors ul
{
	border-bottom: 1px solid #FFFFFF;
	background: #333333;
	padding-bottom: 0;
	padding: 4px;
	margin-left: 1px;
}
div.sponsors li
{
	height: 50px;
}
div.sponsors li a
{
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 14px;
	display: block;
}
#window
{
	display: none;
}
.lookup-window
{
	background: #0F0F0F;
	position: absolute;
	top: 200px;
	left: 450px;
	border: 1px solid #777777;
}
.lookup-window .box
{
	
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
}
.lookup-window ul
{
	padding-left: 0px;
	list-style: none;
}
.lookup-window li
{
	padding-left: 10px;
	font-size: 11px;
	border-bottom: 1px solid #FFa200;
}
.lookup-window input
{
	background: #555555;
	color: #FFa200;
	border: 1px solid #777777;
	width: 500px; 
}
div.error
{
	background: #555555;
	color: #FFa200;
	text-align: center;
	border: 1px solid #777777;
	font-size: 12px;
}
.button
{
	color: #FFa200;
	cursor: pointer;
	display: block;
}
.page
{
	border: 1px solid #777777;
	background: #1A1A1A;
	padding-left: 3px;
	padding-right: 4px;
}
.current-page
{
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #777777;
	background: #1A1A1A;
	padding-left: 3px;
	padding-right: 4px;
}
a:hover .page
{
	text-decoration: none;
}
div.code
{
	background: #0F0F0F;
	border: 1px solid #FFA200;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
div.code span.title
{
	font-weight: bold;
	display: block;
	background: #555555;
	border-bottom: 1px solid #777777;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
}
.bad
{
	border: 1px solid #CC0000;
}
.happy
{
	border: 1px solid #00CC00;
}
table.data
{
	
}
table.data th
{
	background: #555555;
	color: #FFA200;
	border: 1px solid #777777;
}
table.data td
{
	padding: 4px;
}
.input
{
	border: 1px solid #777777;
	background: #555555;
	color: #FFA200;
}
.manage .input
{
	border: 1px solid #FFA200;
	background: #000000;
	color: #FFFFFF;
	display: inline;
	width: auto;
	font-size: 10px;
}
.manage .button
{
	background: #555555;
	border: 1px solid #777777;
	color: #FFA200;
	display: inline;
}
.names-list
{
	position: absolute;
	border: 1px solid #FFA200;
	background: #0F0F0F;
	color: #FFFFFF;
	padding: 5px;
	display: none;
}
.names-list ul
{
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.names-list li
{
	padding: 0;
	margin: 0;
	display: block;
	cursor: pointer;
}