* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#fff;
	color:#333;
	padding:1px;
}
select, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	color:#049;
}
a:hover {
	text-decoration:none;
}
p {margin-bottom:3px;}

#mortgage-table td,
#mortgage-table th,
#customize-table td {
	padding:2px 3px;
	font-size:11px;
}
#mortgage-table td,
#customize-table td {
	border-bottom:1px solid #eee;
}
#mortgage-table td {
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #fff;
}
#mortgage-table {border-right:1px solid #eee;}
#mortgage-table td.crosshair a,
#mortgage-table td.target a {
	padding:2px 3px;
	display:block;
	width:auto !important;
	width:100%;
	text-decoration:none;
	color:#333;
}
#mortgage-table td.crosshair a.loandetlink {
	color:#049;
	text-decoration:underline;
}
#mortgage-table td.crosshair,
#mortgage-table td.target {
	padding:0;
}
#mortgage-table th {
	text-align:left;
	background:#eee;
	border-left:1px solid #fff;
	padding:0;
}
#mortgage-table th a.all {
	display:block;
	padding:2px 3px;
}
#mortgage-table th a.lselect {
	display:block;
	padding:2px 15px 2px 3px;
	background:url(http://mexicomortgagefinder.com/images/bullet_arrow_down.gif) right no-repeat;
	border:1px solid #ddd;
	text-decoration:none;
}
#mortgage-table th a.lselect:hover {
	border:1px solid #ccc;
	background-color:#f3f3f3;
}
.customizeLink {
	position:absolute;
	top:0;
	right:5px;
	padding:3px;
	background:#def;
	width:5em;
	text-align:center;
	border:1px solid #d0e0f3;
	border-top:none;
}
.note {
	font-size:10px;
	color:#444;
}
p.note a {
	background:#f5f5f5;
	border:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 2px;
}
.spacer {
	margin:0 5px;
}
p.footer {
	float:right;
	margin:2px 0;
}
.footer button {
	background:#047;
	color:#fff;
	font-weight:bold;
	border:1px solid #025;
	border-top-color:#058;
	border-left-color:#058;
}

/* Tooltips */
div#qTip {
  padding: 3px;
  border: 1px solid #CCC;
  display: none;
  background: #ffc;
  color: #555;
  font: 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}


/* Column Highlight --- */
.cords {}
.crosshair {}
#mortgage-table td.target,
#mortgage-table td.crosshairHighlight {
	background-color:#ffc;
	font-weight:bold;
	cursor:pointer;
}
#mortgage-table td.target a,
#mortgage-table td.crosshairHighlight a {
	color:#333;
	text-decoration:none;
}
#mortgage-table td.target a.loandetlink,
#mortgage-table td.crosshairHighlight a.loandetlink {
	font-weight:normal;
	color:#049;
}

/**/
.statement,
.error {
	font-size:10px;
	color:#555;
	margin-top:2px;
	padding-left:2px;
	display:block;
}
.error {
	color:#b00;
}
#note {
	 background-color:#ffc;
	 border:1px solid #ccc;
	 width:300px;
	 position:absolute;
	 left:5px;
	 margin-top:-12px;
	 padding:0 2px;
}

/* POP UP --------- */
.leightbox {
	color: #333;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:306px !important;
	width:333px;
	height:115px !important;
	height:118px;
	padding:4px;
	margin:0;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow:auto;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }