.Mandatory {
}

.Required {
    color: navy !important;
}

.RightAlign {
    text-align: right !important;
}
.ReadOnly{
    background-color: #C0C0C0 !important;
}
.Multiline {
    width: 44% !important;
}

.MultilineHeight {
    height: 75px !important;
}

.SmallWidth {
    width: 22% !important;
}

.LargeWidth {
    width: 65% !important;
}
/*Credit Investigation Header*/
.CIHeader_textboxright{
    width:51% !important;
}
.CIHeader_textboxmedium{
    width:34% !important;
}
.CIHeader_dropdownright{
    width:53% !important;
}
.CIHeader_multiline{
    width:50% !important;
}

.divWaiting {
    position: absolute;
    background-color: rgba(102, 102, 102, 0.46);
    background-image: url("../Images/loading.gif");
    background-position-x: center;
    background-position-y: center;
    background-repeat:no-repeat;
    z-index: 2147483647 !important;
    
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*.ModalPopupBG
{
    background-color: #a9a9a9;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.ModalPopup
{
       background:white;
       padding-left:0px;
       padding-right:0px;
}

.ModalPopupTitle {
    background-color: #e6e6e6;

}

.ValidationError
{
   background-color: #ffeeee;
   border: solid 1px #880000;
}*/
.validatorCalloutHighlight {
    background-color: #ffeeee;
}

div {
    overflow-y: visible !important;
}

.CustomValidatorCalloutStyle div,
.CustomValidatorCalloutStyle td {
    border: solid 1px blue;
    background-color: #f9f9f9;
}

.Error {
    color: #880000 !important;
    background-color: #ffeeee !important;
    border: solid 1px #880000 !important;
}

.ErrorShadow {
    -webkit-box-shadow: 0 0 10px #880000 !important;
    -moz-box-shadow: 0 0 10px #880000 !important;
    box-shadow: 0 0 10px #880000 !important;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.textBoxWatermark {
    opacity: 0.6;
}

.generalTextbox {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
}

.generalTextboxNotice {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px Red;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
}

.roundedEdge3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.roundedEdge2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.generalError {
    color: #880000;
}

.generalTextboxError {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 193px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxErrorRightAlign {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    width: 193px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxErrorMultiLine {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 32px;
    padding-left: 4px;
    width: 545px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxError_textboxMultiLineColumnWidthRight {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 75px;
    padding-left: 4px;
    width: 321px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxErrorLookup {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 164px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxErrorLookupRightAlign {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    width: 164px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxErrorRightAlignMediumRight {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    width: 136px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxError_textboxMediumRight {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 153px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxError_textboxSmallLeft {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 30px;
    float: left;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxError_textboxMultiLineInlineWidthRight {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 47px;
    padding-left: 4px;
    width: 189px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxError_textboxSmallRight {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 30px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalTextboxRightAlign {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
}

.generalTextboxReadonly {
    color: #333333;
    background-color: #FDFDFD;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
}

.generalTextboxReadonlyRightAlign {
    color: #333333;
    background-color: #9AB9DD;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
}

.generalDropdown {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
}

.generalLabel {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
}

.generalLabelNotice {
    color: Red;
    font-family: 'Verdana';
    font-size: 10px;
    height: 18px;
}

.generalLabelRequired {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 18px;
}

.generalLabelRightAlign {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 18px;
    text-align: right;
}

.generalLabelHeading {
    color: #444444;
    font-family: 'Verdana';
    font-size: 10px;
    height: 18px;
    font-weight: bold;
}

.labelHeadingLegend {
    color: #444444;
    font-family: "Verdana";
    font-size: 10px;
    height: 11px;
    font-weight: bold;
    float: left;
    display: block;
    padding: 0px;
    margin-left: 10px;
    text-align: left;
}


.collapsableHeadingSection {
    color: #444444;
    background-color: #B0C4DE;
    font-family: 'Verdana';
    font-size: 10px;
    height: 18px;
    font-weight: bold;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -khtml-border-radius: 2px;
}

.generalLabelHeading_Grid {
    color: #444444;
    font-family: 'Verdana';
    font-size: 10px;
    height: 18px;
    font-weight: bold;
    float: left;
    display: block;
    width: 143px;
    margin: 1px;
}

.generalLabelHeadingRight_Grid {
    color: #444444;
    font-family: 'Verdana';
    font-size: 10px;
    height: 18px;
    float: right;
    display: block;
    width: 143px;
    margin: 1px;
}

.generalLabelHeadingRightAlign {
    color: #444444;
    font-family: 'Verdana';
    font-size: 10px;
    height: 18px;
    font-weight: bold;
    text-align: right;
}

.generalLinkButton {
    color: #336699;
    font-family: 'Verdana';
    font-size: 10px;
    height: 18px;
    font-weight: bold;
}

    .generalLinkButton:hover {
        color: #003366;
        font-family: 'Verdana';
        font-size: 10px;
        height: 18px;
        font-weight: bold;
    }

.generalButton {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    width: 70px;
    border: solid 1px #333333;
    cursor: pointer;
}

.generalButtonDisabled {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    width: 70px;
    border: solid 1px #333333;
    cursor: pointer;
}

.generalButtonEllipse {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 15px;
    border: solid 1px #666666;
    width: 27px;
    cursor: pointer;
}

.container {
    background-color: #F9F9F9;
    border: solid 1px #888888;
}

.containerLight {
    background-color: #FCFCFC;
    border: solid 1px #888888;
}

.tabButton {
    border: solid 1px #999999;
    border-bottom: 0px;
    background-color: #FAFAFA;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 22px;
    /*width: 100px;*/
    margin-left: 4px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabButtonInactive {
    border: solid 1px #999999;
    border-bottom: 0px;
    background-color: #EEEEEE;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 22px;
    /*width: 100px;*/
    margin-left: 4px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.menuBar {
    background-color: #B0C4DE;
    height: 20px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    vertical-align: middle;
    color: #333333;
    text-align: left;
}

.menu {
    border: solid 1px #999999;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    height: 25px;
    color: #444444;
    background-color: #B0C4DE;
    text-align: left;
}

.submenu {
    border: solid 1px #999999;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #444444;
    background-color: #B0C4DE;
    z-index: 5000;
    text-align: left;
}

.staticMenu {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #B0C4DE;
    font-size: 9px;
    color: #444444;
    text-align: left;
}

.dynamicMenu {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    font-size: 9px;
    color: #444444;
    text-align: left;
}

.staticMenuItem {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    background-color: #B0C4DE;
    color: #444444;
    text-align: left;
}

.dynamicMenuItem {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #444444;
    text-align: left;
}

.staticHover {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9px;
    background-color: #B0C4DE;
    color: #444444;
    text-align: left;
}

.dynamicHover {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9px;
    background-color: #B0C4DE;
    color: #444444;
    text-align: left;
}

.generalGrid {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border: solid 1px #444444;
    background-color: #F9F9F9;
}

.generalGridRow {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border: solid 1px #444444;
    height: 20px;
}

.headerGridRow {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border-top: none;
    border-bottom: none;
    border-left: solid 1px #444444;
    border-right: solid 1px #444444;
    background-color: #C0C0C0;
    height: 20px;
}

.lineitemGridRow {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border-top: none;
    border-bottom: none;
    border-left: solid 1px #444444;
    border-right: solid 1px #444444;
    height: 20px;
}

.generalGridAltRow {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    border: solid 1px #444444;
    background-color: #C0C0C0;
    height: 20px;
}

.generalGridSelectedRow {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: white;
    border: solid 1px #444444;
    background-color: #5A83BA;
    height: 20px;
}

.generalGridHeader {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold !important;
    height: 22px;
    background-color: #B0C4DE;
}

.generalGridPager {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    background-color: #C0C0C0;
    height: 20px;
}

.pageFooterTag {
    color: #333333;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.pageFooterValue {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    color: #614600;
}
/************************************************************************************************/

body {
}
/*** MENU ***/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

#cssmenu ul,
#cssmenu li {
    background-color: #B0C4DE;
}

#cssmenu {
    line-height: 1;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #B0C4DE;
    font-size: 9px;
    color: #444444;
    width: auto;
    text-align: left;
}

    #cssmenu:after,
    #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    #cssmenu a {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: bold;
        background-color: #B0C4DE;
        color: #444444;
        display: block;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        padding: 10px 20px;
        text-decoration: none;
    }

    #cssmenu ul {
        list-style: none;
    }

    #cssmenu > ul > li {
        display: inline;
        float: left;
        margin: 0;
        width: 14.28%;
    }

    #cssmenu.align-center {
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            float: none;
        }

        #cssmenu.align-center ul ul {
            text-align: left;
        }

    #cssmenu.align-right > ul {
        float: right;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu > ul > li > a {
        color: #444444;
        font-size: 12px;
    }

    #cssmenu > ul > li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #B0C4DE;
        margin-left: -10px;
    }

    #cssmenu > ul > li:first-child > a {
        border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
    }

    #cssmenu.align-right > ul > li:first-child > a,
    #cssmenu.align-center > ul > li:first-child > a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    #cssmenu.align-right > ul > li:last-child > a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
    }

    #cssmenu > ul > li.active > a,
    #cssmenu > ul > li:hover > a {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 9px;
        background-color: #B0C4DE;
        color: #444444;
    }

    #cssmenu .has-sub {
        z-index: 1;
        /*list-style-image: url('../Images/arrowright.gif');
  list-style-position:inside;*/
    }

        #cssmenu .has-sub li {
        }

        #cssmenu .has-sub:hover > ul {
            display: block;
        }

        #cssmenu .has-sub ul {
            display: none;
            position: absolute;
            width: 100%;
            top: 100%;
            left: 0;
        }

    #cssmenu.align-right .has-sub ul {
        left: auto;
        right: 0;
    }

    #cssmenu .has-sub ul li {
        *margin-bottom: -1px;
    }

        #cssmenu .has-sub ul li a {
            background: #FFFFFF;
            border-bottom: 1px dotted #31b7f1;
            font-size: 11px;
            filter: none;
            display: block;
            line-height: 120%;
            padding: 10px;
            color: #444444;
        }

        #cssmenu .has-sub ul li:hover a {
            background: #B0C4DE;
        }

    #cssmenu ul ul li:hover > a {
        color: #444444;
    }

    #cssmenu .has-sub .has-sub:hover > ul {
        display: block;
    }

    #cssmenu .has-sub .has-sub ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }

    #cssmenu.align-right .has-sub .has-sub ul,
    #cssmenu.align-right ul ul ul {
        left: auto;
        right: 100%;
    }

    #cssmenu .has-sub .has-sub ul li a {
        background: #FFFFFF;
        border-bottom: 1px dotted #B0C4DE;
    }

        #cssmenu .has-sub .has-sub ul li a:hover {
            background: #B0C4DE;
        }

    #cssmenu ul ul li.last > a,
    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul ul li.last > a,
    #cssmenu ul ul ul li:last-child > a,
    #cssmenu .has-sub ul li:last-child > a,
    #cssmenu .has-sub ul li.last > a {
        border-bottom: 0;
    }


