﻿/*Common Gridview*/


.gvCustomPager {
    text-align: center;
}

.gvGoTo {
    text-align: right;
}

.commonPreNext {
    font-size: 16px;
    font-weight: bold;
}

.commonGvPadding {
    padding-top: 40px;
    padding-bottom: 20px;
}

.commonGv {
    background: #f8f8f8;
}

.commonGvRow td {
    border-bottom: 1px dotted silver;
    vertical-align: top;
    padding: 20px;
    text-align: center;
}

.commonGvRow2 td {
    border-bottom: 1px dotted silver;
    vertical-align: top;
    padding: 15px;
    text-align: center;
}

.commonGvAltRow td {
    border-bottom: 1px dotted silver;
    vertical-align: top;
    padding: 15px;
    text-align: center;
    background-color: #fff;
}

.commonGvRow3 td {
    border-bottom: 1px dotted silver;
    vertical-align: top;
    padding: 5px 15px;
    text-align: center;
}

.commonGvAltRow3 td {
    border-bottom: 1px dotted silver;
    vertical-align: top;
    padding: 5px 15px;
    text-align: center;
    background-color: #e7fadc;
}

.commonGvRow4 td {
    border-bottom: 1px dotted silver;
    vertical-align: top;
    padding: 5px 12px;
    text-align: center;
}

.commonGvAltRow4 td {
    border-bottom: 1px dotted silver;
    vertical-align: top;
    padding: 5px 12px;
    text-align: center;
    background-color: #e7fadc;
}

.commonGvAltRow5 td {
    border-bottom: 1px dotted silver;
    vertical-align: top;
    padding: 20px;
    text-align: center;
    background-color: #e7fadc;
}

.common_gv_head {
    border-bottom: 1px solid red !important;
}

    .common_gv_head th {
        padding: 5px;
        text-align: center;
        border-bottom: 1px solid red !important;
    }


.common_gv_head_small th {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid red !important;
    font-size: 12px;
    font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}

.common_gv_head_super_small th {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid red !important;
    font-family: Arial, 'Open Sans', Helvetica, sans-serif;
}

.highlightRow {
    background-color: #dffcce !important;
}

.localRow {
    background-color: #dffcce;
}

.nonLocalRow {
    background-color: #b2e3fb;
}

.farRow {
    background-color: #faa58b;
}




/**************************************************************************************************************/



/*Common Gridview End*/
