.mydatagrid
{
    width: 80%;
    border: solid 0.5px gray;
    min-width: 80%;
}
.header
{
   /* background-color: #808080;*/
    background-color: #3fa1ca;
    font-family: Arial;
    border: none 0px transparent;
    height: 15px;
    text-align: center;
    font-size: 10px;
}
.header6
{
    /*background-color: #808080;*/
    background-color: #3fa1ca;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 15px;
    text-align: center;
    font-size: 12px;
}

.rows
{
    background-color: white;
    font-family: Arial;
    font-size: 11px;
    /*color: black;*/
    min-height: 10px;
    text-align: left;
    border: 1px solid;
    border-color: gray;
}
.rows1
{
    background-color: white;
    font-family: Arial;
    font-size: 12px;
    color: black;
    min-height: 10px;
    text-align: left;
    border: 1px solid;
    border-color: gray;
}
.rows6
{
    background-color: white;
    font-family: Arial;
    font-size: 12px;
    color: black;
    min-height: 25px;
    text-align: left;
    border: 1px solid;
    border-color: gray;
}
.rows1:hover
{
    background-color: #0a002d;
    font-family: Arial;
    color: #0a002d;
    text-align: left;
}

.rows:hover
{
    background-color: #008CBA;
    font-family: Arial;
    /*color: white;*/
    text-align: left;
}
.rows:hover link
{
    /*color: White;*/
}
.rows1:hover link
{
    color: #0a002d;
}
.selectedrow
{
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
}

.pager
{
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td
{
    padding: 5px;
}
.mydatagrid th
{
    padding: 5px;
}



.button15
{
    background-color: #008CBA; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}



.button11
{
    background-color: #008CBA; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}