/*** CONTROL SPACERS ***/
.ControlHSpacer {
    width: 10px;
}

.ControlVSpacer {
    height: 5px;
}
/*** GENERAL CONTROLS ***/
.DropDownListXXLong {
    width: 400px;
}

.DropDownListXLong {
    width: 250px;
}

.DropDownListLong {
    width: 230px;
}

.DropDownListMed {
    width: 180px;
}

.DropDownListShort {
    width: 120px;
}

.DropDownListTiny {
    width: 80px;
}

.ItemLabel {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}

.ListBoxXXLong {
    height: 90px;
    width: 400px;
}

.ListBoxXLong {
    height: 90px;
    width: 250px;
}

.ListBoxLong {
    height: 90px;
    width: 230px;
}

.ListBoxMed {
    height: 90px;
    width: 180px;
}

.ListBoxShort {
    height: 90px;
    width: 120px;
}

.ListBoxTiny {
    height: 90px;
    width: 80px;
}

.SubmitButton {
    width: 120px;
    background-color: #ffffff;
    font-family: Verdana, Arial;
    font-size: 8pt;
}

.TextBoxXXLong {
    width: 400px;
}

.TextBoxXLong {
    width: 250px;
}

.TextBoxLong {
    width: 230px;
}

.TextBoxMed {
    width: 180px;
}

.TextBoxShort {
    width: 120px;
}

