body {
	background-color: #404040;
	font-family: 'Franklin Gothic Medium', sans-serif;
	color: white;
	font-size: 12px;
}

.table-header{
	background: #616161 url(/images/header.gif) repeat-x;
	height: 34px;
	font-family: 'Franklin Gothic Heavy', sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding-top: 3px;
	margin: 0px;
}

a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
	font-family: 'Franklin Gothic Medium', sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

td {
	padding: 2px 5px;
}

td, th {
	font-size: 12px;
	color: white;
}

.table {
	background-color: #404040;
	border-collapse: collapse;
}

.table td {
	border: 1px solid #111111;
}

.table th {
	border: 1px solid #111111;
	background: #606060 url(/images/bg.gif) repeat-x;
	height: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 0px 5px;
}

.table table td {
	border: 0;
}

.sub {text-align: center;font-weight: bold;background-color: #666666;}
.final {
	background-color: #303030;
    text-align: center;
	padding: 5px;
}
.error {font-weight: bold;color: red;}


div.table { background-color: #404040; border: 2px solid #111111; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: left; margin: 0px; margin-bottom: 5px; padding: 5px; }
div.table h1 { padding: 2px 5px; margin: -5px; margin-bottom: 5px; background: url(/images/bg.gif) repeat-x; border-bottom: 1px solid #111111; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; text-transform: uppercase; color: #FFFFFF; font-weight: bold; font-size: 12px; }
input[type=text], input[type=password], textarea, select {font-family: 'Franklin Gothic Medium', sans-serif;font-size: 12px;border: 1px solid #000000;color: #000000; background: #FFFFFF url(/images/text.png) repeat-x;}
input[type=text]:focus, input[type=password]:focus, textarea:focus { border-color: orange; }
input[type=submit], input[type=button], input[type=reset] { -moz-border-radius: 4px; -webkit-border-radius: 4px; background-color: #CCCCCC;color: black;font-size: 11px;font-family: Arial;padding: 1px 8px; font-weight: bold;cursor: pointer; border: 1px solid #000000; }
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover { background-color: #DDDDDD; }

.highlight { }
.highlight:hover { background-color: #505050; cursor: pointer; }

div.true {
    background-color: #ccff33;
    border: 1px solid black;
    padding: 2px;
    color: black;
}

div.false {
    background-color: #ff3333;
    border: 1px solid black;
    padding: 2px;
    color: black;
}

div.notice {
	background-color: orange;
	border: 2px solid #111111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: black;
	text-align: left;
	padding: 5px;
}