@charset "utf-8";
/* CSS Document */



html {
	height: 100.15%; /* Avoid scrollbar */
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #dedede;
}


/* Rest everything */

h1,h2,h3,h4,h5,h6,p,table,td,th,form { margin: 0; padding: 0; }

img { border: none; vertical-align: middle; }

.clearfix { 

	clear: both !important;
	float: none !important;
	}
	
abbr {
	border: none;
	}
	
/* Following styles can be reused for margin/padding values */

.p0 {padding: 0px !important;}
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.p30 {padding: 30px !important;}

.pt0 {padding: 0px !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}

.pb0 {padding: 0px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}

.pl0 {padding: 0px !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}

.pr0 {padding: 0px !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}

.m0 {margin: 0px !important;}
.m5 {margin: 5px !important;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.m20 {margin: 20px !important;}
.m30 {margin: 30px !important;}

.mt0 {margin: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}

.mb0 {margin: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}

.ml0 {margin: 0px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}

.mr0 {margin: 0px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}


/* Layout structure */

/* Main container */

div.container {
	width: 975px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #f4f4f4;
	}
	
/* Top section */

div.top {
	height: 120px;
	background-color: #002b5c;
	position: relative;
	padding-left: 20px;
	}
	
div.top a.back-to-main {
	color: #7c94ae;
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	padding-left: 10px;
	background: url(../images/arrow.png) no-repeat left 4px;
	text-decoration: none;
	}
	
/* Search bar */

div.search-bar {
	height: 30px;
	background-color: #00bcf2;
	padding-left: 20px;
	position: relative;
	}
	
div.search-bar h2 {
	color: #002b5c;
	line-height: 28px;
	font-size: 1.4em;
	}
	
div.search-bar div.form {
	display: block;
	position: absolute;
	right: 10px;
	top: 3px;
	}
	
div.search-bar div.form input.submit {
	background: #00bcf2;
	color: #ffc425;
	border: none;
	font-weight: bold;
	}
	
div.search-bar div.form label {
	font-size: 1.2em;
	color: #002b5c;
	font-weight: bold;
	vertical-align: middle;
	}
	
/* Columns */

div.bg {
	background-color: #fff;
	}

div.left,
div.main,
div.right {
	float: left;
	background-color: #fff;
	}
	
div.left {
	margin: 30px 50px 0 20px;
	width: 195px;
	}

div.main {
	width: 462px;
	margin-top: 30px;
	border-top: 1px solid #003a6f;	
	}
	
div.right {
	width: 220px;
	margin-left: 25px;
	margin-top: 30px;
	font-weight: normal;
	}
	
/* Left column - main nav */

div.left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div.left ul li {
	padding: 0 2px;
	line-height: 21px;
	border-top: 1px solid #003a6f;
	}
	
div.left ul li ul {
	margin-left: -2px;
	margin-right: -2px;
	}
	
div.left ul li ul li {
	border-top: 1px dashed #003a6f;
	background: #fff;
	}
	

.solid_top {
	border-top: 1px solid #003a6f !important;
	}
	
.solid_bottom {
	border-bottom: 1px solid #003a6f !important;
	}
	
div.left ul li ul li a {
	font-size: 0.9em;
	font-weight: normal;
	color: #003a6f;
	}

div.left ul li a {
	color: #00bcf2;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	}
	
div.left ul li.selected,
div.left ul li ul li.selected { 
	background-color: #fec536 !important;
	}
	
div.left ul li.selected a {
	color: #002b5c;
	}
	
div.left div.main-search {
	margin-top: 20px;
	}
	
div.left div.main-search h2 {
	font-size: 1.2em;
	color: #003a6f;
	margin-bottom: 15px;
	}
	
div.left div.main-search div.form label {
	font-size: 0.8em;
	}
	
div.left div.main-search div.form select { font-size: 0.9em; }
	
div.left div.main-search div.form h3,
.bold_label {
	font-weight: bold;
	color: #003a6f;
	font-size: 0.9em !important;
	}
	
	
div.left div.main-search input.radio {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	}
	
div.left div.form input.submit {
	background: #003a6f;
	color: #fec536;
	border: none;
	padding: 3px;
	font-weight: bold;
	}
	
	

/* Main column styles */

div.main h2 {
	color: #003a6f;
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 1.3em;
	}
	
div.main h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #003a6f;
	}
	
div.main p {
	font-size: 1em;
	margin-bottom: 0.7em;
	color: #333333;
	line-height: 1.3em;
	}
	
div.main div.info_box {
	padding: 5px 10px 5px 40px;
	background-color: #fec536;
	position: relative;
	font-size: 0.9em;
	margin: 20px 0;
	}
	
div.main div.info_box img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 19px;
	height: 19px;
	}
	
