
html {
  height:		100%;
  margin:		0;
  padding:		0;
}

body {
  height:		100%;
  font-family:		verdana, arial, sans-serif;
  font-size:		11pt;
  padding: 		0;
  margin: 		0;
  background-image:	url(/resources/img2/containerbg.jpg);
  background-repeat:	repeat-y;
}


/* top header area */

#header {
  height:		164px;
  border:		0;
  background-image:		url(/resources/img2/sfheader.jpg);
  background-repeat:	no-repeat;
  background-color:		#03120B;
}

#sflogo {
  margin-left:		32px;
  margin-top:		26px;
  border:		none;
}


/* first menu bar - search form and generic links */

#headerMenu {
  background-color:	#B3DBD6;
  height:		34px;
  padding-left:		34px;
}

  /* search form */

#headerMenu form {
  display:		inline;
  float:                left;
  margin:		0;
  padding:		0;
}

#headerMenu fieldset {
  margin:               0;
  padding:              0;
  border: 		0;
  display:              inline;
}

#headerMenu #search {
  font-size:		14px;
  width:		92px;
  height:		18px;
  border:		1px solid #788885;
  margin-top:		6px;
}

#headerMenu #submit {
  font-size:		14px;
  margin:		6px 20px 0 8px;
  
}


  /* links */

#headerMenu a,
#headerMenu a:visited {
  color:		#333333;
  text-decoration:	none;
  line-height:		34px;
}

#headerMenu a:hover {
  text-decoration:	underline;
}

#headerMenu .linksep {
  border-right:		2px solid #333333;
  padding:		0 8px 0 0;
  margin:		0 8px 0 0;
  font-size:		14px;
  height:		14px;
}


#showEmptyFieldsLink {
  float: 			right;
}


#dataUpdate {
  float: 			left;
}


#dataUpdate {
  margin: 2px 2px 10px 0;
  text-align: right;
  color:#AAAAAA; 
 /* background-color: #E6F3F1;*/
   width: 100%;
}

#dataUpdate {
  float: 			left;
}

p.downloadLink a {
  color:		#AAAAAA;
  text-decoration:	none;
  /* text-align: right;*/
 /* float: 			right;*/
   /*font-size:		14px;
   margin-right: 4px;*/
}

.downloadLink img {
  border:			none;
}

.downloadLink {
 
  margin: 4px 2px 0 0;
  float: 			right;
}

.downloadLink a:hover {
  text-decoration:	underline;
}

#geodataLink {
  float: 			right;
}

#geodataLink a {
  color:		#AAAAAA;
  text-decoration:	none;
  /* text-align: right;*/
 /* float: 			right;*/
   /*font-size:		14px;
   margin-right: 4px;*/
}

#geodataLink a:hover {
  text-decoration:	underline;
}

#geodataLink img {
  border:			none;
}

.subtle {
  font-size: 80%;
  color: #999;
}


/* second top level menu - top level links */

#rootNav {
  background-color:	#028777;
  height:			34px;
  padding:			0 20px 0 34px;
}

#rootNav a,
#rootNav a:visited {
  color:		white;
  font-weight:		500;
  text-decoration:	none;
  line-height:		34px;
  vertical-align:middle;
}

#rootNav a:hover {
  text-decoration:	underline;
}

#rootNav .linksep {
  border-right:		2px solid white;
  padding:		0 8px 0 0;
  margin:		0 8px 0 0;
  font-size:		14px;
  height:		14px;
}

#rootNavRight {
  float: 			right;
  height:			34px;
}

#rootNavRight a,
#rootNavRight a:visited {
  font-weight:		bold;
  color:			white;
  font-style:		italic;
}

#rootNavRight img {
  border:			none;
}


/* main container for everything else */


  /* side menu */

div#sideMenu {
  width: 		225px;
  float: 		left;
  font-size:		90%;
  background-color:	#E6F3F1;
}

div#sideMenu ul {
  list-style: 		none;
  padding: 			0;
  margin: 			0 0 20px 0;
}

div#sideMenu ul li.submenu {
  margin-left: 10px;
}

div#sideMenu a,
div#sideMenu a:visited {
  text-decoration:	none;
  color:			black;
  display:			block;
  padding:			3px 3px 3px 10px;
}

div.searchBox a,
div.searchBox a:visited {
  text-decoration:	none;
  color:		black;
  display:		block;
}

div.searchBox ul {
  padding: 			5px 2px 0 10px;
  margin: 			0 0 2px 10px;
}

