/* Page Settings */
html{
	text-align:left;
}
body {
	/*overflow: auto;*/ 
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	color:#343434;
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	background-color:#ffffff;	
	font-size:10pt;
	margin-top:0px;
}

tr td {
	valign:top;
}

/*
End Page Settings
*/

/*
Text Formatting
*/
.highlightError{
	color:red;
}


.sectionHeading{
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #ED1B26;	
	margin-bottom:7px;
	padding-bottom:3px;
}
.subHeading{
	font-weight:bold;
	text-decoration: none;
	margin-bottom:4px;
	margin-top:7px;
}
.menuElement{
	padding:0 10px;
	text-decoration:none;
}
#linksFooter A,#mainNavigation A{
	color:#343434;
	text-decoration:none;
}
#linksFooter A:hover,#mainNavigation A:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#linksFooter{
	color: #343434;
	overflow:hidden;
	text-align:left;
	font-size:0.7em;
	padding-bottom:5px;
}

/*
End Text Formatting
*/

/*
Main Page Layout
*/
#main{
	height:97%;
	width: 100%;
}
#mainHeader{
	background-color:#000000;
	padding:0px;
	overflow:hidden;
	height: 140px;
}
#mainNavigation{
	background-color:#000000;
	color: white;
	overflow:hidden;
	border: none;
	position:relative;	
}

#mainBlock{
	overflow:hidden;
}

#mainFooter{
	color:#343434;
	font-weight: bold;
	font-size:1em;
	text-align:right;
	background-color:#c3c3c3;
	border-top:2px solid #343434;
}

/*
Main Dialog
*/
#mainDialog {
	height:424px;
	width:624px;
	border: 1px solid #7f89be;
	background-color: #FFFFFF;
}

#mainDialog .lmTabContainer{
	height:399px;
	width:100%;
}

/*
End Main Page Layout
*/

/*
Quote Block
*/
#quoteMain{
	height:100%;
	width:100%;
}

#planFilters{
	height:17px;
	width:550px;
}

#planSearchBlock{
	height:160px;
	width:100px;
}
#applyFurtherDetails{
	height:170px;
	width:300px
}

/*
END Quote Block
*/

/*
Small Print
*/
.smallPrint{
	font-size:8pt;
	font-weight:bold;
}


/*
Box Row Column Overrides
*/
#mainBlock .WizardContainer .box{
	height:350px;
	overflow-y:auto;
	overflow-x:hidden;
}

/*   Tab Pane Fixes   */
#AccountEditTabs{
	width:790px;
	height:300px;
}


H1{
	border-bottom:2px solid #ED1B26;	
}

/* Link CSS Removed - pale bg so use standard colours */



/*Vertical Table Styles */
TABLE .vertTable{border-top:2px solid #DDDDDD;border-bottom:1px solid #DDDDDD;}
TR .vertTR{padding: 5px;text-align:center;border-bottom:1px solid #DDDDDD;font-size:9pt;}
TR TD .vertLabel{font-weight:bold;text-align:left;}
TR TD .vertTD{background:#F0F0F0;}
TR TD .vertTDAlt{background:none;}
/*END Vertical Table*/


/*UL Horizontal Navigation*/
#mainNav{
	background-image: url(../images/debtmatters_iva_navigation.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height:33px
}

#mainNav UL {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#mainNav li {display:inline;
	padding:0 16px;
	position:relative;
	top:7px;
	float:left;}

#mainNav li, #mainNav a {
  text-decoration: none;
  font-weight:bold;
  font-size: 1em;
}

#mainNav li, #mainNav a:link, #mainNav a:visited { color: #343434; } 

#mainNav li, #mainNav a:hover {
  color: #ED1B26;
}

#contentBlock{
	background-image: url(../images/IVA-woman_cup-of-tea.gif);
	background-repeat:no-repeat;
	background-position: top right
}

BODY .wizardForm INPUT, .wizardForm SELECT{
border:1px solid #999999;font-size:9pt;height:18px;padding:0px;margin-top:4px;width:110px
}

.wizardForm H2{
	margin-bottom:3px;margin-top:0px;  border-bottom:2px solid #ED1B26;font-size:1.4em;
}
.wizardForm P{
	margin-top:2px;margin-bottom:2px;
}
