﻿/* ##### Header ##### */

.logout {
    background-image: url(../images/Lock_open.png);
    background-repeat: no-repeat;
    background-position: left 50%;
    padding: 0px 5px 0px 19px;
    color: #000000;
}

#Newheader {
    color: #000000;
    width: 100%;
    height: 90px;
}

#header {
    /*color: Black;     background-color: #E6E6E6;     width: 100%;*/
}

.headerTitle {
    margin: 0;
    padding: 0 0 0 0;
}

    .headerTitle span {
        background-color: transparent;
    }

.subHeader {
    text-align: left;
    margin: 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.leftMenuHeight {
    width: 100%;
    border-bottom: Solid 0.01em White;
    border-color: White;
    height: 800px;
}

.leftmenuItemName {
    color: White;
    text-decoration: none;
    margin-left: 15px;
}

.menuLeft {
    width: 100%;
    border-right: Solid 1px White;
    border-bottom: Solid 1px White;
    border-left: Solid 1px White;
    border-top: Solid 1px White;
    height: 25px;
    font: bold 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.leftmenuItem {
    /*background-image: url(../Images/menu_bg.gif);*/
    background-image: none;
    background-color: #6C879C;
    border-right: Solid 1px #FFFFFF;
    border-bottom: Solid 1px #FFFFFF;
    height: 25px;
    margin-left: 5px;
    text-align: left;
}

    .leftmenuItem:hover {
        /*background-image: url(../Images/menu_bg_hover.gif); */
        background-image: none;
        background-color: #CA2957;
    }

.leftmenuItemSelected {
    /*background-image: url(../Images/menu_bg_hover.gif); */
    background-image: none;
    background-color: #e6e6e6;
    border-right: Solid 1px #FFFFFF;
    border-bottom: Solid 1px #FFFFFF;
    height: 25px;
    margin-left: 5px;
    text-align: left;
}

/* ##### Menu Bar ##### */

.menu {
    width: 100%;
    border-right: Solid 0.75px White;
    border-bottom: Solid 0.75px White;
    border-left: Solid 0.75px White;
    border-top: Solid 0.75px White;
    height: 25px;
    font: bold 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.menuItem {
    background-image: url(../images/menu_bg.gif);
    border-right: Solid 1px #FFFFFF;
    height: 25px;
}

    .menuItem:hover {
        background-image: url(../images/menu_bg_hover.gif);
        border-right: Solid 1px #FFFFFF;
        height: 25px;
    }

.menuItemSelected {
    background: url(../images/menu_bg_hover.gif);
    border-right: Solid 1px #FFFFFF;
    color: Black;
    text-decoration: none;
}

.menuItemSelect {
    background-image: url(../images/menu_bg_hover.gif);
    border-right: Solid 1px #FFFFFF;
    color: Black;
    text-decoration: none;
}

.menuLastItem {
    background-image: url(../images/menu_bg.gif);
    border-right: Solid 1px #FFFFFF;
}

.menuItemName {
    color: White;
    width: 99%;
    text-decoration: none;
}

    .menuItemName:hover {
        color: White;
        width: 99%;
        text-decoration: none;
    }

/* ##### Left Side Bar ##### */

.leftmenu {
    vertical-align: top; /*border-right: Solid 1px Gray;*/
    background-color: #e6e6e6;
    border-left: 0.1em solid #999999;
    border-right: 0.1em solid #999999;
    border-top: 0.1em solid #999999;
    border-bottom: 0 solid #999999;
    width: 13%;
}

.leftSideBar {
    float: left;
    background-color: White;
    clear: both;
    min-height: 700px;
    vertical-align: top;
    width: 130px; /*padding-top : 10px;*/
    border-right: Solid 1px Gray;
}

.sideBarTitle {
    color: rgb(64,64,64);
    font-weight: bold;
    margin: 0;
    padding: 0.8ex 1ex;
}

ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
}

li {
    margin: 0ex;
    padding-top: 0.1ex;
    padding-right: 0;
    padding-bottom: 0.1ex;
    border-bottom: solid 0 Gray;
    font: 700 11px Arial, Helvetica, sans-serif;
}

.leftSideBar a {
    color: Black;
    text-decoration: none;
    display: block;
    padding-top: 0.75em;
    padding-right: 1ex;
    padding-bottom: 0.75em;
    padding-left: 4mm;
    margin: 0px;
}

    .leftSideBar a:hover {
        color: #2F3F5E;
        display: block;
        background-color: #EFEEEE;
    }

.sideBarText {
    color: #666666;
    background-color: transparent;
    margin: 0ex 0.25ex 1.5em 0.75ex;
    padding: 0;
    display: block;
}

    .sideBarText a {
        text-decoration: underline;
    }

        .sideBarText a:hover {
            text-decoration: none;
        }

/* ##### Main Copy ##### */
#main {
    color: black;
    background-color: White;
    margin: 0 0 0 0;
    padding: 0.5ex 0em 0em 0em;
    min-height: 700px;
    clear: both;
    vertical-align: top;
}

#mainLogin {
    color: black;
    background-color: White;
    margin: 0 0 0 0;
    padding: 0.5ex 0em 0em 0em;
    min-height: 580px;
    clear: both;
    vertical-align: top;
}

