/* Default CSS Stylesheet for a new Web Application project */

/* Improt stylu pro uniwebcomponenty */

@import "UniWebComponets.css";

body
	{ 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		color: #666666; 
		margin-left: 0px; 
		margin-top: 0px; 
		margin-right: 0px; 
		margin-bottom: 0px; 

	} 
table
	{ 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #333333; 
	} 
a:link 
	{ 
		color: #333333; 
		text-decoration: none; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
	} 
a:visited 
	{ 
		text-decoration: none; 
		color: #333333; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
	} 
a:hover 
	{ 
		text-decoration: none; 
		color: #999999; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
	} 
a:active 
	{ 
		text-decoration: none; 
		color: #333333; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
	}
h1
{
	font-size: 12pt;
}
body.filtr td
{
	
}
body.filtr input
{
	height: 18px;
	font-size: 9px;
	width: 107px;
}
body.filtr select
{

	overflow: hidden; 
	height: 16px; font-size: 9px; 
	width: 107px;
}

