h2 {
	width: 580px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 2px #000000;
}

a:link {
	color: #4E7897;
	text-decoration: none;
}
a:visited {
	color: #4E7897;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #52746A;
	text-decoration: none;
}

a.smaller:link {
	color: #4E7897;
	text-decoration: none;
}
a.smaller:visited {
	color: #4E7897;
	text-decoration: none;
}
a.smaller:hover {
	text-decoration: underline;
}
a.smaller:active {
	color: #52746A;
	text-decoration: none;
}

fieldset {
	border:none;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

legend {
	display:none;
	color: #ffffff;
	background: #336633;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

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

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

.inputText {
	width: 200px;
}

#electricsheep {
	width: 5em;
}

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

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

form textarea {
	border: #4E7897 1px solid;
	width: 400px;
	height:8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	padding:2px;
	background:#f9f9f9;
}

form input[type="text"], form input[type="password"] {
	border: #52746A 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	padding:2px;
	background:#f9f9f9;
}

form input[type="text"]:hover, form input[type="text"]:focus, form input[type="password"]:hover, form input[type="password"]:focus, form textarea:focus, form textarea:hover {
	background:#FFFFFF;
	border: #4E7897 1px solid;
}

form input[type="checkbox"], form input[type="checkbox"]:hover {
background:#FFFFFF;
border:none;
}

.errorMessage {
	font-weight: bold;
	color: #C92E00;
}

.credit {
	padding-left: 5px;
	font-size: 9pt;
	color: #696969;
}

.entry {
	border-bottom: solid 2px #999999;
	margin-bottom: 5px;
	padding-bottom: 10px;
	clear: both;
}

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

.entry .field .label {
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 10px;
	color: #52746A;
}

.entry .field .value {
	float: left;
	width: 540px;
}

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

.navigation {
	float: left;
}

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