/*
	Screen stylesheet for Spatial Land Registry
	-colors-
	background: #FFFFFF
	headlines: #573f26
	std text: #573f26
	std text links: #3b626f
	lt green vertical lines: #bbca87
*/
/* Reset defaults
-------------------------------------------------------------- */
/* Eric Meyer reset CSS 
		so we can control all spacing
*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end of reset*/

body {
	font-size: 12px;
	line-height: 16px;
	background-color: #eff3e7;
	background-image: url(/images/gradient_pgbackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #573f26;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* Standard Headings
-------------------------------------------------------------- */

h1 { font-size: 24px; line-height: 1; margin-bottom: 5px; font-weight: bold }
h2 { font-size: 18px; line-height: 1;	color: #573f26;	margin-bottom: 10px;}
h3 { font-size: 16px; line-height: 1; margin-bottom: 8px; margin-top: 5px; color: #573f26; font-weight: bold; }
h4 { font-size: 12px; line-height: 14px; margin-bottom: 2px; margin-top: 5px; font-weight: bold; color: #573f26; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 0; }
h6 { font-size: 12px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */
p { margin-bottom: 12px; }
p img.left { float: left; margin: 18px 18px 18px 0; padding: 0; }
p img.right { float: right; margin: 18px 0 18px 18px; }

a:link, a:visited {
	color: #3b626f;
	text-decoration: underline;
}
a:hover, a:active {
	color: #573f26;
	text-decoration: none;
}

blockquote  { margin: 18px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
sup				{ vertical-align: super;}
sub				{ vertical-align: sub;}
abbr, 
address     { margin: 0 0 18px; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 18px 0; white-space: pre; }
pre,code,tt { font: 12px 'andale mono', 'lucida console', monospace; line-height: 1.5; }

textarea {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		padding: 3px;
}

/* Lists
-------------------------------------------------------------- */

dl { margin: 0 0 18px 0;}
dl dt { font-weight: normal; font-size: 14px; padding: 3px 0;}
dd { margin-left: 15px;}

div#rightColumn ul {
	margin: 0 0 14px 15px;
	list-style: disc;
}
div#rightColumn ul li {
	margin-bottom: 7px;
}

div#rightColumn ol {
	margin: 0px 0px 14px 10px;
	padding-left: 15px;
	list-style-type: decimal;
}
div#rightColumn ol li {
	margin-bottom: 7px;
}

/* Tables
-------------------------------------------------------------- */

th { font-weight: bold; }
tfoot { font-style: italic; }
td {
	vertical-align: top;
}

/* Utility classes
-------------------------------------------------------------- */

/*div clearing fix used in special cases
	where the overflow attribute doesn't work
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
	visibility: hidden;
}

/* Layout styles
-------------------------------------------------------------- */

/* Common Template styles */
#container {
	position: relative;
	width: 898px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width: 898px;
	height: 240px;
	overflow: hidden;
	background-image: url(/images/header_background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#headerLeft {
	position: absolute;
	width: 390px;
	height: 162px;
	left: 66px;
	bottom: 0px;
	background-color: transparent;
}


div.headerIntro {
	position: relative;
	width: 350px;
	padding-left: 6px;
	font-size: 16px;
	line-height: 20px;
	background-color: transparent;
}

div.headerIntro img.bug {
	float: left;
	margin-right: 6px;
	margin-bottom: 17px;
}

div.headerIntro p {
	padding-top: 3px;
	margin-bottom: 0px;
}
div.headerIntro a.learnMore {
	float: right;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	padding-right: 25px;
}

#headerRight {
	position: absolute;
	width: 365px;
	right: 50px;
	bottom: 0px;
}

/*------ Navigation styles ------*/

/* Secondary "text" navigation */
ul#secondaryNav {
	list-style-type: none;
	overflow: visible;
	margin: 0;
	padding: 0;
	height: 20px;
	margin-bottom: 14px;
}

ul#secondaryNav li {
	font-size: 13px;
	vertical-align: middle;
	display: inline;
	float: left;
}
ul#secondaryNav li a {
	border-left: 1px solid #FFF;
