body
{
    height: 100%;
    margin: 5px 5% 5% 5%;
}
#wrapper
{
    position: relative;
    height: 258px;
}
#logo
{
    position: absolute;
    top: 29px;
    left: 29px;
    width: 228px;
    height: 31px;
    z-index: 3;
}
#user
{
    position: absolute;
    height: 18px;
    top: 8px;
    right: 8px;
    text-align: right;
    z-index: 3;
}
#header
{
    position: absolute;
    bottom: 40px;
    z-index: 2;
    width: 100%;
    background: url(headerbg.gif);
}
#menu
{
    position: absolute;
    width: auto;
    height: 54px;
    bottom: 0px;
    z-index: 99;
}
#SearchContainer input
{
    margin: 0px;
    border: 1px solid DarkOliveGreen;
    font-size: 9px;
    color: DarkOliveGreen;
    background: white;
    width: 90px;
    height: 14px;
    padding-left: 2px;
    padding-right: 2px;
}
#LanguageContainer select
{
    margin: 0px;
    border: 1px solid DarkOliveGreen;
    font-size: 9px;
    color: DarkOliveGreen;
    background: white;
    width: 120px;
    height: 15px;
}


.toppane
{
    padding: 0px 0px 10px 0px;
}
.bottompane
{
    padding: 0px 0px 0px 0px;
}
.contentpane
{
    padding: 0px 0px 10px 0px;
}
.rightpane
{
    padding: 0px 0px 10px 10px;
}
.leftpane
{
    padding: 0px 0px 0px 0px;
}
.DateTime
{
    padding: 3px 1px 1px 1px;
}

.Head
{
    font-size: 12px;
    font-weight: bold;
    color: DimGray;
}
.SubHead
{
    font-size: 11px;
    color: DimGray;
}
.SubSubHead
{
    font-size: 11px;
    color: DimGray;
}
.Normal
{
    font-size: 11px;
    color: DimGray;
}
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    color: OliveDrab;
    text-decoration: none;
}
A.CommandButton:hover
{
    color: OliveDrab;
    text-decoration: underline;
}
th, td, div
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: DimGray;
}
A, A:link, A:visited, A:active
{
    color: OliveDrab;
    text-decoration: none;
}
A:hover
{
    color: Olive;
    text-decoration: none;
}
.user, a.user:link, a.user:active, a.user:visited, .user
{
    color: DarkOliveGreen;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
a.user:hover
{
    color: DimGray;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
.footer, a.footer:link, a.footer:active, a.footer:visited
{
    font-size: 10px;
    color: DimGray;
    text-decoration: none;
    font-weight: bold;
}

a.footer:hover
{
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.links, a.links:link, a.links:active, a.links:visited
{
    font-size: 10px;
    color: DarkOliveGreen;
    text-decoration: none;
    font-weight: normal;
}
a.links:hover
{
    color: Olive;
    text-decoration: none;
    font-weight: normal;
}
/*___________________________________________________________________________________________*/
.MainMenu_MenuContainer
{
    background: lavender;
    width: 100%;
    text-align: center;
}
.MainMenu_MenuBar
{
}
.MainMenu_MenuIcon
{
    display: none;
}
.MainMenu_RootMenuArrow
{
    display: none;
}
.MainMenu_MenuArrow
{
    display: none;
}
.MainMenu_MenuItem, .submenuitembreadcrumb
{
    color: DimGray;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 5px 1px 5px;
    background: transparent;
}
.submenuitemselected
{
    color: DimGray;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 5px 1px 5px;
    background: transparent;
}
.submenu
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 3px;
    background: lavenderblush;
}
.rootmenuitem TD
{
    color: DimGray;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    background: transparent;
    text-align: center;
}
.rootmenuitemselected TD, .rootmenuitembreadcrumb TD
{
    color: black;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    background: transparent;
    text-align: center;
}
.MainMenu_MenuBreak
{
    border: 0px;
    padding: 0px;
}


