/* CSS Document */
body{background:#6479BE; text-align:center;}
body, ul, li, h1, h2, h3{padding:0; margin:0;}
body, input, td, select{font:normal 11px/20px Verdana, Arial, Helvetica, sans-serif; color:#333;}
p{text-align:justify; font:normal 11px/20px Verdana, Arial, Helvetica, sans-serif; color:#333; margin:0; padding:5px 0;}
img{border:0;}

h1{font:bold 12px/18px Arial, Helvetica, sans-serif; text-align:center}
h2{font:bold 12px/25px Arial, Helvetica, sans-serif; color:#fff;}
h3{font:bold 13px/20px Arial, Helvetica, sans-serif; color:#fff; text-align:center}

a:link{color:#1A80CB;}
a:visited{color:#1A80CB;}
a:hover{color:#333;}
a:acitve{color:#1A80CB;}

.marginTop{margin-top:10px;}
.maringAuto{margin:0 auto; text-align:left;}

.clear_fix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clear_fix {height: 1%;}
/* End hide from IE-mac */ 

/* Form */
.txt,select{color:#247FE6; line-height:11px; border:1px solid #666;}
.pound{background:#fff url(images/pound.gif) no-repeat;padding-left:12px;}

/* Container */
#container{margin:0px auto 0px auto; background:#fff url(images/containerbg.gif) no-repeat top; width:915px; padding:5px 0 0 ;}
#container_inner{margin:0px auto; text-align:left; width:905px;}

/* Top Table */
#topTb{background:#FF9922;}
#topTb .topHeader{font:bold 12px/20px Arial, Helvetica, sans-serif;}

/* Nav */
#nav{font:bold 12px/30px Arial, Helvetica, sans-serif; text-align:left; }
#nav ul{float:left; width:100%; color:#000;}
#nav ul li{list-style:none; background:none; display:inline;}
#nav ul li a{float:left;display: block; padding: 0px 25px; background:url(images/navliB.gif) no-repeat 3px 9px; color:#333; text-decoration:none;}
#nav ul li a:hover{background:url(images/navliA.gif) no-repeat 3px 9px;color:#C00; text-decoration:none;}
#nav ul li a#current{background:url(images/navliA.gif) no-repeat 3px 9px;color:#C00; text-decoration:none;}

/* Left Menu */
#leftMenu{
	width:100%;
	list-style:none;
	background:#C7E8F9 url(images/leftBg.gif) repeat-x;
	text-align:center;
}
#leftMenu li{
	width:190px;
	margin:0 auto;
	text-align:left;
}
*html #leftMenu li{margin-bottom:-2px;}/**IE 6**/
*+html #leftMenu li{margin-bottom:-2px;}/**IE 7**/
#leftMenu li a{display:block;background:url(images/line.gif) repeat-x left bottom; padding:5px 10px 5px 15px; font:normal 12px/18px Arial, Helvetica, sans-serif; text-decoration:none; color:#333;}
#leftMenu li a:hover{background:url(images/listOverBg.gif);padding:5px 10px 5px 25px; color:#fff;}
#leftMenu li:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html #leftMenu li{height: 1%;}
/* End hide from IE-mac */ 

/* Right Content */
.header1{background:url(images/hideTitle.gif) no-repeat; padding-left:10px;}
.header{background:url(images/headerBg.gif) no-repeat; padding-left:10px;}
.rightContent{background:#f2f2f2; padding:0px 8px;}
.formHeader{}
.formHeader th{background:#ddd; border-top:2px solid #fff; border-right:2px solid #fff; border-bottom:2px solid #fff; font:bold 16px/25px Calibri, Arial, Helvetica, sans-serif; padding:2px 10px;}
.formHeader td{background:#444; border-top:2px solid #fff; border-bottom:2px solid #fff; font:bold 16px/25px Calibri, Arial, Helvetica, sans-serif; padding:2px 10px; color:#fff;}
.formHeader th b{color:#f92;}
.nextText{font:bold 16px/25px Calibri, Arial, Helvetica, sans-serif;}
.nextText b{color:#f92;}
.nextBtn{margin-bottom:-4px;}

/* Bot */
.expand{text-align:center; margin-top:5px; cursor:pointer;}

#Bot1{display:block;}
#Bot2{display:none;}
#Bot2 .header{background:url(images/hideTitle.gif) no-repeat;}
.Bot2Content{background:#f2f2f2; padding:5px 10px;}
.Bot2Content h2{color:#003399;}
.LB_FormStep
{
	width: 565px;
	table-layout: fixed;
}

.LB_FormStepHidden
{
	display: none;
}

.LB_FormStepVisible
{
	display: block;
}

/* Form step header styles */
.LB_Headline, .LB_StepNumber
{
	padding: 4px;
	padding-left: 6px;
}

.LB_Headline
{
	font-weight: bold;
	background-color: #444;
	color: #fff;
	width: 350px;
	font-size: 140%;
}

.LB_StepNumber
{
	font-weight: bold;
	background-color: #ddd;
	white-space: nowrap;
	font-size: 110%;
}

.LB_StepNumber b
{
	color: #e82;
	font-size: 130%;
}

/* Form step main content styles */
.LB_FormStepContent
{
	border:solid 4px #f92;
	background-color: #eee;
	padding: 4px;
}

.LB_FormStepContent label
{
	font-weight: bold;
	font-size: 80%;
}

.LB_FormStepContent td
{
	vertical-align: top;
}

#LB_EmploymentStatus_Label_Cell, #LB_DateOfBirth_Label_Cell
{
	vertical-align: bottom;
}

/* Form fields that have sterling symbol in them */
#LB_AmountToBorrow, #LB_MonthlyIncome, #LB_PropertyValue, #LB_MortgageBalance, #LB_DebtAmount, #LB_RentMortgagePayment
{
	background: #fff url(https://forms.leadbay.co.uk/Common/HtmlIntegration/Images/Sterling.gif) no-repeat scroll 1px;
	padding-left: 13px;
}

/* Back, next, finish buttons */
.LB_Button
{
	font-size: 90%;
}

.LB_Button:hover
{
	text-decoration: underline;
}

.LB_Next_Button
{
	background-color: #e82;
	color: #fff;
	font-weight: bold;
}

/* Footer containing buttons */		
.LB_Footer
{
	text-align: right;
	font-size: 120%;
}

.LB_Footer b
{
	font-size: 110%;
	color: #e82;
}

/* Tooltip styles */			
.LB_ToolTip-title
{
	font-weight: bold !important;
}

.LB_ToolTip-tip
{
	border: 2px solid black !important;
	padding: 3px;
	background-color: #ff7;
	font-size: 80%;
	width: 350px;
	z-index: 100;
	text-align: left;
}

.LB_ToolTipIcon
{
	display: inline;
	background: url(https://forms.leadbay.co.uk/Loans/HtmlIntegration/Images/ToolTipQuestionCircle.gif) no-repeat;
}

/* Error styles */
.LB_ErrorLabel
{
	color: #fff;
	background-color: #f00;
}

.LB_ErrorMessage
{
	color: red;
	visibility: hidden;
}

/* Misc styles */
#LB_Consent
{
	visibility: hidden;
}

#LB_LtvProblem
{
	background-color: #ff9;
	margin-bottom: 20px;
}

#LB_MortgageType_Cell
{
	white-space: nowrap;
}

.LB_MiddleColumn
{
	padding-left: 25px;
}

.LB_CheckboxTable
{
	color: #e82;
}

.LB_RadioOptions
{
	color: #e82;
	padding-right: 10px;
}

.LB_RadioOptions span
{
	font-size: 80%;
	color: #000;
}

.LB_BigLabel
{
	font-size: 110% !important;
	font-weight: bold;
}

#LB_SubmitIndicator
{
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	color: #fff;
	position: absolute;
	z-index: 100;
	visibility: hidden;
}

#LB_AlphaLayer
{
	z-index: 50;
	visibility: hidden;
	position: absolute;
	background-color: #000;
	-moz-opacity:.70;
	opacity:.70;
	filter:alpha(opacity=70);
}