﻿.ledger
{
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
    border: 1px groove #013f59;
    width: 800px;
    margin: 10px 20px 20px 50px;
    height:auto;
    font-family:Calibri;
    padding:20px;
    border-style:groove;
}
.ledger .header
{
    height: 160px;
}
.ledger .header .title
{
    width:600PX;
    font-family:Calibri;
    float: left;
    display: inline-block;
    font-size: 26px;
     vertical-align: text-bottom;
    color: #013f59;
    margin-top: 10px;
    margin-left: 20px;
    font-weight: 600;
   text-shadow: 1px 1px 1px #f9e3e1;
   text-align:center;
}
.ledger .header .title .subtitle
{
    width:600PX;
    font-family:Calibri;
    float: left;
    display: inline-block;
    font-size: 16px;
     vertical-align: text-bottom;
  text-decoration:clear;
   color:#000;
    font-weight: 300;
   text-shadow: 1px 1px 1px #f9e3e1;
    text-align: center;
}
.ledger .header .logo
{
     float: left;
    padding: 10px;
    padding-left: 20px;
    height: 120px;
    width: auto;
    display: inline-block;
}
.ledger .header .id
{
    height:20px;
    margin:5px;
    float: right;
    font-size:20px;
    font-weight:bold;
    
}
.ledger .hr
{width:100%;
 background-color:#eeeeee;
 height:2px;
 clear:both;
 float:none;
 padding  5px 0px 5px 0px;
    }
    .ledger .boxhead
    {/*-moz-border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
    border-radius:12px 12px 0px 0px;*/
    border: 1px solid #013f59;
    height:22px;
    width:200px;
    margin-top:10px;
    border-bottom:0px;
    padding:2px;
        }
    .ledger .box
    {  -moz-border-radius: 0px 12px 12px 12px;
    -webkit-border-radius: 0px 12px 12px 12px;
    border-radius: 0px 12px 12px 12px;
    border: 1px solid #013f59;
    width: 100%;
margin-bottom:10px;

        padding:5px;
        }
        
         .size0
        {
            font-size:20px;
            
            }
        .size1
        {
            font-size:22px;
            
            }
             .size2
        {
            font-size:26px;
            
            } 
            .size3
        {
            font-size:30px;
            
            }
            .textcol
            {width:160px;
             text-align:right;
             padding-right:10px;
             vertical-align:text-top;
                }
                .datacol
                {   vertical-align:text-top;
                   width:220px; }
                   .dtitle
                   {float:right;
                    text-align:right;
                       }
                       
                       
                       .EmptyTable
                       {width:100%;
                        border:1px solid #dddddd;
                        margin:0px;
                           }
                           .EmptyTable td
                           {
                               border:1px solid #dddddd;
                       }
                       