﻿body {
    background-color: #f1f1f1;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0 auto;
    font-size: 11px;
}

.login_topbg {
    background-color: #e7e7e7;
}

.login_middle_bg {
    background-color: #f0f1f3;
}

.login_box {
    background-image: url(../images/login_bg.jpg);
    background-repeat: no-repeat;
    width: 558;
    height: 308;
}

.login_txt {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.logged_txt {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.copyright {
    font-size: 10px;
    color: #FFFFFF;
    text-align: right;
    padding-right: 5px;
}

.nav_bg {
    background-color: #828282;
}

.arrowlistmenu {
    width: 220px; /*width of accordion menu*/
    text-align: left;
}

img {
    border: 0px;
}

.arrowlistmenu .menuheader {
    /*CSS class for menu headers in general (expanding or not!)*/
    padding: 4px 0 0px 5px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
    margin: 0px;
    margin-left: 0px;
    font-size: 11px;
}

    .arrowlistmenu .menuheader a {
        /*CSS class for menu headers in general (expanding or not!)*/
        text-decoration: none;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
    }

.arrowlistmenu .openheader {
    /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul {
    /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
    color: #000000;
}

h3 {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

.arrowlistmenu ul li {
    padding-bottom: 0px;
    padding-left: 0px; /*bottom spacing between menu items*/
    text-align: left;
    color: #000000;
    font-size: 11px;
}

    .arrowlistmenu ul li .opensubheader {
        /*Open state CSS for sub menu header*/
        width: 168px;
        color: #000000;
    }

    .arrowlistmenu ul li .closedsubheader {
        /*Closed state CSS for sub menu header*/
        width: 120px;
        color: #000000;
    }

    .arrowlistmenu ul li a {
        display: block;
        margin-left: 15px;
        padding-bottom: 7px;
        padding-top: 7px;
        text-decoration: none;
        color: #000000;
    }

        .arrowlistmenu ul li a:visited {
            color: #000000;
        }

        .arrowlistmenu ul li a:hover {
            /*hover state CSS*/
            color: #ff0000;
        }

        .arrowlistmenu ul li a.subexpandable {
            /*hover state CSS for sub menu header*/
            color: #000000;
        }

            .arrowlistmenu ul li a.subexpandable:hover {
                /*hover state CSS for sub menu header*/
                color: #ff0000;
            }

.space {
    padding-left: 10px;
}

.space1 {
    padding-left: 30px;
}

.sep {
    padding: 0px;
}

.menuheader {
    /*CSS class for menu headers in general (expanding or not!)*/
    padding: 4px 0 0px 5px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
    margin: 0px;
    margin-left: 0px;
    font-size: 11px;
}
/* left menu  End*/
.content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 18px;
}

.help {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

    .help a {
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
    }

        .help a:hover {
            font-size: 11px;
            font-weight: bold;
            color: #FFFFFF;
            text-decoration: underline;
            text-align: right;
        }

.breads {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

    .breads a {
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
    }

        .breads a:hover {
            font-size: 11px;
            /*font-weight:bold;*/
            color: #FFFFFF;
            /*text-decoration:underline;*/
            text-decoration: none;
        }

.form_content_heading {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.LoggedUserNameLabel {
    color: #E89563;
}

.MainTable {
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
}

.ContentTable {
    width: 990px;
    height: 577px;
}

.LeftColumn {
    font-size: 11px;
    color: #000000;
    text-align: right;
    padding-right: 10px;
}

.RightColumn {
    font-size: 11px;
    color: #000000;
    padding-left: 5px;
    text-align: left;
}

.TextBox {
    width: 60%;
    /*border: solid 1px gray;*/
    background-color: white;
}

.TextBoxMedium {
    width: 175px;
    border: solid 1px gray;
}

.SmallTextBox {
    width: 120px;
    border: solid 1px gray;
}

.DateTextBox {
    width: 80px;
    border: solid 1px gray;
    background-color: white;
    /*color:white;*/
}

.TimesheetTextBox
{
     width: 80px;
    border: solid 1px gray;
    background-color: white;

}

.NumberTextBox {
    width: 50px;
    border: solid 1px gray;
    text-align: right;
    padding-right: 5px;
}

.NumberMediumTextBox {
    width: 80px;
    border: solid 1px gray;
    text-align: right;
    padding-right: 5px;
}

.NumberBigTextBox {
    width: 120px;
    border: solid 1px gray;
    text-align: right;
    padding-right: 5px;
}

.FileUpload {
    width: 337px;
    border: solid 1px Gray;
}

.FileUploadButton {
    border: solid 1px Gray;
    background-color: Silver;
    color: Black;
    height: 20px;
}

.DropDown {
    width: 255px;
}

.DropDownMedium {
    width: 180px;
}

.DropDownReport {
    width: 200px;
}

.DropDownTiny {
    width: 50px;
}

.Row {
    height: 30px;
    vertical-align: middle;
}

.MessageLabel {
    font-size: 11px;
    color: #ff0000;
}

.HeaderLabel {
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Grid {
    font-size: 11px;
    color: #000000;
   
    /*border:1px solid black ;*/
}

.GridHeader {
    font-size: 11px;
    height: 35px;
    background-color: Gray;
    color: White;
    text-align: center;
    /*border:1px solid black ;*/
}

.GridRow {
    height: 30px;
    vertical-align: middle;
    color: Black;
    background-color: #D2DAD3;
    /*border:1px solid black ;*/
}

.FilterGridRow {
    height: 30px;
    vertical-align: middle;
    color: Black;
}

.AlternateGridRow {
    height: 30px;
    vertical-align: middle;
    color: Black;
    background-color: #E6E7DA;
}

.BorderDiv {
    border: solid 1px black;
    width: 500px;
    text-align: center;
}

.TimeSheetBorderDiv {
    border: solid 1px black;
    width: 650px;
    text-align: center;
}

.GridLeftAlign {
    text-align: left;
    padding-left: 5px;
}

.PanelHorizontalLine {
    /*border: solid 1px black;*/
    border-top: solid 1px black;
    width: 500px;
    height: 0.1px;
    color: Black;
}

.TimePanelHorizontalLine {
    border: solid 1px black;
    width: 650px;
    height: 0.0px;
    color: Black;
}

.RowHighLightColor {
    background-color: #D9BE91;
    color: Black;
}

.ButtonRow {
    height: 40px;
    vertical-align: middle;
}

.Multiline {
    height: 50px;
    width: 250px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: solid 1px gray;
}

.LongTextBox {
    width: 320px;
    border: solid 1px gray;
}

.OuterTable {
    background-image: url("/images/Header_bg.jpg");
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 1000px;
    height: 570px;
}

.AlignLeft {
    text-align: left;
    padding-left: 5px;
}

.AlignCenter {
    text-align: center;
    padding-left: 5px;
}

.AlignRight {
    text-align: right;
    padding-right: 5px;
}

.RequiredField {
    color: Red;
    font-size: 9px;
}

.img_middle {
    vertical-align: middle;
}

.ForgetPassword {
    padding-right: 20px;
    vertical-align: middle;
}

.Button {
    border: solid 1px Gray;
    color: Black;
    background-color: Silver;
}

.MenuInnerTable {
    background-color: #F1F1F1;
    background-image: url("/images/Header_bg.jpg");
    width: 250px;
}

.MenuOuterTable {
    height: 450px;
}

.BreadContent {
    width: 735px;
}

.BreadInnerTable {
    width: 710px;
    height: 36px;
}

.IFrameMainTable {
    width: 690px;
    background-color: #f1f1f1;
}

.MaxLengthTextBox {
    width: 25px;
    border: solid 1px gray;
}

.PageColor {
    background-color: #f1f1f1;
}

.BorderRight {
    border-right: solid 1px black;
}

.BorderTop {
    border-top: solid 1px black;
}

.BorderLeft {
    border-left: solid 1px black;
}

.BorderBottom {
    border-bottom: solid 1px black;
}

.PropertyPage {
    width: 500px;
    height: 325px;
}

.PropertyGridRow {
    height: 25px;
    vertical-align: middle;
    color: Black;
    background-color: #D2DAD3;
}

.PropertyAlternateGridRow {
    height: 25px;
    vertical-align: middle;
    color: Black;
    background-color: #E6E7DA;
}

.PropertyMainTable {
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
}

.PropertyRow {
    height: 25px;
    vertical-align: middle;
}

.PropertyButtonRow {
    height: 30px;
    vertical-align: middle;
}

.PropertyRowHighLightColor {
    background-color: #D9BE91;
    height: 25px;
    vertical-align: middle;
    color: Black;
}

.PropertySearch {
    width: 500px;
    height: 30px;
}

.PopUpPanel {
    width: 525px;
    height: 375px;
    background-color: Gray;
    border: solid 1px black;
}

.PublisherPanel {
    width: 400px;
    height: 180px;
    background-color: Gray;
    border: solid 1px black;
}

.PublisherPanelTable {
    width: 400px;
    height: 180px;
}

.PopUpIframe {
    width: 500px;
    height: 350px;
    background-color: Gray;
    border: solid 0px gray;
}

.FreeHeightPopup {
    background-color: Gray;
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
}

.DateCalendarDiv {
    position: absolute;
    background-color: white;
}

.PropertyHeading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.PropertyAdd {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: Red;
}

    .PropertyAdd a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: Red;
    }

        .PropertyAdd a:hover {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            text-decoration: underline;
            color: Red;
        }

.PopUpButton {
    border: solid 1px gray;
    font-size: 11px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

.PanelTable {
    width: 525px;
    height: 375px;
}

.PanelRow {
    height: 25px;
}

.modal {
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.4;
}

.PropertyTitle {
    width: 510px;
    height: 25px;
    padding-left: 5px;
}

.PropertyFrame {
    height: 360px;
    text-align: center;
}

.PropertyLoad {
    visibility: hidden;
    display: none;
}

.DynamicMultiline {
    height: 100px;
    width: 350px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: solid 1px gray;
}

.PolicyLabel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.ReportGridRow {
    height: 20px;
    vertical-align: middle;
    color: Black;
}

.ReportAlternateGridRow {
    height: 20px;
    vertical-align: middle;
    color: Black;
}

.Hide {
    display: none;
}

.Show {
    display: block;
}

.ChekBoxList {
    overflow-y: scroll;
    width: 250px;
    height: 100px;
    background-color: White;
    border: solid 1px gray;
}

.WorkOrderChekBoxList {
    overflow-y: scroll;
    width: 220px;
    height: 100px;
    background-color: White;
    border: solid 1px gray;
}

.ReviewerChekBoxList {
    overflow-y: scroll;
    text-align: left;
    width: 380px;
    height: 100px;
    background-color: White;
    border: solid 1px gray;
}

.DocumentChekBoxList {
    overflow-y: scroll;
    text-align: left;
    width: 330px;
    height: 100px;
    background-color: White;
    border: solid 1px gray;
}

.DocumentDescriptionBox {
    Width: 380px;
    Height: 70px;
    border: solid 1px gray;
}

.tdGrid {
    padding-bottom: 10px;
    text-align: center;
}

.DocGridRow {
    height: 40px;
    vertical-align: middle;
    color: Black;
    background-color: #D2DAD3;
}

.DocAlternateGridRow {
    height: 40px;
    vertical-align: middle;
    color: Black;
    background-color: #E6E7DA;
}

.DocRowHighLightColor {
    background-color: #D9BE91;
    color: Black;
}

.ErrorPopUpPanel {
    width: 525px;
    height: 375px;
    background-color: White;
    border: solid 1px black;
}

.ShowErrorPanel {
    width: 550px;
    height: 350px;
    display: block;
    background-color: White;
    border: solid 1px black;
}

.HideErrorPanel {
    height: 0px;
    width: 0px;
    display: none;
}

.TaxRow {
    height: 25px;
    vertical-align: middle;
}

.TaxLeftColumn {
    font-size: 11px;
    color: #000000;
    padding-right: 4px;
    text-align: right;
}

.TaxRightColumn {
    font-size: 11px;
    color: #000000;
    padding-left: 4px;
    text-align: left;
}

.GridMoneyFooter {
    background-color: Gray;
    color: #FFFFFF;
    font-size: 11px;
    height: 25px;
    text-align: right;
    padding-left: 10px;
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}

.GridMoneyFooterPrint {
    background-color: Gray;
    color: #FFFFFF;
    font-size: 11px;
    height: 25px;
    text-align: right;
}

.GridFooter {
    background-color: Gray;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
    height: 20px;
}

.ExportDiv {
    background-color: #ece9d8;
    text-align: left;
    vertical-align: middle;
}

.LoadingDiv {
    background-color: #f1f1f1;
    border: solid 1px black;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px 10px 5px;
    text-align: center;
    width: 300px;
    cursor: default;
}

#yui-cms-loading {
    background-color: #ccc;
    display: none;
    cursor: default;
}

    #yui-cms-loading #yui-cms-float {
        background-color: #f1f1f1;
        border: solid 1px black;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 5px 10px 5px;
        text-align: center;
        width: 300px;
        cursor: default;
    }

.HiddenButton {
    background-color: Silver;
    border: solid 1px Gray;
    color: Black;
    display: none;
}

.static li {
    color: #000000;
    display: block;
    margin-left: 15px;
    text-decoration: none;
    background-image: url("/images/arrow.jpg");
    background-repeat: no-repeat;
    padding-left: 20px !important;
    background-position: left center;
    line-height: 28px !important;
}

.subcategoryitems.static li {
    color: #000000;
    display: block;
    margin-left: 35px;
    text-decoration: none;
    background-image: url("/images/arrow1.jpg");
    background-repeat: no-repeat;
    padding-left: 20px !important;
    background-position: left center;
    line-height: 28px !important;
}

.static li:hover {
    color: #FF0000;
}

h3.static {
    background-image: url("/images/icon1.jpg");
    background-position: left center;
    padding-left: 22px !important;
    background-repeat: no-repeat;
    margin-left: 5px !important;
    padding-left: 5px;
}

.error-message {
    font-size: x-small;
    color: #FFF;
}
.centered-table {
   margin-left: auto;
   margin-right: auto;
}