.DataGrid
{
	direction:ltr;
	width: 100%;
	border-collapse: collapse;
}
.DataGridTitle
{
}
.DataGrid TD
{	
	font-family: arial;
	border: solid 1px #6699CC;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	text-align: right !important;
	direction:rtl;
}
.DataGrid .HeaderStyle TD
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #7fccff;
	border: solid 1px #6699CC;
	padding: 1px 5px 1px 5px;
}
.DataGrid .HeaderStyle A
{
	color: black;
	text-decoration: underline;
}
.DataGrid .HeaderStyle A:hover
{
	text-decoration: underline;
}
.DataGrid .ItemStyle
{
	border: solid 1px #6699CC;
}
.DataGrid .ItemStyleOver
{
	background-color: #faf7f0;
}
.DataGrid .AlternatingItemStyle
{
	border: solid 1px #6699CC;
}
.DataGrid .AlternatingItemStyleOver
{
	background-color: #faf7f0;
}
.DataGrid .PagerStyle TD
{
	padding: 10px 10px 10px 10px;
}







.DataGridToolBar
{
	height: 32px;
}
.DataGridToolBarDevider
{
	width: 32px;
	width: 2px;
}
.ToolbarLink
{
	color: blue;
	text-decoration: underline;
}
.ToolbarButton
{
	font-size: 11px;
	font-family: arial;
	background-color: #fdfcf8;
	color: black;
	border: solid 1px #ae9e8d;
	cursor: hand;
	padding: 0px 3px 0px 3px;
}


THEAD .arrow
{
	font-size: 12px;
	overflow: hidden;
	width: 10px;
	color: black;
	font-family: webdings;
	margin-top: 1px;
	margin-right: 3px;
}
.CurrencyFormatter
{
	color: Red;
}
