﻿.DivListCss {
    display: none;
    border: 1px solid #ccc;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    background-color: #ffffff;
    font-size: 12px;
    padding-top: 30px;
    z-index: 9999;
}
.inputtxt {
    vertical-align: middle;
    padding-left: 20px;
    border: 1px solid #A8A8A8;
    padding: 3px 3px 4px 2px;
    border-radius: 6px;
}
.clear {
    position: relative;
    padding-top: 1px;
    top: 0px;
    color: #808080;
    float: right;
    cursor: default;
}
.close {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    margin-top: -5px;
    padding-right: 6px;
    top: 0px;
    color: #FFFFFF;
    font-size: 14pt;
    float: right;
    cursor: pointer;
}
.listtab {
    position: inherit;
    width: 100%;
    text-indent: 6px;
    border-collapse: collapse;
    table-layout: fixed;
}

    .listtab thead tr th {
        background: url(/Content/images/bg_repeat.png) repeat-x;
        text-align: center;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 22px;
        line-height: 29px;
        overflow: hidden;
    }

    .listtab tr.action {
        background-color: #AAAAAA;
    }

    .listtab tbody tr td {
        text-align: left;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 22px;
        overflow: hidden;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

#eren_list_cont {
    height: inherit;
}

.ld-state-default {
    border: 1px solid #ccc;
    background: #F7F7F7;
}

.ld-pager-control {
    position: relative;
}

.ld-pg-table {
    position: relative;
    width: auto;
    margin: 0;
}

    .ld-pg-table td {
        font-weight: normal;
        vertical-align: middle;
        padding: 1px;
    }

.ld-pg-button {
    height: 19px !important;
    width: 25px;
}

    .ld-pg-button span {
        display: block;
        float: left;
    }

    .ld-pg-button:hover {
        padding: 0;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }
.ld-pg-inputArea {
    height: 19px !important;
    width: 165px;
}
.ld-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ld-state-default {
    border: 1px solid #ccc;
    background: #F7F7F7;
}

    .ld-state-default a, .ld-state-default a:link, .ld-state-default a:visited {
        color: #2e6e9e;
        text-decoration: none;
    }

.ld-state-hover, .ld-state-focus {
    border: 1px solid #ccc;
    background: #eee;
    font-weight: bold;
}

    .ld-state-hover a, .ld-state-hover a:hover {
        color: #1d5987;
        text-decoration: none;
    }

.ld-state-active {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url(/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009;
}

    .ld-state-active a, .ld-state-active a:link, .ld-state-active a:visited {
        color: #e17009;
        text-decoration: none;
    }

.ld-icon-seek-next {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-right: 4px;
    background: url('images/pagination_icons.png') no-repeat -32px 0;
}

.ld-icon-seek-prev {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-right: 4px;
    background: url('images/pagination_icons.png') no-repeat -16px 0;
}

.ld-icon-seek-end {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-right: 4px;
    background: url('images/pagination_icons.png') no-repeat -48px 0;
}

.ld-icon-seek-start {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-right: 4px;
    background: url('images/pagination_icons.png') no-repeat -48px 0;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ld-icon-seek-first {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-right: 4px;
    background: url('images/pagination_icons.png') no-repeat 0 0;
}

.ld-separator {
    float: left;
    display: block;
    height: 18px;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
}

.ld-pg-input {
    border: 1px solid #ccc;
    margin: 0 4px;
    padding-right: 2px;
    width: 3em;
    height: 20px;
    line-height: 18px;
    text-align: center;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.ld-pg-separator {
    width: 4px;
}
