﻿.Body, body {
    font-size: 8pt;
    font-family: Verdana;
    background-color: #bdbebd;
}

.StartPageBody {
    font-size: 8pt;
    font-family: Verdana;
}

.CenterBody {
    font-size: 8pt;
    font-family: Verdana;
    text-align: center;
}

.TextTurn {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.MainBody {
    background: #ffe1ce;
    margin-top: 0px;
}

.divleft {float: left; width: 12%;border:none;}
.divright { float: left; width:88%; padding:0px 0px 0px 0px;border:none;background-color:#eff3de;}
.maintd {padding-bottom:0px; border-bottom:2px solid white; width:100%}
.bottomtd {padding-bottom:0px; width:100%}
.maintd .titlebtn {background-color:black;border-style:none;width:100%;height:30px;color:white;padding:0px; text-align:center}
.bottomtd .submitbtn {background-color:#ffc3a5;border-style:none;width:100%;height:30px;padding:0px; cursor:pointer;}
.bottomtd .deletbottom {background:url(/Images/Trash2.png) center no-repeat #ffc3a5; border-style:none;  width:100%;height:30px;padding:0px; cursor:pointer;}
.hl_padd {
    padding-top: 10px;
}

form {
    margin: 0px;
    padding: 0px;
}

input[type="file"] {
    width: 390px;
    background-color: #d1ddf1;
}

input[type="checkbox"] {
    margin: 2px 4px 2px 0px;
    padding: 0px;
    height: 13px;
    width: 13px;
}

select {
    margin: 2px 0px 2px 0px;
    font-family: Verdana;
    font-size: 11px;
    border: 1px solid #9C9E9C;
    background: #ffffff;
}

    select option {
        padding-top: 2px;
        padding-bottom: 2px;
        vertical-align: bottom;
    }

.textarea800 {
    font-family: Verdana;
    font-size: 8pt;
    width: 800px;
    height: 60px;
    max-width: 800px;
    max-height: 60px;
    min-height: 60px;
    min-width: 800px;
    resize: none;
    vertical-align: top;
    white-space: pre-line;
}

.textarea400 {
    font-family: Verdana;
    font-size: 8pt;
    width: 400px;
    height: 60px;
    max-width: 400px;
    max-height: 60px;
    min-height: 60px;
    min-width: 400px;
    resize: none;
    vertical-align: top;
    white-space: pre-line;
}

.textarea480 {
    font-family: Verdana;
    font-size: 8pt;
    width: 480px;
    height: 60px;
    max-width: 480px;
    max-height: 60px;
    min-height: 60px;
    min-width: 480px;
    resize: none;
    vertical-align: top;
    white-space: pre-line;
}

.textarea200 {
    font-family: Verdana;
    font-size: 8pt;
    width: 200px;
    height: 60px;
    max-width: 200px;
    max-height: 60px;
    min-height: 60px;
    min-width: 200px;
    resize: none;
    vertical-align: top;
    white-space: pre-line;
}

.MainTdPadding {
    padding: 0px 16px 16px 16px;
}

.MainTable {
    margin: 30px 16px 16px 32px;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

    .MainTable td {
        padding-right: 32px;
    }

.MainTableWithoutTdPadding {
    margin: 16px 16px 16px 16px;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.TdPaddingLeft {
    padding-left:32px;
}

.MainTitlePadding {
    text-align: left;
    padding-left: 18px;
}

.MainIconPadding {
    text-align: right;
    padding-right: 18px;
}
/*.MainGridIconPadding td
{
    padding: 2px 2px 6px 2px;
}*/
.MainGridIconPadding input[type=image] {
    /*padding: 2px 2px 6px 2px;*/
    margin: 2px 2px 6px 2px;
}

.MainTitleIconPadding td {
    padding-left: 2px;
    padding-right: 2px;
}

.form-detail {
    overflow: hidden;
}

    .form-detail > div {
        width: 100%;
        overflow: auto;
        margin: 16px;
        text-align: left;
    }
/* grid view */
.gv-selectedrow {
    background-color: #D1DDF1 !important;
}

    .gv-selectedrow td input, .gv-selectedrow td span {
        font-weight: bold;
    }

.gv-editrow td input, .gv-editrow td span {
    font-weight: normal;
}

.gv-editrow td span {
    font-family: Verdana;
}

.pager {
    background-color: #adc36b;
    font-weight: bold;
    color: White;
}

    .pager div {
        float: left;
        line-height: 22px;
        display: inline;
        margin-right: 80px;
    }

    .pager span, .pager select {
        vertical-align: middle;
    }
/* grid view*/
.textbox_search {
    width: 250px;
    border: 0px;
}

.textbox_code_search {
    width: 355px;
    border: 0px;
}

.td_search {
    width: 250px; /*padding: 2px !important;*/
}

    .td_search input[type=image] {
        margin: 2px;
    }

.TableTitle {
    width: 100%;
    height: 28px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.SmallIcon {
    width: 16px;
    border-width: 0px;
    cursor: pointer;
}

.NumberField {
    text-align: right;
}

.TextField {
    text-align: left;
}

.CenterField {
    text-align: center;
}

.DisabledField {
    background-color: #00ccff;
}

.MessageLabelField {
    color: red;
}

.watermarked {
    background-color: #F0F8FF;
    color: gray;
}

.TabHeader {
    border: 0;
    height: 24px;
}

.HeaderSortIcon {
    height: 16px;
    width: 16px;
    cursor: hand;
}

.removeUnderline a:visited, a:active, a:link {
    text-decoration: none;
}

td {
    white-space: nowrap;
}

.SelectedTabLeft {
    background-image: url('');
    width: 4px;
    height: 24px;
    background-repeat: no-repeat;
}

.SelectedTabCenter {
    background-image: url('');
    font-size: 9pt;
    text-align: center;
    font-family: Verdana;
    color: white;
    height: 24px;
}

.SelectedTabRight {
    background-image: url('');
    width: 4px;
    height: 24px;
    background-repeat: no-repeat;
}

.DeSelectedTabLeft {
    background-image: url('');
    width: 4px;
    height: 24px;
    background-repeat: no-repeat;
}

.DeSelectedTabCenter {
    background-image: url('');
    font-size: 8pt;
    text-align: center;
    font-family: Verdana;
    color: black;
    height: 24px;
}

.DeSelectedTabRight {
    background-image: url('');
    width: 4px;
    height: 24px;
    background-repeat: no-repeat;
}

.ButtonSelect {
    border-style: none;
    background-image: url('');
    width: 50px;
    height: 24px;
    background-repeat: no-repeat;
}

.Button15px {
    border-style: none;
    background-image: url('');
    width: 15px;
    height: 24px;
    background-repeat: no-repeat;
}

.Button20px {
    border-style: none;
    background-image: url('');
    width: 20px;
    height: 24px;
    background-repeat: no-repeat;
}

.Button25px {
    border-style: none;
    background-image: url('');
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
}

.Button75px {
    border-style: none;
    background-image: url('');
    width: 75px;
    height: 24px;
    background-repeat: no-repeat;
}

.Button150px {
    border-style: none;
    background-image: url('');
    width: 150px;
    height: 24px;
    background-repeat: no-repeat;
}

.Button120px {
    border-style: none;
    background-image: url('');
    width: 120px;
    height: 24px;
    background-repeat: no-repeat;
}

.POSKeyMapButton {
    text-align: center;
    width: 100px;
    height: 100px;
    white-space: normal;
    word-wrap: normal;
}

.GridHeader {
    background-color: #adc36b; /*border-bottom: 1px solid #57566F;*/
    height: 20px;
    padding-left: 3px;
    margin-left: 8px;
    cursor: default;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
}

    .GridHeader th {
        padding-left: 3px;
        text-align: left;
    }

.GridHeader2 {
    background-color: #393839;
    border-bottom: 1px solid #57566F;
    height: 20px;
    padding-left: 3px;
    cursor: default;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
}

.MenuBackColor {
    font-size: 8pt;
    font-weight: bold;
}

.TimerStyle {
    font-size: 80pt;
    font-weight: bold;
    text-align: center;
    font-family: Verdana;
    color: Green;
}

.Blink {
    text-decoration: blink;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}

.validatorCalloutHighlight {
    background-color: lemonchiffon;
}

.ajax__tab_xp .ajax__tab_body .ajax__tab_panel {
    font-size: 8pt;
}
/* ajax__tab_red-theme theme (/images/red.jpg) */
.ajax__tab_red-theme .ajax__tab_header {
    font-family: Verdana,helvetica,clean,sans-serif;
    font-size: small;
    font-weight: bold;
    border-bottom: solid 5px #a50000;
}

    .ajax__tab_red-theme .ajax__tab_header .ajax__tab_outer {
        border-left: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        border-bottom: 0px solid #a3a3a3;
        background: #d8d8d8 url('') repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px;
        vertical-align: bottom;
    }

    .ajax__tab_red-theme .ajax__tab_header .ajax__tab_tab {
        color: #000;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.ajax__tab_red-theme .ajax__tab_hover .ajax__tab_outer {
    background: #bfdaff url('') repeat-x left -1300px;
}

.ajax__tab_red-theme .ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.ajax__tab_red-theme .ajax__tab_active .ajax__tab_outer {
    background: #a50000 url('') repeat-x left -1400px;
}

.ajax__tab_red-theme .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 8pt;
    padding: 0.25em 0.5em;
    background-color: #edf5ff;
    border: solid 1px #808080;
    border-top-width: 0px;
}

/* ajax__tab_lightblue-theme theme (/images/lightblue.jpg) */
.ajax__tab_lightblue-theme .ajax__tab_header {
    font-family: Verdana,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 5px #c2e0fd;
}

    .ajax__tab_lightblue-theme .ajax__tab_header .ajax__tab_outer {
        border-left: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        border-bottom: 0px solid #a3a3a3;
        background: #d8d8d8 url('') repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px;
        vertical-align: bottom;
    }

    .ajax__tab_lightblue-theme .ajax__tab_header .ajax__tab_tab {
        color: #000;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.ajax__tab_lightblue-theme .ajax__tab_hover .ajax__tab_outer {
    background: #bfdaff url('') repeat-x left -1300px;
}

.ajax__tab_lightblue-theme .ajax__tab_active .ajax__tab_tab {
    color: #000;
}

.ajax__tab_lightblue-theme .ajax__tab_active .ajax__tab_outer {
    background: #ffffff url('') repeat-x left -1400px;
}

.ajax__tab_lightblue-theme .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 8pt;
    padding: 0.25em 0.5em;
    background-color: #ffffff;
    border: solid 1px #808080;
    border-top-width: 0px;
}

/* ajax__tab_green-theme theme (/images/green.jpg) */
.ajax__tab_green-theme .ajax__tab_header {
    font-family: Verdana,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 5px #7cdb44;
}

    .ajax__tab_green-theme .ajax__tab_header .ajax__tab_outer {
        border-left: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        border-bottom: 0px solid #a3a3a3;
        background: #d8d8d8 url('') repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px;
        vertical-align: bottom;
    }

    .ajax__tab_green-theme .ajax__tab_header .ajax__tab_tab {
        color: #000;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.ajax__tab_green-theme .ajax__tab_hover .ajax__tab_outer {
    background: #bfdaff url('') repeat-x left -1300px;
}

.ajax__tab_green-theme .ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.ajax__tab_green-theme .ajax__tab_active .ajax__tab_outer {
    background: #7cdb44 url('') repeat-x left -1400px;
}

.ajax__tab_green-theme .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 8pt;
    padding: 0.25em 0.5em;
    background-color: #edf5ff;
    border: solid 1px #808080;
    border-top-width: 0px;
}
/* ajax__tab_orange-theme theme (/images/orange.jpg) */
.ajax__tab_orange-theme .ajax__tab_header {
    font-family: Verdana,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 1px #84aeef;
}

    .ajax__tab_orange-theme .ajax__tab_header .ajax__tab_outer {
        border-left: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        border-bottom: 0px solid #a3a3a3;
        background: #d8d8d8 url('') repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px;
        vertical-align: bottom;
    }

    .ajax__tab_orange-theme .ajax__tab_header .ajax__tab_tab {
        color: #000;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.ajax__tab_orange-theme .ajax__tab_hover .ajax__tab_outer {
    background: #bfdaff url('') repeat-x left -1300px;
}

.ajax__tab_orange-theme .ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.ajax__tab_orange-theme .ajax__tab_active .ajax__tab_outer {
    background: #84aeef url('') repeat-x left -1400px;
}

.ajax__tab_orange-theme .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 8pt;
    padding: 0.25em 0.5em;
    background-color: #84aeef;
    border: solid 1px #808080;
    border-top-width: 0px;
    height: 0;
}

/* ajax__tab_darkblue-theme theme (/images/darkblue.jpg) */
.ajax__tab_darkblue-theme .ajax__tab_header {
    font-family: Verdana,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 5px #84aeef;
}

    .ajax__tab_darkblue-theme .ajax__tab_header .ajax__tab_outer {
        border-left: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        border-bottom: 0px solid #a3a3a3;
        background: #d8d8d8 url('') repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px;
        vertical-align: bottom;
    }

    .ajax__tab_darkblue-theme .ajax__tab_header .ajax__tab_tab {
        color: #000;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.ajax__tab_darkblue-theme .ajax__tab_hover .ajax__tab_outer {
    background: #bfdaff url('') repeat-x left -1300px;
}

.ajax__tab_darkblue-theme .ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.ajax__tab_darkblue-theme .ajax__tab_active .ajax__tab_outer {
    background: #84aeef url('') repeat-x left -1400px;
}

.ajax__tab_darkblue-theme .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 8pt;
    padding: 0.25em 0.5em;
    background-color: #edf5ff;
    border: solid 1px #808080;
    border-top-width: 0px;
}
/* ajax__tab_blueGrad-theme theme (/images/blueGrad.jpg) */
.ajax__tab_blueGrad-theme .ajax__tab_header {
    font-family: Verdana,helvetica,clean,sans-serif;
    font-size: small;
    color: #ffffff;
    border-bottom: solid 5px #84aeef;
}

    .ajax__tab_blueGrad-theme .ajax__tab_header .ajax__tab_outer {
        border-left: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        border-bottom: 0px solid #a3a3a3;
        background: url('') repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px;
        vertical-align: middle;
    }

    .ajax__tab_blueGrad-theme .ajax__tab_header .ajax__tab_tab {
        color: #ffffff;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.ajax__tab_blueGrad-theme .ajax__tab_hover .ajax__tab_outer {
    background: #84aeef url('') repeat-x left -1300px;
}

.ajax__tab_blueGrad-theme .ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.ajax__tab_blueGrad-theme .ajax__tab_active .ajax__tab_outer {
    background: #84aeef url('') repeat-x left -1400px;
}

.ajax__tab_blueGrad-theme .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 8pt;
    padding: 0.25em 0.5em;
    background-color: #edf5ff;
    border: solid 1px #808080;
    border-top-width: 0px;
}
/* ajax__tab_MyTab-theme theme (/images/MyTab.jpg) */
.ajax__tab_MyTab-theme .ajax__tab_header {
    font-family: Verdana,helvetica,clean,sans-serif;
    font-size: small;
    border-bottom: solid 1px #84aeef;
}

    .ajax__tab_MyTab-theme .ajax__tab_header .ajax__tab_outer {
        border-left: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        border-bottom: 0px solid #a3a3a3;
        background: #d8d8d8 url('') repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px;
        vertical-align: bottom;
    }

    .ajax__tab_MyTab-theme .ajax__tab_header .ajax__tab_tab {
        color: #000;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.ajax__tab_MyTab-theme .ajax__tab_hover .ajax__tab_outer {
    background: #bfdaff url('') repeat-x left -1300px;
}

.ajax__tab_orange-theme .ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.ajax__tab_MyTab-theme .ajax__tab_active .ajax__tab_outer {
    background: #84aeef url('') repeat-x left -1400px;
}

.ajax__tab_MyTab-theme .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 8pt;
    padding: 0.25em 0.5em;
    background-color: #84aeef;
    border: solid 1px #808080;
    border-top-width: 0px;
    height: 0;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 0px;
}

