div.jtable-main-container {
    position: relative;
}

    div.jtable-main-container div.jtable-title {
        position: relative;
        text-align: left;
    }

        div.jtable-main-container div.jtable-title .jtable-close-button {
            right: 0px;
            top: 0px;
            bottom: 0px;
            position: absolute;
        }

    div.jtable-main-container table.jtable {
        width: 100%;
    }

        div.jtable-main-container table.jtable thead th {
            vertical-align: middle;
            text-align: left;
        }

            div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
                position: relative;
            }

                div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
                    display: inline-block;
                }

                div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
                    position: absolute;
                    height: 24px;
                    width: 8px;
                    right: -8px;
                    top: -2px;
                    z-index: 2;
                    cursor: col-resize;
                }

            div.jtable-main-container table.jtable thead th.jtable-command-column-header {
                text-align: center;
            }

            div.jtable-main-container table.jtable thead th.jtable-column-header-selecting {
                text-align: center;
                width: 1%;
            }

                div.jtable-main-container table.jtable thead th.jtable-column-header-selecting input {
                    cursor: pointer;
                }

            div.jtable-main-container table.jtable thead th.jtable-column-header-sortable {
                cursor: pointer;
            }

        div.jtable-main-container table.jtable tbody tr > td .jtable-command-button {
            margin: 0px;
            padding: 0px;
            cursor: pointer;
            border: none;
            display: inline;
        }

            div.jtable-main-container table.jtable tbody tr > td .jtable-command-button span {
                display: none;
            }

        div.jtable-main-container table.jtable tbody tr > td.jtable-command-column {
            text-align: center;
            vertical-align: middle;
        }

        div.jtable-main-container table.jtable tbody tr > td.jtable-selecting-column {
            text-align: center;
            vertical-align: middle;
        }

            div.jtable-main-container table.jtable tbody tr > td.jtable-selecting-column input {
                cursor: pointer;
            }

        div.jtable-main-container table.jtable tbody tr.jtable-no-data-row {
            text-align: center;
        }

    div.jtable-main-container div.jtable-bottom-panel {
        position: relative;
        min-height: 24px;
    }

        div.jtable-main-container div.jtable-bottom-panel div.jtable-left-area {
            left: 0px;
            top: 0px;
            bottom: 0px;
            position: absolute;
        }

        div.jtable-main-container div.jtable-bottom-panel div.jtable-right-area {
            right: 0px;
            top: 0px;
            bottom: 0px;
            position: absolute;
        }

        div.jtable-main-container div.jtable-bottom-panel .jtable-page-list {
            display: inline-block;
        }

            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
                padding: 2px 5px;
                display: inline-block;
                cursor: pointer;
            }

            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
                cursor: default;
            }

            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-info {
                display: inline-block;
                margin-left: 5px;
                padding: 2px;
            }

        div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record {
            display: inline-block;
        }

            div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a {
                text-decoration: none;
            }

                div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a:hover {
                    text-decoration: underline;
                }

    div.jtable-main-container div.jtable-column-resize-bar {
        opacity: 0.5;
        filter: alpha(opacity=50);
        position: absolute;
        display: none;
        width: 1px;
        background-color: #000;
    }

    div.jtable-main-container div.jtable-column-selection-container {
        position: absolute;
        display: none;
        border: 1px solid #C8C8C8;
        background: #fff;
        color: #000;
        z-index: 101;
        padding: 5px;
    }

        div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li {
                margin: 0px;
                padding: 2px 0px;
            }

                div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li label span {
                    position: relative;
                    top: -1px;
                    margin-left: 4px;
                }

                div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li input[type="checkbox"] {
                    cursor: pointer;
                }

form.jtable-dialog-form div.jtable-input-field-container {
    padding: 2px 0px 3px 0px;
    border-bottom: 1px solid #ddd;
}

    form.jtable-dialog-form div.jtable-input-field-container:last-child {
        border: none;
    }

form.jtable-dialog-form div.jtable-input-label {
    padding: 2px 3px;
    font-size: 1.1em;
    color: #666;
}

form.jtable-dialog-form div.jtable-input {
    padding: 2px;
}

form.jtable-dialog-form div.jtable-date-input {
    /* No additional style */
}

