.filter {
	padding-left: 10px;
	padding-right: 10px;
}
#filterField {
	background-image: url('../images/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 14px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

.btnInfo {
	background-image: url('../images/btnInfo.png');
	width: 16px;
	height: 15px;
}

.btnInfo:hover {
	background-image: url('../images/btnInfoA.png');
	width: 16px;
	height: 15px;
	cursor:	pointer;
}

.annotation:hover {
	cursor: pointer;
}

#cntTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 14px; /* Increase font-size */
}

#cntTable th, #cntTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#cntTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#cntTable tr.header, 
#cntTable tr.details:hover, 
#cntTable tr.snippet-sources:hover, 
#cntTable tr.snippet-sources:hover+tr.details {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}

#cntTable td {
	font-size: 14px;
	vertical-align:top;
	line-height: 1.3em;
}

#cntTable td a:link,
#cntTable td a:hover,
#cntTable td a:visited {
	color: #0230a5;
}

#cntTable td a:hover {
	color: #d50404;
	/*text-decoration: underline;*/
}

.pagename {
	font-size: 20px;
	font-weight: bold;
	font-family: "Arial";
	line-height: 43px;
	min-height: 43px;
	padding-left: 40px;
	padding-right: 1em;
	display: inline-block;
	background-color: #bbe0ef;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sectionF {
	padding:2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #fff;	
}

.ekon {
	background-color: #e3b812;
}

.tech {
	background-color: #3e53a4;
}

.zdrav {
	background-color: #ee3524;
}

.socped {
	background-color: #51ae26;
}

.head {
	text-transform: uppercase;
	font-size: 12px;
	color: #777;
	padding-left: 40px;
}

td.detaily div.head {
	float:left;
	padding-right: 10px;
	margin-bottom: 3px;
}

td.detaily div.value {
	float: none;
	overflow: hidden;
	margin-bottom: 3px
}

td.detaily div.id {
	margin-top: 10px;
	font-size: 80%;
	padding-left: 40px;
	color: #AAA;
}

.items_count {
	font-size: 12px;
	margin-left: 10px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}