.modal-submit {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: Gray;
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    opacity: 0.30;
}

.ListBody {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 8pt;
    font-family: Verdana;
}

#content {
    line-height: 1.5em;
}
/*Thida*/
/* ajax__p2uTab-orange theme */

/*Henry*/
/*Menu*/
.menu_extender {
    height: auto;
    width: 185px;
}

    .menu_extender .menu_top {
        background: url("../images/extend_menu_top.gif") no-repeat;
        height: 4px;
    }

    .menu_extender .menu_top_2 {
        background: url("../images/extend_menu_top2.gif") no-repeat;
        height: 4px;
    }

    .menu_extender .menu_bottom {
        background: url("../images/extend_menu_bottom.gif") no-repeat;
        height: 8px;
    }

    .menu_extender .menu {
        height: 20px;
        padding: 0px 2px 0px 2px;
        background: url("../images/extend_menu_bg.gif") repeat-y;
        text-align: left;
    }

        .menu_extender .menu .arrow {
            background: url("../images/arrow.gif") no-repeat right #FFC394;
            padding: 0px 2px 0px 8px;
            margin-right: 1px;
            width: 160px;
            height: 20px;
        }

        .menu_extender .menu .no_arrow {
            background: #FFC394;
            padding: 0px 2px 0px 8px;
            margin-right: 1px;
            width: 170px;
            height: 20px;
        }

        .menu_extender .menu a:active {
            font-weight: normal;
        }