/*	padding: 2px 15px 2px 10px;*/
	padding: 2px 7px 2px 7px;
	float: left;
	display: block;
	font-size: 13px;
	text-decoration: none;
}


ul#secondaryNav li.current a
 {
	color: #573f26 !important;
}

ul#secondaryNav li.last a {
	border-right: 1px solid #FFF;
}

/* Main Navigation */
ul#mainNav {
	list-style-type: none;
	margin: 0px !important;
	padding: 0;
	height: 44px;
}
ul#mainNav li {
	display: inline;
	float: left;
	margin-bottom: 0px !important;
}

ul#mainNav li a {
	text-indent: -9000px;
	display: block;
	height: 44px;
	min-width: 85px;
}

li#mnBenefits a:link,
li#mnBenefits a:visited {
	width: 85px;
	background: url(/images/mainnav_benefits.gif) no-repeat 0px 0px;
}
li#mnBenefits.current a:link,
li#mnBenefits.current a:visited,
li#mnBenefits a:hover,
li#mnBenefits a:active {
	width: 85px;
	background: url(/images/mainnav_benefits.gif) no-repeat -85px 0px;
}

li#mnMapProperty a:link,
li#mnMapProperty a:visited {
	width: 160px;
	background: url(/images/mainnav_mapmyproperty.gif) no-repeat 0px 0px;
}
li#mnMapProperty.current a:link,
li#mnMapProperty.current a:visited,
li#mnMapProperty a:hover,
li#mnMapProperty a:active {
	width: 160px;
	background: url(/images/mainnav_mapmyproperty.gif) no-repeat -160px 0px;
}
li#mnMyAccount a:link,
li#mnMyAccount a:visited {
	width: 119px;
	background: url(/images/mainnav_myaccount.gif) no-repeat 0px 0px;
}
li#mnMyAccount.current a:link,
li#mnMyAccount.current a:visited,
li#mnMyAccount a:hover,
li#mnMyAccount a:active {
	width: 119px;
	background: url(/images/mainnav_myaccount.gif) no-repeat -119px 0px;
}
ul#mainNav li a:hover {
	text-decoration: none;
}

#pageMiddle {
	min-height: 200px;
	background-color: #fff;
	background-image: url(/images/pgmiddle_background.gif);
	background-repeat: repeat-y;
}

/* 
These selectors added to the above selector
set padding for the middle, content area 
of various templates.*/
.hmMiddle {
	width: 800px;
	padding: 44px 49px 19px 49px;
}
.subPgMiddle {
	width: 800px;
	padding: 44px 49px 30px 49px;
}
/* 2-column template */
.twoColMiddle {
	padding: 44px 33px 30px 49px;
}


/*rounded box */
.roundedbox {
	margin: 0 auto;
  background: #eff3e7;
}
.roundedbox-top div {
   background: url(/images/graycorner_tl.gif) no-repeat top left;
}
.roundedbox-top {
   background: url(/images/graycorner_tr.gif) no-repeat top right;
}
.roundedbox-bottom div {
   background: url(/images/graycorner_bl.gif) no-repeat bottom left;
}
.roundedbox-bottom {
   background: url(/images/graycorner_br.gif) no-repeat bottom right;
}
.roundedbox-top div, .roundedbox-top, 
.roundedbox-bottom div, .roundedbox-bottom {
   width: 100%;
   height: 24px;
   font-size: 1px;
}
.roundedbox-content { 
	margin: 0 15px 0px 15px;
	padding: 0px 5px 3px 15px; /* content width 738px */
	width: 738px;
}


/* Footer styles*/
#footer {
	width: 868px;
	padding: 6px 15px 30px 15px;
	text-align: center;
	clear: both;
	background-image: url(/images/footer_topbg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer #footer_top {
	overflow: hidden;
	margin-bottom: 24px;
}

