
   body
    {
        background-color: white;
        font-family: Liberation Sans,Nimbus Sans L,Helvetica,Arial,sans-serif;
    }
    #page
    {
        width: 98%;
    }
    #main
    {
        width: 100%;
        padding-top: 1em;
    }
    a.button_lft,a.button_rgt,a.add_account,#navigation,.selector,.User,h1,.download
    {
        display: none;
    }

    h3
    {
        margin-top: 0px;
    }
    h3 a
    {
        text-decoration: none;
        font-size : 2em;
        color: #2C4762;
    }


    #summary
    {
        float: right;
        width: 34em!important;
        margin-top: 8px;
/*         border: 1px solid blue; */

    }
    #summary h3
    {
        text-align: right;
    }
    #summary .tally
    {
        float: right;
    }
    #calls
    {
        width: 60em!important;
    }
     #calls tbody tr td:first-child,th.category
     {
         text-align: left;
     }

    #calls tbody tr td,#calls thead tr th
    {
        text-align: right;
    }
    #calls thead tr th
    {
        padding: 0;
    }

    table#calls tbody td span
    {
        display: block;

    }
    table#calls td
    {
/*         margin-right: 9px; */
        padding: 8px;
    }
    table#calls td,table#calls tbody td span,table#calls thead tr th
    {
        text-align: left;
    }

    table#calls th.CalledParty,table#calls td.CalledParty span
    {
        text-align: right;
    }

    table#calls .Duration span
    {
        text-align: right;
    }

    table th
    {
        font-weight: bold;
        border-bottom: 1px solid black;
    }
    table#calls thead tr th
    {
        padding-top: 0;
        padding-left: 4px;
        padding-right: 6p!important;

    }