body {  
        
        font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color:#99C68E;
	color: #006600;
}

/* Red line between boxes h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: green;
	border-bottom: dotted 1px #ff9999;
}
 */
h2 {
	width: 100px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #ff9999;

} 

h3 {
	width: 600px;
	color: green;
	border-top: dotted 1px #99cc99;
}


fieldset {
	border-style:ridge;
	border-color:green;
	background-color: #ffffde;
	width: 600px;
	padding: 2px 2px 2px 2px;
	margin-bottom: 20px;
}

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

label {  
	color: #6699ff;
	width: 100px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: center;
}

.inputText, .inputTextArea {
         
         float: left;
         margin: 10px 10px 10px 10px; 
             }

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

.footer {
	clear: both;
	width: 600px;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: grey;

}

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

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

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

a:link {
	color: #6699ff;
}

a:visited {
	color: #6699ff;
}

a:active {
	color: #ff0000;
}

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

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

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

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

.entry .field .value { 
        margin-left: 5px;
        margin-right: 5px;
	float: left;
	color: #666600;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 1px;
	font-size: 8pt;
	color:#6699ff;
	clear: both;
}

.navigation {
	float: left;
}

.entryCount {
	width: 600px;
	text-align: center;
	padding-bottom: 4px;
}
 
