/* main */
.careers_tbl_main
{
	width: 563px;
	font-family: Arial;
	font-size: 13px;
	height: 480px;
}

.careers_space
{
	height: 100%;
}

TD.careers_job_line
{
	/*height: 10px;
	border-bottom: 1px solid #335b84;*/
}

TD.careers_job_line_empty
{
	display:none;
}

IMG.careers_tans
{
	width: 1px;
	height: 1px;
}

IMG.careers_tans_empty
{
	display: none;
}


/* group */
.careers_group
{
	width: 563px;
	background-image: url(../../images/1.en/careers_v2/group_arrow_close.gif);
	background-repeat: no-repeat;
	background-position: 542px 7px;
	background-color: #21558C;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 28px;
	height: 40px;
	border-top: 9px solid white;
	border-bottom: 9px solid white;
}

/* job - table */
.careers_jobs
{
	
}

/* job - title */
.careers_job_title_close, .careers_job_title_open
{

}

.careers_job_name_close
{
	width: 500px;
	background: url(../../images/1.en/careers/plus.gif) left no-repeat #E4FDD4;
	color: #9F2A01;
	font-weight: bold;	
	font-size: 13px;
	padding-left: 28px;
	text-decoration: underline;
	height: 24px;
	border-bottom: 1px solid white;
	cursor: hand;
}

.careers_job_name_open
{
	width: 500px;
	background: url(../../images/1.en/careers/minus.gif) left no-repeat #E4FDD4;
	color: #9F2A01;
	font-weight: bold;	
	font-size: 13px;
	padding-left: 28px;
	text-decoration: underline;
	height: 24px;
	border-bottom: 1px solid #E4FDD4;
	cursor: hand;
}

.careers_job_id_close, .careers_job_id_open
{
	width: 63px;
	background-color: #E4FDD4;
	color: #444444;
	font-size: 13px;
	font-weight: normal;	
	height: 24px;
	border-bottom: 1px solid white;
	cursor: hand;
}
.careers_job_id_open
{
	border-bottom: 1px solid #E4FDD4 !important;
}

/* job - details */
.careers_job_details_close
{
	display: none;
}

.careers_job_details_open
{
	width: 563px;
	color: #444444;
	background-color: #E4FDD4;
	border-bottom: 5px solid #FFFFFF;
}

.careers_job_details_title
{
	width: 563px;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	background: url(../../images/1.en/careers/bullet.gif) left no-repeat #E4FDD4;
	height: 22px;
	padding-left: 28px;
}

.careers_job_details_title_empty, .careers_job_details_text_empty
{
	display: none;
}

.careers_job_details_text
{
	font-size: 13px;
	color: #444444;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.careers_job_details_image
{
	float: right;
}

/* job - more details */
.careers_job_more_details_title
{
	width: 100px;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	height: 22px;
	padding-left: 28px;
}

.careers_job_more_details_text
{
	width: 463px;
	font-size: 13px;
	color: #444444;
	padding-top: 4px;
	padding-bottom: 4px;
}

.careers_job_more_details_title_empty, .careers_job_more_details_text_empty
{
	display: none;
}

/* job - send resume */
A.careers_job_send_resume
{
	width: 100% !important;
	text-align: center !important;
}

A.careers_job_send_resume:HOVER
{
	cursor: hand;
}

IMG.careers_job_send_resume_off
{
	width: 70px;
	height: 22px;
	margin-top: 15px;
	/*margin-left: 28px;*/
	margin-bottom: 15px;
	border: 0px;
	cursor: hand;
}

IMG.careers_job_send_resume_on
{
	
}

/* paging */
.careers_paging
{
	
}

