body {
	background:#fff url(/shared/styles/img/background.gif) center repeat-y;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:11px;
}

h1, h2 {
	font-size:18px;
	display:inline;
	margin:0px 10px 0px 0px;
	padding:0px 10px 0px 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande",verdana,helvetica,arial,sans-serif;
}

h1 {
	border-right:1px solid #333;
	text-transform:uppercase;
}

h2 {
	font-weight:normal;
}

h3 {
	margin:10px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande",verdana,helvetica,arial,sans-serif;
}

h3 a {
	color:#000;
}

#sidebar h3 {
	margin:2tpx 0 10px 0; 
	padding:5px 0; 
	border-bottom:1px solid #EE9900;
}

h4 {
	display:inline;
}

p {
	margin:5px 0px;
}

a {
	color: #B41115;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#333;
}

a img{
	border:0px;
}

#wrapper {
	background:#fff;
	border:0px;
}

#main_nav {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
}

#main_nav a {
	color:#fff;
	padding:5px;
	padding-top:0px;
	padding-bottom:5px;
	text-decoration:none;
	font-weight:bold;
}

#main_nav a:hover {
	background:#ccc;
	color:#333;
}

#main_nav ul {
	list-style-type:none;
	float:left;
	padding:5px 0px;
	margin:10px 0px;
	background:url(img/nav_bg2.gif);
	width:100%;
	height:40px;
	overflow:hidden;
}

#main_nav li {
	display:inline;
	padding:0px 5px;
	border-right:1px solid #ccc;
}

#main_nav li.last {
	border:none;
}

#main_nav ul ul {
	background:none;
	display:none;
	width:100%;
	padding-top:5px;
	margin-top:1px;
}

#main_nav ul ul.active {
	display:block;
}

#main_nav ul ul li {
	border-right:1px solid #333;
}

#main_nav ul ul a {
	color:#333;
}

#main_nav ul ul a:hover {
	color:#000;
}

#content {
	float:left;
	width:600px;
}

.description {
	border-bottom:1px solid #333;
	padding-bottom:5px;
	margin-top:8px;
}

#map_canvas p {
	font-size:100%;
}

#map_canvas {
	border:1px solid #9ACD32;
}

#sidebar {
	float:right;
	width:300px;
	padding:0px 10px;
}

#sidebar ul {
	list-style-type:none;
	padding-left:0px;
	margin:0px;
	margin-bottom:10px;
}

#sidebar li {
	padding:0px 0 10px 0;
}

button {
	margin:5px;
}



.navigation {
	width:600px;
	margin:0px;
	margin-bottom:10px;
	background:#fff;
	border:none;
}

.navigation .incident_types {
	width:600px;
	float:left;
}

.navigation ul {
	width:600px;
}

.navigation ul li {
	width:74px;
	margin-right:11px;
}

.navigation #radial_form ul, .navigation .date_range .smalltext {
	display:block;
	margin-bottom:10px;
	overflow:hidden;

}

.navigation ul li a {
	font-weight:normal;
	padding-top:20px;
}

.navigation .address_field {
	width:300px;
	background:none;
	float:left;
	margin-left:0px;
}

.navigation .address_field input {
	margin-left:0px;
	margin-bottom:5px;
	width:280px;
}

.navigation .radius_field {
	width:240px;
	background:none;
	float:left;
}

.navigation .radius_field input {
	margin-left:10px;
}

.navigation ul li input {
	margin-left:28px;
}

.navigation ul li label {
	padding-left:0px;
	font-weight:normal;
	display:block;
}

body .navigation ul li {
	height:40px;
	background-position:left bottom;
}

.navigation .date_range {
	float:left;
	padding:10px 0px;
	height:100px;
}

.navigation #radial_form {
	float:left;
	padding:10px 0px;
	height:100px;
}

.navigation .date_range div {
	float:left;
	width:50%;
}

.navigation .date_range label {
	float:left;
	margin:5px;
	font-size:90%;
}

.navigation .selectors {
	float:left;
}

button {
	margin-right:5px;
	padding:0px;
	cursor:pointer;
}

.smalltext {
	font-size:8.5px;
}

#incident_list {
	float:left;
}

#incident_list ul {
	list-style-type:none;
	list-style-position:outside;
	padding-left:0px;
	float:left;
	overflow:hidden;
}

table#incident_table tbody tr:hover {
	background:#E6EEEE;
	cursor:pointer;
}

body table#incident_table {
	background-color:#c0d0bc;
}

body table#incident_table thead tr th, table#incident_table tfoot tr th {
	background-color:#F0F9ED;
}

#incident_list .incident {
	float:left;
	width:100%;
}

#incident_list .content div {
	display:block;
	padding:5px;
	float:left;
}

#incident_list .content .address {
	width:600px;
}

#incident_list .content .type {
	width:160px;
}

#incident_list .content .date {
	width:80px;
}

#incident_list .content .received {
	width:80px;
}

/* crime types for table */
#incident_table {
	float:left;
}

#incident_table .header {
	text-align:left;
}

#incident_table .type {
	width:36px;
	height:26px;
	font-size:0;
}

#incident_table .address {
	width:600px;
}

#incident_table .type_name {
	width:160px;
	text-transform:capitalize;
}

#incident_table .date {
	width:160px;
}

#incident_table .incident .type_1 {
	background:url(buttons/1.png) no-repeat center;
}

#incident_table .incident .type_2 {
	background:url(buttons/2.png) no-repeat center;
}

#incident_table .incident .type_3 {
	background:url(buttons/3.png) no-repeat center;
}

#incident_table .incident .type_4 {
	background:url(buttons/4.png) no-repeat center;
}

#incident_table .incident .type_5 {
	background:url(buttons/5.png) no-repeat center;
}

#incident_table .incident .type_6 {
	background:url(buttons/6.png) no-repeat center;
}

#incident_table .incident .type_7 {
	background:url(buttons/7.png) no-repeat center;
}

#incident_table .incident .type_8 {
	background:url(buttons/8.png) no-repeat center;
}

#incident_table .incident .type_9 {
	background:url(buttons/9.png) no-repeat center;
}

#incident_table .incident .type_10 {
	background:url(buttons/10.png) no-repeat center;
}

#incident_table .incident .type_11 {
	background:url(buttons/11.png) no-repeat center;
}

#incident_table .incident .type_12 {
	background:url(buttons/12.png) no-repeat center;
}

#loading {
	position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			z-index:1002;
			overflow: auto;

	font-size:150%;
	z-index:1002;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


.nav_tab {
	float:left;
	border-bottom:1px solid #9acd32;
	margin-top:5px;
	width:600px;

}

.nav_tab .active {
	color:#333;
	background:url(img/active-tab.png);
}

.nav_tab .tab_label {
	float:left;
	font-size:65%;
	margin-top:5px;
	margin-right:5px;
	margin-left:10px;
	color:#899D00;
}

.nav_tab ul {
	padding-bottom:0px;
	margin:10px 0;
}

body .nav_tab ul li {
	width:200px;
	background:url(img/inactive-tab.png) repeat-x scroll center top;
	/*background:url(img/inactive-tab.png);*/
	float:left;
	display:block;
	text-align:center;
	margin:0px;
	font-size:10px;
	cursor: pointer;
	height:25px;
}	

.tab_text {
	margin-top:5px;
	display:block;
}

#radius_tab {
	margin-left:10px;
	position:relative;
	top:1px;
}

#date_tab {
	position:relative;
	top:1px;
}

.nav_tab ul li:hover {
	background:url(img/active-tab.png);
}

.mug_list li {
	display:inline;
	border:none;
	margin-right:6px;
	
}

.mug_list li img {
	width:65px;
	vertical-align:top;
}

.separator {
	width:100%;
	border-top:1px solid #000;
	margin-top:10px;
}

/* Pie chart style */
#pie_chart {
	height:300px;
}

.stat_table {
	width:600px;
	border:0px solid;
	text-align:left;
	font-size:12px;
	border-collapse:collapse;
}

