﻿*
{
}

.gskit_controls_detail
{
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 15px #808080;
    padding: 10px;
    z-index: 1000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

.gskit_detail_messagebox
{
    display: inline-block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

.gskit_detail_messagebox span
{
    position: relative;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    height: auto;
    top: 10px;
}

.gskit_detail_messagebox p
{
    position: relative;
    font-size: 10px;
    color: #C0C0C0;
    display: inline-block;
    width: 100%;
    height: auto;
    top: 5px;
}

.gskit_detail_messagebox.gskit_error
{
    background-color: #800000;
}

.gskit_detail_messagebox.gskit_success
{
    background-color: #006600;
}

.gskit_controls_section
{
    position: relative;
    display: block;
    float: left;
}

.gskit_controls_titlebar
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 30px;
    background-image: url('images/titlebar-bg.png');
    border-radius: 5px 5px 0 0;
    cursor: default;
}

.gskit_controls_orangebar
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 7px;
    background-image: url('images/orangebar-bg.png');
}

.gskit_controls_hrow
{
    position: relative;
    display: block;
    float: left;
    border: none;
    border-bottom: 1px solid #999999 !important;
    margin-top: -5px;
    height: 3px;
}

.gskit_controls_title
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 5px;
}

.gskit_controls_button_close
{
    position: relative;
    float: right;
    width: 18px;
    height: 19px;
    display: inline-block;
    background-image: url('images/close-button.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.gskit_controls_button_close:hover
{
    background-image: url('images/close-button-hover.png');
}

.gskit_controls_button_magnify
{
    position: relative;
    float: right;
    width: 18px;
    height: 19px;
    display: inline-block;
    background-image: url('images/magnify-button.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.gskit_controls_button_magnify:hover
{
    background-image: url('images/magnify-button-hover.png');
}

.gskit_controls_button_minimize
{
    position: relative;
    float: right;
    width: 18px;
    height: 19px;
    display: inline-block;
    background-image: url('images/minimize-button.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.gskit_controls_button_minimize:hover
{
    background-image: url('images/minimize-button-hover.png');
}

.gskit_controls_button
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
    color: #ffffff;
    border-radius: 3px;
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
    background: linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}

.gskit_controls_button2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
    color: #333333;
    border-radius: 3px;
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

.gskit_controls_button:hover,
.gskit_controls_button2:hover
{
    background: rgb(241,231,103); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}

.gskit_controls_link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    padding: 2px 5px 2px 5px;
    color: #003366;
}
.gskit_controls_link:hover
{
    text-decoration: underline;
}

.gskit_controls_textbox, .gskit_controls_tschk
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    margin-bottom: 5px;
    float: left;
}

.gskit_controls_textbox
{
    position: relative;
    display: inline-block;
    height: 22px;
}

.gskit_controls_textbox label, .gskit_controls_tschk label
{
    position: relative;
    left: 0;
    display: block;
    width: 100px;
    font-weight: bold;
    float: left;
    margin-top: 6px;
    overflow: hidden;
    padding-bottom: 2px;
}

.gskit_controls_textbox input, .gskit_controls_textbox textarea
{
    position: relative;
    display: block;
    border: solid 1px #C0C0C0;
    border-radius: 2px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    color: #003366;
    float: left;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
    margin-left: -5px;
}

.gskit_controls_textbox input.gskit_required, .gskit_controls_textbox textarea.gskit_required
{
    background-color: #FFFFFF;
}

.gskit_controls_textbox input[readonly="readonly"]
{
    background-color: #E6E6E6;
}

.gskit_controls_textbox input[readonly="readonly"].gskit_dropdown
{
    background-color: #ffffff;
    cursor: pointer;
}

.gskit_controls_textbox input[readonly="readonly"].gskit_required.gskit_dropdown
{
    background-color: #ccE6FF;
    cursor: pointer;
}

.gskit_controls_textbox .gskit_errorindicator
{
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url('images/error-indicator.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    top: 3px;
    margin-right: 5px;
    float: left;
}
.gskit_controls_textbox.gskit_error .gskit_errorindicator
{
    display: inline-block;
}
.gskit_controls_textbox.gskit_error input
{
}
.gskit_activityind
{
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('images/activity_small.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.gskit_controls_textbox .gskit_activityind
{
    position: relative;
    top: 4px;
}

.gskit_controls_textbox .gskit_controls_textbox_decode
{
    font-weight: bold;
    color: #003399;
    margin-left: 5px;
}

.gskit_controls_tschk
{
    display: inline-block;
    position: relative;
    height: 20px;
}

.gskit_controls_tschk .gskit_chk
{
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 8px;
    cursor: pointer;
    float: left;
}

.gskit_cell .gskit_controls_tschk .gskit_chk
{
    top: 4px;
}

.gskit_controls_tschk.gskit_readonly .gskit_chk
{
    cursor: default;
}
.gskit_controls_tschk .gskit_chk.gskit_checked
{
    background-image: url('images/tschk_checked.png');
}
.gskit_controls_tschk .gskit_chk.gskit_unchecked
{
    background-image: url('images/tschk_unchecked.png');
}
.gskit_controls_tschk .gskit_chk.gskit_notsetted
{
    background-image: url('images/tschk_notsetted.png');
}
.gskit_controls_tschk.gskit_readonly .gskit_chk.gskit_checked
{
    background-image: url('images/tschk_readonly_checked.png');
}
.gskit_controls_tschk.gskit_readonly .gskit_chk.gskit_unchecked
{
    background-image: url('images/tschk_readonly_unchecked.png');
}
.gskit_controls_tschk.gskit_readonly .gskit_chk.gskit_notsetted
{
    background-image: url('images/tschk_readonly_notsetted.png');
}

.gskit_controls_list
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    position: relative;
    display: block;
    float: left;
    background-color: #ffffff;
    z-index: 100;
}
.gskit_controls_list h2
{
    font-size: 12px;
    height: 18px;
    margin-top: 0;
    padding: 3px 0 1px 0;
    float: left;
    display: block;
    position: relative;
}

.gskit_controls_list .gskit_filter
{
    position: relative;
    display: block;
    float: right;
    width: 80px;
}

.gskit_controls_list .gskit_filter input
{
    display: inline-block;
    border: solid 1px #cccccc;
    border-radius: 3px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    color: #003366;
    position: absolute;
    right: 0;
    width: 80px;
    padding-right: 20px;
}

.gskit_controls_list .gskit_filter a
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('images/search_lense.png');
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 3px;
}

.gskit_controls_list .gskit_list
{
    border: solid 1px #cccccc;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 21px;
    height: auto;
    overflow-y: scroll;
    padding: 5px 0 5px 0;
    margin-top: 0;
}

.gskit_controls_list .gskit_activityind
{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.gskit_controls_list .gskit_list .gskit_row
{
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

.gskit_controls_list .gskit_list .gskit_row.gskit_selected
{
    background-color: #ccE6FF;
}

.gskit_controls_list .gskit_list .gskit_row:hover
{
    background-color: #ccE6FF;
    cursor: pointer;
}

.gskit_controls_doublelist h1
{
    height: 18px;
    margin-top: 0;
    padding: 3px 0 1px 0;
    display: block;
    position: relative;
    width: 100%;
}

.gskit_controls_doublelist .gskit_left, .gskit_controls_doublelist .gskit_right
{
    margin-top: 0;
}

.gskit_controls_doublelist .gskit_toleft
{
    position: absolute;
    background-image: url('images/toLeft.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    top: 50%;
    margin-top: 20px;
}

.gskit_controls_doublelist .gskit_toright
{
    position: absolute;
    background-image: url('images/toright.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    top: 50%;
    margin-top: -20px;
}

.gskit_controls_grid
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.gskit_controls_grid .gskit_header
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: auto;
    height: 59px;
    background-image: url('images/grid-header-bg.png');
    background-repeat: repeat-x;
    border-radius: 5px 5px 0 0;
}

.gskit_controls_grid .gskit_header .gskit_title
{
    position: absolute;
    top: -1px;
    left: 10px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.gskit_controls_grid .gskit_header .gskit_addnewbutton
{
    position: absolute;
    display: block;
    left: 5px;
    top: 36px;
    font-weight: bold;
    color: #993333;
    text-decoration: none;
    padding-left: 20px;
    background-image: url('images/toolbar-new.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.gskit_controls_grid .gskit_header .gskit_addnewbutton:hover
{
    text-decoration: underline;
}

.gskit_controls_grid .gskit_header .gskit_filterbutton
{
    position: absolute;
    display: block;
    left: 120px;
    top: 36px;
    font-weight: bold;
    color: #993333;
    text-decoration: none;
    width: 130px;
    padding-left: 20px;
    background-image: url('images/toolbar-search.png');
    background-repeat: no-repeat;
}

.gskit_controls_grid .gskit_header .gskit_filterbutton:hover
{
    text-decoration: underline;
}

.gskit_controls_grid .gskit_header .gskit_visiblerecords
{
    position: absolute;
    display: block;
    right: 5px;
    top: 31px;
    font-weight: bold;
    color: #993333;
    text-decoration: none;
    width: 80px;
    height: 20px;
    margin-top: 3px;
}

.gskit_controls_grid .gskit_header .gskit_visiblerecordslabel
{
    position: absolute;
    display: block;
    right: 95px;
    top: 36px;
    font-weight: bold;
    color: #993333;
    text-decoration: none;
    width: 150px;
    height: 20px;
    text-align: right;
}

.gskit_controls_grid .gskit_header .gskit_bottomrow
{
    position: absolute;
    bottom: 0;
    width: auto;
    left: 0;
    right: 0;
    display: block;
    border: none;
    border-bottom: 1px solid #999999 !important;
    margin-top: -5px;
    height: 3px;
}

.gskit_controls_grid .gskit_thead
{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 70px;
    height: 20px;
    background-color: #E5E5E5;
    overflow: hidden;
    background-image: url('images/grid-column-header-bg.png');
    background-repeat: repeat-x;
    border-right: solid 1px #C5DBEC;
    border-left: solid 1px #C5DBEC;
}

.gskit_controls_grid .gskit_thead .gskit_tr
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
}

.gskit_controls_grid .gskit_thead .gskit_tr .gskit_th
{
    position: relative;
    display: block;
    float: left;
    top: 0;
    height: 100%;
}

.gskit_controls_grid .gskit_thead .gskit_tr .gskit_th span
{
    position: relative;
    display: block;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 8px;
    font-size: 14px;
    color: #5A5A5A;
}

.gskit_controls_grid .gskit_thead .gskit_tr .gskit_th a
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: auto;
    height: 20px;
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    border-right: solid 1px #C5DBEC;
    padding-top: 2px;
    padding-left: 5px;
    text-decoration: none;
}

.gskit_controls_grid .gskit_thead .gskit_tr .gskit_th a.ASC
{
    padding-left: 20px;
    background-image: url('images/ord-asc.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.gskit_controls_grid .gskit_thead .gskit_tr .gskit_th a.DESC
{
    padding-left: 20px;
    background-image: url('images/ord-desc.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.gskit_controls_grid .gskit_thead .gskit_tr .gskit_th a:hover
{
    text-decoration: underline;
}

.gskit_controls_grid .gskit_thead .gskit_tr.gskit_trfilter
{
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    height: 24px;
    width: auto;
    background-image: url('images/toolbar-bg.png');
    background-repeat: repeat-x;
}

.gskit_controls_grid .gskit_thead .gskit_tr.gskit_trfilter .gskit_th .gskit_controls_textbox
{
    position: absolute;
    left: 5px;
    top: -2px;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.gskit_controls_grid .gskit_thead .gskit_tr.gskit_trfilter .gskit_th .gskit_controls_tschk
{
    position: absolute;
    left: 6px;
    top: -1px;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.gskit_controls_grid .gskit_thead .gskit_tr.gskit_trfilter .gskit_th .gskit_controls_textbox input[type=text]
{
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: auto;
    height: auto;
    background-color: #FAF1CF;
}

.gskit_controls_grid .gskit_tbody
{
    position: absolute;
    display: block;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 90px;
    width: auto;
    height: auto;
    overflow-x: scroll;
    overflow-y: scroll;
    border: solid 1px #C5DBEC;
    border-top: none;
    background-color: #ffffff;
}

.gskit_controls_grid .gskit_tbody .gskit_trows
{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    height: auto;
}

.gskit_controls_grid .gskit_tbody .gskit_trows .gskit_tr, .gskit_controls_grid .gskit_tbody .gskit_trows .gskit_tralt
{
    position: relative;
    display: block;
    left: 0;
    right: 0;
    height: 22px;
    border-bottom: solid 1px #c0c0c0;
}

.gskit_controls_grid .gskit_tbody .gskit_trows .gskit_tr:hover, .gskit_controls_grid .gskit_tbody .gskit_trows .gskit_tralt:hover
{
    background-color: #BAC4D5;
}

.gskit_controls_grid .gskit_tbody .gskit_trows .gskit_tr
{
    background-color: #ffffff;
}

.gskit_controls_grid .gskit_tbody .gskit_trows .gskit_tralt
{
    background-color: #ffffff;
}

.gskit_cell
{
    position: relative;
    display: block;
    float: left;
    top: 0;
    bottom: 0;
    height: auto;
    border-right: solid 1px #c0c0c0;
}

.gskit_cell span
{
    position: relative;
    display: block;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-left: 5px;
}

.gskit_cell a
{
    position: relative;
    display: block;
    top: 0px;
}

.gskit_cell .gskit_controls_tschk
{
    position: relative;
    display: block;
    left: 5px;
    top: 0;
    height: 22px;
    margin-bottom: 0;
}

.gskit_cell a.gskit_editlink
{
    width: 22px;
    height: 22px;
    background-image: url('images/grid-edit.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.gskit_cell a.gskit_deletelink
{
    width: 22px;
    height: 22px;
    background-image: url('images/delete_2.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.gskit_tri
{
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1001;
}

.gskit_tri.gskit_left
{
    background-image: url('images/tri-left.png');
}

.gskit_tri.gskit_top
{
    background-image: url('images/tri-top.png');
}

.gskit_tri.gskit_bottom
{
    background-image: url('images/tri-bottom.png');
}

.gskit_tri.gskit_right
{
    background-image: url('images/tri-right.png');
}

.gskit_modalbg
{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(200,200,200,0.2);
    z-index: 1000;
}
.gskit_activityindicator
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: rgba(0,0,0, 0.1);
    background-image: url('images/activity_indicator.gif');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10000;
}

.gskit_controls_pageframe
{
}

.gskit_controls_pageframe_pagecaptions
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 18px;
    padding-left: 10px;
}

.gskit_controls_pageframe_body
{
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    border: solid 1px #638EB5;
}

.gskit_controls_page_caption
{
    position: relative;
    float: left;
    width: 100px;
    height: 16px;
    background-image: url('images/page-caption.png');
    top: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    padding-top: 2px;
    margin-left: -10px;
}

.gskit_controls_page_caption.active
{
    background-image: url('images/page-caption-active.png');
    z-index: 100;
}
