#LoanPolitics td.header {
    background-color: #003366;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
}

#LoanPolitics td.row0 {
    background-color: #DDDDDD;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    padding: 2px;
}

#LoanPolitics td.row1 {
    background-color: #EFEFEF;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    padding: 2px;
}

#LoanPolitics a.loan-politics-delete {
    display: block;
    float: left;
    color: #AA2222;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
    text-indent: 24px;
    height: 24px;
    background: url("./images/delete.png") no-repeat;
}


#LoanPolitics a.add {
    display: block;
    float: left;
    color: #22AA22;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
    text-indent: 24px;
    height: 24px;
    background: url("./images/add.png") no-repeat;
    margin-right: 15px;
}

#LoanPolitics a.save {
    display: block;
    float: right;
    color: #22AA22;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
    text-indent: 24px;
    height: 24px;
}

#LoanPolitics label {
  float: left !important;
}

#LoanPolitics .clear-float {
  clear: both !important;
}

#LoanPolitics INPUT.hasDatepicker {
  text-align: center !important;
}

#LoanPolitics TD.align-right {
  text-align: right !important;
}