#footer table.program_of {
	float: right;
	width: 320px;
	text-align: left;
	margin-right: 38px;
	font-size: 10px;
	color: #573f26;
	line-height: 13px;
}
#footer table.program_of td.logo {
	width: 145px;
}
#footer .program_of td {
	vertical-align: middle;
}

/* Home specific styles */

#hmMiddleTop {
	width: 788px;
	margin-bottom: 34px;
}

.getColumnBg {
	background-image: url(/images/home_midtop_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#getStarted {
	float: left;
	width: 338px;
	padding-right: 24px;
	padding-bottom: 5px;
	border-right: 1px solid #bbca87;
}

#supportedAreas {
	position: relative;
	width: 345px;
	padding-bottom: 5px;
	float: right;
}

#supportedAreas h4 {
	font-size: 14px;
	margin-bottom: 8px;
}

table#getStartedList {
	margin: 0;
}

table#getStartedList td {
	padding: 4px 12px 11px 38px;
}

table#getStartedList td.step1 {
	background: url('/images/number01.gif') no-repeat top left;
}
table#getStartedList td.step2 {
	background: url('/images/number02.gif') no-repeat top left;
}
table#getStartedList td.step3 {
	background: url('/images/number03.gif') no-repeat top left;
}
table#getStartedList td.step4 {
	background: url('/images/number04.gif') no-repeat top left;
}

table#getStartedList td h3 {
	color: #3b626f;
	font-size: 16px; 
	line-height: 22px;
	margin: 0;
	font-weight: bold;
	padding: 0;
}

table#getStartedList td h3 a {
	text-decoration: underline;
}

form#hmMapLocation {
	position: relative;
	margin-bottom: 24px;
}
form#hmMapLocation label {
	display: block;
	font-size: 14px;
	padding-bottom: 7px;
}
form#hmMapLocation input.txtField {
	width: 200px;
}

form#hmMapLocation input.imgBtn {
	margin: 10px 0;
}

#hmBottom {
	width: 788px;
	margin: 0 auto;
	position: relative;
	background-image: url(/images/home_midbottm_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#hmMidBotLeft {
	float: left;
	width: 369px;
	padding-right: 24px;
	padding-bottom: 5px;
}

#hmMidBotRight {
	float: right;
	width: 369px;
	padding-left: 24px;
	padding-bottom: 5px;
}

div#hmMidBotLeft ol {
	margin: 0 0 14px 10px;
	padding-left: 15px;
	list-style-type: decimal;
}
div#hmMidBotLeft ol li {
	margin-bottom: 7px;
}

div.midTop {
	min-height: 250px;
	padding-bottom: 10px;
}

.hmLearnMore {
	padding-top: 15px;
	background: #FFF url(/images/dotted_rule.gif) no-repeat top left;
	margin-bottom: 6px;
}
.hmLearnMore ul {
	list-style-type: none !important;
	margin: 0px !important;
	padding: 0px 0px 0px 10px !important;
}
.hmLearnMore ul li {
	list-style-type: none !important;
	margin-bottom: 4px;
}

div.midTop ul {
	list-style-type: disc;
	margin: 0 0 12px 18px;
}
div.midTop ul li {
	list-style-type: disc;
	margin-bottom: 6px;
}

#hmLatestNews {
	margin-top: 30px;
	padding-top: 20px;
/*	border-top: 1px solid #BBCA87;*/
	background: #FFF url(/images/dotted_rule.gif) repeat-x top left;
}

#hmLatestNews ul {
	float: right;
	width: 640px;
	margin-top: 10px;
}

#hmLatestNews ul li {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 15px;
	width: 290px;
	float: left;
	vertical-align: top;
	margin-right: 30px;
}
#hmLatestNews ul li a {
	display: block;
	width: 170px;
	float: left;
	vertical-align: top;
	padding-left: 8px;
	border-left: 1px solid #6b929f;
}