.TextBoxTiny {
    width: 80px;
}
/*** HEADERS ***/
.SectionHeader {
    font-weight: bold;
    font-size: 16pt;
    color: #6f0000;
    font-family: Verdana, Arial;
    height: 20px;
}
/*** MENU BAR ITEMS ***/
.HelpBarLabel {
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #000000;
}

.SearchBarBox {
    height: 17px;
    font-size: 7pt;
    font-family: Verdana, Arial;
}

.SearchBarButton {
    height: 17px;
    font-size: 8pt;
    font-family: Verdana, Arial;
    background-color: #14457d;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
    border-top: solid 1px #a9a9a9;
    border-left: solid 1px #a9a9a9;
    color: white;
}
/*** FEEDBACK CONTROL ITEMS ***/
.FailureMsg {
    font-family: Verdana,Arial;
    font-size: 8pt;
    color: #bb292a;
}

.NeutralMsg {
    font-family: Verdana,Arial;
    font-size: 8pt;
}

.SuccessMsg {
    font-family: Verdana,Arial;
    font-size: 8pt;
}
/*** VALIDATOR CONTROL ITEMS ***/
.ValidationSummary {
    font-family: Verdana,Arial;
    font-size: 8pt;
}

.ValidatorControl {
    font-family: Verdana,Arial;
    font-size: 8pt;
}

