.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #7B3921;
}

.style2 {font-size: large}

/*
.style5 {font-family: Tahoma; font-size: 9pt; color: #FFFFFF;}
a text-decoration: none;
a:link {color: #FFFFFF;}
a:hover {color: #FFFFFF;}
a:active {color: #FFFFFF;}
a:visited {color: #FFFFFF;}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url(icon1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(icon2.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(icon3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

* {
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
}


.blink {
	color: red
}
.SWCD {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: 006633;
}
.normalink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	a {text-decoration: none;
}

		.inmate_detail_row {
			margin-bottom: 5px;
			margin-left: 5px;
			clear: both;
			width: 100%;
			border-bottom: 1px solid #ccc;
}

		.inmate_detail_picture {
			float: left;
			border: 2px solid #ccc;
			margin-right: 5px;
}

		.inmate_detail_name {
			font-size: 15px;
			font-weight: bold;
}

		.inmate_detail_booking_date {
}

		.inmate_detail_charges_title {
			font-size: 12px;
			margin-top: 3px;
			font-weight: bold;
			border-bottom: 1px dashed #ccc;
}

		.inmate_detail_charges {
			float: left;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 11px;
}

		.inmate_detail_charges_headers {
			color: #444;
			font-weight: bold;
}

		.inmate_detail_charge_row {
}

		.inmate_detail_charge_agency {
			width: 200px;
}

		.inmate_detail_charge_type {
			width: 200px;
}

		.inmate_detail_charge_description {
}

		.clear {
			clear: both;
}

		.page_header {
			text-align: center;
			font-size: 23px;
			font-weight: bold;
			padding-bottom: 5px;
			border-bottom: 6px solid #ccc;
}

		#last_updated {
			text-align: center;
}

    