/*Leo*/
/*Menu2*/
.menu_extender2 {
    height: auto;
    width: 379px;
}

    .menu_extender2 .menu_top {
        background: url("../images/extend_menu_top1.gif") no-repeat;
        height: 4px;
    }

    .menu_extender2 .menu_top_2 {
        background: url("../images/extend_menu_top21.gif") no-repeat;
        height: 4px;
    }

    .menu_extender2 .menu_bottom {
        background: url("../images/extend_menu_bottom1.gif") no-repeat;
        height: 8px;
    }

    .menu_extender2 .menu {
        height: 20px;
        padding: 0px 2px 0px 2px;
        background: url("../images/extend_menu_bg1.gif") repeat-y;
        text-align: left;
    }

        .menu_extender2 .menu .arrow {
            background: url("../images/arrow1.gif") no-repeat right #FFC394;
            padding: 0px 2px 0px 8px;
            margin-right: 1px;
            width: 160px;
            height: 20px;
        }

        .menu_extender2 .menu .no_arrow {
            background: #FFC394;
            padding: 0px 2px 0px 8px;
            margin-right: 1px;
            width: 170px;
            height: 20px;
        }

        .menu_extender2 .menu a:active {
            font-weight: normal;
        }

#mainmenu .ajax__tab_xp .ajax__tab_header {
    background: url("../images/Menu_Bg_Line.gif") repeat-x scroll center bottom transparent;
}

