﻿.mydatagrid
{
width: 80%;
border: solid 1px black;
min-width: 80%;
}
.header
{
background:#b5c48f;
font-family: Arial;
color: White;
border: none 0px transparent;
height: 25px;
text-align: center;
font-size: 12px;
}

.rows
{
font-family: Arial;
font-size: 12px;
color: #000;
min-height: 25px;
text-align: right;
border: none 0px transparent;
}
.rows:hover
{
background-color: #E2E2C2;
font-family: Arial;
color: #000;
text-align: right;
}
.selectedrow
{
background-color: #E2E2C2;
font-family: Arial;
color: #fff;
font-weight: bold;
text-align: right;
}
.mydatagrid a /** FOR THE PAGING ICONS **/
{
background-color: Transparent;
padding: 5px 5px 5px 5px;
color: #fff;
text-decoration: none;
font-weight: bold;
}

.mydatagrid a:hover /** FOR THE PAGING ICONS HOVER STYLES**/
{
background-color: #000;
color: #fff;
}
.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/
{
background-color: #c9c9c9;
color: #000;
padding: 5px 5px 5px 5px;
}
.pager
{
background-color: #646464;
font-family: Arial;
color: White;
height: 30px;
text-align: right;
}

.mydatagrid td
{
padding: 5px;
}
.mydatagrid th
{
padding: 5px;
}