﻿/*

KTB ACS Styles

*/
* {
    margin: 0;
    padding: 0;
}
/*
img,div,a {
	behavior: url(iepng/iepngfix.htc)
}




TYPOGRAPHY

*/
body {
    font-size: 81.3%;
    font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

.alignleft {
    float: left;
    margin: 0 7px 7px 0;
}

.alignright {
    float: right;
    margin: 0 0 7px 7px;
}

.aligncenter {
    width: 100%;
    text-align: center;
}

blockquote {
    margin: 0 0 10px 0;
    font-style: italic;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 1.5em;
}

TABLE {
}

TH {
    FONT-WEIGHT: bold;
}

TFOOT {
    FONT-STYLE: italic;
}

th, td, caption {
    padding: 4px 10px 4px 5px;
}

.small {
    font-size: .8em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus {
    }

img {
    border: none;
}

/*

LOGIN

*/
#login-box {
    width: 300px;
    padding: 20px;
    margin: 100px auto 30px;
}

    #login-box #logo {
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid;
    }

#logo a {
    background-image: url(../images/KTB-logo.png);
    font-size: 11px;
}

#login-form p.field {
    margin-bottom: 10px;
}

#login-form p.push {
    margin: 0 0 5px 85px;
    height: 26px;
    line-height: 23px;
}

#login-form p.field label {
    float: left;
    margin-right: 5px;
    width: 80px;
    text-align: right;
    font-weight: bold;
    height: 27px;
    line-height: 25px;
}

#login-form p.field input[type=text], #login-form p.field input[type=password] {
    float: left;
    border: 1px solid;
    height: 19px;
    width: 165px;
    padding: 2px 5px;
    font-size: 0.9em;
}

#login-form p.push input[type=checkbox], #login-form p.push input[type=radio] {
    display: block;
    float: left;
    height: 23px;
    line-height: 23px;
}

#login-form p.push label {
    font-size: 0.9em;
    margin-left: 5px;
    display: block;
    float: left;
}

#login-box #forgot {
    font-size: 0.85em;
    font-weight: bold;
}

/*

HEADER

*/
#header {
    width: 100%;
}

#header-content {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0 0 0 0;
    height: 100px;
}

#menu {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 210px;
}

#navigation ul {
    margin: 0;
    padding: 0px 0px 0 0px;
    list-style: none;
}

#navigation li {
    margin-right: 5px;
}

    #navigation li a, #navigation li.current span, #navigation li span {
        font-weight: bold;
        display: block;
        height: 20px;
        line-height: 20px;
        padding: 10px 12px;
    }

/*- Menu Tabs I--------------------------- */
#menuTabs {
    float: left;
    list-style: none;
    position:absolute;
    margin-top:0px;
    bottom:-1px;
    bottom /*\**/:0px\9;
    left:0;
}

    #menuTabs li {
        display: inline;
        margin: 0;
        padding: 0;
        margin-left: 5px;
    }

    #menuTabs a {
        background-color: #9a9a9a;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        line-height: 36px;
        padding: 10px 12px;
    }

    #menuTabs li.current span, #menuTabs li span {
        background-color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        line-height: 36px;
        padding: 10px 12px;
    }

    #menuTabs a:hover {
        background-color: #727272;
        text-decoration: none;
        font-weight: bold;
        line-height: 36px;
        padding: 10px 12px;
    }
/* Commented Backslash Hack hides rule from IE5-Mac \*/ #tabsI a span {
    float: none;
}
/* End IE5-Mac hack */ #tabsI a:hover span {
    color: #FFF;
}

#header #session {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

    #header #session span {
        margin: 0 5px;
    }

#header #button_logout {
    position: absolute;
    bottom: 10px;
    right: 0;
}

/*

MAIN CONTENT

*/
#main {
    width: 100%;
}

#main-content {
    width: 960px;
    padding: 20px 0;
    margin: 0 auto;
}

#sub-content {
    margin-top: 0px;
}