.mainContent {
    vertical-align: top;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-family: Arial;
}

/* ##### Footer ##### */

#footer {
    background: url("../images/footer-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
    clear: both;
    height: 45px;
}

    #footer div {
        padding: 0 0 0 0;
    }

    #footer a {
        color: Black; /* #666666;*/
        background-color: transparent;
        text-decoration: underline; /*font-weight: bold;*/
    }

        #footer a:hover {
            text-decoration: none;
            color: Black; /* #6699CC; */
        }

/* ##### Login Header ##### */

.login {
    width: 347px;
    height: 392px;
}

.loginHeader {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    behavior: url(../CSS/border-radius.htc);
    background-position: center left;
    background-image: url(../Image/login_Header_Bg.gif);
    background-repeat: repeat-x;
    background-color: #8DA3B1;
    color: Black;
    padding: 8px 0 1px 22px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid 1px #808080;
    height: 40px;
}

.loginBody {
    /*border: solid 1px Gray;*/
    background-image: url(../Image/bookswithmouses1.jpg);
    background-repeat: no-repeat;
    padding-bottom: 3px;
    padding-top: 3px;
}
/* ##### Search ##### */

.SearchDiv {
    border: solid 1px #808080;
}

.SearchHeader {
    background-color: #E6E6E6; /*#C0CBCC;*/ /*#EF9B49;*/
    color: Black;
    height: 25px;
    padding: 5px 5px 5px 5px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    border-bottom: solid 1px #808080;
    margin: -10px;
}

.SearchContent {
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: Arial;
    font-size: 12px;
}

.SearchContentWD {
    width: 1155px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: Arial;
    font-size: 12px;
}

.SearchContent label {
    width: auto !important;
    text-align: left !important;
}