#hmLatestNews ul li span.date {
	font-size: 12px;
	display: block;
	float: left;
	width: 75px;
	padding-right: 5px;
}
#hmLatestNews img.bbank-logo {
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 16px;
}

#ecoSystemServices {
	width: 369px;
}
#ecoSystemServices p {
	margin-bottom: 5px;
}


/*gradient box */
.gradientbox {
  background: #C5DBE1 url(/images/bluegrad_bg.gif) no-repeat top left;
}
.gradientbox-top div, .gradientbox-top, 
.gradientbox-bottom div, .gradientbox-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.gradientbox-top div {
   background: url(/images/bluegrad_tl.gif) no-repeat top left;
}
.gradientbox-top {
   background: url(/images/bluegrad_tr.gif) no-repeat top right;
}
.gradientbox-bottom div {
   background: url(/images/bluegrad_bl.gif) no-repeat bottom left;
	 height: 10px;
}
.gradientbox-bottom {
   background: url(/images/bluegrad_br.gif) no-repeat bottom right;
	 height: 10px;
}
.gradientbox-content {
	min-height: 230px;
	margin: 2px 20px 0px 20px;
}

/* Map My Property */
/* content width 743px */

#mmpPropertyInfo {
	position: relative;
	float: left;
	width: 238px;
	padding-right: 27px;
}
#mmpPropMap {
	position: relative;
	float: left;
	width: 472px;
}

#map {
	height: 437px;
	width: 470px;
	border: 1px solid #333;
}

fieldset#findIt {
	padding-bottom: 18px;
}

fieldset#findIt p {
	padding-right: 5px;
}

fieldset#findIt input#address {
	width: 235px;
}
fieldset#findIt input.btnFindit {
	margin-top: 10px;
}


div#results {
	padding-top: 12px;
}

div#results ul {
	margin: 0 0 14px 15px;
	list-style: disc;
}
div#results ul li {
	margin-bottom: 7px;
}
div#results ul.propMatches {
	list-style: none;
	margin: 0 0 16px 0 !important;
}
div#results ul.propMatches li {
	font-weight: bold;
	line-height: 13px !important;
	margin-bottom: 0;
	padding: 7px 4px;
	background-color: #FEFEFE;
}
div#results ul.propMatches li.alt {
	background-color: #e6e9df;
}

div#results ul.propList {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
div#results ul.propList li {
	padding: 3px 3px 3px 10px;
	margin-bottom: 7px;
}
div#results ul.propList li input {
	width: 190px;
}

#mmpPropertyInfo p {
	margin-bottom: 8px;
}

#mmpPropertyInfo select
 {
	max-width: 235px;
	margin-bottom: 6px;
}

input.btnContinue {
	margin: 0 0 0 78px;
}
input.btnGenReports {
	position: relative;
	margin: 0 0 0 28px;
}

li.highlite {
	background-color: #f0dc43;
	background-image: url(/images/highlite-bg.gif);
	background-repeat: repeat-x;
	background-position: center left;
}

table.horizChbxList {
	width: 95%;
	margin: 0 0 16px 0; 
	padding: 0;
}

table.horizChbxList td {
	line-height: 12px;
	padding: 0;
	width: 50%;
	vertical-align: middle;
	line-height: 12px !important;
	padding-bottom: 2px;
}
table.horizChbxList td input {
 	margin: 0px 5px 0px 0px;
	padding: 0px;
}
table.horizChbxList td label {
	line-height: 12px;
}

#showReports {
	position: relative;
	float: left;
	width: 410px;
	padding-right: 27px;
}

#showReportsList {
	width: 238px;
}

#showReportsList td {
	height: 40px;
	padding: 7px 15px 7px 0px;
	vertical-align: middle;
	background: transparent url(/images/dotted_rule.gif) repeat-x bottom left;
}

#showReportsList td.number {
	width: 10px;
	text-align: center;
	background: transparent url(/images/dotted_rule.gif) repeat-x bottom left;
}

#showReportsList td.name {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
}
#showReportsList td.actions {
	text-align: center;
	width: 35px;
	padding: 7px 0px;
}

/* for demo purposes */
/*div#reportCompleted,
div#listReports {
	display: none;
}*/

div#reportGenerating {
	display: none;
	margin: 50px auto;
	padding: 30px 0;
	text-align: center;
}

/* 2-column subpage styles */

#leftColumn {
	width: 260px;
	float: left;
}

#rightColumn {
	width: 490px;
	padding-top: 29px;
	float: right;
}
#rightColumn p,
#rightColumn dt,
#rightColumn dd,
#rightColumn li {
	padding-right: 10px;
}

#leftColumn h3 {
	font-size: 16px !important;
	line-height: 18px;
	margin-bottom: 4px;
}

ul.leftHandLinks {
	padding: 10px 0 12px 0;
	margin: 0px;
	list-style-type: none !important;
}
ul.leftHandLinks li {
	margin-bottom: 4px;
}
ul.leftHandLinks li a {
	font-size: 12px !important;
	line-height: 14px;
	display: block;
	padding-left: 15px;
	background: transparent url(/images/link_arrow_dk.gif) no-repeat 0 4px;
}

ul.leftHandLinks li a:link,
ul.leftHandLinks li a:visited {
	color: #3b626f;
}
ul.leftHandLinks li a:active,
ul.leftHandLinks li a:hover,
ul.leftHandLinks li a.current:link,
ul.leftHandLinks li a.current:visited {
	color: #573f26;
}

div#helpInfo {
	background-color: #dee8cf;
}

form#subMapLocation input.txtField {
	width: 195px;
	margin-top: 6px;
	margin-bottom: 8px;
}
form#subMapLocation input.imgBtn {
	margin-bottom: 3px;
}

/*green sidebar box */
.greenbox {
	margin: 0 auto 20px auto;
  background: #dee8cf;
}
.greenbox-top div {
   background: url(/images/grncorner_tl.gif) no-repeat top left;
}
.greenbox-top {
   background: url(/images/grncorner_tr.gif) no-repeat top right;
}
.greenbox-top div, .greenbox-top, 
.greenbox-bottom div, .greenbox-bottom {
   width: 100%;
   height: 25px;
   font-size: 1px;
}
.greenbox-bottom div {
  background: url(/images/grncorner_bl.gif) no-repeat bottom left;
	height: 10px;
}
.greenbox-bottom {
  background: url(/images/grncorner_br.gif) no-repeat bottom right;
	height: 10px;
}
.greenbox-content { 
	margin: 0 30px 0px 35px;
}

/*sidebar box */
.sidebarbox {
	margin: 0 auto 20px auto;
  background: #eff3e7;
}
.sidebarbox-top div {
   background: url(/images/graycorner_tl.gif) no-repeat top left;
}
.sidebarbox-top {
   background: url(/images/graycorner_tr.gif) no-repeat top right;
}
.sidebarbox-bottom div {
	background: url(/images/graycorner_bl.gif) no-repeat bottom left;
}
.sidebarbox-bottom {
	background: url(/images/graycorner_br.gif) no-repeat bottom right;
}
.sidebarbox-top div, .sidebarbox-top, 
.sidebarbox-bottom div, .sidebarbox-bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.sidebarbox-content { 
	margin: 0px 30px 0px 35px;
}

/* Heading styles */
h1.logo {
	height: 44px;
	width: 290px;
	background: url(/images/landserver_logo_beta.gif) no-repeat top left;
	margin-bottom: 12px;
	text-indent: -9000px;
}
h1.logo a {
	display: block;
	height: 44px;
}
h1.logo a:hover {
	text-decoration: none;
}

h2.replaced {
	text-indent: -9000px;
	margin: 0;
}

h2.getStartedWhere {
	height: 23px;
	margin-bottom: 8px;
	background: url(/images/hdr_getstarted.gif) no-repeat top left;
}
h2.getStarted {
	height: 23px;
	margin-bottom: 8px;
	background: url(/images/hdr_get_started.gif) no-repeat top left;
}

