@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bodyarea {
	width: 560px;
	margin: auto;
	padding: 0;
	text-align: left;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: .5em auto 0 auto;
	text-align: center;
}
h2 {
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	margin: 0 auto .25em auto;
	text-align: center;
}

img#logo {
	display: block;
	margin: auto;
	border: none;
}

#bodyarea p {
	margin: 0 auto;
	padding: 0 0 2em 0;
	font-style: italic;
	text-align: center;
}

fieldset {
	background: transparent;
	border: 1px solid #848484;
	color: #424242;
	margin: 0 auto 1em auto;
	padding: 1em 2em;
}

fieldset fieldset {
	background: #f5f9f0 url('/phpincludes/images/fsbg.png') repeat-x top;
	color: #2b2929;
	border: 1px solid #b6beaf;
	margin: auto auto 1em auto;
	padding: .5em;
}

fieldset fieldset fieldset {
	border: none;
	background: transparent;
}

fieldset fieldset input, fieldset fieldset textarea, fieldset fieldset select {
	width: 280px;
	margin: .5em;
	background: #fff;
	border: 1px solid #818281;
}

fieldset fieldset textarea {
	width: 450px;
	height: 100px;
}

fieldset fieldset label {
	width: 150px;
	float: left;
	margin: .5em;
	background: transparent;
	color: inherit;
}

fieldset fieldset br {
	clear: both;
}

div.legend, li.legend {
	margin: 1em auto .5em auto;
	font-size: 1.25em;
	font-weight: bold;
}

fieldset fieldset div.legend, fieldset fieldset li.legend {
	font-size: 1.1em;
	margin: .5em auto .25em .5em;
	font-weight: bold;
}

div.checkbox {
	float: left;
	width: 28%;
	margin: .5em;
}
div.checkbox label {
	width: auto;
	float: none;
	margin: auto;
}

input.checkbox, input.radio {
	width: auto;
	border: none;
	background: transparent;
	margin: auto;
	vertical-align: middle;
}
input.submit {
	width: auto;
	margin: 1em auto;
	display: block;
	padding: .25em 2em;
	background: url('/phpincludes/images/cgformsubmitbg.png');
	border: 1px solid #909ba4;
}
fieldset.checkgroup {
	border: none;
	background: transparent;
	margin: 1em 0 0 0;
	padding: 0 .5em;
	border: none;
}
fieldset.checkgroup div.legend, div.grouplbl {
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	clear: both;
}
.dbmessage {
	font-weight: bold;
	color: #f00;
}
div.dbmessage {
	margin: 1em auto;
	padding: .5em 2em;
}
div.formresult {
	margin: .5em 0;
	clear: both;
}
div.resultvalue {
	width: 280px;
	margin: .5em;
	background: #fff;
	border: 1px solid #818281;
	float: left;
	line-height: 1.5em;
	vertical-align: top;
}
#bodyarea div.resultvalue p {
	font-style: normal;
	text-align: left;
	margin: .5em auto;
}
#bodyarea div.resultvalue table, #bodyarea div.resultvalue td, #bodyarea div.resultvalue th {
	border: 1px solid #000;
	margin: auto;
	text-align: left;
	vertical-align: top;
}
#bodyarea div.resultvalue th {
	font-weight: bold;
}
#bodyarea div.resultvalue td, #bodyarea div.resultvalue th {
	padding: .25em;
}
#bodyarea div.resultvalue tr, #bodyarea div.resultvalue td, #bodyarea div.resultvalue th {
	vertical-align: top;
}
ul.errorlist {
	background: transparent;
	border: 1px solid #848484;
	color: #424242;
	margin: 0;
	padding: 1em 2em;
}
ul.errorlist li {
	margin: .25em 0;
	padding: .25em 0;
	list-style: none;
}
ul.errorlist li ul {
	background: #f5f9f0 url('/phpincludes/images/fsbg.png') repeat-x top;
	color: #2b2929;
	border: 1px solid #b6beaf;
	margin: .5em 0;
	padding: 0 .5em;
}
li.legend ul {
	font-size: .8em;
	font-weight: normal;
}

div.posttextcont {
	position: relative;
	right: 0;
	top: 0;
}

div.posttext {
	width: 280px;
	clear: both;
	margin-left: 170px;
}

#bodyarea div.posttext p {
	font-style: normal;
	text-align: left;
	margin: .5em 0 0 0;
}

img.posttext {
	float: right;
	width: 16px;
	height: 16px;
	border: none;
	margin: .5em;
}

div.adminresults {
	width: 100%;
	height: 300px;
	overflow: auto;
}

table.adminresults {
	width: auto;
	margin: auto;
	padding: .5em;
	font-size: .75em;
}

.adminresults tr {
	vertical-align: top;
}

.adminresults td, .adminresults th {
	text-align: left;
	border: 1px solid #e2e2e2;
	padding: .1em;
	width: auto;
}

.adminresults th {
	font-weight: bold;
}

form#manentires {
	margin: auto;
	width: auto;
	text-align: center;
}

div#appadmin {
	width: 560px;
	margin: auto;
	text-align: left;
	clear: both;
}

#adminoptions {
	width: 760px;
	margin: auto;
	text-align: center;
	clear: both;
}

#adminoptions input.submit {
	display: inline;
	margin: .5em;
}

#loginblock {
	float: left;
	width: 150px;
	margin: .5em;
}

.note {
	font-style: italic;
}

div.note {
	margin: 1em auto;
}
span.reqd {
	color: #f00;
	background: transparent;
}

optgroup {
	font-weight: normal;
	font-style: normal;
	color: #666;
}
optgroup option {
	color: #000;
}

fieldset label {
	vertical-align: top;
}

label.textarea {
	float: none;
	width: auto;
}

@media print {
#loginblock, #appadmin, #adminoptions {
	display: none;
}

}