/**
 * Main css documetn for durham constabulary
 * $date 30/10/2007
 *
 * todo:
 * - define focus styles
 * - move <ie7 styles to seperate stylesheet?
 */
 
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
/*	vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* required for firefox */
strong, b {
  font-weight:bold;
}

/* OUR OWN CSS RESETS START HERE */
p, h1, h2, h3, h4, 
ol, ul, blockquote {
  margin:1em 0;
}
ul {
  list-style: disc;
  margin-left:2.7em;
}
li {
  margin:.3em 0;
}
a {
  color:#1F4173;
}

/* STRUCTURE */
html, body {
  height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:center;
	margin:10px 0;
	background:#1F4173 url(../../images/body_bg.gif) repeat-x 0 0;
}
#wrapper {
	width:770px;
	margin:0 auto;
	text-align:left;
	background:#fff url(../../images/wrapper_bg.gif) no-repeat 0 119px;
}	
#masthead {
	height:87px;
	background:transparent url(../../images/masthead_2.png) no-repeat;
}	
#global{
	height:2.8em;
	_height:31px;
	background:#173157 url(../../images/global_bg.jpg) no-repeat 0 0;
	position:relative;
}
#content {
	width:559px;
	float:right;
	margin-right:15px;
	_margin-right:7px;
	min-height:459px;
	_height:459px;
	padding-bottom:2em;
	/*when adjusting min-height here do same to #nav below*/
}
#nav {
	width:181px;
	float:left;
	min-height:469px;
	_height:469px;
	background:#fff url(../../images/nav_bg.jpg) no-repeat 0 0;
  position:relative;
  left:1px;
}
#footer {
	clear:both;
	min-height:64px;
	height:64px;
	color:#B4B4B4;
	font-size:90%;
	background:url(../../images/footer_bg.jpg) no-repeat 0 100%;
	position:relative;
}

/* MASTHEAD */
#masthead a {
  display:block;
  width:400px;
  height:87px;
}
#masthead img {
  display:block;
}

/* FOOTER */
#footer li {
  margin:0;
}
#footer #afe {
  margin:-20px 0 0 -113px;
  position:absolute;
  left:0;
}
#footer #iip {
  margin:-40px -89px 0 0;
  position:absolute;
  right:0
}
#footer #copy {
  list-style-type:none;
  margin:0px 15px 0;
  border-top:1px solid #D3D3D3;
  padding-top:6px;
}
#footer li {
  display:block;
  margin:0;
}
#footer li.left {
  float:left;
}
#footer li.right {
  float:right;
}
#footer a {
  color:#B4B4B4;
  text-decoration:none;
}
#footer ul {
  margin:0;
}
#footer ul.logos {
  clear:both;
  list-style-type:none;
}

/* MAIN NAV */
#main {
  list-style-type:none;
  padding-top:1px;
  line-height: normal;
  margin:0;
}
#main li {
  margin:0;
}
#main a {
  display:block;
  zoom:1;
  text-decoration:none;
  color:#211F5F;
}
#main a span {
  display:block;
  padding:7px 13px;
  cursor:pointer;
}
#main li a:hover {
  background:url(../../images/nav_over_bottom.jpg) no-repeat 100% 100%;
}
#main li a:hover span {
  background:url(../../images/nav_over_top.jpg) no-repeat 100% 0;
}
#main a#home:hover span {
  background:none;
}
body.home #content {
  padding-bottom:0.5em;
}
body.home a#home {
  background:url(../../images/nav_over_bottom.jpg) no-repeat 100% 100%;
}
body.home a#home span {
  background:none;
}
#nav h3 {
  display:none;
}

/* sub nav */
#main li.selected {
  background:#fff url(../../images/nav_sub.jpg) no-repeat 100% 0;
}
#main li.selected ul {
  display:block;
}
#main li.selected a {
  b/ackground:none;
}
#main li.selected a span {
  padding:7px 0;
  margin:0 13px;
  border-bottom:1px solid #76A7C7;
}
#main ul {
  display:none;
  list-style-type:none;
  margin:0;
  padding-bottom:8px;
  background:#fff url(../../images/nav_sub.jpg) no-repeat 100% 100%;
}
#main ul li {
  margin:0 14px;
  padding:4px 0;
}
#main ul a {
  padding-left:10px;
  background:url(../../images/right_arrow.gif) no-repeat 0 50% !important;
}
#main li.selected a:hover {
  background:none;
}
#main li.selected a:hover span {
  background:none;
}
#main ul a:hover {
  background:none;
  color:#557DA0;
  background:url(../../images/right_arrow2.gif) no-repeat 0 50% !important;
}
#main ul a:hover span {
  background:none;
}

