/*Cross Browser Compatibility CSS*/
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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
/*END Cross Browser Compatibility CSS*/

body.defaultskn {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}

body.defaultskn p {
	line-height: 130%;
	margin: 5px 0;
}

body.defaultskn a {
	text-decoration: none;
	color: #5097cd;
}

.defaultskn a {
	color: #2f2f2f;
}

#mx-container {
	width: 668px;
}

.defaultskn h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	color: #031732;
	font-weight: normal;
	margin-bottom: 10px;
}

#mx-yourSearchResults h4{
	height: 29px;
	margin: 2px 0 0 5px;
}

#mx-loading {
	display: none;
	position: absolute;
	z-index: 10;
	width: 668px;
}

#mx-loadingContents, #mx-errorContents {
	width: 223px;
	height: 123px;
	padding: 20px;
	text-align: center;
	background: url(/images/loadingBG.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: #0464B2;
}

#mx-loadingContents img {
	margin: 10px 0 10px 0;
}

#mx-loadingContents p {
	text-align: center;
}

.mx-optionsBox {
	width: 100%;
}

.mx-optionsBox a {
	color: #2f2f2f;
}

.mx-optionsBox a:hover {
	color: #2f2f2f;
	text-decoration:underline;
}

.mx-optionsBox h1, .mx-mortgagesApplyForm h1 {
	background: url(/images/MX-H1bg.gif) repeat-x;
	width: 658px;
	height: 20px;
	padding: 5px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.mx-optionsBox h1 img {
	margin-left: 5px;
}

#mx-numberOfResults {
	font-size: 13px; 
	font-weight: bold; 
	font-family: arial, helvetica, sans-serif; 
	margin-right: 10px; 
	margin-top: 2px;
	color: #fff;
	float: right;
}

.mx-optionsBoxContent {
	background: url(/images/MX-blueBgFade.jpg) repeat-x;
	width: 668px;
	overflow: hidden;
	padding: 10px 0;
}

.mx-optionsBox td {
	padding: 5px;
}

input#mx-sendButton {
	background: url(/images/mx-refineButtonBlueBg.gif);
	border: none;
	width: 97px;
	height: 27px;
	cursor: pointer;
}

.mx-inputBoxSmall {
	width: 50px;
}

.mx-inputBoxMedium {
	width:100px;
}

.mx-sliderBg {
	background-image:url(/images/mx-sliderInnerBg.gif);
	width:218px;
	height:24px;
	border:none;
	margin:12px 0px 0px 0px;
	padding:11px 0px 0px 9px;
}

.mx-slider {
	margin-bottom: 20px;
	color: #000000;
	display: none;
}

.ui-slider { 
	width: 280px; 
	height: 10px; 
	position: relative; 
	background-repeat: no-repeat; 
	background-position: center; 
}
	
.ui-slider-handle { 
	position: absolute; 
	z-index: 1; 
	height: 15px; 
	width: 29px; 
	top: -2px; 
	left: 0px; 
	background: url(/images/mx-sliderNew.gif);  
}
	
.ui-slider-handle-active { 
	border: 1px dotted black;  
}
	
.ui-slider-disabled .ui-slider-handle { 
	opacity: 0.5;
	filter: alpha(opacity=50); 
}
	
.ui-slider-range { 
	position: absolute; 
	background: #fff; 
	opacity: 0.3; 
	filter: alpha(opacity=30); 
	width: 100%; 
	height: 100%; 
}

.ui-slider, .ui-slider-1 { 
	background: #ADADAD url(/images/mx-sliderTrayNew.gif); 
	border: none; 
	width: 210px;
	height:14px;
}
	
.ui-slider-2 { 
	background-image: url(/images/slider-bg-2.png); 
}

#mx-ResultsTable {
	width: 100%;
}

#mx-ResultsTable thead {
	display: table-header-group;
}

#mx-ResultsTable thead tr {
	background: url(/images/MX-resultsHeaderBg.gif) repeat-x;
}

#mx-ResultsTable thead tr.mx-TransactByHeaderLower, #mx-ResultsTable-wide thead tr.mx-TransactByHeaderLower {
	background: url(/images/mx-thLowerBg.gif) repeat-x;
}

#mx-ResultsTable th {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	border-right: 1px solid #fff;
}

