@CHARSET
"UTF-8"
;
html, body {
}

body {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

    margin: 0;
    background-color: #bdc8d0;
    color: black;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0
}

textarea, input[type=text], select {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a, a:active, a:visited {
    color: #305683;
    text-shadow: white 0 1px 0;
}

/*LOGO*/

#logo {
    position: absolute;
    top: 55px;
    left: 35px;

    z-index: 100;
}

/* TASKBAR */
#taskbar {
    position: absolute;
    top: 18px;
    right: 55px;
    text-align: right;
    white-space: nowrap;
    z-index: 2;

}

#taskbar a {
    font-size: 10px;
    line-height: 25px;
    font-weight: bold;
    color: #666;
    text-decoration: none;

    text-shadow: #e5e8ec 0 1px 0;
    padding: 7px 23px 7px 20px;

    background: no-repeat right;

    text-transform: uppercase;
}

#taskbar a:hover {
    color: #333;
}

#taskbar a.button-logout {
    background-image: url(img/logout.png);
}

#taskbar a.button-profile {
    background-image: url(img/profile.png);
}

/**
---------LEFTFRAME
*/

#leftFrame {
    position: absolute;
    top: 160px;
    left: 25px;
    background: url("img/leftV.png") left 0;
    padding-top: 16px;
    padding-bottom: 19px;
    z-index: 21;
    width: 223px;
    padding-left: 8px;
    min-height: 350px;
}

#leftFrameTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 231px;
    background: url("img/leftTB.png") right 0;
    height: 16px;

}

#leftFrameBot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 231px;
    background: url("img/leftTB.png") right -16px;
    height: 19px;
}

#leftFrame ul {
    overflow: hidden;
    height: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none outside none;
    border: 0;

}

#leftFrame li {
    font-size: 14px;
    height: 35px;
    border-top: 1px solid white;
    border-bottom: 1px solid #888;
    margin: 0;
    padding: 0;
}

#leftFrame li:hover {
    background: url("img/leftV.png") -231px top;

}

#leftFrame li.selected {
    border-top-color: transparent;
    background: url("img/leftV.png") right top;
}

#leftFrame li a {
    display: block;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #444;
}

#leftFrame li.selected a {
    color: white;
    text-shadow: #444 0 1px 0;
}

/**
---------RIGHTFRAME
*/
#rightFrameOut {
    position: absolute;
    top: 50px;
    left: 248px;
    right: 25px;
    background: white url("img/rightRi.png") repeat-y right;
    z-index: 20;

}

#rightFrame {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 500px;
    background: url("img/rightLe.png") repeat-y;
    font-size: 11px;
    padding: 22px 9px 22px 9px;

}

#rightFrameTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #bdc8d0 url("img/right.png") left 0;
    height: 22px;
}

#rightFrameTopLe {
    background: #bdc8d0 url("img/right.png") left -22px;
    height: 22px;
    width: 18px;
    float: left;
}

#rightFrameTopRi {
    background: #bdc8d0 url("img/right.png") right -44px;
    height: 22px;
    width: 18px;
    float: right;
}

#rightFrameBot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #bdc8d0 url("img/right.png") left -66px;
    height: 22px;
}

#rightFrameBotLe {
    background: #bdc8d0 url("img/right.png") left -88px;
    height: 22px;
    width: 18px;
    float: left;
}

#rightFrameBotRi {
    background: #bdc8d0 url("img/right.png") left -110px;
    height: 22px;
    width: 18px;
    float: right;
}

#rightTit {
    height: 75px;
    background: #bdc8d0 url("img/right.png") left -132px;
    border-bottom: 1px solid #aaa;
}

#titleFrame {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-shadow: white 0 1px 1px;

}

#footerFrame {
    color: #444;
    text-align: right;
    text-shadow: white 0 1px 0;
    position: absolute;
    right: 45px;
    top: 130px;
    font-size: 10px;
    font-weight: bold;
    z-index: 30;
}

