@import url(center-common.css);
@import url(right-list-common.css);

/* right */
table#central tr.body td.right div.joblist {
	background-color: #d20d14;
	padding: 1em;
	color: white;
	font-weight: bold;
	text-align: left;
}

table#central tr.body td.right div.joblist ul {
	position: relative;
	left: -1em;
	background-image: url(/images/praca-strzalki-3.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	width: 200px;
	height: 96px;
	padding-top: 26px;
	margin-right: -2em;
	padding-bottom: 20px;
}

table#central tr.body td.right div.joblist li {
	background-image: none;
	padding: 7px 0 7px 2em;
	margin: 3px 0 3px 0;
}

table#central tr.body td.right div.joblist a {
	color: #d20d14;
	font-weight: bold;
	white-space: nowrap;
}

/* application */
table#central table.application {
	border: 0; margin: 1em; font-size: 11px; width: 500px;
}
table#central table.application th {
	padding: 1em; background-color: #dadada; color: #333333; text-align: left; font-weight: bold;
}
table#central table.application th span.paren {
	font-weight: normal;
}
table#central table.application th span.application_step {
	color: #9a9a9a; float: right;
}
table#central table.application td {
	background-color: #eaeaea; color: #323232; text-align: left; padding-left: 1px; padding-right: 1em; margin-top: 2px; margin-bottom: 2px;
}
table#central table.application td.left {
	font-weight: bold; white-space: nowrap; vertical-align: top; text-align: right; padding-left: 1em; padding-right: 1px;
}
table#central table.application td.star {
	font-weight: bold; white-space: nowrap; width: 10px; vertical-align: top; color: red; padding-left: 1px; padding-right: 1px;
}
table#central table.application td.logo {
	height: 53px; background-image: url(/images/appl-bg.png); background-position: 100% 50%; background-repeat: no-repeat;
}
table#central table.application tr.title td {
	font-weight: bold; color: red; padding-left: 1em; padding-right: 1em; border-bottom: 1px #dadada solid;
}
table#central table.application input.check {
	vertical-align: middle; border: 0; width: 1.2em; background-color: transparent;
}
table#central table.application input, table#central table.application select, table.application textarea {
	width: 220px; border: 1px solid #bebebe; color: #333333; background-color: white;
}
table#central table.application input.narrow {
	width: 90px;
}
table#central table.application input.btn_f {
	border: 0; margin-left: 0.5em; margin-top: 3em; margin-bottom: 2em; font-size: 11px; font-weight: bold; color: #333333; cursor: hand; background-color: #eaeaea;
	width: 90px;
	text-align: right;
	padding-right: 28px;
	background-image: url(/images/appl-arr-r.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
table#central table.application input.btn_b {
	border: 0; margin-right: 0.5em; margin-top: 3em; margin-bottom: 2em; font-size: 11px; font-weight: bold; color: #333333; cursor: hand; background-color: #eaeaea;
	width: 90px;
	text-align: left;
	padding-left: 28px;
	background-image: url(/images/appl-arr-l.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
table#central table.application hr {
	width: 100%; height: 1px; border: solid #00669e; border-width: 1px 0 0 0;
}