#mx-ResultsTable th.mx-transactByHeader, #mx-ResultsTable-wide th.mx-transactByHeader {
	height: 25px;
}

.mx-sorter {
	width: 100%;
	height: 10px;
	text-align: center;
}

#mx-ResultsTable tr {
	background-color: #fff; /* Needed to stop furry text problem with jquery fade effects in IE */
}

#mx-ResultsTable td {
	height: 107px;
	padding: 5px;
	border-bottom: 1px dashed #ADADAD;
	border-right: 1px solid #E2E2E2;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	z-index: -10;
}

#mx-ResultsTable td p {
	text-align: center;
}

#mx-ResultsTable tr.mx-resultsHeader td {
	background-color:#CCECFB;
	border-bottom:1px solid #00C6FF;
	font-size:11px;
	height:18px;
	padding:0;
}

#mx-ResultsTable .mx-providerHeader {
	width: 130px;	
}

#mx-ResultsTable .mx-nextSteps {
	width: 56px;
}

#mx-ResultsTable td.mx-productStrapline {
	background-image:none;
	border:medium none;
	font-size:11.5px;
	font-style:italic;
	font-weight:600;
	height:0;
	border-right: solid #E2E2E2 1px;
	border-bottom: dashed #ADADAD 1px;
}

#mx-ResultsTable tr.mx-resultRowDark {
	background: #EAEAEA url(/images/mx-resultsBgFade.jpg) top repeat-x;
	border-right: 1px solid #333;
}

#mx-ResultsTable img.mx-productLogo {
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	padding:4px;
}

#mx-ResultsTable .mx-largeBold {
	font-size:20px;
	font-weight:700;
}

div.mx-detailsLink a div.mx-detailsPopup, div.mx-detailsLink a:hover div.mx-detailsPopup, .mx-detailsPopup {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 325px;
	padding: 0px;
	margin: -80px 0 0 0px;
	color: #999;
	background-color: #EBF6F9;
	border: 1px solid #727272;
	z-index: 200;
}

div.mx-detailsLink a div.mx-detailsPopup, .mx-detailsPopup {
	display: none;
	z-index: 200;
}

.mx-detailsPopupApplyLink {
text-align: center;
}

div.mx-detailsLink {
	text-align: center;
	display: none;
	cursor: pointer;
}

.mx-detailsTopBar {
	height: 59px;
	background: #000 url('/images/mx-popupHeaderBg.jpg') repeat-x;
	border-bottom: 1px solid #fff;
	cursor: move;
	padding: 5px;
	color: #fff;
}

.mx-detailsTopBar h4 {
	color: #fff;
	margin: 10px 20px 0 0;
	font-size: 13px;
	font-weight: bold;
}

.mx-detailsAccordionItem {
	width: 100%;
	text-align: left;
}

.mx-detailsAccordionItem div.mx-detailsAccordionItemBody {
	padding: 0;
	color: #5097CD;
}

.mx-detailsAccordionItemBody {
}

.mx-detailsAccordionItemBody p {
	padding: 5px 5px;
	border-bottom: 1px solid #CED7DA;
}

.mx-detailsAccordionItemBody p .mx-dataFieldLabel {
	font-weight: bold;
}

.mx-detailsAccordionHeader {
	width: 325px;
	height: 32px;
	background: #666 url('/images/mx-popupSubHeaderBg.jpg') repeat-x;
	padding: 0;
}

.mx-detailsAccordionIndicator {
	float: left;
}

.mx-detailsSectionTitle {
	padding: 10px 0 0 30px;
	font-size: 13px;
	font-weight: bold;
	color: #3e3e3e;
}

.mx-closeDetails {
	float: right;
	display: block;
	margin: 0px;
	cursor: pointer;
}

#mx-paginationButtons {
	background: url(/images/mx-newsheaderbg.gif) repeat-x;
	width: 100%;
	height: 28px;
	background-color: #ccc;
	text-align: center;
	display: none;
}

#mx-paginationButtonsContainer {
	border: none;
	margin: 0 auto;
	width: 185px;
	vertical-align: middle;
	padding: 3px;
}

#mx-paginationButtonsContainer img {
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
}

#mx-pagination {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	margin:0px 5px 0px 5px;
	vertical-align:middle;
}

