﻿a.mainlink:hover,
a.linktastic:hover
{
    background: #666 /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
    color: White;
    /*border: 1px solid #296E9E;*/
}

.superlightGrayBox
{
    background: #ddd /*url(../../images/columnheader-fade50.png) bottom center repeat-x*/;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;     
}

.lightGrayBox
{
    background: #eee /*url(../../images/columnheader-fade50.png) bottom center repeat-x*/;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;     
}

.grayBox
{
    color: White;
    background: #888 /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;    
}

.darkGrayBox
{
    color: White;
    background: #6D6D6D /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
}

.darkGrayBox li.mainlink .linkItem.highlight,
.darkGrayBox a.linktastic:hover
{
    background: #444 /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
    color: White !important;
    /*border: 1px solid #296E9E;*/
}

.grayBorder
{
    background:#FFFFFF /*url(../../images/columnheader-fade50.png) bottom center repeat-x*/;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