#mainmenu .ajax__tab_xp .ajax__tab_outer {
    background: url("../images/Title_Corner_R.gif") no-repeat scroll right center transparent;
    height: 20px;
    padding-right: 8px;
    margin-right: 1px;
}

#mainmenu .ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
    background: url("../images/Title_Corner_R_2.gif") no-repeat scroll right center transparent;
    height: 20px;
    padding-right: 8px;
}

#mainmenu .ajax__tab_xp .ajax__tab_inner {
    background: url("../images/Title_Corner_L.gif") no-repeat scroll 0 0 transparent;
    padding-left: 8px;
    height: 20px;
}

#mainmenu .ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
    background: url("../images/Title_Corner_L_2.gif") no-repeat scroll 0 0 transparent;
    padding-left: 8px;
    height: 20px;
}

#mainmenu .ajax__tab_xp .ajax__tab_tab {
    background: url("../images/Title_Corner_Bg.gif") repeat-x scroll 0 0 transparent;
    margin: 0px;
    height: 12px;
    padding: 4px 10px 4px 10px;
    color: #ffffff;
    font-weight: bold;
}

#mainmenu .ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    background: url("../images/Title_Corner_Bg_2.gif") repeat-x scroll 0 0 transparent;
    margin: 0px;
    height: 12px;
    padding: 4px 10px 4px 10px;
    color: #000000;
    font-weight: bold;
}

