/* DATAGRID */
.nodatatext
{
	color: Red;
	font-size: 9pt;
}

div.clear{
	clear:both;
	font-size:0px;
	}

div.pager_all{
	padding-top:18px;
	}	
	
div.pager{	
	white-space:nowrap;
	}	
	
div.pager span,
div.pager a:link,
div.pager a:visited{
	display:block;
	float:left;
	margin-right:2px;
	background:url(/App_Themes/DefaultTheme/img/li_page.gif) no-repeat center;
	width:19px;
	height:15px;
	padding:3px 0 0 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;	
	}

div.pager span.curr_page,
div.pager a.curr_page:link,
div.pager a.curr_page:visited,	
div.pager a:hover{
	background:url(/App_Themes/DefaultTheme/img/li_currpage.gif) no-repeat center;
	}

table.list_properties_group{
	/*border:1px solid #D8D8D8;*/
	width: 100%;
	}
	
table.list_properties_group td{
	vertical-align:middle;
	}	
	
table.list_properties_group img{
	vertical-align:middle;
	}	
	
tr.cap_properties_group{
	background:#727A8B;
	height:25px;
	}					
	
tr.cap_properties_group td
{
	background: url(/App_Themes/DefaultTheme/img/line_cap2.gif) #727A8B repeat-y 0px center;
	padding: 0 16px;
	color: #fff;
}
	
tr.cap_properties_group td.one
{
	background:none #727A8B;
}	
	
tr.cap_properties_group td a:link,
tr.cap_properties_group td a:visited{
	text-decoration:none;
	color:#fff;
	}
	
tr.cap_properties_group div.name_properties_group{	
	/*padding-left:33px;*/
	text-align:center;
	white-space:nowrap;
	}
	
tr.cap_properties_group div.name_properties_group img{
	margin-left:7px;
	}	

tr.item_properties_group,
tr.alter_properties_group{
	border-color:#D8D8D8;
	}
	
tr.item_properties_group td,
tr.alter_properties_group td{
	background:url(../img/line_item2.gif) no-repeat 0 center;
	height:25px;
	padding:0 16px;
	color:#000;
	}
	
tr.alter_properties_group td{
	background-color:#D8D8D8;
	}						
		
tr.item_properties_group td.one,
tr.alter_properties_group td.one{
	background:none;	
	}
	
tr.alter_properties_group td.one{
	background:#D8D8D8;
	}
	
tr.item_properties_group div.ico_admin,
tr.alter_properties_group div.ico_admin{
	text-align:center;
	white-space:nowrap;
	}					
	
tr.item_properties_group div.ico_admin img,
tr.alter_properties_group div.ico_admin img{
	margin:0 3px;
	}
	
tr.item_properties_group div.ico_admin img.sort_down,
tr.alter_properties_group div.ico_admin img.sort_down{
	margin-left:-5px;
	}	
/* END DATAGRID */