﻿
html
{
    overflow: hidden;
}
body
{
    margin-top: 2px;
    margin-bottom: 0px;
    background-color: #eeeeee;
    overflow: hidden;
}

.GemMenu
{
    font-size: 18px !important;
}
#Content
{
    position: absolute;
    top: 120px;
    bottom: 1px;
    left: 5px;
    right: 5px;
    overflow: auto;
}
#Content_Wrap
{
    position: absolute;
    background-color: #ffffff;
    width: 860px;
    top: 1px;
    left: 50%;
    margin-left: -430px;
    bottom: 22px;
    border: solid 1px green;
}

.Footer
{
    color: #4884fd;
    text-align: right;
    font-family: Arial;
    font-size: 14px;
    font-weight: bolder;
    background-color: Transparent;
}
#Footer
{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -430px;
    width: 860px;
    height: 22px;
    padding-top: 3px; /*border-top:ridge 13px #c7d2c7 ;*/
    background: #e7efe7;
    color: #4884fd;
    text-align: right;
    font-family: Arial;
    font-size: 14px;
    font-weight: bolder;
    vertical-align: middle;
    border: ridge 1px green;
    padding: 0px;
    z-index: 100;
}
#Master_Company_Logo
{
    background: White url(./images/Logo.Gif) top left no-repeat;
    height: 103px;
    width: 275px; /*	border: solid 1px black;*/
    position: absolute;
    top: 5px;
    left: 15px;
}



#GEM_Title
{
    position: absolute;
    left: 100px;
    top: 45px;
}


#Golden_Egg
{
    background: White url(./images/Golden_egg_137.jpg) top right no-repeat; /*border: solid 1px black;*/
    position: absolute;
    top: 0px;
    right: 30px;
    width: 137px;
    height: 137px;
}

#GE_Back
{
    background: White url(./images/Golden-egg-on-feather-nest.jpg) top right repeat-y;
    width: 477px;
    position: absolute;
    top: 160px;
    bottom: 10px;
    right: 0px;
}


#LeftMenu
{
    position: absolute;
    top: 5px;
    left: 15px;
    float: left;
}
#Page_Content
{
    position: absolute;
    top: 30px;
    left: 100px;
    right: 0px;
    bottom: 0px;
    overflow: Auto;
}

.FlyOutDiv
{
    border: thin double #006600;
    background-color: #DDFFDD;
    padding: 5px;
}

.Page_Title
{
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #006600;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
    width: 90%;
}

a.Normal
{
    color: #3399FF !important;
}
a
{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #3399FF;
    text-decoration: none;
}
.LeftMenu a
{
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #3399FF;
    width: 64px;
    background-color: White;
    text-decoration: none;
}
.LeftMenu tr:hover
{
    background-color: #c9d7be;
}


.LeftMenu img
{
    width: 64px;
    height: 64px;
}

.LeftMenu td
{
    width: 75px;
    max-height: 56px;
    position: relative;
}


