body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #2B0000;
	color: #FFFF99;
	width: 840px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}

h1 {
	width: 840px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFF99;
	line-height: 1.6em;
	background-image: url(http://www.bombayjoe.com/images/bombayJoesHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
}

h2 {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFF99;
	border-bottom: solid 1px #000000;
	margin-bottom: 8px;
}

fieldset {
	width: 830px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
	background-color: #330000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

legend {
	color: #ffffff;
	padding: 2px 2px 2px 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;
	border: 2px outset #FFCC99;
	width: 120px;
	background-color: #FFCC66;
}

.footer {
	clear: both;
	width: 830px;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-weight: normal;
	color: #FFFFFF;
}

.errorMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #ff0000;
}

.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #33CCFF;
}

a:visited {
	color: #3399FF;
}

a:active {
	color: #33CCFF;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #33CCFF;
}

.entry {
	width: 830px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#lastEntry {
	border-bottom: none;
}

.entry .field, .timestamp {
	margin-top: 20px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.timestamp {
	padding-top: 2px;
	clear: both;
	background-color: #990000;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 2px;
}

.navigation {
	width: 830px;
	margin-top: 25px;
	text-align: center;
}

#previous {
	font-size: 1em;
	margin-right: 30px;
	display: inline;
}

#next {
	font-size: 1em;
	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: 830px;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
}
