@import url(jail.css);
@import url(../../../controls/personInfo.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 
{
	text-align: center;
	margin-left: 10px
}
#dataInfo {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#dataInfo a, #SearchInfo a {
	vertical-align: super;
	font-size: 8px;
}
printerFriendly {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
#rptBookings
{
	border-right: #fbffbf 2px solid;
	border-top: #fbffbf 2px solid;
	margin-bottom: 20px;
	border-left: #fbffbf 2px solid;
	width: 100%;
	border-bottom: #fbffbf 2px solid;
	background-color: #1b2b10;
	text-align: left;
}
#tblBookings {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	border: solid 2px #fbffbf;
	background-color: #1b2b10;
}
#tblBookings tr.bookingNo {
	font-size: 12px;
}
#tblBookings td.detailLink {
	text-align: center;
	font-weight: bold;
}
#tblBookings td, #tblBookings tr, #tblCharges td, #tblCharges tr {
	vertical-align: top;
	padding: 2px;
}
#tblCharges {
	width: 100%;
	text-align: left;
	/*border-top: solid 1px #fbffbf;*/
}
#tblCharges td {
	padding: 3px;
	padding-left: 10px;
}
#tblCharges th {
	padding: 3px;
	padding-left: 10px;
}
#tblCharges th.chargesHead, #tblCharges th.tblChargesDescHead {
	text-align: center;
}
#tblCharges th.tblChargesAgencyHead, #tblCharges th.tblChargesCountHead, #tblCharges th.tblChargesTypeHead, #tblCharges th.tblChargesDescHead {
	background-color: #152510;
}
.chargesHead {
	font-size: 12px;
	background-color: #1c3c21;
}
#tblCharges th.chargesHead {
	font-size: 12px;
	background-color: #1c3c21;
	/*border-bottom: solid 1px #fbffbf;*/
}
#tblCharges th.chargesHead a gridview.chargesHead a{
	vertical-align: super;
	font-size: 8px;
}
#tblCharges td.chargeCountCell {
	width: 40px;
	text-align: center;
}
#tblCharges tr.altChargeItem {
	background-color: #152510;
}
#disclaimers {
	text-align: left;
}
.bookingHead {
	width: 22%;
}
.bookingNo {
	width: 27%;
}
.releaseHead {
	width: 25%;
}
.releaseDate {
	width: 26%;
}
th.thChargesAgencyHead {
	width: 10%;
}
th.thChargesCountHead {
	width: 10%
}
th.thChargesTypeHead {
	width: 10%;
}
th.thChargesDescHead {
	width: 70%;
}