

#bodyWrap
{
    position: absolute;
    z-index: 1001;
    margin-top: 10px;
}
body
{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #E2F1FB;
    scrollbar-base-color: #308383;
    scrollbar-arrow-color: #308383;
}

#footer
{
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
}

.top-icon-wrapper
{
    padding-top: 10px;
    padding-right: 20px;
    cursor: HAND;
}

.top
{
    list-style-type: none;
    float: right;
    display: inline;
    padding: 2px;
}

img
{
    opacity: 0.5;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}


.item:hover img
{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.Chart
{
    padding-top: 5px;
    margin-left: 25px;
    margin-top: 65px;
    float: left;
}
.hide
{
    display: none;
}
.show
{
    display: block;
}
#headerWrap
{
    background-color: #6FB7E9;
    width: 100%;
    height: 60px;
    margin-top: 0;
    -webkit-box-shadow: 0 6px 6px -4px BLACK;
    -moz-box-shadow: 0 6px 6px -4px BLACK;
    box-shadow: 0 6px 6px -4px BLACK;
}
#OuterPanelWrapper
{
    float: left;
    background-color: #6FB7E9;
    width: 250px;
    clear: both;
    -webkit-box-shadow: 6px 4px 6px -4px BLACK;
    -moz-box-shadow: 6px 4px 6px -4px BLACK;
    box-shadow: 6px 4px 6px -4px BLACK;
}
#clickbtn
{
    text-decoration: none;
}

.icons
{
    margin-top: 7px;
    color: #EAF3F3;
    padding: 5px;
    background-color: #308383;
    display: inline-block;
}
.icons:hover
{
    background-color: #83B5B5;
}
#MenuBtn
{
    margin-top: 7px;
    margin-left: 15px;
    color: #EAF3F3;
    padding: 5px;
    background-color: #225C5C;
    display: inline-block;
}
#MenuBtn:hover
{
    background-color: #1D4F4F;
    color: white;
}
#BackBtn
{
    background-color: #225C5C;
}

#BackBtn:hover
{
    background-color: #1D4F4F;
    color: white;
}
#btn
{
    background: #83B5B5;
    width: 50%;
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 12px;
}

#PanelWrapper, #PanelWrapper ul, #PanelWrapper li, #PanelWrapper a
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: Times New Roman;
    font-size: 10px;
    position: relative;
}
#PanelWrapper
{
    float: left;
}
#PanelWrapper a
{
    line-height: 1;
}
#PanelWrapper
{
    width: 250px;
}
#PanelWrapper > ul > li > a
{
    padding-right: 40px;
    font-size: 25px;
    font-weight: bold;
    display: block;
    background: #225C5C;
    color: #ffffff;
    border-bottom: 1px solid #5e071b;
    text-transform: uppercase;
}
#PanelWrapper > ul > li > a > span
{
    background: #83B5B5;
    padding: 6px;
    display: block;
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 12px;
}
#PanelWrapper > ul > li > a:hover
{
    text-decoration: none;
}
#PanelWrapper > ul > li.active
{
    border-bottom: none;
}
#PanelWrapper > ul > li.active > a
{
    color: #83B5B5;
}
#PanelWrapper > ul > li.active > a span
{
    background: #225C5C;
}
#PanelWrapper > ul > li.active > a span.cnt
{
    position: absolute;
    background-color: #225C5C;
    background-image: url("../Images/arrow-up-menu.png");
    background-repeat: no-repeat;
    background-position: center;
    top: 2px;
    right: 10px;
    padding: 10px;
    margin: 0;
}
#PanelWrapper span.cnt
{
    position: absolute;
    background-color: #225C5C;
    background-image: url("../Images/arrow-down-menu.png");
    background-repeat: no-repeat;
    background-position: center;
    top: 2px;
    right: 10px;
    padding: 10px;
    margin: 0;
}
/* Sub menu */
#PanelWrapper ul ul
{
    display: none;
}
#PanelWrapper ul ul li
{
    border: 1px solid #e0e0e0;
    border-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 10px;
}
#PanelWrapper ul ul a
{
    background: white;
    padding: 4px;
    display: block;
    color: #1D4F4F;
    font-size: 13px;
}
#PanelWrapper ul ul a:hover
{
    color: #1D4F4F;
    background: #E2F1FB;
}
#PanelWrapper ul ul li.odd
{
    background: #f4f4f4;
}
#PanelWrapper ul ul li.even
{
    background: #fff;
}






