﻿#history table
{
    border:1px solid #000;
    padding:0;
    margin:0;
    text-align:center;
}
#history th
{
    border:0;
    padding:5px 0;
    border-bottom:2px solid #000;
}
#history td
{
    border:0;
}
#history .historyRowEven
{
    background-color:#cef8d0;
}
#history .historyRowOdd
{
    background-color:#b8f0bb;
}
#history .historyHeader
{
    background-color:#a6d6f5;
}
#history .historyHeader a
{
    text-decoration:none;
    color:#000;
}
#history .historyHeaderRow
{
    background-color:#a6d6f5;
    padding:5px;
}
#history .historyInfo
{
    padding:10px;
}
#history .header
{
    display:none;
}
    
