/* Version: $Id: style_search.css 696 2010-03-11 09:34:25Z svarcm $ */

/*
	CSS for search forms (common for CZ and SK version)
	
	2010/03/03 - 
*/

ul.tab {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	background-image: url(../images/tab_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
ul.tab li {
	float: left;
	text-align: center;
}
ul.tab li a.active {
	width: 90px;
	height: 20px;
	display: block;
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	color: #EC7601;
	text-decoration: none;
}
ul.tab li a.inactive {
	display: block;
	width: 90px;
	height: 20px;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
}
ul.tab li a.inactive_rc {
	display: block;
	width: 90px;
	height: 20px;
	background-image: url(../images/tab_inactive_right_end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
}
ul.tab li a.inactive_rc_end {
	display: block;
	width: 90px;
	height: 20px;
	background-image: url(../images/tab_inactive_right_s_end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
}
ul.tab li a.inactive_lc {
	display: block;
	width: 90px;
	height: 20px;
	background-image: url(../images/tab_inactive_left_end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
}
ul.tab li a.inactive_lc_end {
	display: block;
	width: 90px;
	height: 20px;
	background-image: url(../images/tab_inactive_left_s_end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
}
ul.tab li a.inactive_ls {
	display: block;
	width: 90px;
	height: 20px;
	background-image: url(../images/tab_inactive_left.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
}
ul.tab li a.inactive_rs {
	display: block;
	width: 90px;
	height: 20px;
	background-image: url(../images/tab_inactive_right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
}

ul.tab li.blank {
  text-align: left;
  background-position: 0 4px; 
  width: 153px; 
  height: 20px; 
  background-image: url(../images/tab_blank.gif); 
  background-repeat: repeat-x; 
  padding-top: 10px;
}

ul.tab li.blank div {
  text-align: center;
  margin: auto;
}

ul.tab li.blank div img {
  margin-top: -6px;
  @margin-top: -4px;
  _margin-top: -6px;
  vertical-align: top;
  padding-right: 3px;
}

ul.tab li a.arrow {
	color: #0033AC;
	text-decoration: underline;
	font-size: 12px;
}
ul.tab li a:hover {
	color: #E86E01;
	text-decoration: underline;
}

div.tabcontent {
	background-color: #FCF9E0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #91A7B4;
	border-bottom-color: #91A7B4;
	border-left-color: #91A7B4;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0;
	clear: both;
	padding-right: 14px;
}

div.tabcontent table a.arrow {
	color: #0033AC;
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
}
div.tabcontent table a:hover {
	color: #E86E01;
	text-decoration: underline;
}
div.tabcontent table td {
	font-size: 11px;

}
table.subsearch td.head {
	font-size: 12px;
	background-color: #F6EEAE;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #C42E00;
	font-weight: bold;
}

table.subsearch td.head h1 {
	/* font-size: inherit; */
	font-size: 12px; /* IE fix */ 
	margin: 0;
	padding: 0;
	font-size: inherit;	
}
	
table.subsearch ul {
	margin: 0;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}
table.subsearch li {
	background-image: url(../images/icon_li_company.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	padding-bottom: 2px;
}
table.subsearch li a {
	color: #0033AC;
}
table.subsearch li a:hover {
	color: #E86E01;
	text-decoration: underline;
}
table.subsearch td.abcd div {
  height: 100px;
	margin: 10px 40px 0 40px;
}
table.subsearch td.abcd a {
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px 0;
	width: 20px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	color: #0033AC;
	margin-right: 2px;
	margin-top: 10px;

}
table.subsearch td.abcd a.other {
	width: 70px;
	border: 0;
	text-align: right;
	text-decoration: underline;
}

input.submit{
	background-image: url(../images/submit.gif);
	background-repeat: no-repeat;
	width: 100px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border: none !important;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EB7401;
	z-index: 100;
	cursor: pointer;
	padding-bottom: 4px;
	padding-top: 4px;
}
form {margin:0;padding:0}
div.boxnavi {
	font-size: 11px;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.boxnavi a {
	color: #0033AC;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}
div.boxnavi a:hover {
	color: #E86E01;
}
div.boxnavi h2 {
	color: #EA7101;
	font-size: 14px;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;

}
div.boxnavi h3 {
	color: #EA7101;
	padding: 0;
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.mb {margin-bottom:2px;margin-right:4px}
.gt {color:#666}


/* Pridano 2.12.2009 Temporary - Hradecky */

/* Pravy sloupec pro Nabidky prace */
#layout_content_right_2 ul {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  list-style-type: none;
}
#layout_content_right_2 ul li {
  position: relative;
  font-weight: bold;
  padding-left: 14px;
  margin-bottom: 4px;
  background: url(../images/icon_arrow.gif) no-repeat left center;
}
#layout_content_right_2 ul li a {
  color: #0033AC;
}
#layout_content_right_2 ul li a:hover {
  color: #E86E01;
}

/* Selfpromo 215x215 */
#layout_content_right_2 #banner-215x215 {
  margin-top: -12px;
  margin-bottom: 17px;
  padding-top: 17px;
  background: url(../images/bg_title_banner.gif) no-repeat 105% top;
}
#layout_content_right_2 img {
  border: 0;
}


/* spolecne definice pro vsechny vyhledavaci form. */

#layout_content_search .box {
	padding: 3px 13px 13px 13px;
	width: 420px;
}
#layout_content_search .box td {
	vertical-align: top;
	padding: 0 0 4px 0;
}
#layout_content_search table {
	width: 100%;
	border-collapse: collapse;
}
/* "hlavicka" tabulky formulare */
#layout_content_search td.td1 {
	padding: 5px 0 9px 0 !important;
}
#professionList,
#branchList,
#reqLang,
#cmpAct2 {
	height: 86px;
}
#layout_content_search label {
	font: bold 11px Arial;
}
#layout_content_search label strong {
	display: block;
	margin: 0 0 1px 0;
}
#layout_content_search label br {
	display: none;
}


