﻿/* login */
* {
    margin: 0;
    padding: 0;
}

html, body { height: 100%; }

.warningLiteral {
    color: #333333;
    font-size: 8pt;
    height: 100px;
    line-height: 25px;
}

.login_borderTop {
    background: url(../images/login/loginPageBorder.jpg) repeat-x left bottom;
    background-image: url(../images/login/loginPageBorder.jpg);
    height: 10px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.login_container { min-height: 100%; }

.login_borderBottom {
    background: url(../images/login/loginPageBorder.jpg) repeat-x left bottom;
    bottom: 0;
    height: 10px;
    position: absolute;
    width: 100%;
}

.OuterLogin {
    background: url(../images/login/loginShadow.jpg) no-repeat center bottom;
    z-index: -99;
}

.OuterLoginHeader {
    display: table;
    height: 105px;
    table-layout: auto;
    width: 45%;
}

.OuterLoginHeaderLeft {
    background: url(../images/login/logoGSI.png) no-repeat left center;
    height: 85px;
    width: 120px;
}

.OuterLoginHeaderRight1 { height: 32px; }

.OuterLoginHeaderRight2 {
    color: #030A5D;
    font-family: Arial Black;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -2px;
}

.OuterLoginHeaderRight3 {
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.OuterLoginBody {
    height: 220px;
    margin: 0 auto;
    width: 45%;
}

.OuterLoginBodyWrapper { margin: auto; }

.OuterLoginBodyLeft {
    background: url(../images/login/borderLoginBoxL.png) no-repeat left center transparent;
    float: left;
    height: 219px;
    width: 10px;
}

.OuterLoginBodyMiddle {
    background: url(../images/login/bodyLoginBox.jpg) repeat-x center center;
    float: left;
    height: 219px;
    width: 430px;
}

.OuterLoginBodyRight {
    background: url(../images/login/borderLoginBoxR.png) no-repeat right center;
    float: left;
    height: 219px;
    width: 10px;
}

.OuterLoginFooter {
    height: 40px;
    width: 45%;
}

.login_text {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
}

.login_textWhite {
    color: White;
    font-size: 9px;
    font-style: italic;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}

.login_captcha {
    -moz-border-radius: 7px;
    background-color: #333333;
    border-radius: 7px;
    float: left;
    height: 46px;
}

.login_captcha_right { margin-left: 130px; }

.login_captcha img {
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 3px 0px 0px 3px;
}

.btnRefreshCaptcha {
    margin-bottom: 12px;
    margin-right: 4px;
}

/* end login */

.datatable_header {
    background-color: #2F3DA5;
    color: White;
    font-size: 8pt;
    line-height: 30px;
}

.datatable_body {
    background-color: #CCCCCC;
    color: Black;
    font-size: 8pt;
    line-height: 25px;
}

.datatable_body a { color: Black; }

.datatable_body .mark { background-color: mediumpurple; }

.datatable_body.sla_warning, .datatable_body.sla_warning a {
    background-color: #d3d128;
    color: white;
}

.datatable_body.sla_error, .datatable_body.sla_error a {
    background-color: #d23e3e;
    color: white;
}

.datatable_header td { padding: 0px 2px 0px 2px; }

.datatable_body td { padding: 0px 2px 0px 2px; }

.line_separator {
    background-color: #B3B3B3;
    height: 1px;
    width: 100%;
}

.QSearchLine { line-height: 30px; }

.pageHeight { line-height: 20px; }