﻿
/*table .GridTable {
    opacity: 0.8;
    border-collapse: separate;
    border-spacing: 10px 10px;
    display: table;

}*/

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.GridHeader {
    font-family: inherit;
    text-align: left;
    font-size: 16px;
    color: #003f72;
    font-weight: normal;
    text-align: left;
    background: white;
    padding: 12px;
    border: none;
    height: 40px;
    /*margin-bottom: 2px;*/
}
    .GridHeader th {
      /*  border-left: 1px solid gray !important;
        margin-bottom: 2px !important;
        padding: 2px !important;
        bottom: 10px !important;   */    
      
    }

    .GridHeader th a{
       
    }
        .GridHeaderlink {
    font-family: inherit;
    text-align: left;
    font-size: 12px;
    color: #003f72;
}

.GridHeader2 {
    font-family: inherit;
    text-align: left;
    font-size: 12px;
    color: #003f72;
    font-weight: normal;
    text-align: left;
    background-color: transparent;
    background-image: url(images/menu-bg.jpg);
    background-repeat: repeat-x;
    background-position: Bottom;
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #848284;
    border-top: 1px solid #EFEFEF;
    height: 20px;
}

.gridRowNoTheme {
    color: #333333;
    background-color: #ffffff;
    font-weight: normal;
    padding-bottom: 5px;
}

.oddListRowS1 {
    font-family: inherit;
    height: 20px;
    font-size: 11px;
    color: #333333;
    background-color: #fdfdfd;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    vertical-align: middle;
}

.evenListRowS1 {
    font-family: inherit;
    height: 20px;
    font-size: 12px;
    color: #333333;
    background-color: #f1f1f1;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    vertical-align: middle;
}




.input, .select {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    font-size: 11px;
    background-color: #fafafa;
}

input:focus, textarea:focus, select:focus {
    background-color: #deefff;
    border-top-color: #758a9e;
    border-right-color: #758a9e;
    border-bottom-color: #758a9e;
    border-left-color: #758a9e;
}

.button {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    background-color: #d0d1d0;
    font-size: 11px;
    color: #444444;
    font-weight: normal;
    background-image: url('images/formButtonBg.gif');
    background-repeat: repeat-x;
}

    .buttonOn, .button:hover, .button:focus, .buttonOn:focus {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        background-color: #ffffff;
        font-size: 11px;
        color: #444444;
        font-weight: normal;
        background-image: url(images/formButtonBgOn.gif);
        background-repeat: repeat-x;
        border-top-color: #758a9e;
        border-right-color: #758a9e;
        border-bottom-color: #758a9e;
        border-left-color: #758a9e;
    }

        .buttonOn, .button:hover, .button:focus, .buttonOn:focus {
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            background-color: #ffffff;
            font-size: 11px;
            color: #444444;
            font-weight: normal;
            background-image: url(images/formButtonBgOn.gif);
            background-repeat: repeat-x;
            background-position: center;
            border-top-color: #758a9e;
            border-right-color: #758a9e;
            border-bottom-color: #758a9e;
            border-left-color: #758a9e;
        }




/*Grid Footer*/

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 6px 10px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #00617F;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 6px 10px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

        
.hide-me {
    display: none;
}