.stat_table .table_header {
	border-bottom:1px solid;
	text-align:left;
	vertical-align:bottom;
}

.stat_table td, .stat_table th {
	padding:3px 8px;
}

.stat_table .crime {
	border-left:1px dotted;
}

.stat_table .reports {
	border-right:1px dotted;
	text-align:right;
}

.pie_navigation .prev {
	float:left;
}

.pie_navigation .next {
	float:right;
}

.pie_navigation {
	font-weight:bold;
	margin-top:30px;
}

.pie_navigation .prev:hover ,.pie_navigation .next:hover {
	text-decoration:underline;
	cursor:pointer;
	color:#333;
}

/* sidebar blog entry */
.post_content p {
	display:inline;
}

.post_title a {
	color:#B41115;
	font-family:'Trebuchet MS',Verdana,Tahoma;
	font-size:21px;
}

.post_content .description {
	color:#565656;
	font-size:90%;
	padding-top:5px;
}

.post_header {
	color:#B41115;
	font-weight:bold;
	margin-top:10px;
}

.post_content .more_link {
	display:inline;
	font-size:90%;
}

.post_content .more_link a {
	font-weight:bold;
}

.chief_mug {
	width:90px;
	height:110px;
	background:#ddd;
	float:right;
	border:1px solid #000;

}

#address {
	padding:0px;
	margin:10px 0px;
	float:left;
	width:100%;
	display:none;
}

/* stories */
.row {
	float:left;
	overflow:hidden;
	width:600px;
}

.crime_section {
	margin-top:10px;
	float:left;
}

/*.crime_section .top_stories p {
	font-size:90%;
}*/

.crime_section .top_stories {
	width:189px;
	float:left;
	padding:0px 5px;
	border-right:1px solid #ccc;
	
}

.s_3 .top_stories, .s_6 .top_stories {
	border:0px;
}

.crime_section .top_stories h2 a {
	color:#2F7C9E;
	font-weight:bold;
	text-transform:uppercase;
}

.crime_section .top_stories h2 {
	font-size:10px;
}

.crime_section .top_stories .story h2 a {
	color:#000;
	text-transform:none;
}

.crime_section .top_stories .story h2 {
	font-size:15px;
	padding-bottom:5px;
	display:block;
}

.crime_section .top_stories img {
	width:189px;
	height:110px;
}

.crime_section .top_stories .name {
	font-weight:bold;
}

.crime_section .top_stories .arrow {
	color:#B41115;
}

.crime_section .top_stories a {
	color:#B41115;
	font-weight:normal;
}

.crime_section .top_stories ul {
	list-style-position:outside;
	padding-left:10px;
	margin-left:5px;

}

.crime_section .top_stories li {
	margin-bottom:5px;
}

.crime_section .top_stories li a {
	color:#000;
}

.crime_section .top_stories div a {

}

#main_nav ul ul li.text {
	text-transform:none;
	color:#000;
	font-size:90%;
	border-right:0px;
}

#cities {
	list-style-type:none;
	padding:0;
	margin:0px 0;
	padding:5px 0;
	overflow:hidden;
}

#cities li {
	display:inline;
	padding:0px 15px;
	border-right:1px solid #000;
	width:75px;
}

#cities .last {
	border:0px;
}

#footer {
	clear:both;
	text-align:center;
	font-size:85%;
	padding-top:15px;
}

#chief_message .mug {
	float:right;
	padding-left:10px;
}

.title_headline {
	margin:5px 0 10px 0; 
	padding:5px 0; 
	float:left; 
	display:block;
	border-bottom:1px solid #EE9900;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
}

.stack {
	list-style-type:none;
	padding:0px;

}

.stack h3 {
	margin:5px 0;
	font-size:11px;
}

.stack a {
	color:#2F7C9E;
}

.more_stories_link {
	font-size:90%;
}

.more_stories_link a {
	font-weight:normal;
}

#sidebar .links li {
	margin:5px 0 0 0;
	padding:5px 0 0 0;
}

