@import url(jail.css);
@import url(../../../arrestsSimple.css);

#news_container, #traffic_container, #employment_container, #wanted_container, #right {
	display: none;
}
#content {
}
#main {
	width: 100%;
	left: 0px;
	text-align: center;
}
#pgTitle {
	left: 85px;
}
#dataInfo {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#dataInfo a, #SearchInfo a {
	vertical-align: super;
	font-size: 8px;
}
#frmArrestRpt {
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 10px;
}
#arrestSearch {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#startdate, #enddate {
	padding-bottom: 5px;
	padding-top: 5px;
}
#startdate span, #enddate span {
	display: block;
	width: 25%;
	float: left;
	text-align: right;
	padding-right: 2%;
}
#dddStartDate_container, #dddEndDate_container {
	width: 55%;
	float: left;
	text-align:left;
}
#errorMessage {
	padding-top: 5px;
	padding-bottom: 5px;
}
#arrestResults {
	position: relative;
	width: 100%;
	left: 0px;
	padding: 0px;
}
#printerFriendly {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}
#navControls, #navControls1 {
	margin-top: 20px;
}
.resultsTable 
{
	width: 100%;
	padding: 3px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #1b2b10;
	border: solid 1px #d9dd9d;
}
.resultsTable td, .resultsTable th {
	vertical-align: top;
	font-size: 12px;
}
.heading {
	/*width: 100px;*/
	font-weight:bold;
}
.data {
	/*width: 195px;*/
}
.bookingsTable {
	width: 590px;
	margin: 5px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	/*border-top: solid 1px #d9dd9d;		Removed as per Lt. Eberhardt's request*/
}
.bookingsTable td, .bookingsTable th {
	vertical-align: top;
	font-size: 10px;
}
#name td, #name th {
	/*border-bottom: solid 1px #d9dd9d;		Line caused confusion as to where one record
	ended and another began.  Also intereferred with visibility of hyperlinked name--
	name already emphasized with larger font, hyperlink and different color*/
}
#name td {
	font-size: 14px;
	font-weight: bold;
}
.name {
	font-size: 14px;
	font-weight: bold;
}
#charges th {
	text-align: center;
	font-size: 12px;
	background-color: #1c3c21;
	/*border-bottom: solid 1px #d9dd9d;	Removed per Lt. Eberhardt's request,
	backbround color applied instead to highlight charge area*/
}
.gridview caption
 {
	text-align: center;
	font-size: 12px;
	background-color: #1c3c21;
}
#agency {
	width: 50px;
}
#docType {
	width: 50px;
}
#counts {
	width: 50px;
	text-align: center;
}
.bookingItem {
	font-size: 10px;
}
.bookingItemAlt {
	background-color: #1c3c21;
	font-size: 10px;
}
.imgMugShot {
	width: 200px;
	height: 240px;
}