#indexWrapper
{
    /*background-color: #1D4F4F;*/
    margin-top: 545px;
    height: 22px;
}



#indexer ul li a
{
    text-decoration: none;
    color: #ACCDCD;
}
#indexer
{
    padding-left: 20px;
}
#indexer ul li
{
    list-style-type: none;
    color: #E2F1FB;
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    display: inline;
}
#indexer ul li:hover
{
    background-color: #6FB7E9;
}



/* for tool tip*/

.tooltip
{
    display: inline;
    position: relative;
}

.tooltip:hover:after
{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

content: attr(title); .tooltip:hover:before
{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.go
{
    background-image: url("../Images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #599C9C;
    border: none;
}

.go:hover
{
    background-color: #a9db6c;
}

.menuidtxt
{
    font-size: 12pt;
    border: none;
    height: 27.5px;
    width: 110px;
    color: black;
    font-family: consolas;
    background-color: #E2F1FB;
}
.menuidtxt:focus
{
    height: 26.5px;
    border: solid 1px blue;
    background-color: white;
}


#reportWrapper
{
    position: absolute;
    z-index: 2001;
    margin-top: 1px;
    margin-left: 620px;
    width: 750px;
    height: 555px;
    background-color: #6FB7E9;
    -webkit-box-shadow: -6px 4px 6px -4px BLACK;
    -moz-box-shadow: -6px 4px 6px -4px BLACK;
    box-shadow: -6px 4px 6px -4px BLACK;
}

.help
{
    background-image: url("../Images/help.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #308383;
    border: none;
}
.help:hover
{
    background-color: #83B5B5;
}
.exit
{
    background-image: url("../Images/exit.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #308383;
    border: none;
}
.exit:hover
{
    background-color: #83B5B5;
}
.home
{
    background-image: url("../Images/home.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #308383;
    border: none;
}
.home:hover
{
    background-color: #83B5B5;
}
.report
{
    background-image: url("../Images/report.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #308383;
    border: none;
}
.report:hover
{
    background-color: #83B5B5;
}
.version
{
    background-image: url("../Images/version.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #308383;
    border: none;
}
.version:hover
{
    background-color: #83B5B5;
}
.logout
{
    background-image: url("../Images/logout.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #308383;
    border: none;
}
.logout:hover
{
    background-color: #83B5B5;
}
.pass
{
    background-image: url("../Images/pass.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #308383;
    border: none;
}
.pass:hover
{
    background-color: #83B5B5;
}
.add
{
    background-image: url("../Images/add.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #308383;
    border: none;
}
.add:hover
{
    background-color: #83B5B5;
}

iframe
{
    border: none;
}

/*.btn
{
 
   background-image:url("../Images/help.png"); 
   background-repeat: no-repeat;
   background-position: center;
   width:24px;
   height:24px;    
   background-color:#308383;
   border:none; 
}
.btn:hover
{
   background-color:#83B5B5; 
}*/

.helpBtn
{
    background-image: url("../Images/helpBtn.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #308383;
    border: none;
}
.helpBtn:hover
{
    background-color: #83B5B5;
}

.menupic
{
    background-image: url("../Images/Menu.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    background-color: #308383;
    border: none;
}
.menupic:hover
{
    background-color: #83B5B5;
}


.ScreenContent
{
    margin: 7px;
    border: 2px dotted #6FB7E9;
}
.ScreenCaption
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #6FB7E9;
    color: #F0F7F7;
    border-radius: 4px;
    font-size: 90%;
    text-align: left;
    font-family: :Consolas;
}

.ScreenCaption:hover
{
    background-color: #599C9C;
}

.btnGo
{
    background-image: url("../Images/GoBtn.png");
    background-repeat: no-repeat;
    clear: left;
    padding-left: 0;
    background-position: center;
    width: 22px;
    height: 22px;
    background-color: #308383;
    border: none;
}
.btnGo:hover
{
    background-color: #a9db6c;
}

.btnPick
{
    background-image: url("../Images/PickList.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    background-color: #308383;
    border: none;
}
.btnPick:hover
{
    background-color: lime;
}


.TextBoxNormal
{
    font-size: 9pt;
    color: black;
    font-family: arial;
    line-height: 8pt;
    background-color: WhiteSmoke;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    width: 138px;
}
.TextBoxNormal:focus
{
    height: 20px;
    border: solid 1px blue;
    background-color: white;
}



.GridDiv
{
    background-color: #E2F1FB;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    height: 90px;
    left: 0px;
    overflow: auto;
    position: relative;
    top: 0px;
    width: 100%;
}

.GridColumnHeader
{
    table-layout: auto;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial,Verdana;
    background-color: slategray;
    text-align: left;
}
.GridColumnheader
{
    table-layout: auto;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial,Verdana;
    background-color: slategray;
    text-align: left;
}
.GridButton
{
    height: 18;
    font-family: Verdana;
    font-size: 7Pt;
}
.GridData
{
    font-size: 11px;
    color: black;
    line-height: 8pt;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: black 0px;
    font-family: Verdana;
    background-color: slategray;
}
.GridDataSel
{
    font-size: 11px;
    color: black;
    line-height: 8pt;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: black 0px;
    font-family: Verdana;
    background-color: LightBlue;
}


input.Next
{
    background: url('../Images/GNxt.png') no-repeat center;
    border: none;
    height: 25px;
    width: 25px;
}
input.Next:hover
{
    background: url('../Images/Next-hover.png') no-repeat center;
    border: none;
    height: 25px;
    width: 25px;
}
input.Prev
{
    background: url(../Images/GPrev.png) no-repeat center;
    border: none;
    height: 25px;
    width: 25px;
}
input.Prev:hover
{
    background: url(../Images/Prev-hover.png) no-repeat center;
    border: none;
    height: 25px;
    width: 25px;
}

.GridDiv
{
    background-color: #E2F1FB;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    height: 90px;
    left: 0px;
    overflow: auto;
    position: relative;
    top: 0px;
    width: 100%;
}

.GridColumnHeader
{
    table-layout: auto;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial,Verdana;
    background-color: slategray;
    text-align: left;
}
.GridColumnheader
{
    table-layout: auto;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial,Verdana;
    background-color: slategray;
    text-align: left;
}
.GridButton
{
    height: 18;
    font-family: Verdana;
    font-size: 7Pt;
}
.GridData
{
    font-size: 11px;
    color: black;
    line-height: 8pt;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: black 0px;
    font-family: Verdana;
    background-color: slategray;
}
.GridDataSel
{
    font-size: 11px;
    color: black;
    line-height: 8pt;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: black 0px;
    font-family: Verdana;
    background-color: LightBlue;
}

.mGrid
{
    width: 100%;
    background-color: #ACCDCD;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
}

.mGrid tr:first-child
{
    color: white;
    text-align: center;
    text-shadow: 1px 1px green;
    font-family: Consolas;
    font-size: 16px;
    background-color: #308383;
}

/*.mGrid tr:last-child
{
    color: white;
            text-align: center;
            text-shadow: 1px 1px green;
            font-family: Consolas;
            font-size: 16px;
            background-color: #308383;
        }*/

.mGrid tr
{
    font-family: Verdana;
    font-size: 12px;
}
.mGrid .pgr
{
    background: #424242 url(../Images/grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    font-weight: bold;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

.mGrid tr
{
    background-color: #ACCDCD;
}
.mGrid .alt
{
    background-color: #83B5B5;
}

.size
{
    height: 530px;
}

.pull
{
    margin-top: 90%;
}
.backShadow
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    overflow: hidden;
}
.popTray
{
    display: none;
    position: absolute;
    top: 10%;
    left: 30%;
    width: 401px;
    height: 500px;
    padding: 16px;
    border: 8px solid #83B5B5;
    background-color: #E2F1FB;
    -webkit-box-shadow: 0 0 8px 4px white;
    -moz-box-shadow: 0 0 8px 4px white;
    box-shadow: 0 0 8px 4px white;
    z-index: 1002;
    overflow: hidden;
}

.iFrameBox
{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}
#clsBtn
{
    height: 20px;
    width: 20px;
    float: right;
    padding: 2px;
    margin-right: 8px;
    background-image: url(../Images/cancel.png);
    background-repeat: no-repeat;
    background-position: center;
}
#clsBtn:hover
{
    height: 20px;
    width: 20px;
    float: right;
    padding: 2px;
    margin-right: 8px;
    background-image: url(../Images/cancel1.png);
    background-repeat: no-repeat;
    background-position: center;
}


TD.caption
{
    font-size: 9pt;
    float: left;
    color: white;
    font-family: arial;
    height: 20px;
    background-color: #e6ffd1;
}


.ModeBar
{
    background-color: #1D4F4F;
}
.boxShadow
{
    -webkit-box-shadow: 8px 8px 8px -4px #83B5B5;
    -moz-box-shadow: 8px 8px 8px -4px #83B5B5;
    box-shadow: 8px 8px 8px -4px #83B5B5;
}
.boxShadowUp
{
    -webkit-box-shadow: 8px -8px 8px -4px #83B5B5;
    -moz-box-shadow: 8px -8px 8px -4px #83B5B5;
    box-shadow: 8px -8px 8px -4px #83B5B5;
}

INPUT.bhome, .TBFooter
{
    height: 20px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px consolas;
    color: #F0F7F7 !important;
    border: solid 1px white;
    background: #1D4F4F;
}
INPUT.bhome:hover, .TBFooter:hover:enabled
{
    top: 1px;
    text-decoration: none;
    font-weight: bold;
    border: solid 1px white;
    color: lime !important;
    background-color: #308383;
}
INPUT.bhome:active, .TBFooter:active
{
    position: relative;
    background-color: #308383;
    border: 1px solid lime;
}
INPUT.bhome:disabled, .TBFooter:disabled
{
    position: relative;
    color: White;
    border: 1px solid red;
}

.TBHeaderNormal
{
    line-height: 2;
    height: 15px;
    display: inline-block;
    margin: 2px 1px 2px 1px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 11px consolas;
    border: 1px solid green;
    color: White !important;
    background: #83B5B5;
}
.TBHeaderNormal:hover
{
    height: 15px;
    display: inline-block;
    margin: 2px 1px 2px 1px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 11px consolas;
    border: 1px solid lime;
    color: white !important;
    background: #225C5C;
}
.TBHeaderNormal:disabled
{
    height: 15px;
    display: inline-block;
    margin: 2px 1px 2px 1px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 11px consolas;
    border: 1px solid red;
    color: white !important;
    background: #225C5C;
}
.TBHeaderState
{
    height: 15px;
    display: inline-block;
    margin: 2px 1px 2px 1px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px consolas;
    border: 1px solid lime;
    color: white !important;
    background: #225C5C;
}
.TBFootertable
{
    background-color: #1D4F4F;
    position: absolute;
    z-index: 1;
}


tr.colorTable:nth-child(even)
{
    color: black;
    background-color: #ACCDCD;
}
tr.colorTable:nth-child(odd)
{
    color: black;
    background-color: #E2F1FB;
}
tr.colorTable td:
{
    color: black;
}


.BHelp
{
    font-family: Arial,Verdana;
    font-weight: bold;
    font-size: 9pt;
    color: darkblue;
    background-color: AliceBlue;
    cursor: hand;
    text-decoration: underline;
    border: none;
    vertical-align: baseline;
    text-transform: capitalize;
}
