﻿body 
{
	font:normal 12px Arial;
}
.PrettyGridView .AspNet-GridView
{
    width: 100%;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #000;
    height:22px;
    background: url(../../Admins/images/bgfooterGrid.png) top left repeat-x;
    font-weight: normal;
    padding: 2px;
}

.PrettyGridView .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    width: 100%;
}

.PrettyGridView .AspNet-GridView table thead tr th
{
    color: #076099;
    background: url(../../Admins/images/bggridhead.gif) top left repeat-x;
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    padding: 4px;
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
    color: #05568b;
}
.PrettyGridView .AspNet-GridView table thead tr th a:hover
{
    color: #05568b;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    padding: 2px 20px 2px 2px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    text-align: right;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}
.createdGrid 
{
	width:180px;
}
.headcolumn 
{
	width:260px;
}
.titleGrid 
{
	width:300px;
}

