﻿/* Data Web Control Styles */

#csgrid .DataWebControlStyle
{
    font-size: 90%;
}

#csgrid .gridHeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
    border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
}

#csgrid .gridHeaderStyle a, #csgrid .gridHeaderStyle a:visited
{
    color: White;
}

#csgrid .FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

#csgrid .AlternatingRowStyle
{
    background-color: #fcc;
}

#csgrid .RowStyle
{
}

#csgrid .SelectedRowStyle
{
    background-color: Yellow;
}

#csgrid .PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
    font-size:smaller;
}

#csgrid .PagerCurrentPage
{
	background-color: Yellow;
	padding:2px
}

#csgrid .PagerOtherPage
{
	padding:2px
}

#csgrid .SortgridHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}