#breadcrumbs {
    font-size: 0.85em;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.notes {
    padding: 20px;
    margin-bottom: 20px;
}

    .notes strong {
        display: block;
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 10px;
    }

    .notes ul {
        list-style: none;
        line-height: 20px;
    }

        .notes ul li {
            padding-left: 11px;
        }


/*

DASHBOARD

*/
#dashboard {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    #dashboard .column {
        width: 460px;
        padding: 0 10px;
    }

    #dashboard .row {
        margin-bottom: 20px;
    }

        #dashboard .row img {
            float: left;
        }

        #dashboard .row h3 {
            margin: 0 0 5px 80px;
            font-size: 1.5em;
            font-weight: bold;
        }

        #dashboard .row ul {
            margin-left: 80px;
            list-style: none;
            line-height: 18px;
            padding-bottom: 10px;
        }

            #dashboard .row ul li {
                padding-left: 11px;
            }

/*

TRANSACTION

*/
#main-content h2 {
    font-weight: bold;
    font-size: 2em;
    margin: 0 10px 20px;
}

.filter {
    width: 100%;
    padding: 20px 10px;
    margin: 0 10px;
}

    .filter .form {
        margin: 0 10px;
    }

.form p.field {
    margin-bottom: 10px;
}

.form p.push {
    margin: 0 0 5px 125px;
    height: 26px;
    line-height: 23px;
}

.form p.field label, .form p.field strong {
    float: left;
    margin-right: 5px;
    width: 120px;
    font-weight: bold;
    height: 27px;
    line-height: 25px;
    font-size: 0.9em;
}

    .form p.field label.noclass {
        width: auto !important;
        margin: 0 8px;
    }

.form p.field input[type=text], .form p.field input[type=password], .form p.field textarea {
    float: left;
    border: 1px solid;
    height: 19px;
    line-height: 23px;
    font-size: 0.9em;
    padding: 2px 5px;
}

.form p.field select {
    float: left;
    border: 1px solid;
    height: 25px;
    line-height: 23px;
    font-size: 0.9em;
    padding: 2px 2px 2px 5px;
}

    .form p.field select.sw {
        width: 180px;
    }

    .form p.field select.sn {
        width: 80px;
        margin-right: 10px;
    }

.form p.push input[type=checkbox], .form p.push input[type=radio] {
    display: block;
    float: left;
    height: 23px;
    line-height: 23px;
}

.form p.push label {
    font-size: 0.9em;
    margin-left: 5px;
    display: block;
    float: left;
}

P.field LABEL {
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: bold;
}

/*

FOOTER

*/
#footer {
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid silver;
}

    #footer p {
        margin: 0 5px;
    }

        #footer p a {
            font-weight: bold;
        }

/*

INLINE BOXES

*/
#dashboard .column, .filter {
    display: inline;
    float: left;
    position: relative;
    text-align: left;
}

#logo a, .buttons, #navigation li, #footer p {
    display: inline-block;
}

input[type=submit], button {
    cursor: pointer;
    /*border: none;*/
}

#logo a {
    width: 150px;
    height: 61px;
}

.buttons {
    height: 26px;
}

.button_login, .button_clear, .button_logout, .button_create, .button_save, .button_cancel, .button_reject, .button_delete, .button_delete_dis, .button_edit, .button_edit_dis, .button_lock, .button_unlock, .button_add, .button_lock_dis, .button_unlock_dis, .button_active, .button_active_dis, .button_remove, .button_filter {
    width: 52px;
}

.button_search, .button_change, .button_approve {
    width: 62px;
}

.button_deactive, .button_deactive_dis {
    width: 72px;
}

.button_reset_password, .button_force_logout, .button_reset_password_dis, .button_force_logout_dis {
    width: 102px;
}

.button_dis_enrollment, .button_en_enrollment, .button_dis_enrollment_dis, .button_en_enrollment_dis {
    width: 112px;
}

.button_changePwd {
    width: 123px;
}

.button_createMerchant {
    width: 117px;
}

.button_createUser {
    width: 90px;
}

.button_searchUser {
    width: 90px;
}

.button_updateMerchant {
    width: 120px;
}

