﻿.attachment {
    width: 16px;
    height: 16px;
    background: url('/img/vpb/general.png');
    display: inline-block;
}

.jpg, .jpeg, .gif, .png {
    background: url('/img/vpb/images_file.gif') !important;
}

.doc, .docx, .rtf {
    background: url('/img/vpb/doc.gif') !important;
}

.pdf {
    background: url('/img/vpb/pdf.gif') !important;
}

.txt {
    width: 15px;
    height: 19px;
    background: url('/img/vpb/txt.png') !important;
}

.php {
    background: url('/img/vpb/php.png') !important;
}

.general {
    background: url('/img/vpb/general.png') !important;
}

.html, .htm {
    width: 17px;
    height: 18px;
    background: url('/img/vpb/html.png') !important;
}

.setup {
    background: url('/img/vpb/setup.gif') !important;
}

.video {
    background: url('/img/vpb/video.gif') !important;
}

.real {
    background: url('/img/vpb/real.gif') !important;
}

.psd {
    background: url('/img/vpb/psd.gif') !important;
}

.fla {
    background: url('/img/vpb/fla.gif') !important;
}

.xls, .xlsx {
    background: url('/img/vpb/xls.gif') !important;
}

.swf {
    background: url('/img/vpb/swf.gif') !important;
}

.eps {
    background: url('/img/vpb/eps.gif') !important;
}

.exe {
    background: url('/img/vpb/exe.gif') !important;
}

.binary {
    background: url('/img/vpb/binary.png') !important;
}

.archive, .zip {
    background: url('/img/vpb/archive.png') !important;
}

.rar {
    background: url('/img/vpb/rar.gif') !important;
}

.floatLeft {
    float: left;
}

.floatright {
    float: right;
}

.lgntxt {
    width: 44% !important;
}

.input-validation-error {
    border: dotted 2px #fc6fc6 !important;
}

.validation-summary-errors {
    text-align: center;
}

    .validation-summary-errors ul {
        /* margin: 0 auto; */
        /* width: 100%; */
        list-style: none;
        text-align: center;
        width: 100%;
        position: relative;
        right: 40px;
    }

        .validation-summary-errors ul li {
            margin-bottom: 10px;
            color: red;
        }

.loading {
    background: transparent url(/img/loading.gif) no-repeat !important;
    border: none;
}

.ajax-loading {
    background: transparent url(/img/ajax-loading.gif) no-repeat !important;
    border: none;
    width: 140px;
    height: 13px;
    display: block;
    margin: 0 auto;
}

.ajax_loading {
    background: transparent url(/img/ajax_loading.gif) no-repeat !important;
    border: none;
    width: 76px;
    height: 13px;
    display: block;
    margin: 0 auto;
}

.priority {
    width: 36px;
    height: 36px;
    display: block;
}

    .priority.Low, .priority.None {
        background: transparent url('/img/green_icon.png') no-repeat !important;
    }

    .priority.Normal {
        background: transparent url('/img/yellow_icon.png') no-repeat !important;
    }

    .priority.High {
        background: transparent url('/img/red_icon.png') no-repeat !important;
    }

.response a {
    text-decoration: none;
}

.paging {
    width: 16px;
    display: inline-block;
    height: 17px;
    top: 7px;
    position: absolute;
    cursor: pointer;
}

    .paging[disabled] {
        cursor: default;
    }

    .paging.left {
        left: 38%;
        background: transparent url('/img/paging.gif') 0 -17px no-repeat !important;
    }

        .paging.left[disabled] {
            background: transparent url('/img/paging.gif') -17px -17px no-repeat !important;
        }

    .paging.right {
        right: 38%;
        background: transparent url('/img/paging.gif') 0 -33px no-repeat !important;
    }

        .paging.right[disabled] {
            background: transparent url('/img/paging.gif') -17px -33px no-repeat !important;
        }
.table th, .table td {
    font-size:13px !important;
}