body {
	color: #C0C0C0;
	background-color: #000000;
}

body, td, p, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.noline {
	text-decoration: none;
	color: #C0C0C0;
}

a.red {
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	font-weight: bolder;
}

.border {
	border: solid #666666 1px;
}

.content-border {
	margin: 10px 0;
	width: 786px;
	border: solid #666666 1px;
}
.content-wrapper {
	padding: 10px;
}

#footer {
	padding: 7px 14px 0 14px;
	height: 13px;
	font-size: 9px;
	background: url('/images/glow-bottom.gif') no-repeat top;
}
#footer a {
	text-decoration: none;
	color: #C0C0C0;
}
#footer a:hover {
	text-decoration: underline;
}

h1 {
	margin: 10px;
	padding: 0;
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

.heading {
	margin: 20px 0 5px 0;
	border-top: solid #666666 1px;
	border-bottom: solid #666666 1px;
	background-color: #333333;
}

hr {
	height: 1px;
	width: 100%;
	border: 0px;
	background-color: #666666;
}

.hr {
	clear: both;
	margin: 10px 0;
	width: 100%;
	height: 1px;
}

#glow-left {
	width: 14px;
	background: url('/images/glow-left.gif') repeat-y top left;
}
#glow-right {
	width: 14px;
	background: url('/images/glow-right.gif') repeat-y top right;
}

.input {
	width: 100%;
}

label {
	font-weight: bold;
}

#main-content {
	padding: 10px 10px;
	border: solid #C0C0C0 1px;
}

#menu {
	margin-top: 10px;
}
#menu a {
	text-decoration: none;
	color: #C0C0C0;
	margin: 0 2px;
}
#menu a:hover {
	color: #FFFFFF;
}

#page-content {
padding: 0 11px;
}

.red {
	color: #FF0000;
}

.row {
	background-color: none;
}
.row-over {
	background-color: #212121;
}