#mx-firstPage, #mx-previousPage, #mx-nextPage, #mx-lastPage {
	width: 17px;
	height: 17px;
	margin: 0px;
	margin-right: 4px;
	padding: 0px;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}

#mx-firstPage {
	background: url(/images/mx-paginationFirstPage.gif) no-repeat;
}

#mx-previousPage {
	background: url(/images/mx-paginationPreviousPage.gif) no-repeat;
}

#mx-nextPage {
	background: url(/images/mx-paginationNextPage.gif) no-repeat;
}

#mx-lastPage {
	background: url(/images/mx-paginationLastPage.gif) no-repeat;
}

/* LOANS SECTION SPECIFIC CSS */

#mx-GoodFairPoorTabsWrapper {
	border-top: 10px solid #fff;
}

.mx-goodCreditTab, .mx-fairCreditTab, .mx-poorCreditTab {
	color: #fff;
	width: 100px;
	height: 20px;
	margin: 0px 2px 0px 0px;
	padding: 5px 0 0;
	float: left;
	text-align: center;
	cursor: pointer;
}

.mx-goodCreditTab {
	background: #7DCE55 url(/images/mx-greenTab.gif);
}

.mx-fairCreditTab {
	background: #FE9900 url(/images/mx-yellowTab.gif);
}

.mx-poorCreditTab {
	background: #FA3419 url(/images/mx-redTab.gif);
}

.defaultskn .mx-goodCreditTab a, .defaultskn .mx-fairCreditTab a, .defaultskn .mx-poorCreditTab a {
	color: #fff;
	text-decoration: none;
}

.mx-GoodFairPoorBox {
	width: 648px;
	height: 30px;
	color: #fff;
	clear: both;
	padding: 10px;
	margin:0px;
	border:none;
	
}

.defaultskn .mx-GoodFairPoorBox a {
	color:#FFFFFF;
	text-decoration: underline;
	margin:0px;
	border:none;
	padding:0px;
}


.mx-goodCredit {
	display: block;
	background-color: #7BC14B;
}

.mx-fairCredit {
	display: none;
	background-color: #FFA900;
}

.mx-poorCredit {
	display: none;
	background-color: #FC5317;
}

.mx-loanIllustrationsTable {
	
}

.mx-loanIllustrationsTable th {
	padding:4px;
	border-bottom:solid #000000 1.5px;
}

.mx-loanIllustrationsTable td {
	padding:5px;
	border-bottom:dotted #999999 1px;
}

#mx-LoanApplicationForm {
	background-color: #CDE9F2;
    padding: 10px;
    margin: 0px;
    margin-left: 0px;
    border: 2px dotted #FFFFFF;
}

#mx-LoanApplicationForm td {
	padding: 6px;
}

.mx-optionsBox input.mx-loansNextStepButton {
	background: url(/images/mx-debtNextStep.gif);
	width: 121px;
	height: 35px;
	border: none;
	cursor: pointer;
}

/* END LOANS SECTION SPECIFIC CSS */

/* CURRENT ACCOUNTS AND SAVINGS SPECIFIC CSS */

.mx-refineSlider {
	background-image:url(/images/mx-sliderBgNew.gif);
	width: 234px;
	height: 84px;
	padding: 10px 0px 0px 8px;
	margin: 10px 0px 0px 10px;
	float: left;
}

.mx-optionsBox .mx-refineSlider td, .mx-optionsBox #mx-transactionsTable td {
	padding: 0;
}

#mx-transactionsTable {
	margin: 7px 0 10px 20px;
	float: left;
}

/* END CURRENT ACCOUNTS AND SAVINGS SPECIFIC CSS */

/* MORTGAGES SPECIFIC CSS */

#mx-Form {
	background-color: #CDE9F2;
	padding: 15px;
	border: 2px dotted #FFFFFF;
	width: 634px;
}

#mx-Form td {
	padding: 5px;
}

.defaultskn #mx-MortgageApplyForm {
	background-color: #CDE9F2;
	border: 2px dotted #FFFFFF;
	padding: 15px;
}

.defaultskn #mx-MortgageApplyForm td {
	padding: 6px;
}

/* END MORTGAGES SPECIFIC CSS */

