body {
	font-family: verdana;
	font-size: 11px;
}

form {
	margin: 0px;
}

#navigator {
	font-family: verdana;
	font-size: 11px;
}

#navigator a {
	font-family: verdana;
	font-size: 11px;
	display: inline block;
	color: #000;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}

#navigator a:hover {
	color: #fff;
}

#contentBlock, #contentBlock td {
	font-family: verdana;
	font-size: 11px;
	background-color: #2C2C2C;
	color: #C3C3C3;
}

#contentBlock h1 {
	font-family: verdana;
	font-size: 16px;
	color: #CC6633;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	letter-spacing: 1px;
	font-weight: bolder;
}

#contentBlock h2 {
	font-family: verdana;
	font-size: 14px;
	color: #CC6633;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	font-weight: bolder;
}

#contentBlock #menu {
	width: 152px;
	padding: 3px;
}

#contentBlock #menu a {
	display: block;
	width: 152px;
	text-decoration: none;
	color: #C3C3C3;
	padding: 1px;
}

#contentBlock #menu a.selected {
	color: #CC6633;
	font-weight: bold;
}

#contentBlock #menu a:hover {
	width: 152px;
	background-color: #C3C3C3;
	color: #2C2C2C;
}

#contentBlock #menu a:hover.selected {
	color: #2C2C2C;
	background-color: #CC6633;
}

#contentBlock #content {
	padding: 3px;
}

#contentBlock #content img.border {
	border: 1px solid #000;
	background-color: #1C1C1C;
}

#contentBlock #content a {
	color: #fff;
	text-decoration: none;
}

#contentBlock #content a:hover {
	color: #CC6633;
}

#contentBlock #content .required {
	font-weight: bolder;
}

#contentBlock #content .error {
	color: #ee3322;
}

#contentBlock #content input, #contentBlock #content select, #contentBlock #content textarea {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #000;
	padding: 1px;
}

#contentBlock #content input.checkbox {
	border: none;
}

#contentBlock #content table.highlight th {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #888;
	text-align: left;
}

#contentBlock #content #grey {
	font-size: 10px;
	color: #777;
}

#contentBlock #content #grey a {
	color: #999;
}

#contentBlock #content #grey a:hover {
	color: #CC6633;
}

#highlightBar #item, #highlightBar #item td {
	font-family: verdana;
	font-size: 10px;
	color: #2C2C2C;
}

#highlightBar #item {
	padding: 3px;
}

#highlightBar #item input {
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #000;
	background-color: #2C2C2C;
	color: #C3C3C3;
}

#highlightBar #item a {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

#highlightBar #item a:hover {
	color: #CC6633;
}

#highlightBar #item img.border {
	background-color: #808080;
	border: 1px solid #000;
}

#highlightBar #item .error {
	color: #ee3322;
	font-weight: bold;
}

#footer {
	margin-top: 5px;
	font-family: verdana;
	font-size: 10px;
	color: #aaa;
}

#footer a {
	font-family: verdana;
	font-size: 10px;
	color: #888;
	text-decoration: none;
}

label {
	font-weight: bold;
}

iframe {
	border: 1px solid #000;
	background-color: transparent;
}

#sort {
	text-align: center;
	font-size: 9px;
}

#sort select, #sort option {
	font-size: 9px;
}