/* POPULAR LINKS */
#popular {
  font-size:90%;
  bottom:0.5em;
  z-index:1;
}
#popular li {
  margin:0;
}
#popular h3 {
  display:block;
  color:#211F5F;
  font-size:1em;
  font-weight:bold;
  padding:0 13px;
  margin:3em 0 0;
}
#popular ul {
  list-style-type:none;
  margin:.4em 0 .4em 13px;
}
#popular ul a {
  display:block;
  padding:3px 0 3px 10px;
  background:url(../../images/right_arrow.gif) no-repeat 0 50%;
  _zoom:1;
}

/* GLOBAL */
.hidden, a#skip {
  position:absolute;
  top:-999em;
}
#content table {
  margin:0;
  border-collapse:collapse;
}
#content th {
  font-weight:bold;
}
#content th, #content td {
  border:1px solid #bbb;
  padding:3px;
}

/* search form */
#global form {
  padding:4px 0 0 4px; 
  *padding:2px 4px 0; 
  overflow:hidden;
}
#global input#searchfld {
  background:url(../../images/search_input.gif) no-repeat 0 0;
  width:149px;
  vertical-align:middle;
  border:none;
  padding:4px 0px 6px 8px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
#global input#but_submit {
  background:url(../../images/search_submit.gif) no-repeat 0 0;
  width:24px;
  height:23px;
  vertical-align:middle;
}
input#postcodefld {
  background:url(../../images/search_input_postcode.gif) no-repeat 0 0;
  width:119px;
  vertical-align:middle;
  border:none;
  padding:4px 0px 6px 8px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
input#but_submit_postcode {
  background:url(../../images/search_submit_postcode.gif) no-repeat 0 0;
  width:21px;
  height:23px;
  vertical-align:middle;
}
/* language select */
#lang {
  position:absolute;
  right:234px;
}
#lang a {
  text-indent:-999em;
  display:block;
  width:111px;
  height:31px;
  background:url(../../images/lang.gif) no-repeat 0 0;
}
#langDiv {
  width:150px;
  height:100px;
  background:#fff;
  overflow:hidden;
  display:none;
  position:absolute;
  border:1px solid #969696;
}

/* text size */
#text-size {
  position:absolute;
  right:14px;
  top:5px;
  font-size:10px;
  color:#fff;
}
#text-size a {
  color:#fff;
}
#text-size span {
  display:block;
  float:left;
  padding-top:3px;
  color:#fff;
}
#text-size ul {
  list-style-type:none;
  float:left;
  margin:0;
  padding-top:1px;
}
#text-size ul li {
  float:left;
  margin:0 1px 0 0;
}
#text-size ul li a {
	display:block;
	width:18px;
	height:18px;
	line-height:1.5;
	text-align:center;
	text-decoration:none;
	color:#fff;
	vertical-align:baseline;
	border:1px solid #36537C;
}
#text-size ul li a span {
	text-indent:-999em;
	position:absolute;
	left:-999em;
}
#text-size ul li a.med{
  font-size:120%;
  line-height:130%;
}
#text-size ul li a.lrg{
  font-size:145%;
  line-height:normal;
}
#text-size ul li a.high-contrast{
  font-size:145%;
  line-height:normal;
  color:#FFF600;
  background-color:black;
}
#text-size ul li.selected a {
	background-color:#234B84;
	border:solid 1px #EDF6FD;
}
#text-size ul li a:hover {
	background-color:#234B84;
}

