/* Vypis brigad (rozsiruje joblist.css) */

/* ze bych dal import joblist.css sem? */

body.joblist.temporary #add-temporary {
    position: absolute;
    left: 123px;
    top: 31px;
    background: url('../images/icons.png') no-repeat 0 -27px;
    padding: 2px 0 2px 26px;
    font-size: 12px;
}
body.joblist.temporary .header .search .branch {
	float: left;
	width: 212px;
	margin: 0 9px 0 0;
}
#branch {width: 210px}
#branch .popup {
	left: -480px;
}
#branch .popup .arrow {
	left: 580px;
}
body.joblist.temporary .header .search .locality {
	float: left;
	width: 325px;
	margin-right: 9px;
}
#locality {width: 323px}
#locality .popup {
	right: auto;
    left: -1px;
}
#locality .popup .arrow {
    left: 165px;
}
