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

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

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

legend {
	display: none;
}

label {
	text-transform: lowercase;
	font-weight: bold;
	width: 125px;
	float: left;
	margin: 2px 0 2px 0;
	text-align: right;
	vertical-align: top;
}

.inputText, .inputTextArea, input.submit {
	margin: 2px 0 2px 5px;
	vertical-align: top;
	
	font-family: arial;
	font-size: 8pt;
	color: #97928F; 
	letter-spacing: 1pt;  
	text-align: center; 
	background-color: #DAD5D2;
	border: 0px;
	border-left: 5px solid #FFEDEC;
	filter:alpha(opacity=100);
	opacity: 1;
	width: 160px;
	height: 15px;
	padding: 3px;
}

.inputTextArea {
	width: 220px;
	height: 60px;
}

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

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

input.submit {
	width: auto;
	height: 23px;
	padding: 3px;
	margin-left: 130px;
}

.footer {
	clear: both;
	width: 600px;
	margin-top: 8px;
	border-top: solid 2px #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 {
	width: 600px;
	margin: 0 0 5px 0;
	padding: 4px; 0 4px 0;
	border-left: 5px solid #FFEDEC;
	clear: both;
}

#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: left;
	display: inline;
	font-weight: bold;
}

.label {
	text-transform: lowercase;
}

.entry {
	padding-left: 20px;
}

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

.timestamp {
	font-style: italic;
	letter-spacing: 1px;
}

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

#previous {
	margin-right: 30px;
	display: inline;
}

#next {
	margin-left: 30px;
    	display: inline;
}

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

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

#previous, #next, .pageNumber{
	font-size: 9pt;
}

#currentPageNumber {
	font-weight: bold;
}

.entryCount {
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	width: 600px;
	padding-bottom: 4px;
	margin-top: 8px;
}
