.gform {
    overflow: hidden !important
}

.gform .gformbox {
    float: left;
    width: 350px;
    margin-bottom: 10px;
    line-height: 27px;
    height: 27px
}

.gform.full .gformbox {
    width: 100%;
    height: auto
}

.gform label,
.gform .label {
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 12px
}

.gform input,
.gform textarea,
.gform select {
    padding: 3px;
    margin: 0;
    vertical-align: middle
}

.gform textarea {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    overflow: auto;
    height: 40px;
    line-height: 15px
}

.gform .gbtn {
    margin: 0 10px 10px;
    float: right
}

.gform .gbtn2 {
    float: left;
    margin-left: 73px
}

.gform .close {
    position: absolute;
    top: 4px;
    right: 4px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    display: block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    text-decoration: none
}

.gform .close:hover {
    text-decoration: none
}

.gform .g1 {
    float: left;
    display: block;
    width: 60px;
    text-align: right;
    margin-right: 3px;
    line-height: 25px
}

.gform .g1 em {
    font-style: normal;
    color: red
}

.gform .g2 {
    margin-left: 10px;
    line-height: 27px;
    position: relative;
    display: block;
    float: left
}

.gform .red,
.gform .error {
    color: red;
    margin: 5px
}

.gform .tip {
    margin: 5px
}

.gloading {
    z-index: 999999;
    background-color: #fbf2b0;
    display: inline-block;
    padding: 6px 18px;
    display: none;
    position: fixed;
    right: 0;
    top: 0
}

* html .gloading {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop))
}

.gtable {
    font-size: 12px;
    margin: 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-bottom: none;
    background-color: #fff
}

.gtable th {
    white-space: nowrap;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 8px;
    background: #efefef;
    border-top: 1px solid #fff;
    color: #333;
    text-align: left
}

.gtable td {
    padding: 8px;
    background: none;
    border-top: 1px solid #ccc;
    color: #666;
    border-bottom: none !important;
    vertical-align: middle;
    word-break: break-all;
    word-wrap: break-word
}

.gtable tr.odd td {
    background-color: #e8edff
}

.gtable tr.hover td {
    background-color: #d0dafd
}

.gtable tr.selected td {
    background-color: #fff9de
}

/* 隐藏底部 */
/* .gtable tr.footer {
    background: none !important
}

.gtable tr.footer:hover td {
    background: none !important
} */

.gtable thead tr .sortable {
    cursor: pointer
}

.gtable thead tr .sortable div {
    position: relative
}

.gtable thead tr .sortable span {
    right: 0;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(/_res.aspx?r=alF1ZXJ5LmpxdWVyeXVpLmltYWdlcy51aS1pY29uc180NTQ1NDVfMjU2eDI0MC5wbmc=&t=&z=image/png&su=1);
    background-position: -128px 0
}

.gtable thead tr .sortable span.asc {
    background-position: 0 -16px
}

.gtable thead tr .sortable span.desc {
    background-position: -64px -16px
}

.treeTable tr td .expander {
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0;
    zoom: 1
}

.draghandle.dragged {
    border-left: 1px solid #aaa
}

.draghandle {
    position: absolute;
    z-index: 5;
    width: 5px;
    cursor: e-resize
}

TH.resizable {
    border-right: 1px solid #ccc
}

.pagination {
    margin: 10px auto;
    text-align: center;
    float: none
}

.pagination a {
    border: 1px solid #aae;
    color: #15b;
    text-decoration: none
}

.pagination a:hover {
    background-color: transparent;
    text-decoration: underline
}

.pagination a,
.pagination span {
    margin-bottom: 5px;
    margin-right: 5px;
    padding: .3em .5em
}

.pagination .current {
    background: #26b none repeat scroll 0 0;
    border: 1px solid #aae;
    color: #fff
}

.pagination span.prev,
.pagination span.next {
    background: #fff none repeat scroll 0 0;
    border-color: #999;
    color: #999
}

.relative_box {
    position: relative
}

.relative_box .inline_edit_link {
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    background: #fbf2b0;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 3px
}