form.jtable-dialog-form div.jtable-text-input {
    /* No additional style */
}

form.jtable-dialog-form span.jtable-option-text-clickable {
    position: relative;
    top: -2px;
}

form.jtable-dialog-form div.jtable-textarea-input textarea {
    width: 300px;
    min-height: 60px;
}

form.jtable-dialog-form div.jtable-checkbox-input span,
form.jtable-dialog-form div.jtable-radio-input span {
    padding-left: 4px;
}

form.jtable-dialog-form div.jtable-radio-input input,
form.jtable-dialog-form div.jtable-checkbox-input input,
form.jtable-dialog-form span.jtable-option-text-clickable {
    cursor: pointer;
}

div.jtable-busy-panel-background {
    opacity: 0.1;
    filter: alpha(opacity=50);
    z-index: 998;
    position: absolute;
    background-color: #000;
}

div.jtable-busy-message {
    cursor: wait;
    z-index: 999;
    position: absolute;
    margin: 5px;
    font-size: 1.25em;
    color: #000;
    background-color: #ddd;
}

div.jtable-contextmenu-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

div.jtable-main-container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #222;
}

    div.jtable-main-container div.jtable-title {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        line-height: 34px;
        box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
        padding-left: 10px;
        border: 1px solid;
    }

        div.jtable-main-container div.jtable-title div.jtable-title-text {
        }

        div.jtable-main-container div.jtable-title .jtable-close-button {
            right: 6px;
            top: 6px;
            bottom: 6px;
            position: absolute;
            opacity: 0.8;
            filter: alpha(opacity=50);
            background: url('../../lightcolor/close.png') no-repeat;
            width: 22px;
            height: 22px;
        }

            div.jtable-main-container div.jtable-title .jtable-close-button:hover {
                opacity: 1;
                filter: alpha(opacity=50);
            }

    div.jtable-main-container table.jtable {
        border-collapse: collapse;
        border-spacing: 0;
        border: 1px solid #C8C8C8;
    }

        div.jtable-main-container table.jtable thead {
            background: url('../../lightcolor/bg-thead.png') repeat-x scroll top left #dddddd;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #C8C8C8;
        }

            div.jtable-main-container table.jtable thead th {
                padding: 4px 3px 4px 6px;
                border-left: 1px solid #fff;
                border-right: 1px solid #C8C8C8;
            }

                div.jtable-main-container table.jtable thead th:first-child {
                    border-left: none;
                }

            div.jtable-main-container table.jtable thead thth:last-child {
                border-right: none;
            }

            div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
                height: 20px;
            }

            div.jtable-main-container table.jtable thead th.jtable-column-header span.jtable-column-header-text {
                margin-top: 3px;
            }

            div.jtable-main-container table.jtable thead th.jtable-column-header-selecting {
                padding: 5px;
            }

            div.jtable-main-container table.jtable thead th.jtable-column-header-sortable div.jtable-column-header-container {
                background: url('../../lightcolor/column-sortable.png') no-repeat right;
            }

            div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-asc div.jtable-column-header-container {
                background: url('../../lightcolor/column-asc.png') no-repeat right;
            }

            div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-desc div.jtable-column-header-container {
                background: url('../../lightcolor/column-desc.png') no-repeat right;
            }

        div.jtable-main-container table.jtable tbody > tr {
            padding: 2px;
            background: #f8f8f8;
            height: 30px;
        }

            div.jtable-main-container table.jtable tbody > tr > td {
                padding: 5px;
                border-left: 1px dotted #bebebe;
            }

                div.jtable-main-container table.jtable tbody > tr > td:first-child {
                    border-left: none;
                }

                div.jtable-main-container table.jtable tbody > tr > td .jtable-edit-command-button {
                    background: url('../../lightcolor/edit.png') no-repeat;
                    width: 16px;
                    height: 16px;
                }

                div.jtable-main-container table.jtable tbody > tr > td .jtable-delete-command-button {
                    background: url('../../lightcolor/delete.png') no-repeat;
                    width: 16px;
                    height: 16px;
                }

            div.jtable-main-container table.jtable tbody > tr.jtable-row-even {
                background: #f0f0f0;
            }

            div.jtable-main-container table.jtable tbody > tr:hover {
                background: #17abca;
            }

            div.jtable-main-container table.jtable tbody > tr.jtable-row-selected {
                -webkit-text-shadow: 0 1px 0 #333333;
                text-shadow: 0 1px 0 #333333;
                color: #FCFCFC;
            }

            div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td {
                background-color: #ababab;
                padding: 1px 0px;
            }

                div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable {
                    border: none;
                    border-bottom: 1px solid #C8C8C8;
                }

                div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable-title,
                div.jtable-main-container table.jtable tbody > tr.jtable-child-row > td .jtable-bottom-panel {
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    border-radius: 0px;
                    border: none;
                }

    div.jtable-main-container div.jtable-bottom-panel {
        -webkit-border-radius: 0px 0px 3px 3px;
        -moz-border-radius: 0px 0px 3px 3px;
        border-radius: 0px 0px 3px 3px;
        padding: 1px;
        background: #fff;
        border: 1px solid #C8C8C8;
        border-top: none;
        min-height: 24px;
        line-height: 16px;
        font-size: 0.9em;
    }

        div.jtable-main-container div.jtable-bottom-panel div.jtable-right-area {
            padding: 2px;
        }

        div.jtable-main-container div.jtable-bottom-panel .jtable-page-list {
            margin: 2px;
        }

            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
                -webkit-text-shadow: 0 1px 0 #ffffff;
                text-shadow: 0 1px 0 #ffffff;
                background-color: #ebebeb;
                border-style: solid;
                border-width: 1px;
                border-color: #ffffff #b5b5b5 #b5b5b5 #ffffff;
                padding: 2px 5px;
            }

                div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number:hover,
                div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first:hover,
                div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last:hover,
                div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous:hover,
                div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next:hover {
                    background-color: #17abca;
                }

            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
                -webkit-text-shadow: 0 1px 0 #666666;
                text-shadow: 0 1px 0 #666666;
                color: #FCFCFC;
            }

            div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-info {
                margin-left: 5px;
                padding: 2px;
            }

        div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record {
            margin: 3px;
        }

            div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a {
                font-weight: bold;
                text-decoration: none;
            }

                div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a:hover {
                    text-decoration: underline;
                }

    div.jtable-main-container div.jtable-column-selection-container {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
        -moz-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
        box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    }

