/* Vacancies query div */

#vacancies_query h3 {
	margin-top: 15px;
}

#vacancies_query .text {
	width: 375px;
}

#vacancies_query .button {
	margin-left: 10px;
}

#content #vacancies_query input.button, #content #vacancies_filters input.button, .login input.button {
	border: 2px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #797979;
	font-weight: bold;
	background-color: #f1f1f1;
	font-size: 0.9em;
	padding:1px 5px;
	width: 63px;
}

#content #vacancies_query input.button:active, #vacancies_filters input.button:active {
	border: 2px solid #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

/* Vacancies result table */

table.vacancies {
	border-collapse: collapse;
	width: 100%;
}

.vacancies th {
	text-align: left;
	font-size: 1.3em;
	padding: 5px;
	font-weight: normal;
}

.vacancies th a, .vacancies td.caption a {
	text-decoration: none;
	color: #666666;
}

.vacancies th a:hover {
	text-decoration: underline;
}

.vacancies td {
	font-size: 1.1em;
	padding: 0 5px 5px 5px;
	vertical-align: top;
}

.vacancies td.caption {
	padding: 5px 5px 0 5px;
	font-size: 1.3em;
	font-weight: bold;
}

.vacancies tr.entry {
	cursor: pointer;
}

.vacancies tr.entry.odd {
	background-color: #eeeeee;
}

.vacancies tr.entry.highlight {
	background-color: #cccccc;
}

.paging {
	margin-top: 20px;
}

/* Vacancies right filter box */

#vacancies_filters a {
	text-decoration: none;
	color: #797979;
}

#vacancies_filters h4, #vacancies_main h4 {
	margin-top: 10px;
}

#vacancies_filters h4.u, #vacancies_main h4.u {
	margin-bottom: 10px;
	margin-top: 0;
}

#vacancies_filters ul, #vacancies_query ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#vacancies_filters li {
	margin: 2px;
	color: #797979;
	font-size: 1.3em;
	white-space: nowrap;
	overflow: hidden;
	width: 186px;
}

#vacancies_filters p {
	margin: 10px 0;
}

/* Vacancy presentation */

div#vacancy_description {
	font-size: 1.2em;
}

div#vacancy_description li {
	font-size: inherit;
}

#vacancy_box {
	margin-top: 15px;
}

#vacancy_box table th {
	text-align: right;
	padding: 0 10px;
}

/*
div.careerlevel {
	background: transparent url('../images/careerlevel.gif') no-repeat -44px 0;
	height: 12px;
	width: 44px;
}

div.careerlevel.l0-2 {
	background-position: -30px 0;
}

div.careerlevel.l3-5 {
	background-position: -15px 0;
}

div.careerlevel.l6-10 {
	background-position: 0 0;
}
*/

