﻿td.Main{
    background-color: #EEE;
}


div.Footer {
    background-color: initial;
}


td.SeparatorLeft {
    border-top:none;
    border-bottom:none;
    border-right:none;
    border-left: 1px dotted #CDCECB;
}

td.SeparatorTop {
    border-top: 1px dotted #CDCECB;
}

td.tableLinks, 
td.tableLinks a, td.tableLinks a:link, td.tableLinks a:active, td.tableLinks a:visited
td.tableLinksLast a, td.tableLinksLast a:link, td.tableLinksLast a:active, td.tableLinksLast a:visited{
    color: #AEAEAE;
    text-decoration: none;
    font-weight: bold;
    font-size:14px;
}

td.Active, td.tableLinks a:hover, td.tableLinksLast a:hover{
    color: #A4C339;
}

td.tableLinks{
    border-right: 1px dotted #CDCECB;
    padding: 0 15px;
}

td.tableLinksLast{
    padding-left: 15px;
    font-weight: bold;
}