#mainmenu .ajax__tab_disabled .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
    color: #ffad77;
}

#mainmenu .ajax__tab_xp .ajax__tab_body {
    background: #FFC394;
    font-size: 11px;
    padding: 4px 4px 4px 4px;
    border-bottom: 1px solid #ff8221;
    border-left: 1px solid #ff8221;
    border-right: 1px solid #ff8221;
}

#mainmenu .ajax__tab_xp .ajax__tab_panel {
    height: 12px;
}

.menu_access {
    width: 100%;
    float: left;
    background: #ffffff;
}

    .menu_access .title {
        float: left;
        height: 28px;
        width: 100px;
        padding-top: 4px;
    }

    .menu_access div {
        float: left;
        height: 16px;
    }

.menu_content {
    width: 100%;
    float: left;
    height: 16px;
    padding-top: 2px;
}

    .menu_content .checkbox {
        float: left;
        width: 100px;
    }

.reportHeader {
    width: 170px;
    height: 38px;
    font-weight: bold;
    color: #E46D0A;
    font-size: large;
}

.reportOnMouse:hover {
    background-color: #FFCC66;
}

.leftMenuHeader {
    width: 170px;
    font-weight: bold;
    color: #E46D0A;
    font-size: 11px; /*cursor:pointer;*/
}

