body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

img {
	border: none;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

th a {
	color: white;
	text-decoration: none;
}

.trstandard {
	background-color: #FFF;
}

.tralternate {
	background-color: #CCC;
}

.trhighlight {
	background-color: #66F;
}

.listindex {
	font-family: "Courier New", Courier, monospace;
	clear: left;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	font-size: 10pt;
	text-align: left;
}

.listindex a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.listindex li {
	display: inline;
	margin-right: 0px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #999;
}

.listindex li:hover {
	background-color: #CCC;
	cursor: pointer;
}

.listindexselected {
	background-color: #CCC;
	cursor: default;
}

/* form styles */

fieldset {
	border: 1px solid #CCC;
	-moz-border-radius: 20px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

.inputtext { /* used only in admin area */
	border: 1px solid #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.inputtext1 { /* when input field isn't in focus */
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

textarea.inputtext1 {
	border: 1px dotted #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.inputtext2 { /* when input field is in focus */
	background-color: #FFF;
	border: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.inputtext3 { /* matches .tralternate */
	background-color: #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.inputbutton {
	background-color: #69C;
	color: #FFF;
	border-top: 1px solid #6CC;
	border-right: 1px solid #66C;
	border-bottom: 1px solid #66C;
	border-left: 1px solid #6CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

legend .inputbutton {
	font-style: normal;
}

.inputbuttongray {
	background-color: #CCC;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.submit label {
	visibility: hidden;
}

.errMsg {
	color: #FF6600;
}

#loginForm label {
	float: left;
	width: 100px;
}

#loginForm .inputtext {
	width: 200px;
}

#loginForm fieldset {
	width: 350px;
}

/* autosuggest */
.suggestion_list {
	background: white;
	border: 1px solid #000;
	padding: 0px;
}

.suggestion_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.suggestion_list a {
	text-decoration: none;
	color: navy;
	padding: 4px;
}

.suggestion_list .selected {
	background: #69C;
	color: white;
}

.suggestion_list .selected a {
	color: white;
}

#autosuggest {
	display: none;
}

.mapit {
	font-weight: bold;
	font-size: 14pt;
}