form.jtable-dialog-form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
}

    form.jtable-dialog-form div.jtable-input-label {
        font-weight: bold;
    }

div.jtable-busy-message {
    -webkit-text-shadow: 0 1px 0 #333333;
    text-shadow: 0 1px 0 #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    -moz-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    color: #fff;
    border: 1px solid;
    padding: 3px 5px 5px 27px;
    background: url('../../lightcolor/blue/loading.gif') no-repeat;
    background-position: 5px;
}

div.jtable-main-container div.jtable-title {
    background: #17abca;
    background: -moz-linear-gradient(top, #78b1ed 0%, #417bb5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b1ed), color-stop(100%, #417bb5));
    background: -webkit-linear-gradient(top, #78b1ed 0%, #417bb5 100%);
    background: -o-linear-gradient(top, #78b1ed 0%, #417bb5 100%);
    background: -ms-linear-gradient(top, #78b1ed 0%, #417bb5 100%);
    background: #17abca;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b1ed', endColorstr='#417bb5', GradientType=0);
    border-color: #2B5177;
}

    div.jtable-main-container div.jtable-title div.jtable-title-text {
        -webkit-text-shadow: 0 1px 0 #666666;
        text-shadow: 0 1px 0 #666666;
        color: #fff;
        text-align:center
    }

div.jtable-main-container table.jtable tbody > tr.jtable-row-selected,
div.jtable-main-container table.jtable tbody > tr.jtable-row-selected:hover {
    background-color: #17abca;
}

div.jtable-main-container table.jtable tbody > tr.jtable-row-created,
div.jtable-main-container table.jtable tbody > tr.jtable-row-updated,
div.jtable-main-container table.jtable tbody > tr.jtable-row-deleting {
    background-color: #17abca;
}

div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
    background-color: #17abca;
    border-color: #092f55;
}

div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a {
    color: #17abca;
}

div.jtable-busy-message {
    border-color: #2B5177;
    background-color: #78B1ED;
}
