.loan-column-wrapper {
  border: 1px solid #504073;  
  background-color: #FFF !important;
  float: left; 
  width: 340px;
  margin-right: 0px;
}
.loan-column {
  float: left;
  width: 340px;
  padding-bottom: 0px;
}

#left-column {
  border-right: none;
}
#right-column {
  border-left: none;
}
.narrow {
  width: 322px;
  margin-left: 14px;
}
#left-column .narrow {
  margin-left: 11px;
}
#right-column .narrow {
  margin-left: 6px;
}

/* Styles for Loan Calculator Tables */

table.loan-table {
  margin: 0px 0px 1em 0px;
  border-collapse: collapse;
  font-size: 0.75em;
  color: #606060;
  width: 100%;
}

table.loan-table tr.interest-saved-row th,
table.loan-table tr.interest-saved-row td {
  background-color: #FFC937;
}


table.loan-table h2 {
  margin: 0.5em 0em;
  font-size: 1.30em;
  color: #106b2e;
  font-weight: bold;
  border: none;
}
table.loan-table th, table.loan-table td {
  font-family: arial, sans-serif;
  padding: 6px;
  margin: 0px;
}
table.loan-table.details td,
table.loan-table.details th{
  background-color: #DFD9E3;
}

table.loan-table tbody th {
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  background-color: #FFF;
  
}
table.loan-table thead th {
  text-align: left;
  background-color: #5D4073;
  font-size: 14px;
  color: #FFF;
  white-space: nowrap;
}
table.loan-table thead tr.subheading th {
  text-align: left;
  background-color: #CCC;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}
table.loan-table tbody tr.subheading td {
  background-color: #DFD9E3;
}
table.loan-table tbody th {
  padding-right: 6px;
}
table.loan-table tbody tr.heading th,
table.loan-table tbody tr.heading td {
  border-bottom: 1px solid #DFD9E3;
  background-color: #DFD9E3;
  font-weight: bold;
}
table.loan-table tbody tr.report th {
  text-align: right;
  height: 17px;
}
table.loan-table tbody tr.odd th,
table.loan-table tbody tr.odd td {
  background-color: #E9E9E9;
}
table.loan-table tfoot th {
  text-align: right;
  color: #000;
  white-space: nowrap;
}
table.loan-table td {
  background: #FFF;
  text-align: left;
}
table.loan-table td span.required{
  padding-left: 3px;
}
table.loan-table td input.mini,
table.loan-table td input.small,
table.loan-table td input.medium,
table.loan-table td input.large {
  padding: 3px;
  border: 1px solid #BBB;
  background-color: #E8EEF0;
  line-height: 1.5em;
}
table.loan-table td input.large {
  width: 200px;
}
table.loan-table td input.medium {
  width: 150px;
}
table.loan-table td input.small {
  width: 100px;
}
table.loan-table td input.mini {
  width: 40px;
}

#content .Messages.Msg ul li {
  background-image: none !important;
}

#interest_saved .saving {
  color: #3879D9;
}
#interest_saved .loss {
  color: #D93879;
}

#content a.button {
  background: transparent url('../../../../../../../images/g-button-r.gif') no-repeat scroll top right;
  color:#fff;
  display: block;
  float: left;    
  font: bold 1em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  height: 30px;    
  margin:5px 6px 5px 0;
  padding-right: 5px; /* sliding doors padding */
  text-decoration: none;    
}

#content a.button span {
  background: transparent url('../../../../../../../images/g-button-l.gif') no-repeat;
  display: block;
  line-height: 30px;
  padding: 0 8px 0 15px;
}

#content a:hover.button {
  color: #555;
  background-position: top right;
}

#content a:hover.button span {
  color: #555;
  background-position: top left;
}
tr.loan-details th,
tr.loan-details td {
  height: 26px;
  line-height: 1.6em;
}
.comparison_field {
  margin-top:5px;
  line-height: 1.8em;
}
.highlight {
  font-weight: bold;
}
tr.highlight.loan-details th,
tr.highlight.loan-details td {
  background-color: #DFD9E3 !important;
}


