body {
   	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
   position: relative; 
   	border: 1px solid #606060;
}

#bg_image 
	{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
    position: absolute;
	z-index: -1;
}

#deco{
    position:absolute;
    top:11px;
    right:20%;
    width: 135px;
    background: #808080;
    border: outset 2px #808080;
    margin: 2px 0px 2px 0px;
    font-size: 13pt;
	padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    z-index: 1;
    
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
    position: relative;
	left: 20%;
	width: 60%;
    
}

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

fieldset {
	border: solid 1px #666666;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
    position: relative;
	left: 20%;
	width: 60%;
    
}

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

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

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

.inputTextArea {
    width:650px;
	margin: 2px 0px 2px 5px;
}

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

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

.footer {
	clear: both;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-top: solid 1px #000000;
    position: relative;
	left: 20%;
	width: 60%;    
}

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

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

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
    position: relative;
	left: 20%;
}

a:link {
	color: #0000ff;
    position: relative;
	left: 20%;
}

a:visited {
	color: #990099;
    position: relative;
	left: 20%;
}

a:active {
	color: #ff0000;
    position: relative;
	left: 20%;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
    position: relative;
	left: 20%;
}

.entry {
	border-bottom:solid 2px #999999;
	margin-bottom: 3px;
	padding-bottom: 4px;
	clear: both;
    position: relative;
	left: 20%;
	width: 60%;
}

#lastEntry {
	border-bottom: none;
    position: relative;
	left: 20%;
	width: 60%;
}

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

.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;
    font-size: 7pt;
	clear: both;
}

.navigation {	
	margin-top: 25px;
	text-align: center;
    position: relative;
	left: 10%;
	width: 80%;
}

#previous {
	font-size: 12pt;
	margin-right: 30px;
	display: inline;
    position: relative;
	
}

#next {
	font-size: 12pt;
	margin-left: 30px;
    display: inline;
    position: relative;
	
}

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

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

#currentPageNumber {
	font-weight: bold;
	color: #ff0000;
	
}

.entryCount {
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
    position: relative;
	left: 20%;
	width: 60%;
}
