﻿/* GTable */

.GTC1 /*table column*/
{
    width: 150px;
    text-align: center;
}
.GTC2 /*table column*/
{
    width: 200px;
}
.GTableM
{
    vertical-align: middle;
    text-align: left;
    Width:450px;
    Height: 450px;    
}

/* GridVeiw */
.GV1Css
{ background-color: Transparent; width: 400px; font-family: Arial, Helvetica, sans-serif;}
.GV1RowStyle
{ background-color: #657B8B; /* #34*/ }
.GV1ARowStyle
{ background-color: #87A4B9; /* #33*/ }
.GV1SRowStyle
{ background-color: White;}
.GV1ARowStyle, .GV1RowStyle, GV1SrowStyle
{ height: 25px; text-indent: 10px;}

.GV1Pager, .GV1Header
{background-color: #B1B5BC; /* #11*/ padding: 5px 10px 5px 10px;  height: 30px;}
.GV1Pager
{ text-align: center; margin: 0px auto;}

