#home_head { 

/* height: 200px; */}

#home_info {
	/* border: 1px solid black; */
	 background-color: grey;
	/* height:322px; */
     border-bottom: 1px solid black;
     border-left: 1px solid black;
}

#home_info h1 {
        font-size: 12px;
        color: lightgrey;
}

.wrapper_box {
	 background-color: grey;
     border-bottom: 1px solid black;
     border-left: 1px solid black;
	
}

.box_title {
	background-color:black;
	color:white;
}

#area_head {
	height: 60px;
	border-top: 1px solid black;
  	border-bottom: 1px solid black;   
    border-right: 1px solid black;   
 	/* padding-left: 10px; */
}

#area_head_top h1{
	text-align: center;
	font-size: 15px;
	color: orange;
	background-color:black;
}

#left_area_head {
	float:left;	
	font-size: 14px;
	padding-left:50px;
	text-align:center;
	color: white;
}

#left_area_head h1 {

}

#right_area_head {
	margin-left: 250px;
	font-size: 14px;
	/* padding-top:5px; */
	text-align:center;
	color: white;
}
#right_area_head h2 {
        display:block;
	font-size: 14px;
	padding-right:5px;
	padding-top:15px;
        padding-left:285px;
	color: orange;
}

#area_map {
	float: left;
        padding-left:5px;
        padding-top:5px;
        padding-right: 5px;
	/* Dom change ... added display:inline to correct double 	
}

#mymap {
	border: #26a solid 1px;
}
#area_info { 
    float: right;
	width: 250px;
	/* height: 270px; */
	padding-left:5px;
    padding-top:5px;
    padding-right: 5px;
    
	/* border-left: 1px solid black ; */
	/* border-right: 1px solid black ; */
	/* border-bottom: 1px solid black ; */
	
}

#area_info_box {
	margin-top:5px;	
	padding:4px;
}

#area_info_box {
			background: lightgrey;
			/* width: 208px; */
			/* height: 200px; */
			width:250px;
			float:right;
			border: #26a solid 1px;
}

#area_info_box li {
	list-style-type:none;	
}

#area_info_box p {
	/* float:right; */
	padding:3px;
    font-size:13px;
    color:black;
}
#area_info_box label {
	
	font-size: 13px;
	
	float:left ;
	text-align: right;
	margin: 0 1em 1em 0;
	
	display: block;
	clear: both;
	width: 75px;
	/* background-color: orange; */
    padding:3px;
	background-color: #4A611C; 
	/* border: #26a solid 1px; */
	/* margin-top:-20px; */
	color:white;
	/* margin-right:10px; */
	/* padding-bottom: 5px; */
	/* margin-top:-20px; */
	/* width: 10em; */
}

#area_info_box_footer {
	bottom: 0px;
}
#area_info_box_footer, #next_incident, #previous_incident { 
    padding: 0px 3px 1px 3px;
    margin: 0;
	margin-top:5px;
    text-align: center;
    
    font-size: 11px;
    font-weight: bold;
    /* color: #fff; */
    background-color: #ff6600;
    border: 1px solid;
    border-color: #ffc8a4 #3f1a01 #3f1a01 #ffc8a4;
    cursor: pointer;
}

#area_info_box_footer a , #next_incident a, #previous_incident a {
	/* display:block; */
	padding:1px 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color: darkgreen;	/* sets the type color */
 }

#area_info_box_content {
	/* height: 180px; */
	padding-bottom:10px;
}

#area_info_box_footer {
	/* display:block; */
	position:relative;	
	background-color: grey;
	width:80px;
	/* vertical-align:bottom; */
	float:right;
	bottom:15px;

}

#area_info_box_footer a{
	background-color: white;
	color: green;
}

#navbuttons {
	padding-top:10px;
}

#next_incident {
	float:right;	
	width:5em;
}

#previous_incident {	
	float:left;
	width:7em;
	/* margin-right:50%; */
}

#next_incident a:hover {
	background-color: white;
	color:#ff6633;
}

#previous_incident a:hover {
	background-color: white; 
	color:#ff6633;
}
#home_summary {
	padding-top:20px;
	height: 300px;
}


#active_groups {
	width:235px;
	float:left;
}

#active_areas {
	width:235px;
	float:right;
}

#active_groups, #active_areas {
	border:1px solid black;
	padding-left: 10px;
	padding-top: 10px;
}

#active_groups, #active_areas h3 {
	text-align: center;
}

.active_table {
	width:225px;
	border: 2px solid green;

}

.active_name { width: 70px}
.active_reports { width: 30px}

#news_item_box {

	margin-top:5px;
	margin-bottom:5px;
	border:1px solid black;
	background-color: grey;
}

#news_item {	
	margin:5px 5px 5px 5px;
	background-color:lightgrey;
	border:1px solid white;
}

#news_item_body {
	padding-left: 5px
}

#add_news_item fieldset {
	width: 400px;
	
}
#add_news_item legend {
	width:80px;
}

/* Dom change ... */
#fp_details_box {
}

/* TODO: these are the same as those in polystyle - moved and renamed with the neighbourhood prefix to help with customisation */

#neighbourhood_toolbar {
     background: white;
     margin-right:10px;
}


#neighbourhood_toolbar ul {
     list-style: none;
     padding: 0;
     margin: 0;
}

#neighbourhood_toolbar ul#sidebar-controls {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#neighbourhood_toolbar ul li {
     display: inline;
}

#neighbourhood_toolbar ul li a {
     padding: 3px 6px;
     color: #444;
     text-decoration: none;
     font-size: 12px;
}

#neighbourhood_toolbar ul li a:hover {
     color: #aaa;
     background: #444;
}


.fp_text_block li {
      color:black;
      width:600px;

}

.fp_text_block { 
  width:700px;
  margin-left:-20px;
}

.fp_text_block h2 {
  color:black;
  margin-left:20px;
}

.fp_text_block blockquote {
  font-size:1.2em;
  color:black;
}

.fp_text_block p {
  color:white;
  font-size:1,2em;
  width:600px;
  margin-left:20px;
}

.fp_text_block dd {
  color:white;
  font-size:1.2em;
  width:600px;
}