﻿.PanelTopClass
{
   font:11px tahoma,sans-serif;
	z-index: 1; 
	width: 100%;
	height : 32px;
}
.PanelGridClass 
{
	font:11px tahoma,sans-serif;
	top: 0px;
	width: 100%;
	height: 50%;
}
.PanelActionClass 
{
	font:11px tahoma,sans-serif;
	background-color : #C00000;
	Height:36px;
	z-index: 101; 
	Width:100%;
}
.GridClass 
{
	font:11px tahoma,sans-serif;
	width: 100%;
	height: 440px; 
}
.LabelDataClass
{
	font: 11px Tahoma;
	PADDING-LEFT: 5px;
	width: 95%;
	height: 18px;
	background-color: transparent;
	color: #000000;
	vertical-align :middle; 
}
.DataEntryClass
{
	Font : tahoma;
	Font-Size:11px; 
	Width:98%;
	border: 1px solid #c1d5e9;
	PADDING-LEFT: 5px;

}
.DropdownListClass{
	Font : tahoma;
	Font-Size:11px; 
	Width:98%;
	height:22px;
	PADDING-LEFT: 5px;
	margin-left : 2px;
	margin-right : 2px; 
}
.gridOddRow{
	font: tahoma;
	font-size : 11px;
	background-color : red;
}
.IDLabelClass 
{
	background-color : yellow;
	font: 11px tahoma black;
	margin: 0% 2px 0% 2px;
	border : 1px solid gray;
	width: 98%;
	height: 20px;
}