﻿#PreLoader {
    /*make visible*/
    display: none; /*position it 200px down the screen*/
    position: absolute;
    padding-top: 1%;
    padding-left: 1%;
    left: 0px;
    width: 99%;
    height: 98%;
    min-height: 98%;
    min-width: 99%;
    z-index: 999;
    text-align: center; /*in supporting browsers, make it       a little transparent*/
    background-color: Gray;
    filter: alpha(opacity=75); /* internet explorer */
    -khtml-opacity: 0.75; /* khtml, old safari */
    -moz-opacity: 0.75; /* mozilla, netscape */
    opacity: 0.75; /* fx, safari, opera */
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#Notification {
    position: absolute;
    border: 2px solid #c93;
    background-color: Silver;
    padding: 10px;
    left: 30%;
    align: center;
    top: -170px;
    text-align: center;
    z-index: 998;
}

#NotificationMessage {
    text-align: center;
    padding-left: 10px;
    padding: 0px 0px 0px 0px;
}

#ImgPreloader {
    src: url('Images/PreloaderImage.gif');
    position: absolute;
    top: 48%;
    left: 47%;
}

.GridContainer {
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
}

.DetailContainer {
    background-image: url('Images/InnerDetailBG.gif');
    background-repeat: repeat-x;
    background-attachment: fixed;
    width: 90%;
}

.leftCornor {
    width: 5%;
}

.rightCornor {
    width: 5%;
}

.MenuItem {
    border-style: none; /*border-bottom-style: groove;     border-color: Blue;     border-width: 2px;*/
}

.paraCopy {
    border-right: medium none;
    border-top: medium none;
    font-size: 12px;
    border-left: medium none;
    line-height: 20px;
    border-bottom: medium none;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    list-style-type: circle;
    list-style-position: outside;
    color: #000000;
}

/*input.button_image {
    background-image: url('../Images/New.png');
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 16px;
    padding-left: 16px;
    vertical-align: middle;
}*/

.mandatory {
    color: Red;
    font-size: 13px;
}

.lbl {
    color: #01397B;
    font-size: 13px;
}

.btnstyle {
    border-radius: 5px;
    height: 30px;
    padding-left: 26px;
    border-style: none;
    background-color: #1C2942;
    background-repeat: no-repeat;
    background-position: left center;
    color: White;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    font-family: Calibri;
}

.btnheader {
    height: 20px;
    padding-left: 16px;
    border-style: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    color: black;
    cursor: pointer;
    font-size: 14px;
    font-family: Calibri;
}

.lblHeader {
    background: -o-linear-gradient(bottom, #0073AA 5%, #7eb9f8 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0073AA), color-stop(1, #7eb9f8));
    background: -moz-linear-gradient( center top, #0073AA 5%, #7eb9f8 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0073AA", endColorstr="#7eb9f8");
    background: -o-linear-gradient(top,#0073AA,#7eb9f8);
    background-color: #0073AA;
    height: 30px;
    color: white;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    /*border-radius: 3px;*/
    border-radius: 7px 0px;
}

/*Ajax Modal Popup */
.modalBackground {
    /*background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.4;*/
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalPopup {
    /*border-radius: 10px;*/
    background-color: white;
    border: 5px solid lightgray;
    z-index: 10000 !important;
    /*line-height: 25px;*/
}

    .modalPopup .head {
        background: -o-linear-gradient(bottom, #0073AA 5%, #172338 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0073AA), color-stop(1, #172338));
        background: -moz-linear-gradient( center top, #0073AA 5%, #172338 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0073AA", endColorstr="#172338");
        background: -o-linear-gradient(top,#0073AA,#172338);
        background-color: #0073AA;
        height: 30px;
        color: white;
        line-height: 30px;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
        padding-left: 10px;
    }

    .modalPopup .body {
        color: black;
        /*line-height: 30px;*/
        font-size: 13px;
        font-weight: bold;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modalPopup .foot {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

/* HTML Table */
.CSSTableGenerator {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .CSSTableGenerator table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .CSSTableGenerator table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .CSSTableGenerator table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .CSSTableGenerator tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .CSSTableGenerator tr:hover td {
    }

    .CSSTableGenerator tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .CSSTableGenerator tr:nth-child(even) {
        background-color: #ffffff;
    }

    .CSSTableGenerator td {
        vertical-align: middle;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px; /*text-align: center;*/
        padding: 3px;
        font-size: 10px;
        font-weight: normal;
        color: #000000;
    }

    .CSSTableGenerator tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .CSSTableGenerator tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    /*.CSSTableGenerator tr:first-child td {
        background: -o-linear-gradient(bottom, #5AC0C2 5%, #A5DAC6 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5AC0C2), color-stop(1, #A5DAC6) );
        background: -moz-linear-gradient( center top, #5AC0C2 5%, #A5DAC6 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5AC0C2", endColorstr="#A5DAC6");
        background: -o-linear-gradient(top,#5AC0C2,#A5DAC6);
        background-color: #5AC0C2;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        height: 15px;
    }

    .CSSTableGenerator tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #5AC0C2 5%, #A5DAC6 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5AC0C2), color-stop(1, #A5DAC6) );
        background: -moz-linear-gradient( center top, #5AC0C2 5%, #A5DAC6 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5AC0C2", endColorstr="#A5DAC6");
        background: -o-linear-gradient(top,#5AC0C2,#A5DAC6);
        background-color: #5AC0C2;
    }*/

    .CSSTableGenerator tr:first-child td {
        background: -o-linear-gradient(bottom, #0073AA 5%, #172338 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0073AA), color-stop(1, #172338));
        background: -moz-linear-gradient( center top, #0073AA 5%, #172338 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0073AA", endColorstr="#172338");
        background: -o-linear-gradient(top,#0073AA,#172338);
        background-color: #0073AA;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        height: 15px;
    }

    .CSSTableGenerator tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #0073AA 5%, #172338 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0073AA), color-stop(1, #172338));
        background: -moz-linear-gradient( center top, #0073AA 5%, #172338 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0073AA", endColorstr="#172338");
        background: -o-linear-gradient(top,#0073AA,#172338);
        background-color: #0073AA;
    }

    .CSSTableGenerator tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }



