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

tr td {
	valign:top;
}

/*
End Page Settings
*/

/*
Text Formatting
*/
.sectionHeading{
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #0093d7;	
	margin-bottom:7px;
	padding-bottom:3px;
	color:#333333;
}
.subHeading{
	font-weight:bold;
	text-decoration: none;
	margin-bottom:4px;
	margin-top:7px;
}
.menuElement{
	padding:0 10px;
}

#linksFooter A,#mainNavigation A{
	color:white;
	text-decoration:none;
}
#linksFooter A:hover,#mainNavigation A:hover{
	color:#4dc7ff;
	text-decoration:none;
}

#linksFooter{
	background-color:#0093d7;
	color: white;
	overflow:hidden;
	text-align:left;
	font-size:0.7em;
	padding:0px 10px;
}

/*
End Text Formatting
*/

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

#mainBlock{
	overflow:hidden;
}

#mainFooter{
	height:20px;
	padding-left:10px;
	padding-right:5px;
	color:#777777;
	font-weight: bold;
	font-size:1em;
	text-align:right;
	background-color:none;
	background-repeat:no-repeat;
	background-position:bottom left;
	border-top:2px solid #0093d7;
}

/*
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;
}

BODY .smallForm{
border:1px solid black;font-size:9pt;height:17px;
}

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

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

/*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*/
