﻿.grid_toolbar
{
    background-color: #ebeef0;
    border: solid 2px #ebeef0;
    width: 100%;
}

.grid
{
    border: solid 2px #ebeef0;
}

.grid_header
{
    background-color: #ffffff;
    border-bottom: solid 1px #ebeef0;
}

.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;
}

.grid .grid_header th a
{ 
	text-decoration:none;
    padding-right:18px; 
	color:#0066cc;
}

.grid_selected
{
    background-color: #eaeef1;
}

.grid
{
    text-align: left;
}

.grid TH.sortasc A 
{ 
    background:url(../img/grid/asc.gif) right center no-repeat; 
}

.grid TH.sortdesc A 
{ 
    background:url(../img/grid/desc.gif) right center no-repeat; 
}

.grid_header_label
{
    font-weight: bold;
    color: Black;
}

.grid .row
{
    background-color: #ebeef0;
    font-size: 10px;
    font-family: Verdana;
}

.grid .altrow
{
    background-color: #ffffff;
    font-size: 10px;
    font-family: Verdana;
}

.grid_footer
{
    background-color: #ffffff;
    border: solid 1px #ebeef0;
    font-size: 1px;
}

.gridView_pager
{
    font-size: 1px;
}
.pager_label
{
    color: Black;
    vertical-align: middle;
    font-size: 10px;
    font-family: Verdana;
}

.grid .footer_button
{
    vertical-align: middle;
    width: 10px;
    height: 16px;
    border: none;
    padding: 0px;
}

.grid .footer_button_disabled
{
    cursor: default;
}


.footer_button_tofirst
{
    background: url(../img/grid/16_navigate_beginning.gif) center center no-repeat;
    cursor: pointer;
}
       
.footer_button_tofirst_disabled
{
    background: url(../img/grid/16_navigate_beginning_disabled.gif) center center no-repeat;
    cursor: default;
}

.footer_button_prev
{
    background: url(../img/grid/16_navigate_left.gif) center center no-repeat;
    cursor: pointer;
}

.footer_button_prev_disabled
{
    background: url(../img/grid/16_navigate_left_disabled.gif) center center no-repeat;
    cursor: default;
}

.footer_button_next
{
    background: url(../img/grid/16_navigate_right.gif) center center no-repeat;
    cursor: pointer;
}

.footer_button_next_disabled
{
    background: url(../img/grid/16_navigate_right_disabled.gif) center center no-repeat;
    cursor: default;
}

.footer_button_tolast
{
    background: url(../img/grid/16_navigate_end.gif) center center no-repeat;
    cursor: pointer;
}

.footer_button_tolast_disabled
{
    background: url(../img/grid/16_navigate_end_disabled.gif) center center no-repeat;
    cursor: default;
}

.AlternativeCellStyle
{
    color:Gray;
}

