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

h1 {
	width: 600px;
	font-family: Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #336600;
	border-bottom: solid 4px #000000;
}

h2 {
	width: 600px;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #336600;
	border-bottom: solid 1px #336600;
	margin-bottom: 8px;
}

h3 {
	width: 800px;
	font-family: Verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #336600;
	margin-bottom: 8px;
	text-align:center
}


fieldset {
	border: solid 0px #666666;
	width: 590px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

 legend {
	padding: 20px 20px 20px 20px;
	font-weight: bold;
} 

label {
	width: 160px;
	float: left;
	margin: 2px 0 2px 0;
	text-align: right;
	vertical-align: top;
}

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

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

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

input.submit {
	color: #336600;
	background: #00cc33;
	border: 1px outset #00cc33;
	width: 130px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11pt;
}

.credit {
	width: 696px;
	padding-top: 4px;
	margin-top: 8px;
	clear: both;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 0pt !important;
	color: #336600;
}

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

a.gb:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a.gb:link {
	color: #336600;
}

a.gb:visited {
	color: #336600;
}

a.gb:active {
	color: #00cc33;
}

a.gb:link:hover, a:visited:hover, a:active:hover {
	color: #00cc33;
}

.entry {
	width: 696px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #336600;
	clear: both;
}

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

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

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

.entry .field .value {
	float: left;
	width: 500px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

.timestamp {
	margin: 0 0 4px 155px;
	padding: 8px 0 0 0;
	clear: both;
	font-size: 10pt;
}

.navigation {
	width: 580px;
	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: #537ec8;
}

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