﻿/* TOP
—————————————————————————————————————————————————————— */
.btnCodeGB, .btnCodeGBDisabled, .btnCodeBig5, .btnCodeBig5Disabled {
    background-image: url("img/btnCode.png");
    background-repeat: no-repeat;
}
.btnCodeGB { background-position: -90px 0; }
.btnCodeGBDisabled:hover { background-position: -45px 0; }
.btnCodeBig5 { background-position: -227px 0; }
.btnCodeBig5Disabled { background-position: -135px 0; }
.btnCodeBig5Disabled:hover { background-position: -181px 0; }

#shellTop
{
    width: 100%;
    height: 112px;
    background:#348D98 url('img/bgShellHeader.png') repeat-x 0 0;
}

#shellHeader
{
    width: 950px;
    margin: 0 auto;
}

#shellHeaderOptions
{
    position: absolute;
    top: 0; left: 800px;
    width: 145px; height: 24px;
    background: url('img/bgShellHeaderOptions.png') no-repeat 0 0;
    padding: 0 30px;
}

#shellHeaderBrandLogo 
{
    height: 36px;
    padding: 13px 0 0 0;
    margin: 0 0 0 29px;
}

#topNav 
{
    margin: 6px 0 0 0;
    width: 100%; height: 35px;
    overflow: hidden;
    background: url('img/bgTopNav.png') no-repeat;
}

TABLE.topNavSelected { background: url('img/bgTopNavHover.png') no-repeat 0 0;
}
#_ctl0__ctl0_mnuTopNavn0:hover, #_ctl0__ctl0_mnuTopNavn0 TABLE.topNavSelected { background: url('img/bgTopNavHover.png') no-repeat 0 0 !important;
}
#_ctl0__ctl0_mnuTopNavn1:hover, #_ctl0__ctl0_mnuTopNavn1 TABLE.topNavSelected { background: url('img/bgTopNavHover.png') no-repeat -130px 0 !important;
}
#_ctl0__ctl0_mnuTopNavn2:hover, #_ctl0__ctl0_mnuTopNavn2 TABLE.topNavSelected { background: url('img/bgTopNavHover.png') no-repeat -260px 0 !important;
}
#_ctl0__ctl0_mnuTopNavn3:hover, #_ctl0__ctl0_mnuTopNavn3 TABLE.topNavSelected { background: url('img/bgTopNavHover.png') no-repeat -390px 0 !important;
}
#_ctl0__ctl0_mnuTopNavn4:hover, #_ctl0__ctl0_mnuTopNavn4 TABLE.topNavSelected { background: url('img/bgTopNavHover.png') no-repeat -520px 0 !important;
}
#_ctl0__ctl0_mnuTopNavn5:hover, #_ctl0__ctl0_mnuTopNavn5 TABLE.topNavSelected { background: url('img/bgTopNavHover.png') no-repeat -650px 0 !important;
}
#_ctl0__ctl0_mnuTopNavn6:hover, #_ctl0__ctl0_mnuTopNavn6 TABLE.topNavSelected { background: url('img/bgTopNavHover.png') no-repeat -780px 0 !important;
}


/* LEFT PANEL
—————————————————————————————————————————————————————— */
DIV.leftMenuFrame {
    width: 203px;
    background: transparent url("img/leftMenuMiddle.gif") 0 60px repeat-y;
}

TABLE[id*="ContainerPlaceHolder_mnuLeftPanel"],
#_ctl0__ctl0_ContainerPlaceHolder_LeftMenuPlaceHolder_mnuLeftPanel {
    width: 100%;
    margin: 0 10px;
}

TABLE[id*="ContainerPlaceHolder_mnuLeftPanel"] A,
#_ctl0__ctl0_ContainerPlaceHolder_LeftMenuPlaceHolder_mnuLeftPanel A { font-size: 14px; }


/* CENTER
—————————————————————————————————————————————————————— */
#shellMain
{
    width: 100%;
    background: #FFF url('img/bgShellMain.png') repeat-x 0 0;
    padding-bottom: 42px;
}

#shellContainer
{
    width: 950px;
    margin: 0 auto;
    padding: 10px 8px;
}

#shellMain .shellLeftPanel 
{
    width: 230px;
    margin-top: 20px;
    float: left;
}

#shellMain .shellContent
{
    margin: 0 20px 0 220px;
    padding: 20px 0 0 20px;
    background: url('img/bgShellBody.gif') repeat-y 0 0;
}

DIV.contentBody {
    background-color: White;
    padding: 5px 8px 0 8px;
}

/* FOOT
—————————————————————————————————————————————————————— */
#footer
{
    position: relative; clear: both;
    width: 100%;
    height: 42px;
    background: url('img/bgShellFooter.png') repeat-x 0 0;    
}

#footer .footnote
{
    width: 950px;
    height: 28px;
    margin: auto;
}

#footer .footnote UL { margin-left: 20px; }
#footer .footnote LI
{
    list-style-type: none;    
    border-right: 1px dotted Gray;    
    float: left;
    margin: 8px 4px 0 4px;
    padding-right: 8px;    
}
#footer .footnote LI.separatorEnd { border-style: none !important; }

#footer .footnote A { color: #07ABD3; }
#footer .footnote A:hover
{
    color: #E38D36;
    text-decoration: underline;
}

#footer .footnote .copyright 
{
    color: Gray;
    margin: 8px 20px 0 0;    
    float: right;
}