
TR.DataGridRow2
{     behavior: url(/EDIP/web/htc/datagrid.htc);
}
tr.DataGridRow
{     
    behavior: url(/EDIP/web/htc/DataGridRow.htc);
}
span.DataBox
{
	behavior: url(/EDIP/web/htc/DataBox.htc);
}

span.IntegerBox
{
	behavior: url(/EDIP/web/htc/IntegerBox.htc);
}
span.TextBox
{
	behavior: url(/EDIP/web/htc/TextBox.htc);
}

span.DecimalBox
{
	behavior: url(/EDIP/web/htc/DecimalBox.htc);
}

select.LargeCombo
{
	behavior: url(/EDIP/web/htc/ListBox.htc);
}

div.PageCaller
{
	behavior: url(/EDIP/web/htc/PageCaller.htc);
}

table.CheckBoxList
{
	behavior: url(/EDIP/web/htc/CheckBoxList.htc);
}