/* HOMEPAGE */
#primaryContent {
  width:268px;
  float:left;
  m/argin-bottom:13px;
}
#secondaryContent {
  width:268px;
  float:right;
}
.primaryContent {
  width:268px;
  float:left;
  m/argin-bottom:13px;
}
.secondaryContent {
  width:268px;
  float:right;
}
body.home img.banner {
  margin:11px 0 14px;
}
.webcast_container
{
position:relative;
width:274px;
height:207px;
margin-bottom:9px;
}
#webcast {
  margin:-3px 0 8px -3px;
  background:#fff;
}
#webcast p {
  margin:3px;
}
p.webcast {
  margin:2px 0 6px 0 !important;
  padding-bottom:8px;
  /*border-bottom:1px solid #ccc;*/
}
.sign_post_logo
{
position:absolute;
right:7px;
bottom:-42px;
}
.noflash {
  display:none;
}
h2 span.runin {
  color:#aaa;
  font-weight:normal;
  font-size:80%;
}
.date {
  color:#5E9FC9;
  margin:2px 0;
  padding-bottom:4px;
}
h1 {
  color:#211F5F;
  font-size:1.3em;
  font-weight:bold;
  margin:11px 0 1em
}
h2 {
  color:#211F5F;
  font-size:1.2em;
  font-weight:bold;
}
h3 {
 color:#1F4173;
 font-size:1.1em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
body.home h2 {
  margin:0 0 6px;
}
body.home h3.title {
 color:#1F4173;
 margin:2px 0;
 font-size:90%;
 line-height:1.3;
 font-weight:bold;
}
body.home p {
  margin:2px 0;
  font-size:90%;
}
.news {
  b/ackground:url(../../images/right_arrow.gif) no-repeat 0 2.54em;
  margin-bottom:23px;
}
.news img {
  border:none;
  float:left;
  margin-left:12px;
  /*_margin-left:6px;*/
}
body.home .newsItem p, 
body.home .newsItem h3 {
  margin-left:0;
}
body.home .newsItem.img p, 
body.home .newsItem.img h3 {
  margin-left:85px;
}
.list .title {
  color:#1F4173;
  margin:2px 0;
  line-height:1.3;
  font-weight:bold;
}
.list .date {
  color:#5E9FC9;
  margin:2px 0;
}
.list p {
  margin:2px 0;
}
body.home p.more {
  margin:-2.3em 0 .5em 0;
  padding-bottom:8px;
  text-align:right;
  border-bottom:1px solid #C8E1F2;
}
body.home .more a {
   background:url(../../images/right_arrow.gif) no-repeat 0 .5em;
   padding-left:10px;
   margin-bottom:11px;
}
body.home ul.titles {
  font-size:90%;
}
/*body.home .news p.more {
  margin:6px 0 0 0;
  padding-top:2px;
  border-top:1px solid #ccc;
}*/
ul.titles {
  list-style:none;
  margin:6px 10px 0 10px;
  padding-top:2px;
  }
ul.titles li {
  margin-left:-10px;
  background:url(../../images/right_arrow.gif) no-repeat 0 .5em;
  padding-left:10px;
}
.news ul.titles {
  border-top:1px solid #ccc;
}
.news ul.titles li {
}
#hq {
  clear:both;
  width:562px;
  margin-top:11px;
  padding:11px 0;
  border-top:1px solid #C8E1F2;
} 

/* datagrid styles */
.datagrid {
	border:1px solid #e7e7e7;
	border-collapse:collapse;
	margin:1.5em 0;
	width:100%;
}
.datagrid td, .datagrid th {
  border:1px solid #e7e7e7;
}
.datagrid th {
	background-color:#211F5F;
	color:#fff;
	font-weight:normal;
	font-size:100%;
	padding:2px 5px;
}
.datagrid td {
	vertical-align:top;
	line-height: 20px;
	padding:3px 5px;
}
.datagrid tr.a td {
	background-color: #fff;
}
.datagrid tr.b td {
	background-color: #fafafa;
}
a.pdflink {
	text-decoration: none;
	padding-left: 18px;
	line-height: 20px;
	height: 20px;
	background: url(../../images/pdf_sml.gif) no-repeat 0px 2px;
}
.datagrid a:hover {
	text-decoration:underline;
}

/* from Xstandard wysiwyg */
img.left {float:left;margin-right:1em}
img.right {float:right;margin-left:1em}
/* end */

