#ubcalc_table {
    margin: 0px;
    padding: 0px;
    border: 1px solid #14223D;
    background: #FFF;
color: #5D7CBA;
}

#calc_header {
    font-size: 14px;
    margin: 0px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background: #14223D;
    color: #FFF;
}

#ubcalc_table td {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    padding: 2px 4px;
}

#ubcalc_table select {
    font-size: 12px;
}


#ubcalc_table a, #ubcalc_table a:visited, #ubcalc_table a:active {
    color:#29447B;
    font-style: normal;
    text-decoration: underline;
    font-size: 14px;
}

#ubcalc_table a:hover {
    color:#003EBA;
}

#ubcalc_error {
    color: #990000;
}

#ubcalc_main {
    width: 170px;
    text-align: center;
}

#ub_calcresults {
    font-size: 12px;
}

.rtd {
    text-align: right;
}

.ltd {
    text-align: left;
}

.rtdresults {
    text-align: right;
    font-weight: bold;
}

