/* Abilene Police Department Online Reporting System */

body {
	background: #000033 url(images/apd_bg_gradient.jpg) repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
}
a:link {
	color: #0000cc;
}
a:visited {
	color: #000033;
}
a:hover {
	color:  #cc0000;
}
h1 {
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 5px;
}
h6 {
	font-size: 1.5em;
	color: #cc0000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
fieldset {
	border: 2px solid #cc0000;
	padding: 15px
}
hr {
	width: 98%;
}
#contentArea {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	background: #99ccff url(images/apd_footer_shadow.jpg) center bottom no-repeat;
	overflow: auto;
}
#headerArea {
	width: 900px;
	height: 170px;
	background: url(images/onlinereporting_header.jpg) no-repeat;
}
#navBar {
	position: relative;
	top: 121px;
	text-align: center;
}
#footerArea {
	width: 900px;
	height: 15px;
	margin: 0px auto;
	padding-top: 2px;
	background: #000000;
	color: #ffffff;
	font-size: 11px;
	border-top: 4px solid #cc0000;
	text-align: center;
}
#functionCredit {
	color: #ffffff;
	font-size: 11px;
	width: 900px;
	height: 15px;
	margin: 0px auto;
	position: relative;
	bottom: 15px;
	right: 4px;
	text-align: right;
}
#functionCredit a:link {
	color: #ffffff;
}
#functionCredit a:visited {
	color: #99ccff;
}
#functionCredit a:hover {
	color:  #cc0000;
}
#disclaimerText {
	margin: 20px 50px 50px 50px;
}
#fileReport {
	margin: 20px 50px 50px 50px;
}
#timeStamp {
	text-align: center;
	color: #cc0000;
}
.smallPrint {
	font-size: 10px;
	font-style: italic;
}
.titleNote {
	color: #cc0000;
	font-size: 14px;
}
.affirmationBox {
	color: #000000;
	background-color: #ff9999;}
#formButtons {
	text-align: center;
}
.noDisplay {
	display: none;
}
