body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #36c;
	color: white;
}

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

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

fieldset {
	border: solid 1px white;
	width: 590px;
	padding: 4px;
	margin-bottom: 15px;
}

legend {
	color: #ffffff;
	background: #36c;
	border: outset 1px #cccccc;
	padding: 2px;
	font-weight: bold;
}

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

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

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

input.submit {
	color: #000000;
	background: white;
	border: outset 2px #cccccc;
	width: 120px;
}

.footer {
	clear: both;
	width: 600px;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: white;
	border-top: 1px solid #000000;
}

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

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

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

a:link { color: white; text-decoration: underline; }

a:visited { color: white; text-decoration: underline; }

a:active { color: #ff0000; text-decoration: underline; }

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

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

#lastEntry {
	border-bottom: none;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
}

.navigation {
	width: 600px;
	margin-top: 25px;
	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 {
	width: 600px;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
}
