/*Start Loader Css */
 .modal
        {
            position: fixed;
            top: 0;
            left: 0;
            background-color: black;
            z-index: 99;
            opacity: 1;
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            min-height: 100%;
            width: 100%;
        }
        .loading
        {
            font-family: Arial;
            font-size: 10pt;            
            border-radius:5px;
            box-shadow:0px 3px 10px 1px gray;
            background-color: red;
            width: 300px;
            height: 200px;
            display: none;
            position: fixed;
            background-color: White;
            z-index: 999;
        }
        .boxshadow
        {
            border: 0.5px solid gray;
            padding:20px;
            border-radius:5px;
            box-shadow:0px 3px 10px 1px gray;
            
        }
/*End Loder Css*/

/* table style*/
        .textstyle
        {
            font-weight: bold;
            color: Gray;
            font-size: small;
        }
        .tablestyle
        {
            padding: 8px;
            text-align: justify;
            vertical-align: top;
        }
        .tdcenter
        {
            text-align: center;
        }
 /* end table style   */