h2.afterMapping {
	height: 57px;
	background: url(/images/hdr_aftermappingprop.gif) no-repeat top left;
	margin-bottom: 10px;
}
h2.landServerBenefits {
	height: 18px;
	background: url(/images/hdr_landserverbenefits.gif) no-repeat top left;
	margin-bottom: 10px;
}
h2.partnerOrgs {
	height: 18px;
	background: url(/images/hdr_partnerorganizations.gif) no-repeat top left;
	margin-bottom: 10px;
}
h2.bayBankOpen {
	height: 38px;
	background: url(/images/hdr_baybankopenaccnt.gif) no-repeat top left;
	margin-bottom: 6px;
}

h2.whatEcosystemServ {
	height: 18px;
	background: url(/images/hdr_whatrecosystemservices.gif) no-repeat top left;
	margin-bottom: 6px;
}

h2.latestNews {
	height: 18px;
	background: url(/images/hdr_latestnews_brwn.gif) no-repeat top left;
	margin-bottom: 6px;
}

h2.loginAccount {
	height: 18px;
	background: url(/images/hdr_logintoaccount.gif) no-repeat top left;
	margin-bottom: 16px;
}

h2.createAccount {
	height: 18px;
	background: url(/images/hdr_createaccount.gif) no-repeat top left;
	margin-bottom: 16px;
}

h2.createLSAccount {
	height: 24px;
	background: url(/images/hdr_createlsaccount.gif) no-repeat top left;
	margin-bottom: 12px;
}
/* Account Pages */


/* login form */
form#loginForm {
	width: 220px;
	margin: 0 auto;
}

form#loginForm td.txtInput input {
	width: 200px;
}
form#loginForm input.imgBtn {
	width: 60px;
}

input#remember_me {
	vertical-align: middle;
}
form#loginForm label.chkboxlabel {
	vertical-align: middle;
}

table.Login td {
	padding-bottom: 4px;
	padding-top: 4px;
}

div#myAcctLogin {
	float: left;
	width: 348px;
	padding: 5px 10px;
}

div#myAcctCreate {
	float: right;
	width: 288px;
	padding: 5px 40px;
}
div#myAcctCreate ol {
	margin: 0 0 14px 10px;
	padding-left: 15px;
	list-style-type: decimal;
}
div#myAcctCreate ol li {
	margin-bottom: 7px;
}

/* Account forms styles */

table.accntFormTable th {
	font-size: 16px;
	background: transparent url(/images/tablehd_bg.gif) repeat-x bottom left;
	padding-top: 20px;
	padding-bottom: 8px;
	font-weight: normal;
}
table.accntFormTable td {
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 5px;
}

table.accntFormTable label {
	font-weight: normal;
	line-height: 24px;
	vertical-align: baseline;
	padding-right: 4px;
}

table.accntFormTable label.required {
	font-weight: normal;
	vertical-align: baseline;
	padding-right: 12px;
	background: url(/images/icons/required_bullet.gif) no-repeat right -2px;
}

table.accntFormTable input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 1px;
}

textarea.fullWidth {
	width: 360px;
	height: 360px;
}

/* end Account forms styles */


/* Various content classes */

a.arrowLink:link,
a.arrowLink:visited {
	font-size: 12px !important;
	line-height: 14px;
	display: block;
	padding-left: 15px;
	background: transparent url(/images/link_arrow_dk.gif) no-repeat 0 4px;
}

.alignRight {
	text-align: right;
}

.callout {
	font-style: italic;
}