/* MISC */
#content .breadcrumb {
	margin: 11px 0;
	color:#97B6CA;
}
#content .breadcrumb a {
  color:#557DA0;
}
.folderIcon {
	vertical-align:middle;
}
.icon {
	vertical-align:middle;
	margin:0 5px;
}
.alpha {
	list-style-type: lower-alpha;
}
div.hr {
	margin:1.5em 0;
	padding:0;
	height:1px;
	border-top:1px solid #ccc;
}
div.hr hr {
	display:none;
}
.greybox {
	background:#F0F0F0;
	margin:1em 0;
	border-left: 3px solid #ccc;
	padding:1em;
}
.boxoutleft {
	background:#E7EEF8;
	border-left:3px solid #211F5F;
	padding:1em;
	margin:1em 0;
}
.boxoutleft p, .greybox p {
	margin:0 0 1em 0;
	zoom:1;
}


.clear {
  clear:both;
  height:1px;
  line-height:1px;
  overflow:hidden;
}
.paging {
  margin:1em 0 !important;
  text-align:center;
}

/* Google Maps */
#gmap {
   width:356px; 
   height:356px;
   border:1px solid #CCC;
}
.gpopup {
  width:230px;
}
.gpopup a {
  text-decoration:none;
  cursor:pointer;
}
.gpopup h3.title {
  color:#1F4173;
  margin:2px 0;
  line-height:1.3;
  font-size:1em;
  font-weight:bold;
}
#gmap .gpopup p {
  margin:2px 0;
  color:black;
}
#gmap .gpopup p.date {
  color:#5E9FC9;
  margin-top:0;
}
/* News and Events */
.mainNews,
.mainEvents {
  margin-right:197px;
}

.mainNews p.date,
.mainEvents p.date {
  margin-top:1.3em;
}
.otherNews h2 {
  margin-top:0;
}
.otherNews,
.otherEvents {
  float:right;
  width:180px;
  margin-top:0;
}
.otherNews h3,
.otherEvents h3 {
  font-size:1em;
}
.otherNews p.more,
.otherEvents p.more {
  margin-bottom:1.3em;
}
.otherNews p.more a,
.otherEvents p.more a {
  padding-left: 10px;
  background:url(../../images/right_arrow.gif) no-repeat 0 .5em;
}

/* news images */
.imgcontainer {
	width:auto;
	margin: 1em 0;
	overflow:hidden;
}
.imgbox {
	float: left;
	margin-right: 0 12px 12px 0;
}
form table td, form table th {
  border:none;
  padding:0;
} 
#flash1{
	width:600px;
	height:500px;
}
#webcast img {
  margin:3px 0 0 3px;
}
table.layout td, table.layout th {
  border:none;
}
form input.email {
  position:absolute;
  top:-999em;
}
/* Blogs */
fieldset {
  border:1px solid #ccc;
  padding:12px;
}
legend {
  font-weight:bold;
  color:#1F4173;
}
textarea, input {
  font-weight: inherit;
	font-style: inherit;
	font-size: 110%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
label {
  font-weight:bold;
}
.error {
  border:1px solid red;
  background:#FFFFD7;
  color:red;
  padding:5px;
  width:auto;
  margin:1em 0;
}
.error span {
  font-weight:bold;
}
.error ul {
  margin:3px 0 0 3em;
}
.flash {
  border:1px solid #CCDDEE;
  background:#E7EEF8;
  color:#211F5F;
  margin:1em 0;
  padding:5px;
  width:auto;
}
.home #banners {
  clear:both;
  overflow:hidden;
  height:73px;
  margin:5px 0 10px;
}
.home #banners .left {
  float:left;
}
.home #banners .right {
  float:right;
}
ul.rss {
	float: right;
	margin: 6px 0 0 0;
	width:9em;
}
ul.rss li {
	list-style-type: none;
	text-align:right;
}
ul.rss li a {
	background: url(../../images/rss_icon_16.gif) right no-repeat;
	line-height: 16px;
	padding-right: 20px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	min-hight:16px;
	_height:16px;
}
ul.rss li a:hover {
  text-decoration:underline;
}

.home_footer
{
width:558px;
height:33px;
background:url(../../images/home_box_bg.png) repeat-x;
border:1px solid #D9DDDE;
position:relative;
margin-top:20px;
margin-bottom:25px;
}

a.dpa_logo
{
position:absolute;
left:130px;
top:-29px;
width:51px;
height:80px;
background:url(../../images/dpa_logo.png) no-repeat;
cursor:pointer;
display:block;
}

a.dpa_logo span
{
display:none;
}

