hr
{
	margin: 5px;
}

img
{
	border: none;
}

#img_gray
{
	FILTER: gray;
}

#img_disabled
{
	cursor: not-allowed;
	filter:alpha(opacity=25);
	opacity:.25;
}

/* vo FN smark - vyznaci vyhladany text*/
.label_search
{
	background-color: #FFFF99;
}

/*	div + ajax combo box - pisem a v okne sa zobrazuje vysledok	*/
.combobox
  { 
  	margin:0px;
  	padding:0px;
  	width: 1px;
  	height: 1px;
  	overflow:auto;
  	position: absolute;
  	z-index: 99;
  }

/*	info()	- zlty ficur	*/
.infobox
  { 
	text-align: left;
  	right: 20px;
	top: 120px;
  	margin:0px;
  	padding:8px;
  	background-color: #FFFF66;
  	position: absolute;
  	z-index: 99;
  	border: 1px solid gray;
  }


.ajax_loading
{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 70px;
	right: 10px;
	padding: 0px;
	filter:alpha(opacity=90);
	opacity:.90;
}
.ajax_loading_hide
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	background-color: gray;
}

/*	v logoch preview logu	*/
.preview
{
	width: 450px;
	height: 150px auto;
	color: navy;
	font-weight: normal;
	background-color: #F5F5F5;
	border: 1px solid navy;
	padding: 10px;
	position: absolute;
	top: 200px;
	left: 530px;
}