﻿table {
     background-color: #FCFCFC;
    border: 1px solid #F5F5F5;
    padding: 3px;
    border-spacing: 0;
 
}
table th:first-child {
    border-left: 1px solid #3FA3C9;
}
table th {
    background-color: #3FA3C9;
}
table th {
    border-right: 1px solid #F1F1F1;
    color: #F1F1F1;
    font-family: tahoma;
    font-size: 8pt;
    height: 20px;
    padding: 5px ;
    text-align: right;
    vertical-align: middle;
    font-weight: normal;
    
}

table td:first-child {
    border-left: 1px solid #EDEDED;
}
table td {
    /*background-color: #FCFCFC;
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-top: 1px solid #FFFFFF;*/
    color: #777777;
    font-family: tahoma;
    font-size: 8pt;
   
    /*padding-right: 5px;*/
    vertical-align: middle;
}
table .total td {
    
    color: #fff;
}