#footerFrame p {
    margin: 0;
    padding: 0;
}

#tabsBar {
    height: 27px;
    position: absolute;
    left: 20px;
    top: 45px;
}

#tabsBar .tsep {
    float: left;
    height: 27px;
}

#tabsBar span.tablink, #tabsBar span.tablink-selected {
    float: left;
    background: url('img/tabs_new.png') top left repeat-x;
    height: 16px;
    padding: 5px 0;
    border-right: 1px solid #777;
}

#tabsBar span.tablink-selected {
    background-position: left -27px;
}

#tabsBar span.tablink-selected {
    background-position: left -27px;
}

#tabsBar span.tablink a {
    opacity: 0.8;
}

#tabsBar a {
    padding: 0 15px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-shadow: #777 0 -1px 0;
    text-decoration: none;
}

.tableft {
    width: 4px;
    background: url('img/tabs_new.png') no-repeat left -54px;
}

.tabright {
    width: 4px;
    background: url('img/tabs_new.png') no-repeat left -108px;
}

.tableft.selected {
    background-position: left -81px;
}

.tabright.selected {
    background-position: left -135px;
}

/* buttons */
button, input.button {
    height: 24px;
    font-size: 12px !important;
    color: #777;
    text-shadow: #eee 0 1px 0;
    line-height: 24px;
    padding: 1px 5px 0 6px;
    margin: 0 7px 0 0;

    text-decoration: none;
    display: inline-block;
    border: 0;
    background: url("img/butBg.png") no-repeat top left;

    text-align: center;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}
input.button::-moz-focus-inner, button::-moz-focus-inner{
    border: 0;
    padding: 0;
}

button.small, input.button.small {
    height: 19px;
    background: url("img/butSm.png") no-repeat top left;
    font-size: 9px !important;
    color: white;
    text-shadow: #777 0 -1px 0;
    line-height: 19px;
    padding-top: 0;
}

.buttonEnd {
    position: absolute;
    display: inline;
    margin-left: -7px;
    width: 3px;
    height: 24px;
    background: transparent url("img/butBg.png") no-repeat right top;
}

.buttonEnd.small {
    margin-left: -7px;
    width: 2px;
    height: 19px;
    background: transparent url("img/butSm.png") no-repeat right top;
}

.button_out {
    display: inline-block;
}

.over button, .over .button {
    background-position: 0 -24px;
}

.over button.small, .over .button.small {
    background-position: 0 -19px;
}

.over .buttonEnd {
    background-position: right -24px;
}

.over .buttonEnd.small {
    background-position: right -19px;
}

.over.down button, .over.down .button {
    background-position: 0 -48px;
}

.over.down button.small, .over.down .button.small {
    background-position: 0 -38px;
}

.over.down .buttonEnd {
    background-position: right -48px;
}

.over.down .buttonEnd.small {
    background-position: right -38px;
}

/*green*/
button.green, .green.button {
    background-position: 0 -72px;
    color: #360;
}

button.green.small, .green.button.small {
    background-position: 0 -57px;
    color: white;
}

.green.buttonEnd {
    background-position: right -72px;
}

.green.buttonEnd.small {
    background-position: right -57px;
}

.over button.green, .over .green.button {
    background-position: 0 -96px;
}

.over button.green.small, .over .green.button.small {
    background-position: 0 -76px;
}

.over .green.buttonEnd {
    background-position: right -96px;
}

.over .green.buttonEnd.small {
    background-position: right -76px;
}

.over.down button.green, .over.down .green.button {
    background-position: 0 -120px;
}

.over.down button.green.small, .over.down .green.button.small {
    background-position: 0 -95px;
}

.over.down .green.buttonEnd {
    background-position: right -120px;
}

.over.down .green.buttonEnd.small {
    background-position: right -95px;
}

/*blue*/
button.blue, .blue.button {
    background-position: 0 -216px;
    color: #1d2d57;
}