.leftMenu {
    vertical-align: top;
    text-align: left;
    width: 10%;
    border: 1px solid #E46D0A;
    background-color: #FDE9D4;
}

.rnd_container {
    background: #FFFFFF;
    margin: 1px;
    text-align: center;
}

.rnd_top, .rnd_bottom {
    display: block;
    background: #FFFFFF;
    font-size: 1px;
}

.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {
    display: block;
    overflow: hidden;
}

.rnd_b1, .rnd_b2, .rnd_b3 {
    height: 1px;
}

.rnd_b2, .rnd_b3, .rnd_b4 {
    background: #E46D0A;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.rnd_b1 {
    margin: 0 5px;
    background: #CCCCCC;
}

.rnd_b2 {
    margin: 0 3px;
    border-width: 0 2px;
}

.rnd_b3 {
    margin: 0 2px;
}

.rnd_b4 {
    height: 2px;
    margin: 0 1px;
}

.rnd_content {
    display: block;
    border: 0 solid #CCCCCC;
    border-width: 0 1px;
    padding: 4px;
    background: #E46D0A;
    color: #000000;
    font-size: 8pt;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

/*.linkText
{
    line-height:24px;
    display: table-cell; 
    vertical-align: middle; 
    text-align: center; 
}

.linkbutton 
{
    margin: 2px 2px 2px 2px;
    background:url(../Images/ButtonOrange100.gif) left center no-repeat;
    font-weight:bold;
    float:left;
    padding-top:3px;
    height:24px;
    width:100px;
    text-align:center;
    vertical-align:text-bottom;
    color:White; 
    cursor: pointer;
    display: table;
    position: relative;      
}
*/
.linkText {
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.linkbutton {
    margin: 2px 2px 2px 2px;
    width: 160px;
    float: left;
    height: 25px;
    text-align: center;
    vertical-align: text-bottom;
    color: White;
    cursor: pointer;
    font-size: 8pt;
    font-weight: bold;
    background: url(../Images/login/login_button_bg.gif);
    margin-left: 0px;
    border: 0px;
    border-style: none;
}

.linkbutton-light {
    margin: 2px 2px 2px 2px;
    width: 160px;
    float: left;
    height: 25px;
    text-align: center;
    vertical-align: text-bottom;
    color: White;
    cursor: pointer;
    font-size: 8pt;
    font-weight: bold;
    background: url(../Images/login/login_button_bg_light.gif);
    margin-left: 0px;
    border: 0px;
    border-style: none;
}

.linkbutton-grey {
    margin: 2px 2px 2px 2px;
    width: 160px;
    float: left;
    height: 25px;
    text-align: center;
    vertical-align: text-bottom;
    color: White;
    cursor: pointer;
    font-size: 8pt;
    font-weight: bold;
    background: url(../Images/login/login_button_grey.gif);
    margin-left: 0px;
    border: 0px;
    border-style: none;
}

.linkbutton1 {
    background: url(../Images/ButtonOrange100.gif) left center no-repeat;
    font-weight: bold;
    float: left;
    height: 30px;
    width: 100px;
    color: White;
    cursor: pointer;
    position: relative;
}

.mybtn {
    width: 120px;
    padding: 5px;
    font-size: 12px;
    color: #000000;
    background-color: rgb(250, 240, 230);
    border: 1px outset #ff0000;
    text-align: center;
}

input#image-button {
    background: #ccc url('../Images/MenuButtonOrange.gif') no-repeat top left;
    padding-left: 16px;
    height: 16px;
}

a {
    color: Black;
}
    /* unvisited link */
    a:link {
        text-decoration: none;
        top: 0px;
        left: 0px;
    }

    a:visited {
        text-decoration: none;
    }
    /* visited link */
    /* mouse over link */
    a:hover {
        text-decoration: none; /*cursor:pointer;*/
    }
    /* selected link */
    a:active {
        font-weight: bold;
    }

.p2uLeftmenu {
    width: 150px; /*width of menu*/
    vertical-align: top;
}

    .p2uLeftmenu .headerbar {
        font: bold 11px Verdana;
        color: white;
        background: #E46D0A; /*last 2 values are the x and y coordinates of bullet image*/
        margin-bottom: 0; /*bottom spacing between header and rest of content*/ /*text-transform: uppercase;*/
        padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
        cursor: pointer;
    }

    .p2uLeftmenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
    }

        .p2uLeftmenu ul li {
            padding-bottom: 2px; /*bottom spacing between menu items*/
        }

            .p2uLeftmenu ul li a {
                font: normal 11px Verdana;
                color: black;
                background: #FDE9D4;
                display: block;
                padding: 5px 0;
                line-height: 17px;
                padding-left: 8px; /*link text is indented 8px*/
                text-decoration: none;
            }

                .p2uLeftmenu ul li a:visited {
                    color: black;
                }

                .p2uLeftmenu ul li a:hover {
                    /*hover state CSS*/
                    color: white;
                    background: black;
                }
