﻿.entryPnl
{
    width: 100%;
}
.pageGridView
{
    width: 100%;
}
.pageTitle
{
    display: none;
}
.svTable
{
    vertical-align: top;
    width: 100%;
}
.svCell
{
    vertical-align: top;
    width: 100%;
}
.vsvTable
{
    vertical-align: top;
    width: 100%;
}
.vsvLeftCell
{
    vertical-align: top;
    width: 50%;
}
.vsvRightCell
{
    vertical-align: top;
    width: 50%;
}
.hsvTable
{
    vertical-align: top;
    width: 100%;
}
.hsvTopCell
{
    vertical-align: top;
    width: 100%;
}
.hsvBottomCell
{
    vertical-align: top;
    width: 100%;
}

.webSectionLinks
{
    text-align: left;
    vertical-align: top;
}

.webSectionLinks > a
{
    margin: 0px 1px 0px 1px;
    padding: 6px 0px 2px 62px;
    display: block;
    color: #ffff00;
    font-family: Arial;
    font-size: 13pt;
    text-decoration: none;
    cursor: pointer;
}

.webSectionLinks > a:hover
{
    background-image: url(../images/linkBackground.png);
    background-repeat: no-repeat;
    color: #ffffff;
}

.subMenu
{
    border: solid 1px #252525;
    background-color: #252525;
    padding: 0px;
    margin: 0px;
    width: 175px;
}

.subMenu a
{
    display: block;
    color: #ffffff;
    padding: 5px;
    font-family: Arial;
    font-size: 11pt;
    text-decoration: none;
    cursor: pointer;
}

.subMenu a:hover
{
    background-color: #9e0b0f;
    color: #ffffff;
}


.tip
{
    position: relative;
    font-style: italic;
    cursor: help;
}
.tip:hover
{
    color: #9e0b0f;
}
.tip > div
{
    font-style: normal;
    position: absolute;
    top: 16px;
    left: 0px;
    background-color: #252525;
    border: solid 1px #ffffff;
    color: #ffffff;
    min-width: 200px;
    padding: 5px;
    visibility: hidden;
    white-space: nowrap;
}
.tip:hover > div
{
    visibility: visible;
}
