body
{
}

.DataGrid
{
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid;
	font-size: x-small;
	border-left: #3366cc 1px solid;
	width: 482px;
	border-bottom: #3366cc 1px solid;
	font-family: Verdana,Tahoma;
	background-color: white;
}

.GridSelectedItem
{
	font-weight: bold;
	color: white;
	background-color: #009999;
}

.GridEditItem
{
}

.GridAlternatingItem
{
	font-size: x-small;
	color: black;
	font-family: Verdana,Tahoma;
	background-color: #ccccff;
	border-left-style:none;
	border-right-style:none;
}
.GridItem
{
	font-size: x-small;
	color: #000099;
	font-family: Verdana, Tahoma;
	background-color: #ffffff;
}
.GridHeader
{
	font-weight: bold;
	color: #ffcc33;
	border-top-style: none;
	font-family: Verdana, Tahoma;
	border-right-style: none;
	border-left-style: none;
	background-color: #003399;
	text-align: right;
	border-bottom-style: none;	
}
.GridFooter
{
	color: #ccccff;
	Border-Style:solid;
	background-color: #003399;
}
A:active
{
	font-family: Verdana, Tahoma;
	color: #ffff33;
	text-decoration: none;
}
A:link
{
	font-family: Verdana, Tahoma;
	color: #ffff33;
	text-decoration: none;
}
A:visited
{
	font-family: Verdana, Tahoma;
	color: #ff9900;
	text-decoration: none;
}
A:hover
{
	font-family: Verdana, Tahoma;
	color: #ff9900;
	text-decoration: none;
}

#lblNoRecords
{
	border-right: #ccffff thin solid;
	border-top: #ccffff thin solid;
	border-left: #ccffff thin solid;
	color: #ffff00;
	border-bottom: #ccffff thin solid;
	font-family: Verdana, Tahoma;
	background-color: #000099;
}

.MyButton
{
	font-family:Tahoma,Arabic Transparent;
	font-weight:bold;
	width: 50px
}
#lblMessage
{
	font-size: x-large;
	color: #ffcc00;
	font-family: 'Arabic Transparent';
}
.Textbox
{
	font-family: Tahoma, Verdana, 'Arabic Transparent';
	text-align: right;
}
.ErrorMessage
{
	font-weight: bold;
	color: #cc0000;
	font-family: 'Arabic Transparent';
}