/*henry:*/
.textarea_80 {
    min-width: 500px;
    min-height: 32px;
    max-width: 500px;
    max-height: 32px;
    white-space: normal;
}

.textbox_100 {
    width: 700px;
}

.textbox_80 {
    width: 500px;
}

.textbox_40 {
    width: 290px;
}

.textbox_45 {
    width: 320px;
}

.textbox_60 {
    Width: 420px;
}

.textbox_50 {
    width: 360px;
}

.textbox_35 {
    width: 260px;
}

.textbox_30 {
    width: 230px;
}

.textbox_25 {
    width: 200px;
}

.textbox_20 {
    width: 160px;
}

.textbox_16 {
    width: 125px;
}

.textbox_15 {
    width: 120px;
}

.textbox_10 {
    width: 80px;
}

.textbox_11 {
    width: 90px;
}

.textbox_12 {
    width: 100px;
}

.textbox_9 {
    width: 75px;
}

.textbox_8 {
    width: 65px;
}

.textbox_7 {
    width: 55px;
}

.textbox_6 {
    width: 50px;
}

.textbox_5 {
    width: 40px;
}

.textbox_4 {
    width: 35px;
}

.textbox_3 {
    width: 30px;
}

.textbox_2 {
    width: 20px;
}

input {
    font-size: 8pt;
    vertical-align: middle;
    margin: 0px;
    background: #ffffff;
    font-family: Verdana;
}

textarea {
    font-size: 8pt;
    vertical-align: middle;
    margin: 0px;
    background: #ffffff;
    font-family: Verdana;
}

.table_bg_orange {
    background-color: #FDE9D4;
}

.table_bg_beangreen {
    background-color: #EFF3DE;
}

.table_bg_light_orange {
    background-color: #FFF5E6;
}

.table_bg_white {
    background-color: #ffffff;
}

.table_border_orange {
    border: 1px solid #FF8221;
}

.table_border_beangreen {
    border: 1px solid #ADC36B;
}

.table_border_orange3 {
    border: 3px solid #FF8221;
}

.title_font {
    font-weight: bold;
}

.textbox_Num {
    text-align: right;
}

.text_red {
    color: Red;
}

.dl_gray {
    color: #595959;
}

.corner_content {
    padding: 0px 26px 26px 30px;
}

img {
    vertical-align: middle;
    background-color: transparent;
}

