.tablescroll
{ 
    /*font: 10px normal Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;*/ 
    /*background-color:#fff;*/
    /*border: 1px solid black;*/
    border-top: 1px solid black;
    border-left: 1px solid black;
    empty-cells: show;
}

.tablescroll td, 
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ 
    border:1px solid Black; 
}

.tablescroll td
{ padding:3px 5px; }

.tablescroll_wrapper
{ border-left:0; }

.tablescroll_head
{ 
    font-size:14px; font-weight:bold; 
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    
    
   
    /*background-color:#eee; */ 
    
    
     /*     28/02/2014  
    border-left:1px solid black; 
    border-top:1px solid black;
    margin-bottom:3px;
     background: -moz-linear-gradient(top, #B0E0E6, #fff);
     */
     
     
    /*background-color: #D3D3D3;  87CEFA*/
    /*background-color: #B0C4DE;*   #B0E0E6   ADD8E6*/
    
    /*background: url("../images/cell-blue.jpg") repeat scroll 0 0 #B5CFD2;*/
    color: #800000;
}

.tablescroll thead th
{ 
    border-right:1px solid black; 
    border-bottom:1px solid black; 
    padding: 3px;
}

.tablescroll tbody td
{ 
    border-right:0; border-bottom:0; 
    padding: 3px;
}

.tablescroll tbody tr.first td
{ border-top:0; }

.tablescroll_foot
{ font-weight:bold; background-color:#eee; border-left:0; border-top:0; margin-top:3px; }

.tablescroll tfoot td
{ border-right:0; border-bottom:0; }