﻿
/**************************/
/* Grid */
/**************************/
.grid {
    font-size: 15px;
}

    .grid table {
        border-collapse: collapse;
        border: 1px solid #ccc;
    }

    .grid td, .grid th {
        border: 1px solid #d2d2d2;
    }

    .grid a {
        text-decoration: none;
        border: 0px;
        color: #6990CE;
    }
    /* headerStyle */
    .grid .headerStyle {
        border: medium none;
        height: 30px;
        font-weight: bold;
        background-color: #eae8e8;
        background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
    }

        .grid .headerStyle th,
        .grid .headerStyle td {
            text-align: center;
            font-weight: normal;
        }
    /*itemStyle   alternating */
    .grid .itemStyle {
        /*background-color: #fbfcfd;*/
        color: #333333;
    }

    .grid .alternating {
        background-color: #f3f3f3;
        color: #284775;
    }

        .grid .itemStyle td, .grid .alternating td {
            height: 25px;
            padding: 4px;
        }

        .grid .itemStyle:hover, .grid .alternating:hover {
            background: rgb(221, 221, 221);
        }

    /* pagerStyle */
    .grid .pagerStyle {
        direction: ltr;
        border: 1px solid #d2d2d2;
    }

        .grid .pagerStyle span {
            color: #3F5C85;
            font-weight: bold;
        }

        .grid .pagerStyle a {
        }

        .grid .pagerStyle table {
            border: 0px;
        }

        .grid .pagerStyle td {
            border: 0px;
        }

.divRecordCount {
    padding-right: 10px;
}

.grid .gridNotWidth {
    width: auto !important;
}
/**************************/
/*Finish Grid */
/**************************/
/***********************/
.Paging {
    display: block;
    text-align: right;
    height: 36px;
    line-height: 21px;
    clear: both;
    padding-top: 3px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #d2d2d2;
    border-top-color: rgb(210, 210, 210);
    border-top-style: solid;
    border-top-width: 1px;
    padding: 6px 10px;
    border-top: 0px;
}



.bodyp {
    line-height:2;
}


.footer {
    background-color: #455A64;
    min-height: 100px;
    margin-top: 30px;
}