button.blue.small, .blue.button.small {
    background-position: 0 -171px;
    color: white;
}

.blue.buttonEnd {
    background-position: right -216px;
}

.blue.buttonEnd.small {
    background-position: right -171px;
}

.over button.blue, .over .blue.button {
    background-position: 0 -240px;
}

.over button.blue.small, .over .blue.button.small {
    background-position: 0 -190px;
}

.over .blue.buttonEnd {
    background-position: right -240px;
}

.over .blue.buttonEnd.small {
    background-position: right -190px;
}

.over.down button.blue, .over.down .blue.button {
    background-position: 0 -264px;
}

.over.down button.blue.small, .over.down .blue.button.small {
    background-position: 0 -209px;
}

.over.down .blue.buttonEnd {
    background-position: right -264px;
}

.over.down .blue.buttonEnd.small {
    background-position: right -209px;
}

/*red*/
button.red, .red.button {
    background-position: 0 -144px;
    color: #600;
}

button.red.small, .red.button.small {
    background-position: 0 -114px;
    color: white;
}

.red.buttonEnd {
    background-position: right -144px;
}

.red.buttonEnd.small {
    background-position: right -114px;
}

.over button.red, .over .red.button {
    background-position: 0 -168px;
}

.over button.red.small, .over .red.button.small {
    background-position: 0 -133px;
}

.over .red.buttonEnd {
    background-position: right -168px;
}

.over .red.buttonEnd.small {
    background-position: right -133px;
}

.over.down button.red, .over.down .red.button {
    background-position: 0 -192px;
}

.over.down button.red.small, .over.down .red.button.small {
    background-position: 0 -152px;
}

.over.down .red.buttonEnd {
    background-position: right -192px;
}

.over.down .red.buttonEnd.small {
    background-position: right -152px;
}

/* listTables*/
.searchForm {
    margin: 0;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #777;
    background-color: #eee;
}

th {
    font-weight: normal;
}

/* top info */
div.baseformInfo{
    background-color:#BDC8D0;
    padding: 10px 10px 15px;
    border-bottom: 1px #999 solid;
    line-height: 140%;
    text-shadow: #FFF 0 1px 0;
}

div.baseformInfo .icon{
    float: left;
    background: url("img/info.png") no-repeat;
    width:24px;
    height:24px;
}

div.baseformInfo .text{
    margin-left:35px;
    max-width:600px;

}

/* LISTS */

.listTable {
    width: 100%;
    display: table;
    table-layout: fixed; /* css hack for IE */
}

.listTable * {
    font-size: 11px;
}

.listTable tr, .listTable tr a {
    text-decoration: none;
    color: black;
    text-shadow: rgba(0, 0, 0, 0) 0 0 0;

}

.listTable tr.thead a {
    text-decoration: none;
    color: #305683;
    text-shadow: white 0 1px 0;
}

.listTable .thead td, .listTable .thead th {
    height: 20px;
    padding: 0 8px;
    vertical-align: middle;
    border-bottom: 1px solid #999;
    color: #333;
    background-image: url(img/listTableHBg.png);
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.listTable tbody tr td {
    height: 16px;
    padding: 2px 8px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.listTable tbody tr.odd td {
    background-color: #e6eef4;
}

.listTable tbody tr:hover td, .listTable tbody tr.over td {
    background-color: #bdc8d0;
}

.listTable td:first-child {
    padding-left: 10px;
}

.listTable td:last-child {
    padding-right: 10px;
}

/* MESSAGES */
#messageDv {
    display: none;
    position: absolute;
    top: 148px;
    left: 257px;
    right: 34px;
    z-index: 100;
    background: #3366cc url("img/icnMessage.png") no-repeat 5px 8px;
    opacity: .9;
    padding: 10px 10px 10px 50px;

    font-size: 12px;
    color: white;
    border-bottom: 1px white solid;
}

#errorDv {
    display: none;
    position: absolute;
    top: 148px;
    left: 257px;
    right: 34px;
    z-index: 100;
    background: #cc0000 url("img/icnError.png") no-repeat 17px 11px;
    opacity: .9;
    padding: 13px 10px 10px 56px;

    font-size: 11px;
    color: white;
    border-bottom: 1px white solid;
}

