@charset "utf-8";
/* CSS Document */

p, table {
	font-family: "Tahoma";
	font-size: 12px;
}
table.inner-table {
	font-size: 10px;
}
table tr th {
	text-align: left;
}
table tr.blue,
table tr.blue td {
	background-color: #000066;
	color: #fff;
}
table tr.gray,
table tr.gray td {
	background-color: #ccc;
}
table td {
	padding: 5px;
}
table#table_owners_policy input,
table#table_loan_title_policy input,
table#table_simultaneous_issue input {
	border: none;
	background-color: #fff;
}
table#table_owners_policy tr,
table#table_loan_title_policy tr,
table#table_simultaneous_issue tr {

}
input#total_ltp_loan_title,
input#total_ltp_simultaneous_issue,
input#total_ltp,
input#total_otp_loan_title,
input#total_otp_simultaneous_issue,
input#total_otp {
	font-weight: bold;
	color: #000;
}
form {
	margin: 0 auto; 
	width: 470px;
}
form p {
	clear: both;
	margin-bottom: 0;
}
form div {
	margin: 10px auto;
	float: left;
	width: 33%;
}
form div label {
	width: 150px;
	text-align: left;
	margin-right: 10px;
	font-weight: bold;
}
form div input {
	margin-top: 5px;
}

form input#calculate {
	clear: both;
	margin-left: 150px;
	margin-top: 25px;
	padding: 5px;
}

p {
	text-align: center;
	margin-bottom: 0;
}

p.closing-costs {
	width: 570px;
	text-align: left;
	margin: 20px auto;
	font-size: 11px;
}

span.underline {
	text-decoration: underline;
	line-height: 19px;
}

span.headertitle {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

.dp-choose-date {
	display: none;
}

#r8_credit_info a {
	color: #000066;
}
#r8_credit_info a:hover {
	font-weight: normal;
}


p.radio-options {
	background-color: #ccc;
	padding: 1em;
	border: 1px solid #9b9b9b;
	margin: 30px auto 10px auto;
	text-align: center;
	width: 90%;
}
#print-link {
	width: 90%;
	margin-bottom: 20px;
	text-align: right;	
}
#print-link a {
	color: #E9A544;
	font-weight: bold;
}
p.radio-options label {
	margin: 0 2em;
	font-size: 1.1em;
}


.clear:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden
}
.clear {
	display:block;
	min-height:1%
}
* html .clear {
	height:1%
}

.hide { display: none; }

form#policy_premium_calculator {
	margin-top: 3em;
}

hr {
	width: 80%;
	margin: 50px auto;
}
/*table#initial-amounts {
	width : 500px;
	margin-right: auto;
	margin-left: auto;
}
*/
.printonly {
	display: none;
}