input[type="image"] {
    vertical-align: middle;
    background-color: transparent;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.table_chlid {
    padding-left: 8px;
}

.div_waring {
    position: relative;
    z-index: 10000;
}

.table_warning {
    border: 3px solid #FF8221;
    background-color: #FDE9D4;
    width: 200px;
    height: 60px;
    color: #000000;
    position: absolute;
}

.table_warning_title {
    border-bottom: 1px solid #000000;
    padding: 4px;
}

.text_border0 {
    border: 0px;
}

.text_gray {
    color: Gray;
}

/* rock: */
.textbox_readonly, select[disabled='disabled'], input[disabled='disabled'] {
    /*background-color: #D6DFF7; */
    background-color: #d1ddf1;
    color: #000000;
}

.textbox_orange {
    background-color: #FDE9D4;
    color: #000000;
}

.div_delete_popup {
    height: 100px;
    width: 200px;
    position: fixed;
    top: 150px;
    left: 494px;
    box-shadow: 3px 3px 4px #000;
}

.text_uppercase {
    text-transform: uppercase;
}

/* call ValidatorCalloutExtender */
.customCalloutStyle {
    width: 100px !important;
}

    .customCalloutStyle div, .customCalloutStyle td {
        border: none;
        background-color: #EF2021;
    }

    .customCalloutStyle .ajax__validatorcallout_popup_table {
        display: none;
        border: none;
        background-color: transparent;
        padding: 0px;
    }

    .customCalloutStyle .ajax__validatorcallout_callout_cell {
        width: 20px;
        height: 100%;
        text-align: right;
        vertical-align: top;
        border: none;
        background-color: transparent;
        padding: 0px;
    }

    .customCalloutStyle .ajax__validatorcallout_callout_cell {
        width: 20px;
        height: 100%;
        text-align: right;
        vertical-align: top;
        border: none;
        background-color: transparent;
        padding: 0px !important;
        white-space: nowrap;
    }

    .customCalloutStyle .ajax__validatorcallout_close_button_cell {
        vertical-align: top;
        padding: 0px !important;
        text-align: right;
        border-left: none;
    }

    .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell {
        padding: 8px 0px 0px 0px !important;
        text-align: right;
        vertical-align: top;
        font-size: 1px;
        border: none;
        background-color: transparent;
    }

    .customCalloutStyle .ajax__validatorcallout_icon_cell {
        width: 20px;
        padding: 5px !important;
        border-right: none;
    }

    .customCalloutStyle .ajax__validatorcallout_error_message_cell {
        font-family: Verdana;
        font-weight: bold;
        font-size: 8pt;
        color: White;
        padding: 5px;
        border-right: none;
        border-left: none;
        width: 100%;
        white-space: nowrap;
    }

.img_pointer {
    cursor: pointer;
}
/* for code search in grid  */
/* new */
.gvcode-tx {
    min-width: 90px;
    padding: 0px 2px 0px 2px;
    float: left;
    text-align: left;
}

.gvdesc-tx {
    padding-left: 2px;
    float: left;
}

.checkbox_border input {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 12px;
    height: 12px;
}

.ajax__tab_disabled .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
    color: #CCC;
}

div.corner div {
    height: 1px;
    font-size: 1px;
    display: block;
    overflow: hidden; /*author: meizz*/
    text-decoration: none;
    background-color: green;
}

    div.corner div.h1 {
        margin: 0 5px;
    }

    div.corner div.h2 {
        margin: 0 3px;
    }

    div.corner div.h3 {
        margin: 0 2px;
    }

    div.corner div.h4 {
        margin: 0 1px;
        height: 2px;
    }

.Filter1 {
    padding: 5px 0px 0px 0px;
}

.Filter2 {
    padding: 5px 5px 0px 0px;
}

.radio-nobgcolor input {
    background-color: transparent;
}

.max-width {
    max-width: 100%;
}

.libt {
    text-align: center;
    line-height: 24px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.profile-color {
    color: White;
    background-color: #942D91;
}

.profile-color-null {
    color: Gray;
    background-color: #c597c4;
}


.brHeight {
    height: 12px;
    vertical-align: top;
}

.delete_left {
    text-align: right;
    padding-right: 10px;
}

.delete_right {
    text-align: left;
    padding-left: 10px;
}
.bottomtd .btn_Control {
    background-color:#c6d79c;
    width:100%;
    height:30px;
    padding:0px; 
    border-style:none; 
    border-bottom:2px solid #ffffff;
    cursor:pointer;
}
.bottomtd .btn_Control2 {
    background-color:#eff3de;
    width:100%;
    height:30px;
    padding:0px; 
    border-style:none; 
    border-bottom:2px solid #ffffff;
    cursor:pointer;
}

