html {
    border: 0;
    overflow: hidden;
    background-color: transparent !important;
}

#header {
    height: 43px;
    width: 100%;
    text-align: left;
    background: url("../resources/images/bg_header.png") repeat-x;
}

#logo {
    height: 43px;
    width: 103px;
    background: url(../resources/images/logo_imx.png) no-repeat;
    color: #FFF;
    margin-right: auto;
}

#title {
    position: absolute;
    width: 410px;
    height: 40px;
    z-index: 1;
    left: 20px;
    top: 30px;
    font-size: 18px;
    color: #E6F3FF;
    text-decoration: none;
}
#trainingFont {
    height: 40px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    top:6px;
    bottom: 13px;
}
#toolBar {
    height: 40px;
    color: #FFF;
    font-weight: bold;
    text-align: right;
    padding: 0px 17px;
    position: absolute;
    width: 100%;
    z-index: 1;
    right: 0;
    top: 9px;
    bottom: 13px;
}

#toolBar span {
    margin-left: 5px;
    cursor: pointer;
}

#toolBar span a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#toolBar span a:hover {
    color: #B4D800;
    font-weight: bold;
}

#main {
    background-color: #d4ddec;
    position: absolute;
    width: 100%;
    left: 0;
    top: 43px;
    bottom: 2px;
}

#menu {
    background-color: #D4DDEC;
    height: 100%;
    position: absolute;
    width: 250px;
}

#menu .menuBody {
    height: 100%;
    overflow: auto;
    right: 0;
    padding: 0;
}

#splitter {
    position: absolute;
    background-color: #D4D9DD;
    /*background: transparent url('../resources/images/bg_translucence_white.png') repeat;*/
    border-left: solid 1px #3E90CD;
    border-right: solid 1px #3E90CD;
    height: 100%;
    width: 10px;
    left: 250px;
    cursor: pointer;
    margin: 0;
}

#splitterIcon {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 200px;
}

#tl {
    background: url('../resources/images/icons/ico_leftright_arrow.gif') no-repeat;
    width: 10px;
    height: 10px;
}

#tr {
    background: url('../resources/images/icons/ico_leftright_arrow.gif') no-repeat right -10px;
    width: 10px;
    height: 10px;
}

#mainContent {
    position: absolute;
    height: 100%;
    left: 262px;
    right: 0;
    padding: 0;
}

#mainFrame {
    width: 100%;
    height: 100%;
    margin: 0;
}

#footer {
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #022A4C;
    text-align: left;
    color: #FFF;
    padding: 2px 0 0 10px;
}

/****************************  login  ***************************/
#login_bg {
    width: 100%;
    height: 100%;

    position: absolute;
}
#login {
    /*background: url(../resources/images/bg_login.jpg) no-repeat right bottom;*/
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

#login-content {
    width: 100%;
    margin: auto;

    position: relative;
    padding-top: 20px;
    height: 100%;
}

#background{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.test{
    position: absolute;
    width: 100%;
    height: 100%;
}

.login-welcome {
    color: #0070b9;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px 5px;
    width: 100%;
}

.login-label {
    color: white;
    font-size: 12px;
}

.login-training {
    color: white;
    font-size: 15px;
    vertical-align: middle;
}

.login-left-column {
    width: 30%;
    text-align: left;
    padding-left: 20px;
    color: #000;
    word-break: break-all;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.login-mid-column {
    text-align: center;
    color: #000;
    word-break: break-all;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.login-img-column-lft {
    width: 1%;
    text-align: left;
    vertical-align: middle;
}

.login-img-column-rgt {
    width: 1%;
    text-align: right;
    vertical-align: middle;
}

.login-right-column {
    width: 35%;
    text-align: right;
    padding-right: 20px;
    color: #000;
    vertical-align: top;
    padding-bottom: 10px;
}

.login-enter-left {
    text-align: right;
    width: 20%;
    color: #000;
    word-break: break-all;
    white-space: nowrap;
    vertical-align: top;
}

.login-enter-right {
    text-align: left;
    width: 20%;
    color: #000;
    word-break: break-all;
    vertical-align: middle;
}

.login-enter-input {
    width: 60%;
    text-align: right;
    border-width: 0;
    font-size: 12px;
    list-style-type: none;
    padding: 4px;
    vertical-align: middle;
}

.login-fgt {
    text-align: left;
    width: 20%;
    color: #000;
    word-break: break-all;
    vertical-align: bottom;
}

.login-info {
    width: 210px;
    vertical-align: top;
}

.login-field {
    width: 245px;
    vertical-align: top;
}

.login-field td {
    padding: 2px;
}

/****************************  logout  ***************************/
.logout-info {
    background: url(../resources/images/icons/icon_warning.gif) no-repeat 30px center;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    min-height: 33px;
    padding: 20px 10px 10px 60px;
    text-align: center;
}
