/* ---------- Widget 1: Calculator ---------- */
.widget { width: 265px;
	background: url(images/calc-bk.gif) repeat-y;
	font: bold 11px Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif; letter-spacing: 0px;
	line-height: 13px;
	color: #8c96a7;
	margin: 20px 0 0px auto; padding: 0;}

.widget h2 { background: url(images/calc-top.gif) no-repeat;
	width: 265px; height: 31px;
	margin: 0 auto;
	padding: 16px 0 0 14px;
	font-size: 18px; font-weight: normal;
	line-height: 20px; letter-spacing: 0px;
	color: #fff; text-align: left;}

.widget h3 { font: bold 12px Arial, Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	color: #2cadad;
	line-height: 16px; letter-spacing: 0; padding-bottom: 4px;}

span.widgetLabel { font-weight: bold; padding: 0px 2px 0 0px;}
	
span.calculatedLabel {font-weight: bold; color: #62b9ba; padding: 0px; letter-spacing: 0;}
	
.widget table { width: 245px; margin: 8px auto 0 10px;}

.widget p { padding: 10px 0px; margin:0 auto;
	line-height: 14px;}

.widget .end { padding: 10px 8px 20px 10px;
	font-style: oblique; line-height: 12px;
	background: url(images/calc-buttom.gif) no-repeat bottom;}
	
.details { font-size: 95%;
	font-style: italic; padding-right: 6px;}
	
.widget input { height: 18px; font-size: 11px; line-height: 12px;
	margin: 0px 2px 6px 2px; padding: 2px 2px 1px 2px;
	border: 1px solid #cfd7dd; }
	
.widget select { height: 20px; font-size: 11px; line-height: 12px;
	margin: 0px 2px 6px 2px; padding: 1px 2px;
	border: 1px solid #cfd7dd; }
	
.widget .button { vertical-align: middle;
	text-align: center;
	font-size: 11px; font-weight: bold;
	line-height: 13px;
	margin: 1px 10px 1px 0;
	padding: 0px 1px 1px 1px;
	border: 1px solid #3e92ae;}
	
.widget .calculated input { margin:0; border: 2px solid #49c9db; margin: 5px auto 0 0; background-color: #e2e2e2; }

.results { height: 100%; width: 245px;
	overflow-x: auto;
	overflow-y: hidden; 
	margin: 10px auto 0px 8px;
	color: #545e78;}

.results p { padding: 4px 0px;}

#college_dt_results .data td, #college_dt_results .data th {
padding: 0 6px 4px 0px;
text-align: center; } 

/* Mortgage Rates Widget (Home Loans) */

#mortRateWidget {
	border: 1px solid #e4e4e4; 
	visibility:show; 
	width:210px; height: 305px; 
	font: normal 11pt Arial,Veranda,Helvetica,sans-serif; color:#433232;
	text-decoration :none; 
	padding: 5px;
	margin: 90px 30px 10px 12px;
	text-align:center; 
	float: right;
	background-color:#F8F8F8 }