﻿.grid_Table
{
    background-color: #F5F5F5;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #ccc;
    margin-top: 2px;
    margin-bottom: 5px;
    word-break: break-all;
    word-wrap: break-word;
}
.grid_Table th
{
    border: 1px solid #ccc;
    height: 30px;
}
.grid_Table td
{
    border: 1px solid #ccc;
    height: 25px;
}
.grid_Table input
{
    border: 0px;
}
.grdHeader
{
    background: url(images/DataGrid/title_bg.gif) repeat-x left bottom;
    color: #000000;
    font-weight: bold;
    height: 30px;
}
.grdHeader th:hover
{
    background: url(images/DataGrid/title_bg_over.gif) left bottom repeat-x;
}
.grdTableBorder
{
    background-color: #ffffff;
}
.grdRow
{
    background-color: #ffffff;
    color: #666666;
    height: 20px;
}
.grdRow td.money
{
   text-align:right;
   padding-right:3px;
}
.grdAlternationRow
{
    background-color:#F4FEF6;/* #F2F6FC;*/
    color: #666666;
    height: 20px;
}
.grdAlternationRow td.money
{
   text-align:right;
   padding-right:3px;
}
.SelectedRow
{
    background-color: #FFFACB;
    color: #333333;
    height: 20px;
}
.SelectedRow td.money
{
   text-align:right;
   padding-right:3px;
}
.grdPager
{
    background-image: url(Images/Common/grid_pager_bg.gif);
    color: #0662AB;
    text-align: left;
}
.grdPager a:link
{
    color: #0662AB;
}
.grdPager a:Visited
{
    color: #0662AB;
}
.grdPager a:Hover
{
    background-image: url(Images/Grid/tablethbg.gif);
    color: #0662AB;
}
.TextIndent
{
    text-indent: 5px;
}
.grdPager_Img
{
    padding-left: 15px;
}