/* Wider main column for the internal map pages (removing the right column) */

body#full-width div.main {
	width: 705px;
	border-top: 1px solid #003a6f; /* removing the border line */
	padding-top: 0;
	}
	
body#full-width div.main h2 {

	}

/* Right column styles  */


	
div.right h3 {
	 color: #00bcf2;
	 font-size: 1.1em;
	 border-top: 1px solid #003a6f;
	 margin-bottom: 10px;
	 padding-top: 5px;	 
 }
 
 div.right h4 {
	 color: #013a70;
	 font-size: 0.9em;
	 font-weight: bold; 
 }
 
div.right p {
	font-size: 1em;
	color: #333333;
	padding-right: 10px;
	margin-bottom: 1em;
	font-weight: normal;
	line-height: 1.3em;
	}
	
div.right a {
	color: #013a70;
	}
 
div.right ul.nav {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	}
	
div.right ul.nav li {
	margin-bottom: 5px;
	font-size: 1em;
	}

div.right ul.nav li a {
	color: #013a70;
	font-size: 1em;
	font-weight: bold;
	}
	
div.right ul {
	margin: 0 0 0 15px;
	padding: 0;
	}
div.right ul li {
	font-size: 0.9em;
	color: #676767;
	margin-bottom: 5px;	
	}
	
/* Footer styles  */

div.footer {
	background: #fff;
	border-top: 1px solid #003a6f;
	height: 30px;
	}
	
div.footer ul {
	padding: 0;
	margin: 5px 0 0 20px;
	list-style:none
	}
	
div.footer ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;	
	background: url(../images/arrow.png) no-repeat left 5px;	
	}
	
div.footer ul li a {
	font-size: 0.8em;
	text-decoration: none;
	color: #013a6f;
	}
	
div.copy {
	padding: 25px 0 15px 18px;
	color: #454545;
	font-size: 0.9em;
	}
	
.rel_div { position: relative; }

/* Table styles */

.rel { /* Positioning of the MAX and 0 */
	position: relative;
	height: 230px;
	width: 60px;
	text-align: right;
	color: #003a6f;
	padding-right: 5px;
}
.rel .max { 
	position: absolute;
	top: 0; /* positioned on top of the table */
	left: 0;
	width: 60px;
	text-align: right;	
}
.rel .zero {
	position: absolute;
	bottom: 0; /* positioned on bottom of the table */
	left: 0;
	width: 60px;
	text-align: right;	
}
	
/* Graph Columns */

.bargraph {
	border-collapse: collapse;
}
.bargraph td { /* Generic cell styles */
	padding:0;
	padding-left: 5px;
	vertical-align:bottom;
	width: 25px !important;
	text-align: center;
	color: #00396f;
	font-size: 0.8em;
	font-weight: bold;
}
.bargraph tr.graph_column {
	height: 230px; /* Max height of the graph column */
}
.bargraph tr.graph_column td {
	border-bottom: 1px solid #003a6f; /* Lines on the left and the bottom */
}
.bargraph tr.graph_column th {
	border-right: 1px solid #003a6f; /* Lines on the left and the bottom */
}
.bargraph td img.bar {
	background: #00bcf2; /* Styling of the actual coloured bar - height values are set inline (see html) */
	width: 25px;
	vertical-align: bottom;
}
.bargraph th {
	text-align: center
}

/* Current Year */

table.current_year {
	border-collapse: collapse;
	margin-top: 10px;
	}
	
table.current_year td { /* Generic cell styles */
	padding-left: 8px;
	vertical-align:bottom;
	width: 25px !important;
	text-align: center !important;
	vertical-align: middle;
	font-size: 0.8em;
	font-weight: bold;
	font-size: 11px;
	background-color: #003a6f;
	color: #fff;
}

table.current_year th {
	background-color: #ccd8e2;
	color: #003a6f;
	padding: 3px 5px 3px 0;
	font-size: 0.8em;
	width: 60px;
	text-align: right;	
	}
	
/* Previous Year */

table.previous_year {
	border-collapse: collapse;
	margin-top: 10px;
	}
	
table.previous_year td { /* Generic cell styles */
	padding-left: 8px;
	vertical-align:bottom;
	width: 25px !important;
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
	font-weight: bold;
	font-size: 11px;
	background-color: #e5ebf0;
	color: #00bcf2;
}

table.previous_year th {
	background-color: #7f9cb7;
	color: #fff;
	padding: 3px 5px 3px 0;
	width: 60px;
	text-align: right;	
	font-size: 0.8em;	
	}

.descriptioncrime {
	padding-right: 15px;
}