.lgrText {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

.instruction {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	margin: 0  0  5px 0px !important;
}

.grnborder-left {
	border-left: 1px solid #bbca87;
}
.grnborder-right {
	border-right: 1px solid #bbca87;
}

.dottedTop {
	background: transparent url(/images/dotted_rule.gif) repeat-x top left;
	padding-top: 12px;
}
.dottedBtm {
	background: transparent url(/images/dotted_rule.gif) repeat-x bottom left;
	padding-bottom: 12px;
}

table.partnerList {
	width: 100%;
}

table.partnerList tr.first td,
table.partnerList tr.last td {
	height: 35px;
}

table.partnerList tr.last td {
	background-image: none;
	padding-bottom: 0;
}

table.partnerList td {
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	height: 53px;
	background: #FFF url(/images/dotted_rule.gif) repeat-x bottom left;
}
table.partnerList td.pLogo {
	width: 168px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	vertical-align: middle !important;
}

#faqQuestions {
	line-height: 20px;
	padding: 5px 0 25px;
}

dl#faqList  {
	margin-top: 18px;
}

dl#faqList dt {
	font-weight: bold !important;
	font-weight: normal;
	line-height: 22px;
}
dl#faqList dd {
	padding: 0px !important;
	margin: 0px;
}

dl#glossary dt {
	font-weight: bold;
}

.propNameLg {
	font-size: 18px;
	line-height: 22px;
}

/* Error and Other Message selectors */
/*error box styles*/
.error {
	width: 450px;
	margin: 0px 0px 10px 0px !important;
  background-color: #ffd5ce;
}
.error-top div {
   background: url(/images/errorbox_tl.gif) no-repeat top left;
}
.error-top {
   background: url(/images/errorbox_tr.gif) no-repeat top right;
}
.error-bottom div {
	background: url(/images/errorbox_bl.gif) no-repeat bottom left;
}
.error-bottom {
	background: url(/images/errorbox_br.gif) no-repeat bottom right;
}
.error-top div, .error-top, 
.error-bottom div, .error-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.error-content { 
	margin: 10px 30px 0px 35px;
	color: #222;
}

div.error-content h3 {
	margin:0 0 8px 0 !important;
	padding:0 0 0 22px !important;
	color: #bb1607;
	background:url(/images/icons/exclamation.gif) no-repeat left center;
	font-size: 14px;
	line-height: 16px;
}

div.error-content p {
	margin: 0;
	padding: 0 0 8px 0;
}

div.error-content ul {
	margin: 0;
	padding:0 0 5px 5px;
}

div.error-content ul li {
	list-style-type: none;
	margin: 0 0 4px 0;
	line-height: 16px;
	padding:0 0 0 16px;
	background: url(/images/icons/required_bullet.gif) no-repeat left top;
}

.fieldWithErrors input,
.fieldWithErrors select {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #bb1607;
}
.fieldWithErrors textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #bb1607;
}

