* {
	margin: 0;
	padding: 0;	
}

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

#foreclosure_widget_mortgage_rate {
	height:110px;
	margin:0;
	padding:0;
	width:219px;
	overflow: hidden;	
}

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

#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: 115px;
	border-right:1px solid #CCC;	
	line-height:26px;
}

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

.today{
	width: 65px;
	border-right:1px solid #CCC;	
}

.last_week {	
	width: 85px;
	border-right:1px solid #CCC;	
}

.change {	
	width: 62px;
	font-weight: bold;
	padding-left:5px;	
}

#foreclosure_widget_mortgage_rate .mortgage_1, #foreclosure_widget_mortgage_rate .mortgage_2{
	text-align: center;	
}

.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;	
}