﻿
.gridRow
{ 
	
	background-color: #E5E8FF;
	color:black;
	font-family:Verdana;
	font-size:9px;
	padding-left:3px;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

.grid_Edit_cell
{
	background-color: #FFE57C;
	border-style:solid;
	border-width:0px;
}



.gridRowSel
{
	background-color: #F6CECE; 
	color:#020e7c;
	border:solid 1px;
}


.grid_normal_Header
{
    background-color:#020e7c;
    color:White;
    font-weight:normal;
    font-family:Verdana;
    font-size:11px;
    text-align:center;
    border-style:solid;
    border-left-color:White;
    border-top-color:White;
    border-left-width:1px;
    border-top-width:1px;
}


.grid_DashHeader
{
    background-color:#020e7c;
    color:White;
    font-weight:bold;
    font-family:Verdana;
    font-size:9px;
    text-align:center;
    border-style:solid;
    border-left-color:White;
    border-top-color:White;
    border-left-width:1px;
    border-top-width:1px; 
}


.grid_frame
{
	background-color:Window;
	color:Black;
	Height:400px;
	width:100%;
}

.grid_frame_dash
{
	background-color:Window;
	font-family:Verdana;
	font-size:8px;
	color:Black;
	width:100%;
}




















