body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}

h2 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #01AEF0;
	border-bottom: solid 2px #8EC63F;
	margin-bottom: 8px;
}
form {
	background-color:#FFFFFF;
}
fieldset {
	border: none;
	width: 70%;
	border-right:30% solid #FFFFFF;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
	background-color:#01AEF0;
}

legend {
	color: #FFFFFF;
	font-weight: bold;
	font-size:14px;
	font-stretch:extra-condensed;
	letter-spacing:1px;
}

fieldset label {
	color: #FFFFFF;
	font-size:12px;
	width: 100px;
	float: left;
	margin: 2px 0 2px 0;
	text-align: right;
	vertical-align: top;
}

.inputText, .inputTextArea {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #01AEF0;
	margin: 4px 0 2px 5px;
	vertical-align: top;
	width:200px;
}
.inputTextArea {
	width: 400px;
}

.challengeImage {
	margin: 2px 0 2px 0;
	vertical-align: top;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #FFFFFF;
	background: #999999;
	border: 2px outset #B4D29D;
	width: 120px;
}

.credit {
	width: 600px;
	padding-top: 4px;
	margin-top: 8px;
	clear: both;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #8EC63F;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #ff0000;
}
navigation a {
	font-size:12px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}
a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

.entry {
	width: 600px;
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #01AEF0;
	clear: both;
}

#lastEntry, #onlyEntry {
	border-bottom: none;
}

.entry .field, .timestamp {
	color: #366900;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	clear: both;
}
fieldset p {
	width:100%;
}

.entry .field .label {
	color:#666666;
	font-size: 11px;
	font-stretch:condensed;
	letter-spacing:1px;
	float: left;
	width: 100px;
	margin: 0 4px 0 0;
	padding: 0 0 2px 0;
	text-align: right;
	display: inline;
	font-weight: bold;
}

.entry .field .value {
	color: #01AEF0;
	float: left;
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

.timestamp {
	margin: 0 0 4px 106px;
	padding: 8px 0 0 0;
	clear: both;
}
.timestamp .value {
	color:#666666;
}

.navigation {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

#previous {
	font-size: 12pt;
	margin-right: 30px;
	display: inline;
}

#next {
	font-size: 12pt;
	margin-left: 30px;
    display: inline;
}

.pageNumberContainer {
	display: inline;
	text-align: center;
}

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#currentPageNumber {
	font-weight: bold;
	color: #ff0000;
}

.entryCount {
	color:#666666;
	width: 600px;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
}
