* {
	margin: 0;
	padding: 0;	
}

body {
	background-color:#EAEEF1;
	font-family:verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

#foreclosure_widget_mortgage_rate {
	margin:0;
	padding:0;
	width:153px;
	padding-left:2px;
}

#foreclosure_widget_mortgage_rate td{
	line-height: 15px;	
}

#foreclosure_widget_mortgage_rate .mortgageHeader {
	color:#165A8B;
	font-size:10px;
	font-weight: bold;	
	text-align: center;
}

#foreclosure_widget_mortgage_rate .mortgageHeader .type, #foreclosure_widget_mortgage_rate .mortgage_1 .type, #foreclosure_widget_mortgage_rate .mortgage_2 .type {
	text-align: left;
	width: 90px;
	border-right:1px solid #CCC;	
	line-height:18px;	
}

.mortgage_1 { background-color:#EAEEF1;}
.mortgage_2 { background-color:#F8F9FA;}

.change {	
	padding-left:15px;
	text-align:left;
	width:52px;
}

#foreclosure_widget_mortgage_rate .mortgage_1, #foreclosure_widget_mortgage_rate .mortgage_2{
		
}

.rate_negative, .rate_positive, .rate_equals { color:#000; font-weight:normal; text-align:right;}
.rate_negative {	
	background: url(/widgets/mortgage_rates/images/mtr-down.gif) 5px center no-repeat;
}

.rate_positive {
	background:url(/widgets/mortgage_rates/images/mtr-up.gif) 5px center no-repeat;
}

.rate_equals {
	background:url(/widgets/mortgage_rates/images/mtr-equals.gif) 5px center no-repeat;
}

.div_clear {
	clear: both;	
}