.lease_details, .leaseOptions{
	line-height:150%;
	margin-bottom:20px;
}
.lease_details .alpha, .leaseOptions .alpha{
	text-align:right;
	font-weight:bold;
}
	
table.History{
	width:100%;
	margin-bottom:20px;
}
table td{
	padding:.4em 0.3em;
}
.History thead{
	color:#666;
	}
.History tbody{
}
tr.HistoryRow{
	cursor:pointer;
}
tr.HistoryRow:hover{
	background-color:#f0e68c;
	color:#000;
}
.HistoryRow td{
	padding:.4em 0.3em;
}

.odd{
	background-color:#FFFCCC;
}
.box{
	padding:10px 0; 
	background:#FEFFD5; 
	border:1px solid #f0e68c;
	font-size:90%; 
	margin:0 8px;
	margin-bottom:10px;
	overflow:hidden;
}
.box .grid_8, .box .grid_16{
	margin:0;
	padding:0 5px;
}
.box.red{
	border-color:#FF0000;
}
.box table{
	margin-left:-5px;
}

.box tbody td, .box th{
	border-bottom:1px solid #FFEB70;
	padding:0 5px ;
}
small{
	font-size:.9em;
}

.input div{
	border:1px solid #ccc;
	overflow:hidden;
}
.input div input, .input div textarea{
	border:none;
	border-width:0px;
	padding:2px;
}
