/* 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%;
	}

#liveArea {
	margin: 0px auto;
	width: 896px;
	background: #99ccff;
	}

#headerArea {
	width: 896px;
	height: 168px;
	background: url(images/onlinereporting_header.jpg) no-repeat;
	}

#navBar {
	position: relative;
	top: 126px;
	text-align: center;
	}

	#navBar img {
		margin-left: 2px;
		margin-right: 2px;
		}

#pageFooter {
	margin: 0px auto;
	height: 15px;
	}

#footerShadow {
	background: #99ccff url(images/apd_footer_shadow.jpg) center no-repeat;
	height: 13px;
	}

#footerBar {
	padding-top: 2px;
	height: 15px;
	background: #000000;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	border-top: 4px solid #cc0000;
	}

 #functionCredit {
	color: #ffffff;
	font-size: 11px;
	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;
	}
