estimate.css 843 Bytes
#es-container {
    margin: 0 auto;
    width: 1170px;
    text-align: center;
}

#navigator {
    padding-bottom: 20px;
    text-align: center;
}

#estimate {
    width: 1123px;
    position:;
    padding: 10px;
}

#estimate table {
    border-collapse: collapse;
    font-size: 9px;
    font-family: serif;

}

#estimate #estimateTable1 {
    position: absolute;
    top: 0;
    left: 10px;
    max-width: 1024px;
}

#estimate #estimateTable2 {
    position: absolute;
    top: 0;
    left: 565px;
}

#estimate table, th, td {
    border: 1px solid #000;
}

#estimate table th {
    text-align: center;
    font-weight: bold;

}

#estimate table td.first {
    text-align: center;
}

#estimate table td.second {
    text-align: left;
}

#estimate table td.third {
    text-align: left;
}

#estimate table td.fourth {
    text-align: right;
}