﻿BODY {
    background: none repeat scroll 0 0 #DEDEDE;
    color: #111111;
    font-family: 'tahoma';
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    max-width: 1366px;
    min-width: 1024px;
}
BODY, HTML {
    width: 100%;
    height: 100%;
}
INPUT, BUTTON, SELECT, TEXTAREA, A {
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
}
DIV.clearFloat {
    clear: both;
}

DIV#headPage {
    height: 73px;
    color: #ffffff;
    font-weight: bold;
    background: url("images/bg-header.gif") repeat-x scroll 0 0 transparent;
}
DIV#headPage DIV.headUser {
    float: right;
    padding: 10px;
    font-weight: normal;
}
DIV#headPage DIV.headUser IMG {
    float: left;
    margin-right: 10px;
}
DIV#headPage DIV.headLogo {
    float: left;
    padding: 10px;
    white-space: nowrap;
}
DIV#headPage DIV.headLogo IMG {
    float: left;
    margin-right: 10px;
    width: 38px;
    height: 38px;
}

DIV#topMenu {
    height: 29px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #EFEFEF;
    background-image: url("images/commonHighlight.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    border: 1px solid #B5BCC7;
    margin: 0;
    padding: 0;
}
DIV.topMenuShadow {
    background: url("images/shadow.gif") repeat-x scroll 0 0 transparent;
    height: 20px;
}

DIV#topNavigation {
    height: 19px;
    color: #000000;
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 3px 0 7px #FFFFFF;
    margin: 0;
    text-align: left;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}
DIV#topNavigation A {
    text-decoration: none;
    color: #000000;
}
DIV#topNavigation UL {
    margin: 0;
    padding: 0;
    list-style: none;
}
DIV#topNavigation UL LI {
    float: left;
    margin-right: 3px;
    color: #000000;
    text-align: left;
    text-shadow: 0 1px 0 #FFFFFF;
}
DIV#topNavigation UL LI.home {
    width: 17px;
    margin-left: 20px;
    background: url("images/breadcrumb_home.png") no-repeat;
}
DIV#topNavigation UL LI.separator {
    width: 10px;
    margin-right: 10px;
    background: url("images/breadcrumb_separator.png") no-repeat scroll right center transparent;
}
DIV.topNotification {
    text-align: center;
    padding: 5px 10px;
}
DIV.topNotification SPAN {
    color: #ff0000;
}
DIV.topNotification A {
    color: #0000ff;
    text-decoration: none;
}

DIV#pageAll {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 5px #ADADAD;
    margin: 10px 50px;
}
DIV#pageHeader {
    margin-top: 10px;
    background: url("images/page_header.gif") repeat-x scroll 0 0 transparent;
    min-height: 50px;
    width: auto;
}
DIV#pageHeader .pageTitle {
    height: 46px;
}
DIV#pageHeader .pageTitle .unitInfo1 {
    float: right;
    width: 200px;
    color: #FFFFFF;
}
DIV#pageHeader .pageTitle .unitInfo2 {
    float: right;
    width: 96px;
    color: #FFFFFF;
    text-shadow: none;
}
DIV#pageHeader .unitTitle {
    float: left;
    color: #F0BF02;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    margin: 10px;
}
TABLE.unitHeader {
    color: #222222;
    margin: 0 auto;
    width: 700px;
    text-align: left;
    margin-top: 10px;
}
TABLE.unitHeader TD.headSeparator {
    width: 50px;
    font-weight: bold;
}
TABLE.unitHeader TD.headHalf1 {
    width: 36%;
    font-weight: normal;
}
TABLE.unitHeader TD.headHalf2 {
    width: 60%;
    font-weight: bold;
}
DIV#pageContent {
    padding: 20px;
}

DIV#LookCtrlScreen {
    background-color: #ffffff;
    opacity: 0.5;
}
DIV#LookCtrlBox {
    background-color: #e1e1e1;
    border: 1px solid #a1a1a1;
    border-radius: 5px 5px 5px 5px;
}

i.icoPrint {
    background-image: url("images/glyphicons-halflings.png");
    background-repeat: no-repeat;
    background-position: -96px -48px;
    height: 14px;
    width: 14px;
    margin: 2px 5px 0px 0px;
    line-height: 14px;
    display: inline-block;
}

DIV.footVersion {
    padding: 0px 10px;
}