body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background:url(images/bg.jpg) no-repeat left top #000;
	color: #fff;
}
#wrap{width:1000px;}
#JMimage{float:left;padding-top:10px;width:400px;}
#JMcontent{float:left;width:600px;}
h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #fff;
	border-bottom: solid 4px #A92026;
	margin:10px auto;
}

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

fieldset {
	border: solid 1px #666666;
	width: 590px;
	padding: 4px 4px 4px 4px;
	margin:0 auto 15px auto;
	background:#181512;
}

legend {
	color: #ffffff;
	background: #000;
	border: 1px outset #cccccc;
	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;
	background: #A92026;
	border: 2px outset #cccccc;
	width: 120px;
}

.footer {
	clear: both;
	width: 600px;
	margin:8px auto;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-top: solid 1px #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: #696969;
}

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

a:link {
	color:#A92026;
}

a:visited {
	color:#A92026;
}

a:active {
	color:#A92026;
}

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

.entry {
	width: 599px;
	border: dotted 1px #999999;
	margin:5px auto;
	padding-bottom: 4px;
	clear: both;
	background:#181512;
	color:#fff;
}

#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;
}