/*

IMAGE SWITCH

*/
#logo a {
    overflow: hidden;
    text-indent: -1000px;
    background-repeat: no-repeat;
    backgroung-position: 0 0;
    font-size: 0;
}

.buttons {
    overflow: hidden;
    text-indent: -1000px;
    font-size: 0;
}

/*

CLEARFIXES

*/
.clear {
    clear: both;
}

p.field:after, #header-content:after, #dashboard:after, #dashboard .column:after, #dashboard .row:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

p.field, *:first-child + html p.field, * html #header-content, *:first-child + html #header-content, * html #dashboard, *:first-child + html #dashboard, * html #dashboard .row, *:first-child + html #dashboard .row, * html .column, *:first-child + html .column {
    zoom: 1;
}

.icon-search {
    MARGIN: 0px 0px 15px 10px;
    PADDING-LEFT: 13px;
}

.icon-search {
    ZOOM: 1;
    DISPLAY: inline-block;
}

#transaction-title H2 {
    LINE-HEIGHT: 25px;
    FLOAT: left;
    HEIGHT: 25px;
    MARGIN-RIGHT: 20px;
}

#transaction-title FORM {
    LINE-HEIGHT: 25px;
    FLOAT: left;
    HEIGHT: 25px;
    MARGIN-RIGHT: 20px;
}

#transaction-title LABEL {
    WIDTH: 50px;
}

#transaction-title SELECT {
    WIDTH: 50px;
}

TABLE.result {
    BORDER-BOTTOM-COLOR: #ddd;
    BORDER-TOP-COLOR: #ddd;
    BORDER-RIGHT-COLOR: #ddd;
    BORDER-LEFT-COLOR: #ddd;
}

    TABLE.result TH {
        BORDER-BOTTOM: #333 1px solid;
        BORDER-LEFT: #ddd 1px solid;
        BACKGROUND: #333;
        COLOR: #fff;
        BORDER-TOP: #333 1px solid;
        BORDER-RIGHT: #ddd 1px solid;
        font-size: 12px;
    }

        TABLE.result TH A {
            color: white;
        }

    TABLE.result TR.alt {
        BACKGROUND: #f3f3f3;
    }

    TABLE.result TR TD {
        font-size: 12px;
        border-style: None;
    }

.pagination {
    FLOAT: right;
}

    .pagination A {
        MARGIN: 0px 1px;
    }

    .pagination SPAN {
        MARGIN: 0px 1px;
    }

    .pagination SPAN {
        FONT-WEIGHT: bold;
    }

.content_center {
    background-color: #f5f4f4;
    padding: 5px;
    font-weight: bold;
}

    .content_center fieldset {
        padding: 20px;
        background-color: #f5f4f4;
    }

.content_table {
    margin-top: -10px;
}

.legend_Style {
    font-weight: normal;
    font-size: 14px;
}

.fieldset_Caption {
}

.fieldset_CaptionDis {
    color: gray;
}

.fieldset_CaptionLink {
    text-decoration: underline;
    color: blue;
}

.buttons1 {
    display: inline-block;
    zoom: 1;
    *;
}

.buttons1 {
    height: 26px;
}

.buttons2 {
    display: inline-block;
    zoom: 1;
    *;
}

.buttons2 {
    height: 28px;
    border-style: None;
}

.buttonsDis {
    display: inline-block;
    zoom: 1;
    *;
}

.buttonsDis {
    height: 26px;
}

.tbxBtnAdd {
    margin-top: -25px;
    float: right;
}

.textNoDisplay {
    color: gray;
}

.columnHeader1 {
    background-color: #D4D0C8;
    font-weight: bold;
    line-height: normal;
}

.notes1 P {
    LINE-HEIGHT: 16px;
    PADDING-LEFT: 25px;
    HEIGHT: 36px;
}

    .notes1 P.success {
        COLOR: #4e9e18;
        font-weight: bold;
    }

    .notes1 P.warning {
        COLOR: #c00;
        font-weight: bold;
    }

.listBox {
    width: 165px;
}

.nmlRed {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: Red;
}

.bldRed {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: Red;
}
