input.ApplyButton
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color: Black;
	background-color:#0077BB;
	height:20px;
	border-style:solid;
}
input.ClearButton
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color: Black;
	background-color:#0077BB;
	height:20px;
	border-style:solid;
}
input.ClearButtonPE
{
	font-family:Tahoma;
	font-size:7px;
	font-weight:bold;
	color: Black;
	background-color:#0077BB;
	height:14px;
	border-style:solid;
}
.ColumnHeader
{
    color: #ffffff; 
    background-color: #000099; 
    font-family:Tahoma; 
    font-size:8pt; 
    font-weight:bold; 
}
.RowData
{
    font-family:Tahoma; 
    font-size:8pt;
}
.RowDataPE
{
	background-color:#C0C0C0;
    font-family:Tahoma; 
    font-size:8pt;
}
.SelectedRowData
{
	background-color:#00008B;
	color:White;
    font-family:Tahoma; 
    font-size:8pt;
}
.RowDataBold
{
    font-family:Tahoma; 
    font-size:8pt;
    font-weight:bold;
}
.GridTextBox
{
	width:60px; 
    text-align:center;
}
.hrline
{
	color:Black;
	width:100%;
}