a.bikewise_logo
{
position:absolute;
left:200px;
top:-17px;
width:79px;
height:66px;
background:url(../../images/bikewise_logo.png) no-repeat;
cursor:pointer;
display:block;
}

a.bikewise_logo span
{
display:none;
}

a.crimestoppers_logo
{
position:absolute;
left:300px;
top:-4px;
width:125px;
height:42px;
background:url(../../images/crimestoppers_logo2.png) no-repeat;
cursor:pointer;
display:block;
}

a.crimestoppers_logo span
{
display:none;
}

.streetsafe_logo
{
position:absolute;
left:15px;
top:-24px;
width:95px;
height:68px;
background:url(../../images/streetsafe_logo.png) no-repeat;
}

a.shadow_cs_logo
{
position:absolute;
left:446px;
top:-7px;
width:100px;
height:48px;
background:url(../../images/shadow_cs_logo.png) no-repeat;
display:block;
}

a.shadow_cs_logo span
{
display:none;
}

.side_box
{
width:180px;
background:#F4F9FD;
float:right;
margin:0px 0px 10px 10px;
padding:0px;
border-left:1px solid #ddd;
border-bottom:1px solid #ddd;
border-top:1px solid #eee;
border-right:1px solid #eee;
clear:both;
position:relative;
}

