﻿/*for loading start */
.overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.loader {
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}

* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
/*for loading end */ /*by vijay*/

/*.Pager span
    {
        text-align: center;
        color: #fff !important;
        display: inline-block;
        padding:8px 15px;
        text-align: center;
        background-color: #ad8505;
        margin-right: 0px;
        line-height: 150%;
        border: 1px solid #ad8505;
    }
    .Pager a
    {
        text-align: center;
        display: inline-block;
        padding:8px 15px;
        text-align: center;
        background-color: #fff;
        color: #7c3520 !important;
        border: 1px solid #ddd;
        margin-right: 0px;
        line-height: 150%;
        text-decoration: none;
    }
    .Pager a:hover { background-color: #eee !important; border-color: #eee !important; }*/

.Pager b {
    display: none
}

.Pager span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #eee;
    border-color: #eee;
    color: #1863AB;
}
.Pager a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #888;
    transition: .4s;
    border-color: #eee;
}
.Pager > a:focus, .Pager > a:hover, .Pager > span:focus, .Pager > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.Pager > .active > a, .Pager > .active > a:focus, .Pager > .active > a:hover, .Pager > .active > span, .Pager > .active > span:focus, .Pager > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
 