﻿.lintMenuLeftPane
{
    position: absolute;
    left: 0;
    top: 0;
    width: 3em;
    height: 7em;
}
.lintMenuLogoPane
{
    position: absolute;
    left: 3em;
    top: 0;
    height: 7em;
    width: 7em;
}
.lintMenuLogoPane a img
{
    position: relative;
    left: -1.5em;
    top: -1.5em;
    height: 10em;
    width: 10em;
}
.lintMenuRightPane
{
    margin-left: 11.5em;
    height: 7em;
    width:48.5em;
    position:relative;
}
.lintMenuBottomHead
{
    border-top: solid 0.15em #FF5000;
}
.lintMenuTopHead
{
    border-bottom: solid 0.15em #FF5000;
}
.lintMenuTopHead, .lintMenuTopHeadMargin, .lintMenuBottomHead, .lintMenuBottomHeadMargin
{
    width: 3em;
}
.lintMenuTopTail, .lintMenuTopTailMargin, .lintMenuBottomTail, .lintMenuBottomTailMargin
{
    width: 2em;
}
.lintMenuTopLastCellWithData
{
    border-left: solid 0.15em #FF5000;
}
.lintMenuTopLastCellNoData, .lintMenuTopLastCellWithData
{
    border-bottom: solid 0.15em #FF5000;
}
.lintMenuBottomLastCellWithData
{
    border-left: solid 0.15em #FF5000;
}
.lintMenuBottomLastCellWithData, .lintMenuBottomLastCellNoData
{
    border-top: solid 0.15em #FF5000;
    background-image:url('Images/SmallGrad.png');
    background-position:left top;
    background-repeat:repeat-x;
}
.lintMenuTopLastCellMargin
{
}
.lintMenuTopFirstCell
{
    border-bottom: solid 0.15em #FF5000;
    border-right: solid 0.15em #FF5000;
}
.lintMenuTopFirstCell, .lintMenuTopFirstCellMargin
{
    width: 1em;
}
.lintMenuBottomFirstCellWithData
{
    border-right: solid 0.15em #FF5000;
    border-top: solid 0.15em #FF5000;
}
.lintMenuBottomFirstCellWithData
{
    border-right: solid 0.15em #FF5000;
    background-image:url('Images/SmallGrad.png');
    background-position:left top;
    background-repeat:repeat-x;
}
.lintMenuBottomFirstCellNoData, .lintMenuBottomFirstCellWithData
{
    border-top: solid 0.15em #FF5000;
}
.lintMenuBottomFirstCell, .lintMenuBottomFirstCellMargin, .lintMenuBottomFirstCellWithData
{
    width: 7em;
}
.lintMenuItemTop, .lintMenuItemBottom
{
    border: solid 0.15em #FF5000;
    background-color: White;
    text-align: center;
    font-family: 'Segoe UI', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}
.lintMenuItemSelected
{
    background-color: #FF5000;
}
.lintMenuItemTop
{
    border-top-width: 0.3em;
}
.lintMenuItemBottom
{
    border-bottom-width: 0.3em;
}
.lintMenuItemTop, .lintMenuItemBottom, .lintMenuItemMargin, lintMenuTopEmptyCell, lintMenuBottomEmptyCell
{
    width: 6em;
}
TD.lintMenuItemTop:hover, TD.lintMenuItemBottom:hover
{
    color: white;
    background-color: #FF5000;
}
TD.lintMenuItemSelected:hover
{
    color: #FF5000;
    background-color: White;
}
TD.lintMenuItemTop:hover A, TD.lintMenuItemBottom:hover A
{
    color: white;
    text-decoration: none;
}
TD.lintMenuItemSelected:hover A, TD.lintMenuItemTop A, TD.lintMenuItemBottom A
{
    color: #FF5000;
    text-decoration: none;
}
TD.lintMenuTop A:visited, TD.lintMenuBottom A:visited
{
    text-decoration:none;
    color:#FF5000;
}
.lintMenuTopEmptyCell
{
    border-left: solid 0.15em #FF5000;
    border-right: solid 0.15em #FF5000;
    border-bottom: solid 0.15em #FF5000;
}
.lintMenuBottomEmptyCell
{
    border-left: solid 0.15em #FF5000;
    border-right: solid 0.15em #FF5000;
    border-top: solid 0.15em #FF5000;
    background-image:url('Images/SmallGrad.png');
    background-position:left top;
    background-repeat:repeat-x;
}
TD.lintMenuItemSelected A
{
    color:White;
}