/*
 * page-specific classes and IDs
 */
/* document list */
#archiveMessage, #documentTypeDescription, #documentTypeChildren {
	border-top: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#documentTypeChildrenList {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#documentTypeChildrenList li {
	display: block;
	margin-left: 15px;
}
#documentList {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#documentList li {
	display: block;
	border-top: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: right;
}
#documentList .uploadedIconLarge {
	float: right;
	padding: 0px;
	margin: 3px 5px;
	border: 0px;
}
#documentList .extraInfo {
	float: right;
	text-align: right;
	width: 250px;
}
.postDate {
	font-size: 80%;
}
.headline {
	font-weight: bold;
}
#archiveFooter {
	border-top: 1px solid #999;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* document */
#postDateBar {
	background-color: #505863;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
}
#forImmediateRelease {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
#headlines {
	text-align: center;
}
#headlines .subheading {
	font-weight: bold;
}
/* search form */
.searchForm .locationRow td {
	vertical-align: top;
}

.searchMapCanvas {
	width:350px;
	height:250px;
	border: solid 1px grey;
}

/* search results */
.searchInfoBar {
	background-color: #ccc;
	text-align: right;
	padding: 3px;
}
#searchQuery {
	float: left;
}
#searchInfo {
}
#searchResultsList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#searchResultsList li {
	display: block;
	margin: 5px 0px;
	padding-bottom: 5px;
	border-top: 1px solid #999;
	clear: both;
}
#searchResultsList .extraInfo {
	float: right;
	text-align: right;
	width: 250px;
}

.compactSearchForm form {
	margin: 15px 0px;
}
/* signin form */
#signinFormContainer { /* IE hack */
	text-align: center;
}
#signinFormDiv {
	background-color: #fff;
	text-align: left;
	border: 1px solid #999;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 34em;
}
#signinFormDiv .formHeader {
	background-color: #000;
	color: #ddd;
	border-bottom: 1px solid #999;
	margin-top: 0px;
	padding: 3px 5px;
}
#signinFormDiv .label {
	float: left;
	width: 9em;
}

/* receipt confirmation */
#receiptIDForm, #receiptResponseForm, #confirmMessage {
	margin: 50px auto;
	width: 350px;
}
/*
 * general purpose styles
 */
hr {
	height: 1px;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #000;
}
.errorbox { /* displays errors on form submissions */
	margin: 5px;
	border: 1px solid #c00;
	padding: 10px;
	text-align: left;
}
.errorbox ul {
	padding-left: 0px;
	margin: 10px 0px 10px 20px;
}
.errorbox ul li {
	padding-left: 0px;
	margin-left: 10px;
}

div.formHeader {
	text-align: center;
	margin-top: 3px;
}
div.formField {
	margin-top: 3px;
}
div.label { /* dimensioned label container */
	width: 15em;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}
.label, .label_required {
	font-weight: bold;
}
.label_required {
	color: #900;
}

input.short {
	width: 5em;
}
input.phone {
	width: 8em;
}
input.long {
	width: 20em;
}
textarea.inquiry {
	width: 30em;
	height: 8em;
}

.pager {
	font-size: 10pt;
	text-align: center;
	color: #369;
}
.pager a:link, .pager a:visited {
	font-size: 10pt;
	color: #369;
	text-decoration: underline;
}
.pager a:hover {
	text-decoration: none;
}
.pager .pager_selected {
	font-weight: bold;
	color: #393;
}
.tiny {
	font-size: 85%;
}
.clearAll {
	clear: both;
	overflow: hidden;
}

/*
 * site overview list styles
 */
ol li {
	margin-bottom: 1em;
}
ol#siteOverview li {
	list-style-type: upper-roman;
}
ol#siteOverview li ol li {
	list-style-type: upper-alpha;
	margin-bottom: 0.2em;
}
ol#siteOverview li ol li ol li {
	list-style-type: lower-roman;
}
ol#siteOverview li ol li ol li ol li {
	list-style-type: lower-alpha;
}

/*
 * Survey autodocument styles
 */
#formDoc {
	padding: 0px;
	margin: 0px;
}

#formDoc ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#formDocList .answerText {
	padding-bottom: 10px;
}

.questionText_required {
	color: red;
}