div.error-sm {
	border: 1px solid #bb1607;
	background-color: #ffe8e6;
	padding: 8px 10px;
	margin-bottom: 10px;
	color: #bb1607;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* notification box */
/*notify box styles*/
.notify {
	width: 475px;
	margin: 0 0 20px 0;
  background: #fdfce0 url(/images/notifybox_bg.gif) repeat-x top left;
}
.notify-top div {
   background: url(/images/notifybox_tl.gif) no-repeat top left;
}
.notify-top {
   background: url(/images/notifybox_tr.gif) no-repeat top right;
}
.notify-bottom div {
	background: url(/images/notifybox_bl.gif) no-repeat bottom left;
}
.notify-bottom {
	background: url(/images/notifybox_br.gif) no-repeat bottom right;
}
.notify-top div, .notify-top, 
.notify-bottom div, .notify-bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.notify-content { 
	margin: 10px 30px 15px 30px;
	min-height: 70px;
	color: #444;
}

div.notify-content h3 {
	margin:0 0 8px 0 !important;
	padding: 0 0 0 22px !important;
	color: #eb7605;
	background:url(/images/icons/postit_note.png) no-repeat left center;
	font-size: 14px;
	line-height: 16px;
}

a.hideMessage:link,
a.hideMessage:visited {
	display: block;
	text-align: right;
	color: #c5c5c5;
}
a.hideMessage:hover,
a.hideMessage:active {
	display: block;
	text-align: right;
	color: #222;
}

div.notify-content p {
	margin: 0;
	padding: 0 0 8px 25px !important;
}

/*message box styles*/
.message {
	width: 450px;
	margin: 0 0 10px 0;
  background: #fdfce0 url(/images/message_bg.gif) repeat-x top left;
}
.message-top div {
   background: url(/images/message_tl.gif) no-repeat top left;
}
.message-top {
   background: url(/images/message_tr.gif) no-repeat top right;
}
.message-bottom div {
	background: url(/images/message_bl.gif) no-repeat bottom left;
}
.message-bottom {
	background: url(/images/message_br.gif) no-repeat bottom right;
}
.message-top div, .message-top, 
.message-bottom div, .message-bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.message-content { 
	margin: 10px 30px 0px 30px;
	color: #444;
}

div.message-content h3 {
	margin: 0 0 8px 0 !important;
	padding: 0 0 0 22px !important;
	color: #185b09;
	background:url(/images/icons/information.gif) no-repeat left center;
	font-size: 14px;
	line-height: 16px;
}

div.message-content p {
	margin: 0;
	padding: 0 0 8px 25px !important;
}

div.message-sm {
	border: 1px solid #185b09;
	background-color: #fdfce0;
	padding: 8px 10px;
	margin-bottom: 10px;
	color: #185b09;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div#serverError {
	width: 450px;
}
div#serverError div.roundedbox-content {
	width: 380px;
	height: 200px;
}

div#resetPassword {
	width: 450px;
	position: relative;
}
div#resetPassword div.roundedbox-content {
	min-height: 150px;
	position: relative;
}
div#resetPassword table.resetpw {
	width: 350px;
}
div#resetPassword table.resetpw td {
	padding: 0 0 16px 0;
}
div#resetPassword table.resetpw td label {
	display: block;
	width: 120px;
	white-space: nowrap;
}

/*debug box in footer*/

#sessionDebug {
	border:solid 1px #AAA;
	background:#EEE;
	padding:10px 20px;
	margin-bottom: 40px;
}

#sessionDebug p {
	margin:0 0 12px 0;
}

/* loading box/page styles */

/*
	Screen stylesheet for Spatial Land Registry
	-colors-
	background: #FFFFFF
	headlines: #573f26
	std text: #573f26
	std text links: #3b626f
	lt green vertical lines: #bbca87
*/

body#loader {
	background: #e2ebd4 url('../images/bg-loader.jpg') no-repeat top center !important;
	margin: 0px;
	padding: 0px;
}

body#loader div#loaderHeader {
	margin: 50px auto 15px auto;
	width: 400px;
	text-align: center;
}

body#loader div#loading {
	width: 380px;
	min-height: 175px;
	border-top: 1px solid #bbca87;
	border-right: 1px solid #98a762;
	border-bottom: 1px solid #98a762;
	border-left: 1px solid #bbca87;
	background-color: #FFF;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: relative;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.pdf-loading {
	text-align: center !important;
	padding-top: 50px !important;
}

body#loader div#loading span {
	display: block;
	text-align:center;
	margin-bottom: 10px;
}

body#loader div#loading h3 {
	text-align: center;
	font-weight: normal;
	line-height: 24px;
}

body#loader div#loading p {
	margin: 4px 0px 10px 0px;
	
}

body#loader {
	background:none;
	background-color: #eff3e7;
	margin: 0px;
	padding: 0px;
}

body#loader div#pdf_link img {
	margin: 0px 0px -4px 0px;
	padding: 0px 0px 0px 0px;	
}

body#loader a#return-to-report {
	float: left;
}
body#loader a#close-window {
	float: right;
}

body#loader div#pdf-report-links {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 380px;
}

/* login/logout upper navigation */

div#login {
	text-align: right;
	margin: 15px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

img.inline_icon {
	margin: 0px 0px -3px 0px;
}

