﻿body
{
    font-family: Calibri;
}

.Master
{
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
    background-color: White;
}
.MasterLogo
{
    position: absolute;
    left: 0px;
    padding-top: 5px;
    padding-left: 5px;
}
.MasterMoto
{
    position: absolute;
    bottom: 0px;
    right: 5px;
}
.MasterMiddle
{
    position: absolute;
    top: 120px;
    width: 100%;
    right: 0px;
}
.MasterContent
{
    position: absolute;
    left: 10em;
    right: 0px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.SiteMapPath
{
    position: absolute;
    right: 0px;
    top: 5px;
}

/*Always Visible divs*/
.visibleDiv, #footer, #menu, #header
{
    position: fixed;
    vertical-align: middle;
    text-align: center;
    background-color: White;
    left: 0;
}

#footer
{
    text-align: left;
    right: 0;
    bottom: 0;
    height: 30px;
}

#menu
{
    bottom: 30px;
    top: 130px;
    width: 140px;
    padding-left: 8px;
}

#header
{
    right: 0;
    top: 0;
    height: 120px;
    border-bottom-style: solid;
    border-bottom-color: Black;
    border-bottom-width: 1px;
}

/*MenuTable*/
.MenuTable
{
    width: 140px;
    text-align: left;
    border-style: none;
}

.MenuTable td
{
    border-style: none;
    border-color: White;
    width: 140px;
}

.MenuTable td:hover
{
    background: #008457 url(images/ui-bg_glass_80_008457_1x400.png) 50% 50% repeat-x;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.MenuTable a
{
    text-decoration: none;
    color: #008457;
}

.MenuTable a:hover
{
    color: #CEE3DA;
}
