﻿
.GridLayout 
{
    /* width:460px; */
}

.GridLayout .ExternalHeader
{
    
}

.GridLayout .ExternalHeader .AddRow
{
 text-align: right; 
 padding: 0px 0px 10px 0px;
}


.GridLayout .ExternalFooter
{
    padding: 10px 0px 5px 0px;
}

.GridLayout .ExternalFooter .DeleteSelected
{
   float:left;
}

.GridLayout .ExternalFooter .ActionButton
{
   float:left;
}

.GridLayout .ExternalFooter .Pager
{
    float:right;
}

.GridLayout .gridView
{
    clear: both;
}


.CheckBoxColumn
{
   width:20px;
}

.gridFooter
{
   background-image:url(../images/backgrounds/yellow_header_bar_bg.gif);
   background-repeat:repeat-x;
   background-position:left top;
}