.datagrid
{
	BORDER-RIGHT: #cccccc 1px solid; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: #cccccc 1px solid; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	BORDER-LEFT: #cccccc 1px solid; 
	WIDTH: 100%; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	BORDER-COLLAPSE: collapse; 
	BACKGROUND-COLOR: #ffffff; 
}

.datagrid .header 
{
	PADDING-RIGHT: 4px; 
	PADDING-LEFT: 4px;
	FONT-SIZE: 13px; 
	BACKGROUND: url( images/templateTableHeader.gif );
	PADDING-BOTTOM: 2px; 
	MARGIN: 0px; 
	COLOR: #ffffff; 
	PADDING-TOP: 6px; 
	HEIGHT: 25px;
	white-space:nowrap;
}

.datagrid td { PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; BORDER-BOTTOM: #e5e5e5 1px solid; }

.datagrid .itemStyle { background:#f5f5f5; }
.datagrid .alternateItemStyle { background:#fff; }

.datagrid .selectedItemStyle { background:#ffcc66; }
.datagrid .selectedAlternateItemStyle { background:#ffcc66; }


.selectedButton{ background:#ffcc66; }
.selectedRow{ background:#ffcc66; }

td.smalldatagrid { PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #e5e5e5 1px solid; }

/************************************************/
/* These values are for the filter editor table */
.FilterCell_Role { width:67px; }
.FilterCell_Field { width:137px; }
.FilterCell_Not { width:67px; }
.FilterCell_Type { width:167px; }
.FilterCell_Values { width:300px; }
.FilterCell_Delete { width:35px; }

/**************************************************************************************/
/* These values are for the rule table - used in RecordPolicy and DataRetentionPolicy */
.RuleCell_Priority { width:50px }
.RuleCell_FilterName { width:100px }
.RuleCell_FilterConditions { width:100% }
.RuleCell_Action { width:100px }
.RuleCell_Period { width:150px }
.RuleCell_Buttons { width:100px }

.Folder_Comment { width:50% }
.LdapUserCell_Extension { white-space:nowrap; width:140px; }
.LdapUserCell_Button{ width:35px; }
