﻿/* Data Web Control Styles ***************************************************************/
/* pallette
/* background   #FFFFCC light yellow
/* h1           #333    dark grey
/* a link       #333399 dark blue
/* a visited    #6600FF lighter blue
/* a hover      #ccc    grey
/* content bck  #FF9900 orange
/* content_A    #ffcc00 yellow
/* footer       #fff    white
/* xlink        #3366CC blue
/* xlink hover  #666
/* b/crumb      #000    black
/* .grey        #999
*/

.GridViewControlStyle
{
    font-size: 90%;
}
    
.HeaderStyle
{
    background-color: #FFCC00;
    color: #fff;
    font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.AlternatingRowStyle
{
    background-color: #FFCC00;
    vertical-align: top;
}

.RowStyle
{
    background-color: #FF9900;
    vertical-align: top;
}

.SelectedRowStyle
{
    background-color: Purple;
}

.FooterStyle
{
    vertical-align: top;
    background-color: #ccc;
}    


