.table {
    width: 100%;
}

.table thead tr td {
    height: 34px;
    background-color: #d9382b;
    padding: 4px;
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-shadow: #000000 1px 1px 1px;
    text-align: center;

    vertical-align: middle;
}

.table td {
    border: 0 !important;
}

.table .th1 {
    background-color: #d9382b;
}

.table .th2 {
    background-color: #c51f1b;
}

.table thead tr td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -khtml-border-radius-topleft: 5px;
}

td {
    color: #363636;
    height: 29px;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
}

.table .tr0td1 {
    background-color: #E0E0E0;
}

.table .tr0td2 {
    background-color: #e6e6e6;
}

.table .tr1td1 {
    background-color: #ebebeb;
}

.table .tr1td2 {
    background-color: #f0f0f0;
}

#div-result {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
    font-size: 13px;                    
}
#div-result a {
    color: #d93130;
    text-decoration: none;
}