div.searchBox ul li {
  padding: 			0;
  margin: 			2px 0;
}


div#sideMenu a:hover,
div.searchBox a:hover {
  text-decoration:	underline;
}

div#sideMenu a.selected {
  background-color:  #9ACFC9;
}

div#sideMenu ul li.submenu a.selected {
  background-color:	#B3DBD6;
}

  /* right hand news box and search box */

div#newsBox,
div.searchBox {
  width:		195px;
  float:		right;
  border:		1px solid #E6F3F1;
  margin:		16px 1px 50px 20px;
  font-size:		90%;
  background-color:	white;
}

div#newsBox h2,
div.searchBox h2 {
  background-color:	#E6F3F1;
  margin:		0;
  padding:		4px;
  color:		#333333;
}

div#newsBox p,
div.searchBox p {
  padding:		0;
  margin:		12px 6px;
}

div.searchBox form,
div.searchBox fieldset {
  border:	       none;
  padding:	       4px 2px;
  margin:	       0;
}
div.searchBox select {
  color:		#152F90;
  font-size:		96%;
}


div.newsdetail div.footer {
  font-style:		italic;
  color:		#666;
  font-size:		80%;
  border-bottom: 1px dashed #B3DBD6;
  margin-top: 15px;  
  margin-bottom: 15px;
  padding-bottom: 5px;
}
  


  /* main text area */

div#content {
  font-size:		95%;
  margin-left:		225px;
  padding:			16px 20px 40px 18px;
}

h1 {
  font-size:		110%;
  padding-top:		0;
  margin-top: 0;
}

h2, h3 {
  font-size:		100%;
}


/* footer - plus style to push it to the bottom */


/* Footer stuff */

#container {
  position: relative;
  margin: 0px;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";  /*IE5x hack */
  voice-family: inherit;
  height: auto;
}

html>body #container { /*values for more CSS-compliant browsers*/
  height: auto;
}

#footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  position: absolute;
  bottom: 0;   
  border-top:		1px solid #9ACFC9;
  background-color:	#B3DBD6;
  height:			26px;
  font-size:		11px;
  clear:			both;
  voice-family: "\"}\""; /*IE5x hack */
  voice-family: inherit;
}

html>body #footer {/*values for more CSS-compliant browsers*/
  margin: 0;
  padding: 0;
}

#footer a,
#footer a:visited {
  color:			#333333;
  text-decoration:	none;
}

#footer a:hover {
  text-decoration:	underline;
}

#footer .linksep {
  border-right:		1px solid #333333;
  padding:			0 8px 0 0;
  margin:			0 8px 0 0;
  height:			10px;
}

#admin {
  float:			right;
  color:			#028777;
  padding:			4px 10px 0 0px;
}

#admin a,
#admin a:visited {
  color:			#028777;
}

#footer img {
  border:               none;
  vertical-align:       middle;
  padding-bottom:       4px;
}

#info {
  float:			left;
  color:			#444444;
  padding:			4px 10px 0 10px;
}

#info a,
#info a:visited {
  color:			#444444;
}

/* bits n bobs */


.imageblock {
  width: 200px; 
  float: right;
  text-align: center;
  margin-left: 20px;
}

.imageblock img {
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  margin-top: 10px;
}
table h3 {
  font-size: 85%;
}
table td,
table th
{
  border: #ccc solid 1px;
  padding:  2px 4px;
  font-size:   90%;
  vertical-align: top;
}
table th {
  font-size: 85%;
  text-align: left;
  background-color: #E6F3F1;
  padding-left: 14px;
  padding-right: 14px;
}
.calendar td {
  background-color: #FBFFFF;
}
.widetable {
  clear: right;
  width: 95%;
}

table.vertHeads th { text-align: right; }
table.vertHeads th, table.vertHeads td { padding: 3px; }


.sitemap td {
  border:	 0;
  padding:	 0;
}

.sitemap a,
.sitemap a:visited {
  text-decoration:      none;
}

.sitemap a:hover {
  text-decoration:      underline;
}


/* htdig search results */


/* Search styles */

.searchresult {
  border-bottom: 1px dashed #B3DBD6;
  margin-top: 15px;  
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.searchresult .modified {
  text-align: right;
  font-size:  80%;
  color:		#888;
  font-style: italic;
}

.htdig_string {
  color:	        #028777;
  font-weight:		bold;
}

.actions a img {
border: none;
}

#content a img {
border: none;
}

label {

color: black;
float: left;

}



