/**
 * Creative Jobs (beta)
 *
 * Update: 03.01.2009
 */
 
 
/*
 * Formata o formulário de cadastro de job
 *
 */

#content div.body div.fieldset {
	background-color: #EEE;
	padding: 10px;
}
#content div.body div.fieldset-privacy {
	background-color: #DDD;
	padding: 10px;
}
#content div.body div.hidden {
	display: none;
}
#content div.body div.fieldset div.job-type {
	background-color: #DDD;
	padding: 2px 4px;
	margin: 10px 0 20px 0;
}
#content div.body div.fieldset div.job-type label {
	color: #777;
}
#content div.body div.fieldset table tr th {
	width: 110px;
	text-align: right;
	padding: 4px 2px 0 2px;
	vertical-align: top;
}
#content div.body div.steps {
	width: 612px;
	height: 50px;
	background-image: url(../images/jobs-steps.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
}
#content div.body div.step-1 {
	background-position: 0 0;
}
#content div.body div.step-2 {
	background-position: 0 -51px;
}
#content div.body div.step-3 {
	background-position: 0 -102px;
}

/*
 * Formata o detalhamento do job
 *
 */

#content div.body div.job-details p {
	float: left;
	width: 400px;
	margin: 10px 0;
	padding-left: 40px;
	background-position: 0 -1px;
	background-repeat: no-repeat;
}
#content div.body div.job-details p.company {
	line-height: 18px;
	background-image: url(../images/jobs-ico-company.png);
	color: #888;
	font-size: 11px;
}
#content div.body div.job-details p.company a {
	font-size: 11px;
}
#content div.body div.job-details p.company strong {
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	color: #333;
}
#content div.body div.job-details p.company strong span {
	font-weight: normal;
}
#content div.body div.job-details p.comment {
	background-position: 8px -1px;
	line-height: 22px;
	background-image: url(../images/jobs-ico-comment.png);
}
#content div.body div.job-details p.locale {
	background-position: 8px -1px;
	line-height: 22px;
	background-image: url(../images/jobs-ico-locale.png);
	color: #888;

}
#content div.body div.job-details p.locale acronym {
	border-bottom: 1px dotted #AAA;
	font-weight: bold;
	cursor: help;
}
#content div.body div.job-details div.candidate-box {
	float: right;
	width: 100px;
	margin-top: 10px;
}
#content div.body div.job-details div.candidate-box div.count {
	text-align: center;
	font-size: 12px;
	width: 90px;
	height: 50px;
	color: #888;
	padding: 20px 0;
	background: url(../images/jobs-candidate-bg.jpg) 0 0 no-repeat;
	display: block;
	margin: 0 5px;
}
#content div.body div.job-details div.candidate-box div.count span {
	font-size: 32px;
	color: #222;
	display: block;
	padding: 8px 0 10px 0;
}
#content div.body div.job-details div.candidate-box a {
	display: block;
	width: 100px;
	height: 25px;
	background: url(../images/jobs-candidate-button.jpg) 0 0 no-repeat;
	text-indent: -999999px;
	margin-top: 16px;
}
#content div.body div.job-details div.candidate-box a:hover {
	background-position: 100% 0;
}
#content div.body div.post-ok {
	text-align: center;
	margin: 20px 0;
}
#content div.body div.post-ok p {
	margin: 20px 0;
}