h2 {
	
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 2px #3d6336;
	margin-bottom: 8px;
}

fieldset {
	
	padding: 0px 0px 0px 0px;
	margin-bottom: 15px;
	border:none;
}

legend {
	color: #1A5A00;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
font-family: Arial;
	font-size: 12px;
	color: #1A5A00;
	width: 125px;
	float: left;
	margin: 2px 0 2px 0;
	text-align: left;
	vertical-align: top;
}

.inputText, .inputTextArea {
	margin: 2px 0 2px 5px;
	vertical-align: top;
	width:270px;
}

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

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

input.submit {
font-family: Arial;
	font-size: 12px;
	color: #1A5A00;
	background: #BCBCAF;
	border: 0px outset #cccccc;
	width: 120px;
}

.footer {
	clear: both;
	margin-top: 8px;
	border-top: solid 1px #000000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #303030;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.entry {
font-family: Arial;
	font-size: 12px;
	color: #000000;
	width:450;
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #D6D5CD;
	clear: both;
	text-align:left;
}

#lastEntry {
	border-bottom: none;
}

.entry .field, .timestamp {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	text-align: right;
	display: inline;
	font-weight: bold;
}

.entry .field .value {
	float: left;
	
	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;
}

.navigation {
font-family: Arial;
		margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

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

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

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

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

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

.entryCount {
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
}
