/*****************************************************************************
* Copyright © 2010 Gameloft Romania.
*
* Style
* v1.0
*
* Description:
* Styles needed for the web site layout.
*
* Author: Bogdan Amartisoaie <bogdan.amartisoaie@gameloft.com>
* Last modifications: Friday, February 26, 2010
*
* History:
* 1.0 - creation of the file
*****************************************************************************/

body {
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
}

/***************************************************************************** JOBS */

.table_jobs{
	
}

.jobs_image {
	position: relative;
	float: left;
	
	left: 0px;
	top: 0px;
	
	margin-top: 30px;
	margin-left: 30px;
	
	width: 69px;
	height: 160px;
	
	background: url('../images/jobs.gif');
}

.jobs_list {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-left: 0px;
	
	min-height: 505px;
	
	width: 515px;
	
	color: #1b1b1b;
	border: 1px solid #dddddd;
	background: #fafafa;
}

.jobs_list table {
	margin-top: 0px;
	margin-left: 0px;
	
	width: 474px;
	
	border: 0px;
	border-spacing: 0px;
	padding: 10px;
}

.jobs_list table img {
	float: right;
	margin-top: -14px;
	margin-right: 20px;
	border: 0px;
}

.job_title {
	color: #656565;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	height: 50px;
	
	background: url('../images/job_title_bg.png') no-repeat 0 0;
}

.job_apply {
	height: 45px;
	
	background: url('../images/job_apply_bg.jpg') no-repeat 0 0;
}

.jobs_list .job_section {
	font-size: 14px;
	font-weight: bold;
}

.job_bg {
	padding: 0px;
	background: url('../images/job_bg.png') repeat-y 0 0;
}

.job_text_bg {
	padding-left: 10px;
	padding-right: 10px;
	
	background: url('../images/job_text_bg.jpg') no-repeat 0 bottom;
}

.apply_button {
	margin-top: -20px;
	margin-left: 144px;
	border: 0px;
}

.apply_button ul {
	list-style: none;
}

.apply_button li {
	display: inline;
}

.apply_button li a {
	float: left;
	display: block;
	outline: none;
}

.apply_button li a.apply {
	height: 18px;
	width: 109px;
	
	margin-top: 0px;
	
	background: url('../images/apply.png') no-repeat 0 0;
}

.apply_button li a.apply:hover {
	background-position: -109px 0px;
}

.apply_button span {
	display: none;
}

.jobs_info .more_jobs {
	color: #5797e1;
	text-decoration: none;
	float: right;
}

.jobs_body {
	padding-right: 30px;
}

.jobs_list ul {
	list-style: none;
	margin-top: 0px;
	
	padding-top: 20px;
	padding-right: 20px;
}

.jobs_list li {
	margin-left: 0px;
	padding-bottom: 20px;
}

.jobs_list li a {
	color: #000000;
	text-decoration: none;
	outline: none;
}

.jobs_list li img {
position: relative;
	left: 0;
	top: 10px;
	margin-left: -25px;
	border: 0px;
}

.jobs_list li a:hover {
	text-decoration: underline;
}

.jobs_list ul.bullet_jlist {
	list-style: square;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0;
}

.jobs_list ul.bullet_jlist li {
	margin: 0;
	padding: 0;
}

.jobs_info {
	font-size: 11px;
}

.jobs_info .jobs_news {
	color: #5797e1;
	text-decoration: none;
	float: right;
}
