﻿tr.even
{
    background-color: #C6D9FD;
}

tr.odd
{
    background-color: White;
} 

.amount
{
    text-align: right;
}

/* counteract a bug in dataTables that causes the header and footer to display incorrectly */
.dataTables_wrapper
{
    float: none;    
}

.colhdr
{
	 border-bottom:solid 1px #CCC;
	 padding:4px 3px 4px 0px;
}

.gridlines tbody td
{
    padding-left: 2px;
    padding-right: 2px;
    border: solid 1px #C0C0C0;
}