.help {
background-color: #fffad7;
border: 1px solid #cdced2;
padding: 2px; 
font-size: 10px;
}

.forum {
 border:		1px solid #E6F3F1;
  margin:		16px 1px 50px 20px;
  font-size:		90%;
  background-color:	white;
  width: 70%;
 margin-top:		40px;
}

.forum li {
padding-bottom: 5px;
}

.forum h2 {
  background-color:	#E6F3F1;
  margin:		0;
  padding:		4px;
  color:		#333333;
}

/* openlayers map styling */

 #containerMapAndSearch {
  margin-top: 15px;
  width: 97%;
  height: 100%;
  margin-left: 15px;



}

div#map.olMap {
  width:  75%;
  height: 65%;
  border: 1px solid  #bfbfbf;
  border-bottom: none;

}

div#controls {
  width:		200px;
  float:		right;
 /* border:		1px solid #E6F3F1;*/
  font-size:		90%;
  background-color:	white;

}

div#bananas {
  border:		1px solid #E6F3F1;
}


div#controls h2, label#lbloverlap, label#lblsector,label#lblkeywords {
  background-color:	#E6F3F1;
  margin:		0;
  padding:		4px;

  color:		#333333;
}



div#controls {
  padding:		0;
}



div#controls form,
div#controls fieldset {
  border:	       none;
  margin:	       0;
}
div#controls select#sector {
  color:		#152F90;
  font-size:		96%;
  width: 170px;
  margin-top: 10px;
  margin-left: 15px;
}

div#controls input#keywords {
  margin-top: 10px;
  margin-left: 15px;
}

div#external_control {

display: block;
font-size: smaller;
border: 1px solid #bfbfbf;

background-color:  #B3DBD6  ;
height: 15px;
width: 75%;

}

div#overlap {
  margin: 0;
  padding: 0;
}

div#divoverlap p {
padding: 0;
margin: 0;
}


label#lbloverlap, label#lblsector,label#lblkeywords{
  width: 193px;
  margin: 0;
  
  padding-right: 0px;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
}


label#lbloverlap {
  margin-bottom: 1em;
}

input#keywords {
  width: 163px;
}

div#results a, div#policyDetails a {
  text-decoration: none;
}

div#policyDetails table.list td p {

border: none;
}

div#results a img,  div#policyDetails a img {

border: none;

}

div#results h2, div#policyDetails h2 {
 /* border-bottom: 1px solid silver; */
  padding-bottom: 5px;
  margin-bottom: 0;
}

div#policyDetails p {
  padding-top: 0;
  margin: 0;
  border-bottom: 1px solid silver;
  padding-top: 7px;
  padding-bottom: 7px;

}

div#results p {
  padding: 0;
  margin: 0;
  /*border-bottom: 1px solid silver;*/
  padding-top: 7px;
  /*  padding-bottom: 7px;*/
}

div#results h1 {
  padding-top: 0;
  margin: 0;
  border-top: 1px solid silver;
  padding-top: 7px;
  padding-bottom: 7px;
}

div#policyDetails table.list,
div#results table.list {
  margin-top: 10px;
}

div#results  {
margin-top: 5px;
/*border-bottom: 1px solid silver;*/
padding-bottom: 7px;
}

img.information {
  position: relative;
  top: 3px;
  border: none;
}

.sflogo {
  float: left;
}

.solentmap {
  color: #ffffff;
  font-size: 300%;
  letter-spacing: 1px;
  float: left;
  margin-left: 15px;
  margin-top: 50px;
}

.help_text {
  margin: 8px;
  font-size: 95%;
}

.submit_button {
margin-left: 40px;
margin-bottom: 15px;
}
.reset_button {
margin-bottom: 15px;
}

#overDiv table{
border: none;
padding: 0;
margin: 0;
}

#overDiv td  {
border: none;
}

#results h1 {
padding-top: 15px;

}

.searchtext {
font-size: 12px;
color: #333333;
}

.casestudy {
 border:		1px solid #E6F3F1;
  margin:		16px 1px 50px 20px;
  font-size:		90%;
  background-color:	#e6f3f1; 
  width: 70%;
 margin-top:		40px;
}

.casestudy li {
padding-bottom: 5px;
}

.casestudy h2 {
  background-color:	#028777; 
  margin:		0;
  padding:		4px;
  color:		#FFFFFF;
}

/* hides secondary logo use local.css to add a logo*/

#logo2, .ccatch {
visibility: hidden;
}


