﻿.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
{
    vertical-align: top;
    position: absolute;
    right: 16px;
    height: 30px;
    background-image: url(../images/underlinks.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: 10000 !important;
}

.webSectionLinks > a
{
    display: inline-block;
    color: #ffffff;
    padding: 8px 8px 0px 8px;
    font-family: Arial;
    font-size: 11pt;
    text-decoration: none;
    cursor: pointer;
}

.webSectionLinks > a:hover
{
}

.subMenu
{
    background-image: url(../images/dropLinkBoxTop.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 150px;
    margin-left: -38px;
}

.subMenu a
{
    display: block;
    color: #ffffff;
    background-color: #212121;
    margin-top: 7px;
    margin-bottom: -7px;
    padding: 5px;
    font-family: Arial;
    font-size: 11pt;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}

.subMenu a:hover
{
    background-color: #8dc63f;
}

.tip
{
    position: relative;
    font-style: italic;
    cursor: help;
}
.tip:hover
{
    color: #005e20;
}
.tip > div
{
    font-style: normal;
    position: absolute;
    top: 16px;
    left: 0px;
    background-color: #fffbc7;
    border: solid 1px #005e20;
    color: #005e20;
    min-width: 200px;
    padding: 5px;
    visibility: hidden;
    white-space: nowrap;
}
.tip:hover > div
{
    visibility: visible;
}