/* Simple search */

.search-simple td {
	padding-bottom: 4px !important;
}


/* Rozsirene hledani */

.advanced .checklab {
	padding-right: 10px;
}
#layout_content_search select {
	width: 204px !important;
	font-size: 13px;
	margin: 0;
}
.advanced #professionList,
.advanced #branchList,
.advanced #local,
.advanced #reqLang {
	height: 118px;
}
.advanced #cmpAct2 {
	height: 92px;
	@height: 102px;
}
#layout_content_search .advanced .simple-selectboxes {
	padding-top: 14px;
}
.advanced .simple-selectboxes select {
	margin: 2px 0 !important;
}
#layout_content_search input#keyword {
	width: 414px;
	font: 13px Arial;
	padding: 2px;
	margin: 0;
}
#layout_content_search td.align-right {
	text-align: right;
}
#layout_content_search td.align-right div {
	float: right;
	text-align: left;
}
#ns-ch label {
	font-weight: normal;
}
#search-submit-wrapper {
	text-align: right;
	vertical-align: bottom !important;
	padding: 0 !important;
}


/* Hledani dle firem */

#search-by-firm select {
	margin-bottom: 12px;
	@margin-bottom: 10px;
}
select#cmpAct {
	height: 134px;
}
select#cmpTp {
	height: 70px;
}


/* Vyhledavani na titulni str. */

#layout_content_search.search-homepage form {
	height: 237px;
	position: relative;
}
.search-homepage select#branchList,
.search-homepage select#professionList {
	height: 70px;
}
#layout_content_search.search-homepage label strong {
	margin-left: 2px;
}
.search-homepage td.advsearch-link {
	padding: 0 !important;
	vertical-align: bottom !important;
}
.search-homepage table.checkboxesEmpAgent {
	position: absolute;
	left: 0;
	bottom: 0;
}


/**
 * Anglicka verze
 */

/* Vyhledavani na titulni str. */

#layout_content_search.search-homepage-en form {
	height: 267px;
}
