/* CSS Document */


#feeds h3 {
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #C30;
	background-color: transparent;
	margin-bottom: 1.5em;
}


/* 911 datagrid */

div.incidents {
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	background: #919191;
	
	}
div.incidents table {

	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
	}
div.incidents table caption {
	margin: 0;
	padding: 5px 15px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	}
div.incidents table td {
font-size: 85%;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	}
div.incidents table th {
	font-size: 85%;
	color: #999;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	}

div.incidents table .name {
	text-align: left;
	}
div.incidents table tr {
	background: #e6e6e6;
	}
div.incidents table tr.alt {
	background: #f1f1f1;
	}
div.incidents table td a {
	display: block;
	font-weight: bold;
	}



#mapicons ul {
	list-style-type: none;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 0 24px;

}
#mapicons li.yellowicon {
	line-height: 1.5em;
	list-style-image: url(../i-p/mapicons/sex-offender-icon.gif) 0 80%;
	font-size: 90%;
}
#mapicons li.orangeicon {
	line-height: 1.5em;
	list-style-image: url(../i-p/mapicons/sex-offender-multiples.gif) 0 80%;
	font-size: 90%;
}
.clearem {
	margin-top: 1.25em;
}