@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #fff;
}

table {
	font-size: 11px;
}

input {
	font-size: 10px;
}

img {
	border: 0;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#banner {
	background: url(../images/easyfinancebutton/banner.jpg)  no-repeat;
	height: 227px;
}

#banner_flash_intro {
	display: inline;
	float: right;
	margin: 5px 50px 0 0;
}
	
#col_left {
	width: 671px;
	float: left;
	display: inline;
}

#intro_copy {
	font-size: 12px;
	line-height: 20px;
	margin: 20px 0 20px 10px;
}

#intro_copy strong {
	font-style: italic;
	font-size: 20px;
	color: #ff0000;
}

.btn_auto_body, .btn_mobilehome_body, .btn_mortgage_body {
	background: url(../images/easyfinancebutton/btn_body.jpg) repeat-y;
	width: 631px;
	margin: 0 0 0 10px;
	padding: 10px 20px 0 20px;
	display: none;
}

.btn_auto_base, .btn_mobilehome_base, .btn_mortgage_base {
	background: url(../images/easyfinancebutton/btn_base.jpg) no-repeat;
	height: 11px;
	width: 671px;
	margin: 0 0 25px 10px;
}

#col_right {
	float: right;
	width: 235px;
	margin-top: 20px;
}

#col_top {
	background: url(../images/easyfinancebutton/background_header-rightbar.jpg) no-repeat;
	height: 70px;
	
}

#col_body {
	background: #ededed url(../images/easyfinancebutton/background_body-rightbar.jpg) repeat-x;	
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	width: 193px;
	padding: 20px 20px;
}

#col_body p {
	font-style: italic;
	font-size: 13px;
	line-height: 23px;
	margin: 15px 0;
}

#col_body strong {
	font-size: 14px;
	line-height: 23px;
	color: #0f94d0;
}

#col_base {
	background: url(../images/easyfinancebutton/background_base-rightbar.jpg) no-repeat;
	height: 12px;
	
	
}

#footer {
	margin: 20px 0 0 0;
	padding: 10px 0;
	background-color: #125aad;
	height: 15px;
	text-align: center;
	font-size: 10px;
	color: white;
}

hr {
	border : 1px solid #c0c0c0;
	border-width : 1px 0 0 0;
	height : 1px;
	margin-top : 1em;
}

fieldset.sub_section {
	border : 2px solid #808080;
	text-align : left;
	font-weight : normal;
}

fieldset.sub_section table th {
	text-align : right;
}

.appHeader {
	text-align : left;
}

table th {
	font-weight : normal;
}

/** General Stuff ******************************************************************/

.error {
	font-size:15px;
	font-weight:bold;
	color:#CC0033;
}

/** CLEANUP **************************************************************/
div.cleanup {
	padding-top:5px;
	padding-bottom:5px;
}

p.cleanup {
	color:#666666; 
	font-size:10px; 
	text-align:center; 
}

a.cleanup:link{ color:#666666; text-decoration:none; margin:2px 5px 2px 5px; }
a.cleanup:visited{ color:#666666; text-decoration:none; margin:2px 5px 2px 5px; }
a.cleanup:hover{ color:#666666; text-decoration:none; margin:2px 5px 2px 5px; }
a.cleanup:active{ color:#666666; text-decoration:none; margin:2px 5px 2px 5px; }

input.cleanup {
	font-size:10px;
	border:0 none transparent;
	border-bottom:1px dashed gray;
	text-align:left;
	font-style:italic;
	font-weight:bold;
	width:80px;
	padding-left:10px;
	margin:2px 5px 2px 5px;
}

.counter {
	text-align:center;
	color:#666666;
	font-size:9px;
	padding-top:0px;
	padding-bottom:0px;
}

/** te edit modes -- TABLE-EDITS *************************************************/

div.te_edit {}
div.te_edit form {}

div.te_edit form fieldset { margin-top:15px; margin-bottom: 15px; }

div.te_edit form fieldset legend { 
	font-size:17px;
	margin:0 15px 0 15px;
	padding:0 15px 0 15px; 
}

div.te_edit form fieldset legend a:link { font-size:17px; text-decoration:none; }
div.te_edit form fieldset legend a:visited { font-size:17px; text-decoration:none; }
div.te_edit form fieldset legend a:hover { font-size:17px; text-decoration:underline; }
div.te_edit form fieldset legend a:active {font-size:17px; text-decoration:underline; }

div.te_edit form fieldset dl dt {
	font-weight:bold;
}

div.te_edit form fieldset dl dd {
	background-color:#EEEEEE;
}

div.te_edit form fieldset div.te_buttons {
	text-align:right;
}

div.te_edit form fieldset div.te_buttons input.save_button {}
div.te_edit form fieldset div.te_buttons input.cancel_button {}
