﻿.grid_toolbar
{
    background-color: #ebeef0;
    border: solid 2px #ebeef0;
    width: 100%;
}

.public_grid
{
    border: solid 2px #ebeef0;
}

.grid_header
{
    background-color: #ffffff;
    border-bottom: solid 1px #ebeef0;
}

.public_grid .grid_header th, .grid .grid_header th a
{
    color:#494D4E;
    font-size:10px;
    font-weight:bold;
    font-family: Verdana;
    letter-spacing:0px;
    text-align:left;
    padding:2px;
}

.public_grid .grid_header th a
{ 
	text-decoration:none;
    padding-right:18px; 
	color:#0066cc;
}

.public_grid .grid_selected
{
    background-color: #eaeef1;
}

.public_grid
{
    text-align: left;
}

.public_grid TH.sortasc A 
{ 
    background:url(../img/grid/asc.gif) right center no-repeat; 
}

.public_grid TH.sortdesc A 
{ 
    background:url(../img/grid/desc.gif) right center no-repeat; 
}

.public_grid .grid_header_label
{
    font-weight: bold;
    color: Black;
}

.public_grid .row
{
    background-color: #ebeef0;
    font-size: 10px;
    font-family: Verdana;
}

.public_grid .altrow
{
    background-color: #ffffff;
    font-size: 10px;
    font-family: Verdana;
}

.public_grid .grid_footer
{
    background-color: #ffffff;
    border: solid 1px #ebeef0;
    font-size: 1px;
}

.public_grid .AlternativeCellStyle
{
    color:Gray;
}

