﻿.entryPnl
{
}
.pageTitle
{
    display: none;
}
.svTable
{
    vertical-align: top;
    width: 100%;
}
.svCell
{
    vertical-align: top;
}
.vsvTable
{
    vertical-align: top;
    width: 100%;
}
.vsvLeftCell
{
    vertical-align: top;
}
.vsvRightCell
{
    vertical-align: top;
}
.hsvTable
{
    vertical-align: top;
    width: 100%;
}
.hsvTopCell
{
    vertical-align: top;
}
.hsvBottomCell
{
    vertical-align: top;
}

.webSectionLinks
{
}

.webSectionLinks > a
{
    display: block;
    width: 180px;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0px 5px 5px;
    background-image: url(../images/sectionLinkImage.png);
    background-repeat: repeat-x;
    background-position: center center;
    border: solid 1px #000000;
    margin: 2px;
}

.webSectionLinks > a:hover
{
    background-image: url(../images/sectionLinkImageAlt.png);
    border: solid 1px #000000;
}

.subMenu tbody
{
    border: solid 1px #a3620a;
    background-color: #ffddb8;
    text-align: Left;
}    
.subMenu a
{
    display: block;
    padding: 8px;
    color: #5a641f;
    font-family: Arial;
    text-decoration: none;
}
.subMenu a:hover
{
    background-color: #5a641f;
    color: #ffffff;
}

.tip
{
    position: relative;
    cursor: help;
}
.tip > div
{
    position: absolute;
    top: 16px;
    left: 0px;
    background-color: #ffddb8;
    border: solid 1px #a3620a;
    color: #5a641f;
    width: 200px;
    padding: 5px;
    visibility: hidden;
}
.tip:hover > div
{
    visibility: visible;
}