#errorInfo {
    display: none;
    position: absolute;
    top: 132px;
    left: 274px;
    width: 18px;
    height: 13px;
    background: url("img/icnErrorSmall.png") no-repeat 0 0;
    cursor: pointer;
    z-index: 100;
}

.errorSp {
    color: #cc0000;
}

input.errorOnInput, select.errorOnInput, textarea.errorOnInput {
    border: 1px solid #cc0000 !important;
}

#messageInfo {
    display: none;
    position: absolute;
    top: 132px;
    left: 274px;
    width: 18px;
    height: 13px;
    background: url("img/icnMessageSmall.png") no-repeat 0 0;
    cursor: pointer;
    z-index: 100;
}

/* CLOSE_BTN*/
#closeBtn {
    width: 31px;
    height: 32px;
    z-index: 22;
    background-image: url("img/close.png");
    position: absolute;
    top: 46px;
    left: 243px;
    cursor: pointer;
}

/* SIGN */
#sign {
    position: fixed;
    text-align: center;
    bottom: 5px;
    left: 2px;
}

/* LOGIN */
#loginTbl {
    width: 504px;
    margin: 100px auto 0 auto;
}

#loginTbl td {
    padding: 0;
    margin: 0;
}

#loginT {
    height: 4px;
    background: url("img/loginT.png") no-repeat;
}

#loginB {
    height: 4px;
    background: url("img/loginB.png") no-repeat;
}

#loginM {
    background: url("img/loginBG.png") repeat-y;
}

#loginIs {
    padding: 35px 0;
    text-align: center;

}

#loginM input[type=text], #loginM input[type=password] {
    width: 125px;
}

#loginTbl .button_out {
    vertical-align: middle;
}

#loginTbl .loginI {
    font-size: 10px;
    line-height: 10px;
    width: 120px;
    margin-left: 5px;
}

#loginTbl label {
    font-size: 10px;
    color: #666;
    text-shadow: #ddd 0 1px 0;
    text-transform: uppercase;
    margin-left: 10px;
}

#loginTbl #loginLogo td {
    text-align: center;
    padding-bottom: 50px;
}

#loginTbl #logo {
    position: static;
}

#loginErr {
    font-size: 10px;
    line-height: 10px;
    margin: 0 auto;
    padding-bottom: 15px;
    color: #990000;
    text-shadow: #ddd 0 1px 0;
    text-transform: uppercase;
    text-align: center;
}

.content {
    padding: 10px;
}

/* active links*/
a.active {
    color: #c33;

}


/*****************
working around ios
*****************/
#rightFrameTop {
    background: url("img/right0.png") left 0;
}

#rightFrameTopLe {
    background: url("img/right22.png") left 0;
}

#rightFrameTopRi {
    background: url("img/right44.png") right 0;
}

#rightFrameBot {
    background: url("img/right66.png") left 0;
}

#rightFrameBotLe {
    background: url("img/right88.png") left 0;
}

#rightFrameBotRi {
    background: url("img/right110.png") left 0;
}

#rightTit {
    background: url("img/right132.png") top left;
}

.button{
    border-radius: 0; /* iOS fix */
}

/* print*/
@media print {
    #leftFrame, #message, #footerFrame, #taskbar, #modeOuterDiv, #modeTitle, #tabsContainer, .searchForm {
        display: none;
    }

    #logo {
        position: static;
        margin-bottom: 20px;
    }

    #rightFrame {
        overflow: visible;
        position: static;
        top: auto;
        left: auto;
        width: auto;
        background-color: transparent;
        border: none;
    }

    body {
        background-color: transparent;
    }

    .noPrint {
        display: none;
    }

}