/*SELECT
{
  border-right: steelblue 1px solid;
  padding-right: 0px;
  border-top: steelblue 1px solid;
  padding-left: 0px;
  font-weight: normal;
  font-size: 11px;
  background-image: none;
  padding-bottom: 0px;
  border-left: steelblue 1px solid;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: White;
  color: Black;
}*/
DIV {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

TD {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    /*font-weight: normal;*/
    font-size: 10px;
}

.TreeViewHover {
    font-weight: bold;
    color: White;
    background-color: #627cb3;
}

.TreeViewSelected {
    font-weight: bold;
    color: steelblue;
    background-color: WhiteSmoke;
}

.TABLE1 {
    border-right: thin;
    padding-right: 0px;
    border-top: thin;
    padding-left: 0px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: thin;
    padding-top: 0px;
    border-bottom: thin;
}

TEXTAREA {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin: 0px;
    padding-top: 0px;
    font-variant: normal;
    height: 18px;
    width: 100px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #C4D2E6;
}

UL {
    padding-right: 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

LI {
    padding-right: 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

SPAN {
    border-top-width: 1px;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: normal;
    border-left-width: 1px;
    font-size: 11px;
    border-left-color: black;
    border-bottom-width: 1px;
    border-bottom-color: black;
    padding-bottom: 0px;
    margin: 0px;
    border-top-color: black;
    padding-top: 0px;
    border-right-width: 1px;
    border-right-color: black;
}

.contentText {
    font-size: 11px;
    padding-bottom: 2px;
    margin: 0px 0px 0px 7px;
    text-indent: -8px;
    padding-top: 2px;
    border-bottom: #eee 0px solid;
}

    .contentText A {
    }

A:hover {
    text-decoration: none;
}

.StdButton {
    font-weight: bold;
    font-size: 10px;
    width: 100px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #C0CEE7;
    color: #14457D;
    cursor: pointer;
    background-image: url(button01.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px;
    height: 20px;
    text-decoration: none;
    border-top: 1px solid #14457D;
    border-right: 1px solid #14457D;
    border-bottom: 1px solid #14457D;
    border-left: 1px solid #14457D;
    padding-left: 2px;
    padding-top: 1px;
    padding-right: 2px;
}

.StdButtonLabel {
    border-top: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    border-right: steelblue 1px solid;
    border-left: steelblue 1px solid;
    width: 120px;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-right: 5px;
    padding-left: 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    background-color: #9AB9DD;
    cursor: pointer;
}

.NumericText {
    border-right: steelblue 1px solid;
    padding-right: 5px;
    border-top: steelblue 1px solid;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    font-size: 11px;
    border-left: steelblue 1px solid;
    width: 168px;
    border-bottom: steelblue 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: WhiteSmoke;
    height: 19px;
    vertical-align: middle;
    text-align: right;
}

.NumericTextDisplay {
    border-right: steelblue 1px solid;
    padding-right: 5px;
    border-top: steelblue 1px solid;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    font-size: 11px;
    border-left: steelblue 1px solid;
    width: 100px;
    border-bottom: steelblue 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #a9a9a9;
    text-align: right;
}

.DateText {
    border-right: steelblue 1px solid;
    padding-right: 5px;
    border-top: steelblue 1px solid;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    font-size: 11px;
    border-left: steelblue 1px solid;
    width: 100px;
    border-bottom: steelblue 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #8aa4d2;
}

.DateTextDisplay {
    border-right: steelblue 1px solid;
    padding-right: 5px;
    border-top: steelblue 1px solid;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    font-size: 11px;
    border-left: steelblue 1px solid;
    width: 100px;
    border-bottom: steelblue 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #8aa4d2;
}

.text {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: #575757;
}

.fill {
    background-color: #F9F9F9;
}

.GeneralText {
    border-right: steelblue 1px solid;
    padding-right: 5px;
    border-top: steelblue 1px solid;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    font-size: 11px;
    border-left: steelblue 1px solid;
    width: 168px;
    border-bottom: steelblue 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: WhiteSmoke;
    height: 19px;
    vertical-align: middle;
}

.GeneralBox {
    border-right: steelblue 1px solid;
    padding-right: 5px;
    border-top: steelblue 1px solid;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    font-size: 11px;
    border-left: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: WhiteSmoke;
    width: 100px;
}

.GeneralTextDisplay {
    border-right: steelblue 1px solid;
    padding-right: 5px;
    border-top: steelblue 1px solid;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    font-size: 11px;
    border-left: steelblue 1px solid;
    width: 100px;
    border-bottom: steelblue 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #a9a9a9;
}

.GeneralLabelCentered {
    text-align: center;
}

.SearchLabel {
    color: #6F6D9D;
    text-align: center;
    font-family: Arial;
}

.ErrorLabel {
    color: Firebrick;
    font-weight: bold;
    text-align: left;
    border-style: none;
    background-color: Transparent;
    color: #bb292a;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 98px;
    margin: 1px;
}

.InfoText {
    color: steelblue;
    text-align: center;
    background-color: Transparent;
    border-style: none;
}

.HiddenText {
    color: White;
    text-align: center;
    background-color: Transparent;
    border-style: none;
}

.GeneralLabel1 {
    color: #4c6d9d;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 19px;
}

.GeneralLabelHeading1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #4C6D9D;
    text-align: left;
}

.GeneralLabelSubHeading {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    color: #14457d;
    height: 19px;
}


.GeneralTextDisplayCentered {
    border-right: steelblue 1px solid;
    padding-right: 5px;
    border-top: steelblue 1px solid;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    font-size: 11px;
    border-left: steelblue 1px solid;
    width: 100px;
    border-bottom: steelblue 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #EBF2FC;
    text-align: left;
}

.StdImgBtn {
    border-right: transparent 0px;
    padding-right: 0px;
    border-top: transparent 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 11px;
    background-image: none;
    border-left: transparent 0px;
    width: 100px;
    border-bottom: transparent 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    height: 25px;
    background-color: transparent;
}

.SmlImgBtn {
    border-right: transparent 0px;
    padding-right: 0px;
    border-top: transparent 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 11px;
    background-image: none;
    border-left: transparent 0px;
    width: 16px;
    border-bottom: transparent 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    height: 16px;
    background-color: transparent;
}

.GrdImgBtn {
    border-right: transparent 0px;
    padding-right: 0px;
    border-top: transparent 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 11px;
    background-image: none;
    border-left: transparent 0px;
    width: 100px;
    border-bottom: transparent 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    height: 18px;
    background-color: transparent;
}

.ReqFldLbl {
    color: #9AB9DD;
}

.tableOuter {
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    background-color: #c8d1dc;
}

.LinkButton {
    border-right: steelblue 1px solid;
    padding-right: 5px;
    border-top: steelblue 1px solid;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    border-left: steelblue 1px solid;
    width: 100px;
    border-bottom: steelblue 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #154E95;
    color: white;
    cursor: pointer;
}

LinkButton:hover {
    border-right: steelblue 1px solid;
    padding-right: 5px;
    border-top: steelblue 1px solid;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border-left: steelblue 1px solid;
    width: 100px;
    border-bottom: steelblue 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #B8B8B8;
    color: white;
    cursor: pointer;
}

.grid {
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    background-color: #c8d1dc;
    padding-left: 0px;
    font-weight: normal;
    margin: 0px;
    border-color: steelblue; /* height: 20px; */
}

    .grid td {
        border: solid 1px;
        border-color: steelblue;
        margin: 0px;
        font-family: MS Sans Serif;
        padding: 0px 3px 0px 3px;
        height: 20px;
    }

.GridHeader td {
    font-family: verdana;
    background-color: #DFE6F1;
    height: 22px;
    font-weight: bold;
    color: #26538A;
}

.GridItem, .GridAltItem {
    font-size: 8px;
}

.GridItem {
    background-color: #ffffff;
}

.GridAltItem {
    background-color: #fafaff;
}

.Framer {
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    font-weight: normal;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: WhiteSmoke;
    vertical-align: top;
}

.MandatoryLabel {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: steelblue;
}

.DescriptionLabelHeader {
    font-family: Arial;
    border: black 1px solid;
    font-weight: bold;
}

.DescriptionLabel {
    font-family: Arial;
}

.treeview {
    background-color: #ffffff;
}

.Ruler {
    color: #c8d1dc;
}

.ButtonList {
    color: #4C6D9D;
    border-color: steelblue;
    border-style: solid;
    border-width: thin;
    font-weight: bold;
    font-size: 10px;
}

/* The BusyBar */
.BusyBar {
    background-color: Transparent;
    border-style: none;
    border-color: Transparent;
    border-width: 0px;
}

.BusyBarElements {
    background-color: Navy;
}

.Framer {
    background-color: White;
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    width: 617px;
}

.Pager {
    font-weight: normal;
    font-size: 11px;
    color: #393939;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

    .Pager A {
        border-right: LightSteelBlue 1px solid;
        padding-right: 1px;
        border-top: LightSteelBlue 1px solid;
        padding-left: 1px;
        font-weight: normal;
        font-size: 11px;
        border-left: LightSteelBlue 1px solid;
        color: black;
        border-bottom: LightSteelBlue 1px solid;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

        .Pager A:Hover {
            border-right: LightSteelBlue 1px outset;
            padding-right: 1px;
            border-top: LightSteelBlue 1px outset;
            padding-left: 1px;
            font-weight: normal;
            font-size: 11px;
            color: black;
            border-left: LightSteelBlue 1px outset;
            border-bottom: LightSteelBlue 1px outset;
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            background-color: LightSteelBlue;
            text-decoration: none;
        }



.BigFramer {
    background-color: #EDF3FA;
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    width: 617px;
}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #4C6D9D;
    width: 100%;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    height: 22px;
    border-top: thin solid #4C6D9D;
    border-right: thin solid #4C6D9D;
    border-bottom: thin solid #4C6D9D;
    border-left: thin solid #4C6D9D;
}

.StdButtonSmall {
    font-weight: bold;
    font-size: 10px;
    width: 100px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #C0CEE7;
    color: #FFFFFF;
    cursor: pointer;
    background-image: none;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px;
    height: 20px;
    border-top: 1px solid #14457D;
    border-right: 1px solid #14457D;
    border-bottom: 1px solid #14457D;
    border-left: 1px solid #14457D;
}


.StdGridButtonEdit {
    cursor: pointer;
    background-image: url(..\Images\edit.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    background-color: transparent;
    color: transparent;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 35px;
}

.StdGridButtonSelect {
    cursor: pointer;
    background-image: url(..\Images\view.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    background-color: transparent;
    color: transparent;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 35px;
}

.StdGridButtonView {
    cursor: pointer;
    background-image: url(..\Images\View.GIF);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    background-color: transparent;
    color: #FFFFFF;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 35px;
}


.StdGridButtonDelete {
    cursor: pointer;
    background-image: url(..\Images\delete.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    background-color: transparent;
    color: #FFFFFF;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 35px;
}

.PageHeaderTimeout {
    color: #4c6d9d;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.PageHeaderTimeoutCritical {
    color: #4c6d9d;
    text-align: left;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.PageHeaderWarningDialog {
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid;
    border-left: steelblue 1px solid;
    border-bottom: steelblue 1px solid;
    width: 617px;
    font-weight: normal;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: WhiteSmoke;
    vertical-align: top;
}

.PageHeaderWarningText {
    color: #4c6d9d;
    text-align: left;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.MyCalendar {
    border: 1px solid #646464;
    background-color: #FFFFFF;
    color: #333333;
    z-index: 5;
}

.PageHeader {
    font-size: x-large;
    color: Red;
}

fieldset.Main {
    width: 98%;
    text-align: center;
    border: none;
}

fieldset.Inner {
    vertical-align: top;
    text-align: center;
    border: none;
}

fieldset.InnerHeader {
    text-align: left;
    width: 1052px;
    border: none;
    margin: auto;
}

fieldset.InnerHeaderSlim {
    text-align: left;
    width: 740px;
    border: none;
    margin: auto;
}

fieldset.InnerHeaderWide {
    text-align: left;
    width: 100%;
    border: none;
    margin: auto;
}

fieldset.InnerBody {
    text-align: left;
    width: 1052px;
    border: none;
    margin: auto;
}

fieldset.InnerBodySlim {
    text-align: left;
    width: 740px;
    border: none;
    margin: auto;
}

fieldset.InnerBodySmall {
    text-align: left;
    width: 30%;
    border: none;
    margin: auto;
}


fieldset.InnerBodyWide {
    text-align: left;
    width: 860px;
    border: none;
    margin: auto;
}

fieldset.InnerFilter {
    float: left;
    text-align: left;
    width: 296px;
    background-color: #F9F9F9;
    border: none;
    /*border: solid 1px #888888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

fieldset.InnerFilterDetails {
    float: left;
    text-align: left;
    width: 274px;
    background-color: #F9F9F9;
    border: solid 1px #888888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

fieldset.DetailSection {
    background-color: #F9F9F9 !important;
    border: none;
    margin:0;
}

fieldset.editable {
    padding-right: 1.8%;
}

fieldset.DetailSectionWider {
    width: 99%;
    margin: 0px;
}

fieldset.InnerGrouping {
    text-align: left;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border: none;
    float: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

fieldset.InnerDetails {
    text-align: left;
    float: right;
    width: 710px;
    background-color: #F9F9F9;
    border: none;
    /*border: solid 1px #888888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

fieldset.InnerGrid {
    text-align: left;
    float: right;
    width: 710px;
    border: none;
    /*border: solid 1px #888888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}


fieldset.InnerDetailsSmall {
    text-align: left;
    float: left;
    width: 376px;
    background-color: #F9F9F9;
    border: none;
}


fieldset.InnerDetailsWide {
    text-align: left;
    float: left;
    width: 799px;
    background-color: #F9F9F9;
    margin-left: 19px;
    border: none;
    /*border: solid 1px #888888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}

fieldset.InnerLeft {
    text-align: left;
    float: left;
    /*width: 334px;*/
    width: 46%;
    border: none;
}

fieldset.InnerRight {
    text-align: left;
    float: right;
    /*width: 334px;*/
    width: 46%;
    border: none;
}

fieldset.InnerLeftWider {
    text-align: left;
    float: left;
    width: 47%;
    border: none;
}

fieldset.InnerRightWider {
    text-align: left;
    float: right;
    width: 47%;
    border: none;
}

fieldset.InnerLeftSmall {
    text-align: left;
    float: left;
    width: 287px;
    border: solid 1px #888888;
    height: 120px;
    overflow: auto;
}

fieldset.InnerCentreSmall {
    text-align: center;
    float: left;
    width: 70px;
    border: none;
    height: 120px;
}

fieldset.InnerRightSmall {
    text-align: left;
    float: right;
    width: 287px;
    border: solid 1px #888888;
    height: 120px;
    overflow: auto;
}

fieldset.InnerField {
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: -11px;
    margin-top: 0px;
    border: none;
}

fieldset.InnerDouble {
    vertical-align: top;
    text-align: left;
    float: left;
    width: 690px;
    border: none;
}

fieldset.InnerWide {
    width: 816px;
    margin-left: 10px;
    border-style:none;
}

fieldset.ButtonsLeft {
    float: left;
    text-align: left;
    width: 198px;
    border: none;
}

fieldset.ButtonsRight {
    text-align: left;
    float: right;
    width: 710px;
    border: none;
}

fieldset.ButtonsRightWide {
    text-align: left;
    float: right;
    width: 98%;
    border: none;
}

fieldset.ButtonsLeftWide {
    text-align: left;
    float: left;
    width: 816px;
    border: none;
    margin-left: 10px;
}

fieldset.checkListBox {
    overflow: auto;
    border: none;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
}

fieldset.bordernone {
    border-style: none;
}
fieldset.marginzero {
    margin: 0;
    margin-bottom: -10px;
}


.labelLeft {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: left;
    display: block;
    width: 45%;
    margin: 1px;
}

.labelLeftWide {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: left;
    display: block;
    width: 151px;
    margin: 1px;
}

.labelLeftWider {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: left;
    display: block;
    width: 47%;
    margin: 1px;
}

.labelCodeLeft {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: left;
    display: block;
    width: 47%;
    margin: 1px;
}

.labelGridSubCategoryMargin {
    margin: 5px;
}

.labelLeftGrid {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    float: left;
    display: block;
    text-align: left;
}

.labelLeftGridHeading {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    color: #14457d;
    float: left;
}

.labelMulitlineLeft {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 32px;
    float: left;
    display: block;
    width: 130px;
    margin: 1px;
}

.labelMulitlineRequiredLeft {
    color: navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 32px;
    float: left;
    display: block;
    width: 130px;
    margin: 1px;
}

.labelMulitlineInlineRequiredLeft {
    color: navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 50px;
    float: left;
    display: block;
    width: 130px;
    margin: 1px;
}

.labelHeadingLeft {
    color: #444444;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    font-weight: bold;
    float: left;
    display: block;
    /*width: 90px;*/
    padding: 0px 3px 0px 0px;
    margin: 1px;
    text-align: left;
}

.labelWideHeadingLeft {
    color: #444444;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    font-weight: bold;
    float: left;
    display: block;
    width: 143px;
    margin: 1px;
}

.labelWideHeadingLeft_Grid {
    color: #444444;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    font-weight: bold;
    float: left;
    display: block;
    width: 143px;
    margin: 1px;
}

.labelHeadingRight {
    color: #444444;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    font-weight: bold;
    float: right;
    display: block;
    width: 90px;
    margin: 1px;
}

.labelHeadingMediumLeft {
    color: #444444;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    font-weight: bold;
    float: left;
    display: block;
    width: 47%;
    margin: 1px;
    text-align: left;
}

.labelBold {
    font-weight: bold;
}

.labelRight {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 98px;
    margin: 1px;
}

.labelRightGrid {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    float: right;
    display: block;
    margin: 1px;
}

.labelSmallRight {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 36px;
    margin: 1px;
}

.labelMediumRight {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 55px;
    margin: 1px;
}

.labelRightAlignRight {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 98px;
    margin: 1px;
    text-align: right;
}

.labelLargeRight {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 200px;
    margin: 1px;
}

.labelMediumLargeRight {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 161px;
    margin: 1px;
}

.labelWideRight {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 186px;
    margin: 1px;
}

.labelLeftSmallForWideRight {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: left;
    display: block;
    width: 24%;
    margin: 1px;
}

.labelLeftSmall {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: left;
    display: block;
    width: 14%;
    margin: 1px;
}

.labelRequiredLeft {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: left;
    display: block;
    width: 45%;
    margin: 1px;
}

.labelCodeRequiredLeft {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: left;
    display: block;
    width: 156px;
    margin: 1px;
}

.labelMultilineRequiredLeft {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 32px;
    float: left;
    display: block;
    width: 130px;
    margin: 1px;
}

.labelRequiredRight {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    margin: 1px;
}

.labelRequiredSmallRight {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 5%;
    margin: 1px;
}

.labelPercentageSmallRight {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 5%;
    margin: 1px;
}

.labelRequiredMediumRight {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 55px;
    margin: 1px;
}

.labelRequiredLargeRight {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 161px;
    margin: 1px;
}

.labelFilterLeft {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: left;
    display: block;
    /*width: 70px;*/
    width: 45%;
    margin: 1px;
}

.labelPlaceHolderLeft {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 1px;
    float: left;
    display: block;
    width: 160px;
    margin: 1px;
}

.labelPlaceHolderRight {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    /*width: 38px;*/
    width: 11.5%;
    margin: 1px;
}

.labelPlaceHolderRightWider {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    /*width: 38px;*/
    width: 14%;
    margin: 1px;
}

.labelPlaceHolderCheckboxRight {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 122px;
    margin: 1px;
}

.labelPlaceHolder56pxRight {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 56px;
    margin: 1px;
}

.dropdown {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
    /*width: 200px;*/
    width: 52.11%;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropdownError {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 19px;
    /*width: 200px;*/
    width: 52.11%;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropdownRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
    /*width: 200px;*/
    width: 47%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropDownLookupRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
    width: 38%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 0.7%;
}

.dropdownRight2 {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
    /*width: 200px;*/
    width: 46%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.labelLeftGridOverflowGridTemplate {
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    width: 343%;
    float: left;
    display: block;
    text-align: left;
}

.labelPlaceHolderLeftGridTemplate {
    color: Navy;
    font-family: 'Verdana';
    font-size: 10px;
    height: 1px;
    float: left;
    display: block;
    width: 3px;
    margin: 1px;
}

.textboxRightOverflowGridTemplate {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 3%;
    width: 291%;
    float: left;
    margin: 0px;
    margin-left: -1%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightFill {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 100%;
    float: left;
    margin: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

td.borderstylenone {
    border-style: none !important;
}

.borderstylenone {
    border-style: none !important;
}

.dropdownRightGridTemplate {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
    /*width: 200px;*/
    width: 94%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropdownWideRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
    width: 74.7%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropdownLeft {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
    width: 200px;
    float: left;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropdownMediumRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
    /*width: 161px;*/
    width: 44%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropdownSmallRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
    width: 123px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropdownError_dropdownSmallRight {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 19px;
    width: 123px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropdownError_dropdownWideRight {
    color: #880000;
    background-color: #ffeeee;
    border: solid 1px #880000;
    font-size: 10px;
    height: 19px;
    width: 556px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxLeft {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 193px;
    float: left;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    /*width: 193px;*/
    width: 45%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.multilinetextboxRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    /*width: 193px;*/
    width: 44%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxAddressRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 45%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightFill {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 98%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightGridTemplate {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 0%;
    width: 99%;
    float: right;
    margin: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightGridTemplateMultiLine {
    height: 75px;
    width: 74.4%;
    margin-right: -3px;
}

.textboxMediumRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 35%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxSmallRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 30px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxSmallLeft {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 7%;
    float: left;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5%;
}

.textboxInlineRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 79px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxInlineLeft {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 25%;
    float: left;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 7%;
}

.textBoxGridEdit {
    color: #333333;
    background-color: transparent;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    width: 95%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dateField {
}

.textBoxRightAlignGridEdit {
    color: #333333;
    background-color: transparent;
    text-align: right;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    width: 95%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dropdownGridEdit {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 19px;
    /*width: 200px;*/
    width: 100%;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.radiobuttonRight {
    color: #333333;
    font-family: "Verdana";
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    /*width: 55px;*/
    margin: 1px;
}

.textboxMultiLineRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 32px;
    padding-left: 4px;
    width: 73%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxMultiLineRight_100x189 {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 100px;
    padding-left: 4px;
    width: 44%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxMultiLineRight_58x321 {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 58px;
    padding-left: 4px;
    width: 321px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxMultiLine_textboxRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 37px;
    padding-left: 4px;
    width: 193px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxMultiLineInlineWidthRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 47px;
    padding-left: 4px;
    width: 44%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxMultiLineInlineHeightRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 82px;
    padding-left: 4px;
    width: 189px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxMultiLineColumnWidthRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 75px;
    padding-left: 4px;
    width: 321px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxMultiLineLeft_MaxWidth {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 75px;
    padding-left: 4px;
    width: 98%;
    float: left;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxReadOnlyMediumRight {
    color: #333333;
    background-color: #FDFDFD;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 136px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxReadOnlyRight {
    color: #333333;
    background-color: #FDFDFD;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    /*width: 193px;*/
    width: 45%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    width: 45%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignRightGridTemplate {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    /*width: 193px;*/
    width: 95%;
    float: right;
    margin: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignMediumFillRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    /*width: 136px;*/
    width: 28%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.Calculated {
    background-color: #dddfe2 !important;
    color: #0b0b49;
}

.textboxRightAlignSmallFillRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    /*width: 136px;*/
    width: 17%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxLeftAlignSmallFillRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: left;
    /*width: 136px;*/
    width: 21%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignDateGridTemplate {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    /*width: 136px;*/
    WIDTH: 44%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignDate {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    /*width: 136px;*/
    WIDTH: 44%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignMediumRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    /*width: 136px;*/
    WIDTH: 28%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignMarginRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    width: 25%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 30px;
}

.textboxRightAlignNoMargin {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    width: 25%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


.textboxRightAlignMediumLeft {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    width: 136px;
    float: left;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignReadOnlyMediumLeft {
    color: #333333;
    background-color: #FDFDFD;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    width: 136px;
    float: left;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignGridRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    width: 70px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignGridRight_MarginRightMinus {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    width: 70px;
    float: right;
    margin-top: 1px;
    margin-left: 1px;
    margin-bottom: 1px;
    margin-right: 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignSmallRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    /*width: 30px;*/
    width: 5.5%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxRightAlignSmallRight2 {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    /*width: 30px;*/
    width: 9%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


.textboxWideRight {
    color: #333333;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    width: 545px;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.checkboxCustom {
    font-family: 'Verdana';
    font-size: 10px;
    float: right !important;
    width: 4%;
    margin-left: 2px;
}

.checkboxRight {
    font-family: 'Verdana';
    font-size: 10px;
    float: right;
    width: 11%;
    margin-left: 2px;
}

.checkboxLeft {
    font-family: 'Verdana';
    font-size: 10px;
    float: left;
    margin-left: 2px;
}

.checkboxLeft_chkPaid {
    font-family: 'Verdana';
    font-size: 10px;
    float: left;
    margin-left: -3px;
    vertical-align:middle;
}

.checkboxRightInline {
    color: #333333;
    font-family: "Verdana";
    font-size: 10px;
    height: 19px;
    float: right;
    display: block;
    width: 45%;
    margin-right: 3.4%;
}

.checkboxLeftInline {
    color: #333333;
    font-family: "Verdana";
    font-size: 10px;
    height: 19px;
    float: left;
    display: block;
    width: 46%;
    margin-left: -1%;
}

.button {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
}

.groupButton {
    background-color: steelblue;
    color: #f9f9f9;
    font-family: 'Verdana';
    font-size: 10px;
    height: 21px;
    width: auto;
    min-width: 70px;
    /*max-width: 200px;*/
    border: solid 1px #333333;
    cursor: pointer;
    margin-right: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
}

.buttonLeft {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    width: auto;
    min-width: 70px;
    /*max-width: 200px;*/
    border: solid 1px #333333;
    cursor: pointer;
    margin-right: 2px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.buttonCentre {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    width: auto;
    min-width: 70px;
    border: solid 1px #333333;
    cursor: pointer;
    float: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
}

.buttonRight {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    width: auto;
    min-width: 70px;
    border: solid 1px #333333;
    cursor: pointer;
    margin-left: 2px;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.buttonEllipseRight {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    border: solid 1px #666666;
    width: 27px;
    cursor: pointer;
    float: right;
    margin: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.buttonEllipseLeft {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    border: solid 1px #666666;
    width: 27px;
    cursor: pointer;
    float: left;
    margin: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.buttonEllipseRight_Error {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    border: solid 1px #666666;
    width: 27px;
    cursor: pointer;
    float: right;
    margin: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #880000;
    -moz-box-shadow: 0 0 10px #880000;
    box-shadow: 0 0 10px #880000;
}

.buttonEllipseLeft_Error {
    background-color: #B0C4DE;
    color: #333333;
    font-family: 'Verdana';
    font-size: 10px;
    height: 19px;
    border: solid 1px #666666;
    width: 27px;
    cursor: pointer;
    float: left;
    margin: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #880000;
    -moz-box-shadow: 0 0 10px #880000;
    box-shadow: 0 0 10px #880000;
}

.textboxLookupRight {
    color: #333333;
    background-color: #FDFDFD;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 2px;
    /*width: 164px;*/
    width: 37%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.textboxLookupRightAlignRight {
    color: #333333;
    background-color: #FDFDFD;
    border: solid 1px #999999;
    font-size: 10px;
    height: 15px;
    padding-left: 4px;
    text-align: right;
    /*width: 164px;*/
    width: 25%;
    float: right;
    margin: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.hr {
    float: right;
    width: 142px;
    border: solid 0.5px #999999;
    margin: 1px;
}

.hrSpacer {
    float: left;
    width: 100%;
    border: none;
    margin: 1px;
}

.hrWide {
    float: left;
    width: 100%;
    border: solid 0.5px #999999;
    margin: 1px;
}

.hrFiller {
    float: left;
    width: 100%;
    border: none;
    margin: 1px;
    height: 10px;
}

.gridViewInnerBodySlim {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border: solid 1px #444444;
    background-color: #F9F9F9;
    margin: 1px;
    margin-right: 2px;
    width: 728px;
    float: right;
}

.gridView {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border: solid 1px #444444;
    background-color: #F9F9F9;
    margin: 1px;
    width: 272px;
}

.gridViewSmall {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border: solid 1px #444444;
    background-color: #F9F9F9;
    margin: 1px;
    width: 435px;
    float: left;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gridViewWide {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border: solid 1px #444444;
    background-color: #F9F9F9;
    margin: 1px;
    width: 100%;
}

.gridViewInnerWide {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border: solid 1px #444444;
    background-color: #F9F9F9;
    margin: 1px;
    width: 200%;
}

.gridViewFilter {
    width: 296px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gridViewUserControl {
    width: 334px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gridViewUserDefinedFields {
    color: none;
    border: none;
    background-color: none;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-style: none;
    padding: 0px;
    column-rule-style: none;
    grid-cell: none;
}

.gridViewUserControlLeft {
    width: 334px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gridViewUserControlRight {
    width: 334px;
    float: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gridViewBody {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border: solid 1px #444444;
    background-color: #F9F9F9;
    margin: 2px;
    width: 728.5px;
    float: right;
}

.gridViewBody_Fit {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #444444;
    border: solid 1px #444444;
    background-color: #F9F9F9;
    margin: 2px;
    margin-right: -18px;
    width: 369.5px;
    float: right;
}

.gridViewDateColumn {
    width: 40px;
}

.imageButtonRight {
    float: right;
    height: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.imageButtonLeft {
    float: left;
    height: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.hyperLink {
    font-family: 'Verdana';
    font-size: 10px;
}

/*input[disabled].btn:hover, input[disabled].btn:hover, input[disabled].btn:focus{
  color:green
}

input[disabled]{
  background-color:lightgrey;
}

select[disabled] {
  background-color:lightgrey;
}*/

input:disabled {
    opacity: .9;
    /*cursor: not-allowed;*/
    border-color: transparent;
    box-shadow: none;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) repeat;*/
}

textarea:disabled {
    opacity: .9;
    /*cursor: not-allowed;*/
    border-color: transparent;
    box-shadow: none;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) repeat;*/
}

select[disabled] {
    opacity: .9;
    /*cursor: not-allowed;*/
    border-color: transparent;
    box-shadow: none;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) repeat;*/
}

    select[disabled]::-ms-expand {
        display: none;
    }

.btn_main {
    /*subtle animation*/
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #B0C4DE;
    color: white;
    padding: 10px 14px 10px 14px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 20px 0;
    /*display: inline-block;*/
    text-shadow: none;
    border: none;
    /*float: right;*/
    cursor: pointer;
}

    .btn_main:hover {
        background: #f3a824;
        text-shadow: none;
        border: none;
        color: white;
    }

    .btn_main:focus {
        background: #f3a824;
    }

    .btn_main_darker {
    /*subtle animation*/
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #363699;
    color: white;
    padding: 10px 14px 10px 14px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 20px 0;
    /*display: inline-block;*/
    text-shadow: none;
    border: none;
    /*float: right;*/
    cursor: pointer;
}

    .btn_main_darker:hover {
        background: #f3a824;
        text-shadow: none;
        border: none;
        color: white;
    }

    .btn_main_darker:focus {
        background: #f3a824;
    }

/*Hover Menu*/
.popupMenu {
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
}

.popupHover {
    background-image: url(images/header-opened.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}

/* default layout */
.ajax__tab_default .ajax__tab_header {
    white-space: nowrap;
    color: black;
}

.ajax__tab_default .ajax__tab_outer {
    display: -moz-inline-box;
    display: inline-block;
}

.ajax__tab_default .ajax__tab_inner {
    display: -moz-inline-box;
    display: inline-block;
}

.ajax__tab_default .ajax__tab_tab {
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
}


/* xp theme */
.ajax__tab_xp .ajax__tab_header {
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    background: url() repeat-x bottom;
    color: black;
}

.ajax__tab_xp .ajax__tab_outer {
    padding-right: 4px;
    background: url() no-repeat right;
    height: 21px;
}

.ajax__tab_xp .ajax__tab_inner {
    padding-left: 3px;
    background: url() no-repeat;
}

.ajax__tab_xp .ajax__tab_tab {
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url() repeat-x;
    color: black;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
    background: url() no-repeat right;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
    background: url() no-repeat;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
    background: url() repeat-x;
    color: black;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
    background: url() no-repeat right;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
    background: url() no-repeat;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    background: url() repeat-x;
    color: black;
}

.ajax__tab_xp .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}


/* scrolling */
.ajax__scroll_horiz {
    overflow-x: scroll;
}

.ajax__scroll_vert {
    overflow-y: scroll;
}

.ajax__scroll_both {
    overflow: scroll;
}

.ajax__scroll_auto {
    overflow: auto;
}

/* Added these for styling of user defined field maintenance screen, they may be useable elsewhere - Nicola Goerge*/
fieldset.InnerRightBorder {
    border: solid 1px #888888;
}

fieldset.checkListBoxBorder {
    border: solid 1px #888888;
}

.dropdownRightWide {
    width: 77.5%;
    float: left;
    margin: 0px;
}

.textboxMultiLineRightWide {
    width: 76.1%;
}

/*Bootstrap injection*/
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index:1;
    width:100%;
}

    .alert,
    .alert h4 {
        color: #c09853;
    }

        .alert h4 {
            margin: 0;
        }

        .alert .close {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px;
        }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

    .alert-danger h4,
    .alert-error h4 {
        color: #b94a48;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    .alert-info h4 {
        color: #3a87ad;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }
/*Bootstrap end*/

/* Added these for styling the user defined field user control, they may be useable elsewhere - Nicola George */
.labelLeftGridUDF {
    margin-left: -5px;
    margin-right: -5px;
}

.textboxRightGridTemplateUDF {
    width: 47.5%;
    margin-right: -3px;
}

.textboxRightGridTemplateUDFWide {
    width: 75%;
    margin-right: -3px;
}

.textboxRightGridTemplateMultiLineUDF {
    width: 46.4%;
    margin-right: -3px;
}

.textboxRightGridTemplateMultiLineUDFWide {
    width: 74.4%;
    margin-right: -3px;
}

.dropdownRightGridTemplateUDF {
    width: 48.5%;
    margin-right: -3px;
}

.dropdownRightGridTemplateUDFWide {
    width: 75.5%;
    margin-right: -3px;
}

.labelRightGridTemplateUDF {
    width: 48.5%;
}

.labelRightGridTemplateUDFWide {
    width: 75.5%;
}

.labelPlaceHolderRightUDFWide {
    width: 51.6%;
}

.textboxRightAlignMediumRightUDF {
    width: 40.9%;
}

.textboxRightAlignMediumRightUDFWide {
    width: 19.4%;
}

.imageButtonCalendarUDF {
    height: 17px;
    border-width: 0px;
    float: right;
    margin-right: -3px;
    margin-top: 1px;
}

.imageButtonCalendarUDFWide {
    height: 17px;
    border-width: 0px;
    float: right;
    margin-top: 1px;
}

/*CRAM Financials tab CSS*/
.FinancialRemarksTextBox{
    position:absolute;
    margin-top:-11px;
    margin-left:-6px;
    width:236px;
    padding-left:0%;
}
.FINANCIAL_HIGHLIGHTS{
    height:93px;
}
.NetIncome{
    height:117px;
}
.TotalAssets{
    height:93px;
}
.TotalLiabilities{
    height:42px;
}
.TotalEquity{
    height:156px;
}
.Profitability{
    height:167px;
}
.Liquidity{
    height:118px;
}
.Solvency{
    height:91px;
}