﻿/* GridView*/
.tableView
{
    color: #333333; /*border-collapse:collapse;*/
    white-space: nowrap;
}
.tableView caption
{
    background-color: #7f7f9c;
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
}
.tableView td
{
    padding: 3px;
    white-space: nowrap;
}

.tableViewRow
{
    background-color: #eeeeee;
    color: #333;
}
.tableViewAlternatingRow
{
    background-color: #FAFAFA;
    color: #333;
}

.tableViewPager
{
    vertical-align: middle;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px; /*   background-position: 0% 0%;*/
    background-color: #dcdcdc;
}
.tableViewHeader, .tableViewFooter
{
    background-color: #C0C0C0;
    color: #fff;
    font-weight: bold;
    height: 20px;
}