.gk_selector {
    border-color:#dfdbdb;
    border-style:solid;
    border-width:1px;
    position:absolute;
    max-width:570px;
    max-height:410px;
    font-size:12px;
    background-color:#fff;
}
.gk_selector * {
    overflow:hidden;
    margin:0px;
    padding:0px;
}
.gk_body input {
    margin:5px;
}
.gk_head input {
    margin:3px;
}
.gk_body_child input {
    margin:5px;
}
.gk_selector_child {
    border-color:#808080;
    border-style:solid;
    border-width:1px;
    position:absolute;
    max-width:300px;
    min-width:150px;
    max-height:210px;
    background-color:#fff;
}
.gk_head {
    width:570px;
    font-size:12px;
    border-collapse:separate;
    empty-cells:show;
    border-spacing:0px;
    background-color:#fafafa;
}
.gk_head_child {
    width:300px;
    max-height:30px;
    text-align:center;
    background-color:#fafafa;
    border-bottom:1px solid #d0cfcf;
}
.gk_head_child tbody tr td {
    font-size:12px;
}
.gk_head_child_title {
    text-align:left;
    font-weight:bold;
    padding-left:6px;
}
.gk_head_child_button {
    text-align:right;
}
.gk_head_search {

}
.gk_head_search_text {
    width:200px;
}
.gk_head_title_text {
    height:30px;
    width:100px;
    text-align:right;
    font-weight:bold;
    color:#434343;
    background-color:#fafafa;
}
.gk_head_tools {
    height:30px;
}
.gk_head_tools_text {
    text-align:right;
    font-weight:bold;
    color:#434343;
    border-top:1px solid #eae9e9;
    border-bottom:1px solid #d0cfcf;
    background-color:#fafafa;
}
.gk_head_tools_values {
    min-width:300px;
    font-weight:bold;
    cursor:default;
    border-top:1px solid #eae9e9;
    border-bottom:1px solid #d0cfcf;
}
.gk_head_tools_selected {
    float:left;
    margin-left:4px;
    font-weight:bold;
    cursor:default;
}
.gk_head_tools_selected input {
    float:left;
}
.gk_head_tools_selected span {
    color:#425845;
    height:20px;
    float:left;
    line-height:20px;
}
.gk_body {
    max-height:300px;
    margin-left:auto;
    margin-right:auto;
    overflow-y:auto;
    text-align:left;
}
.gk_body_child {
    overflow-y:auto;
    max-height:160px;
    max-width:300px;
    min-height:160px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
.gk_body td{
    font-size:12px;
    margin-bottom:4px;
    height:20px;
    width:135px;
    cursor:default;
}
.gk_body_child td{
    font-size:12px;
    margin-bottom:4px;
    width:150px;
    cursor:default;
}
.gk_body_el {
    font-size:12px;
}
.gk_isParent {
    background-color:#f9f9f9;
    background:url(../image/lay_ico.gif);background-position:130px 7px;background-repeat:no-repeat;
}

.gk_light {
    background-color:#bbbbbb;
    cursor:default;
}
.gk_RowOdd {
    background-color:#fce4d4;
}
.gk_checked {
    background-color:#799bb3;
}
.text {
    width:300px;
}
.gk_reload {
    cursor:pointer;
    text-decoration-style:solid;
    font-size:12px;
    color:#39cdfc;
}
.gk_head_index a{
    text-align:center;
    float:left;
    cursor:pointer;
    line-height:20px;
    width:20px;
    height:20px;
    margin-left:1px;
}
.gk_head_index_item {
    border:#e9e6e6;
    background-color:#f8f7f7;
}
.gk_head_index_curr {
    border:#c4d7ff;
    background-color:#e2e3ff;
    
}