﻿

/* grid view pager */
.cGridControlContainer
{
    margin-bottom:10px;
    background: #a3a4a6 url(../images/Frame/SilverGradient.png) repeat-x;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
    display:block;
    width:100%;
    }
.cGridControls
{
    display:block;
    margin-bottom:4px;

    }    
.cPagingButtonContainer
{
    display:inline;
    padding:2px;
    background:#ffffff;
    }
    
.cPageButton
{
    margin-right:8px;
    margin-top:10px;
    padding-left:4px;
    padding-right:4px;
    min-width:14px;
    display:inline-block;
    border:1px solid silver;
    text-decoration:none;
    text-align:center;
    }
.cPageButton:hover
{
    background:#909090;
    color:White;
    }    
.cPageButtonSelected
{
    background:#010101;
    color:#ffffff;
    }

.cCurrentItems
{
    min-width:200px;
    display:inline-block;
    }

.cItemsPerPage
{
    display:inline-block;
    }
    
.cItemsPerPageSelector
{
    
    }

.cFilter
{
    margin-left:50px;
    }

.cSelectionInfo
{
    width:200px;
    float:right;
    }


/* grid view */
.cGrid
{
    width:100%;
    margin-top:20px;
    }
.cGrid caption
{
    background: #999dae url(../images/grids/TopBg.png) repeat-x bottom;
    font-weight:normal;
    text-align:left;
    padding-left:10px;
    padding-top:10px;
    min-height:34px;
    
    border-top-right-radius :6px;
    -moz-border-radius-topright:6px;
    border-top-left-radius 	:6px;
    -moz-border-radius-topleft:6px;
}
.cGrid tr th
{
    background: #999dae url(../images/grids/HeaderBg.png) repeat-x bottom;
    font-weight:normal;
    text-align:left;
    }
.cGrid th, .cGrid td
{
    padding-left:8px;
    padding-right:6px;
    padding-top:3px;
    padding-bottom:3px;    
    border:1px solid #bac0cc;
}

.cGrid td
{
    color:#5f627b;
    text-transform: capitalize;
    }
.cGrid td a
{
    /*color:#000000;*/
    }
.cGrid td a:hover
{
   /* color:#0077dc;*/
    }    
       
.cGrid_AlternateRow
{
    background:#ffffff;
    }
.cGrid_HoverRow
{
    background:#ccd0da;
    }    
    
.cGrid_FooterRow
{
    background: #b9becb url(../images/grids/BottomBg.png) repeat-x bottom;
    font-weight:normal;
    text-align:left;
    padding-left:10px;
    padding-top:10px;
    min-height:34px;
    
    border-bottom-right-radius :6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-left-radius 	:6px;
    -moz-border-radius-bottomleft:6px;
}    