/* ##### FitToScreen Div ##### */
.FitToScreen {
    padding: 5px 5px 5px 5px;
}
/* ##### No Record Div ##### */
.NoRecDiv {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

/* ##### No Record Div ##### */
.status table {
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: Silver;
}

.status td {
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: Silver;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: Silver;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: Silver;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: Silver;
}

.addNew {
    background-image: url(../images/edit.png);
    background-repeat: no-repeat;
    background-position: left 50%;
    padding: 0px 5px 0px 20px;
    color: Blue;
}

.importExcel {
    background-image: url(../images/Xls.jpg);
    background-repeat: no-repeat;
    background-position: left 50%;
    padding: 0px 5px 0px 20px;
    color: Blue;
}

.workTypeLink {
    background-image: url(../images/small_arrow.png);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 15px;
    background-position: left 50%;
    color: Blue;
}
/* ##### EditedUserDiv ##### */

.editedUserDiv {
    border: solid 1px Gray;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* ##### Error Msg Div ##### */

.errorPanel {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #E6E6E6;
    min-height: 20px;
    vertical-align: middle;
    margin-bottom: 8px;
}

.headingPanel {
    margin: 0 auto;
    width: 100%;
    background-color: #E6E6E6;
    min-height: 30px;
    margin-bottom: 8px;
}

.errorMsg {
    font: bold 10px Arial, Helvetica, sans-serif;
    color: Red;
}

.successPanel {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    height: 20px;
    margin-bottom: 8px;
}

.successMsg {
    font: bold 10px Arial, Helvetica, sans-serif;
    color: Black;
    vertical-align: middle;
}

.divOpac {
    background-color: Gray;
    border: 1px solid black;
    position: absolute;
    margin-top: -50px;
    margin-left: 150px;
    z-index: 1;
}

.iframe {
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2050px;
    z-index: 100;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.iframe2 {
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2050px;
    z-index: 100;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.notes {
    margin-bottom: 5px;
    color: #000000;
    width: 99%;
    height: 3000px;
    padding: 5px;
    background-color: #fff;
    background-repeat: repeat;
    display: block;
    overflow: auto;
    font: normal normal normal 15px Arial;
}

.PSReportPage {
    font: normal normal normal 15px Arial;
}

.BSHomeDiv {
    border: solid 1px Gray;
    height: 340px;
    overflow: auto;
}

.MultChkbDiv {
    border: solid 0px Gray;
    height: 170px;
    overflow: auto;
    text-align: left;
}

.BSHomeStatusGridDiv {
    border: solid 0px Gray;
    height: 415px;
    overflow: auto;
}

.TextErrorMessage {
    text-align: center;
    font: normal normal normal 13px Arial;
}

.ErrorMsg {
    font-weight: bold;
    color: Red;
    font: normal normal bold 11px Arial;
}

.ReqField {
    font-size: small;
    color: Red;
}

.warning {
    color: red;
    margin: 0px;
    padding: 15px;
    max-height: 20px;
    font: 12px Arial;
}

.errorValidaton {
    font: 12px;
    font-family: Arial;
    min-height: 15px;
    max-height: 20px;
}

.warning ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    color: red;
    border-bottom: solid 0px Gray;
}

    .warning ul li {
        color: red;
        margin: 0ex;
        padding-top: 0.1ex;
        padding-right: 0;
        padding-bottom: 0.0ex;
        border-bottom: solid 0px Gray;
        font: bold 10px Arial, Helvetica, sans-serif;
    }

.divOpac {
    background-color: Gray;
    border: 1px solid black;
    position: absolute;
    margin-top: -50px;
    margin-left: 150px;
    z-index: 1;
}
/*.iframe
{
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1500px;
    z-index: 100;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}*/
.Wrap {
    word-wrap: break-word;
}

.errorMsgForUpload {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: Red;
}

.successMsgForUpload {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: Green;
}

.normalMsgForUpload {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: Black;
}

.divReconnect {
    width: 400px;
    height: 210px;
    text-align: center;
}

.reconnecttable {
    border: solid 2px black;
    height: 130px;
    width: 85%;
}

.lblClassReconnect {
    font: arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.lblClassReconnect1 {
    font: arial;
    font-size: 15px;
    text-align: left;
}

/* ##### I-Frame ##### */

.gridpopupiframe {
    background-color: Black;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150%;
    z-index: 100;
    -moz-opacity: 0.4;
}

.gridpopupOpac {
    background-color: #f1f9fd;
    border: 1px solid #000000;
    position: absolute;
    margin-top: 100px;
    margin-left: 20px;
    z-index: 1;
    cursor: move;
}

.gridpopupFrame {
    background-attachment: fixed;
    position: absolute;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    z-index: 200;
    top: 25px;
    width: 1080px;
    height: 700px;
    padding: 10px;
}

.gridpopupFrame2 {
    background-attachment: fixed;
    position: absolute;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    z-index: 9999;
    top: 25px;
    width: 500px;
    height: 294px;
    padding: 10px;
}

.gridpopupFrame3 {
    background-attachment: fixed;
    position: absolute;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    z-index: 200;
    top: 25px;
    width: 950px;
    height: 553px;
    padding: 10px;
}

.gridpopupFrame4 {
    background-attachment: fixed;
    position: absolute;
    background-color: #FFFFFF;
    border: solid 3px #888;
    z-index: 200;
    top: 80px;
    width: 700px;
    min-height: 360px;
    padding: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.questionCounter {
    border: 2px solid #DA2128;
    color: #DA2128;
    width: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 10px 0 3px;
}

taR {
    text-align: right;
}

.taL {
    text-align: left;
}

.taC {
    text-align: center;
}