/* DEFINICIA VZHLADU DATAGRIDU */

.datagrid
{
	width: 100%;
}

.datagrid-navigator
{
	margin: 0px;
}

.datagrid-navigator table
{
	 font-family: MS Sans Serif, helvetica, sans-serif, arial; 
	 font-size: 11px;
	 color: #000000; 
	 background-color: #CCD0DB;
}

.datagrid-dropdownlist
{
	font-size: 11px; 
	font-family: MS Sans Serif, helvetica, sans-serif, arial; 
}

.datagrid-button
{
	font-size: 11px; 
	font-family: MS Sans Serif, helvetica, sans-serif, arial; 
	width: 100px;
}

.datagrid-content
{
	font-size: 11px; 
	font-family: MS Sans Serif, helvetica, sans-serif, arial;
	background-color: #DDDDDD; 
	border-top: 2px solid #FFFFFF;
}

.datagrid-content th
{
	background-color: #DCD8D0; 
	color: #000000;
}

.datagrid-content-form
{
	margin: 0px; padding: 0px;
}

/* koniec definicie vzhladu datagridu */

#filter
{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C4C0B8; 
}