.side_box h2
{
width:164px;
height:30px;
font-size:13px;
line-height:30px;
margin:0px 7px 0px 7px;
padding:0px 1px 0px 1px;
color:#666666;
border-bottom:1px solid #ddd;
text-shadow:#cccccc 1px 1px 1px;
filter:Shadow(Color=#cccccc, Direction=135, Strength=2);
}

.side_box ul.links
{
list-style:circle;
margin:7px 0px 7px 23px;
}

.side_box ul.links li a
{
text-decoration:none;
}

.side_box ul.links li a:hover
{
text-decoration:underline;
}

.side_box ul.links li p
{
margin:0px;
font-size:10px;
color:#222;
line-height:14px;
}

.side_box div.information
{
padding:7px 9px;
}

.side_box div.information p
{
margin:0px;
color:#222;
}

.side_box img
{
border:none;
}

.side_box div.caption
{
padding:7px 9px;
}

.side_box div.caption p
{
margin:0px;
color:#222;
}

.side_box div.quote
{
padding:7px 9px;
}

.side_box div.directions
{
padding:9px 7px 7px 7px;
}

.directions_postcode
{
width:160px;
margin-bottom:8px;
}

.directions_submit
{
width:167px;
}

.directions_icon
{
position:absolute;
top:-4px;
right:6px;
}

.side_box div.quote p
{
margin:0px;
color:#222;
font-style:italic;
line-height:16px;
}

.open_quotes
{
position:relative;
top:1px;
}

.close_quotes
{
position:relative;
top:2px;
}

.quoted_person
{
text-align:right;
font-style:normal !important;
font-weight:bold;
color:#444 !important;
}



.request_result
{
margin-top:10px;
}

.request_result a
{
text-decoration:none;
}

.request_category
{
color:#555;
font-size:13px;
}

.request_date
{
font-style:italic;
color:#555;
margin-left:5px;
margin-top:2px;
}

.clear_span
{
clear:both;
display:block;
}


a span.pdf_link
{
display:block;
height:31px;
line-height:31px;
padding-left:37px;
background:url(../../images/pdf.png) no-repeat;
margin:20px 0px 0px 0px;
color:#333;
text-decoration:none;
cursor:pointer;
}

a:hover span.pdf_link
{
color:#333;
text-decoration:none;
}



.input_container
{
margin-bottom:5px;
}

.input_container label
{
width:215px;
display:block;
float:left;
padding-top:2px;
text-align:right;
padding-right:5px;
}

.search_input_container
{
text-align:center;
margin-top:10px;
}

.text_input
{
width:200px;
}

.select_input
{
width:206px;
}

.disclosure_log_search_box
{
border:1px solid #ccc;
background:#eee url(../../images/disclosure_log_search_bg.png) repeat-x;
padding:11px 0px 9px 0px;
}

.crime_stats_web_cast_container
{
margin-bottom:30px !important;
margin-top:20px;
}

.crime_stats_web_cast
{
margin:0px !important;
}

.crime_stats_map
{
margin-top:20px;
margin-bottom:21px;
}

#crime
{
float:left;
width:246px;
margin-bottom:3px;
}

#crime_stats_loading
{
background:url(../images/loading.gif) no-repeat;
height:16px;
width:16px;
float:left;
margin-left:5px;
margin-top:2px;
visibility:hidden;
}

.stats_table_header
{
text-align:center;
display: table-cell;
vertical-align: middle;
}

.stats_table_stat
{
text-align:right;
display: table-cell;
vertical-align: middle;
}

.redbox {
	background:#F7E2E2;
	margin:1em 0;
	border-left: 3px solid #E4A3A3;
	padding:1em;
}

.bluebox {
	background:#E2E2F7;
	margin:1em 0;
	border-left: 3px solid #A3A3E4;
	padding:1em;
}

.greenbox {
	background:#E2F7E2;
	margin:1em 0;
	border-left: 3px solid #A3E4A3;
	padding:1em;
}

.yellowbox {
	background:#F7F7E2;
	margin:1em 0;
	border-left: 3px solid #E4E4A3;
	padding:1em;
}

#directions_map
{
width:557px;
height:400px;
border:1px solid #bbb;
}

#directions_route
{
width:559px;
position:relative;
left:-4px;
}

.round_box
{
border:1px solid #ccc;
background:#E9F2FA url(../../images/box_background.gif) no-repeat;
padding:8px 10px;
margin-bottom:10px;
}

.round_box h2
{
color:#333;
padding:0px;
margin:0px;
}

.round_box p:last-child
{
margin-bottom:0px;
}

.round_box ul
{
margin-left:14px;
}

.round_box ul:last-child
{
margin-bottom:0px;
}

#dc_popup_window
{
display:none;
width:400px;
position:absolute;
top:50%;
left:50%;
margin-left:-200px;
margin-top:-150px;
background:#EEEEEE url(../../images/disclosure_log_search_bg.png) repeat-x scroll 0 0;
border:5px solid #CCCCCC;
z-index:1000;
}

.popup_top
{
padding:7px;
display:block;
border-bottom:1px solid #999;
font-size:19px;
color:#163056;
background:#A5CEEA;
font-weight:bold;
text-align:center;
}

.popup_content
{
padding:7px;
}

.popup_content p
{
font-size:12px !important;
color:#222;
margin-top:0px !important;
margin-bottom:9px !important;
text-align:center;
}

.popup_button
{
padding:7px;
display:block;
margin-top:7px;
border:1px solid #ccc;
font-size:14px;
cursor:pointer;
background:#eee;
color:#444;
text-align:center;
}

.popup_button:hover
{
background:#f5f5f5;
color:#222;
}

.yes_text
{
color:#009900;
}

.no_text
{
color:#FF0000;
}

#pop_up_background
{  
display:none;
position:fixed;
_position:absolute;
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
z-index:50;
cursor:pointer;
}

span.bikewise_logo, span.crimestoppers_logo { behavior: url(/iepngfix.htc); }

.hidden_label
{
display:none;
}

h1.title a
{
width:400px;
height:89px;
}

h1.title a span
{
display:none;
}

.the_meadows_btn
{
margin-left:20px;
margin-top:20px;
}

.summer_nights
{
margin-top:9px;
}

.webcast_no_script
{
margin:3px 0 0 3px;
}

.find_your_area_text
{
color:#1F4173;
font-weight:bold;
float:left;
}

.find_your_area_loading
{
background:url(../../images/loading.gif) no-repeat;
height:16px;
width:16px;
float:left;
margin-left:8px;
margin-top:3px;
visibility:hidden;
}

.find_your_area_form
{
float:right;
margin-top:-1px;
}

.find_your_area_padding
{
padding-top:13px;
}

a.accesskey span
{
display:none;
}

div.priorities_box h2
{
margin-top:-5px;
margin-bottom:-5px;
}

div.priorities_box p
{
margin-bottom:0px;
}

div.priorities_box ul
{
margin-bottom:0px;
}

#webcast a {
  display:block;
  position:relative;
  text-decoration:none !important;
  color:#7db2cb;
}

#webcast a span {
  display:block;
  position:absolute;
  top:137px;
  left:3px;
  width:238px;
  text-align:center;
  font-size:15px;
  line-height:18px;
  padding:0px 15px;
}

#webcast a span.long {
  top:130px;
}