* {
	margin: 0;
	padding: 0;	
}

body, textarea, select {
	background: #fff;
	font: 12px arial, helvetica, sans-serif;
}

img {
	border: 0px;
}

p {
	padding-top: 5px;
}

a {
	color: #6894b9;
}

hr {
	height:1px; 
	border-style:solid; 
	border-width:1px 0 0 0;
	border-color:#ececec;
}

/*
 * Note
 */
div.note {
	border: 1px solid #b6af60;
	padding: 10px 20px 10px 20px;
	color: #32301a;
	background: #e5de96;
	margin: 10px 0;
}

.note a {
	color: #e9302c;
}

/*
 * Structure and global
 */
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 924px;
	padding: 150px 0 0 0;
}

div#header {
	position: absolute;
	top: 0px;
	padding: 25px 0 0 0;
	width: 920px;
}

div#logo {
	height: 150px;
	width: 280px;
	float: right;
	text-align: right;
	margin: 0 10px 0 0;
}

div#logo_onclick {
	margin: 0 0 0 20px;
	height: 130px;
	width: 260px;
	cursor: pointer;
}

/**
 * Employer, employee navigation
 */
div#emp_nav {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 550px;
	text-align: center;
	text-transform: uppercase;
	font: 10px arial, helvetica, sans-serif;
}

div#emp_nav div.small_tab {
	background: url('../../gfx/tab_top_small.jpg') no-repeat;
	position: absolute;
	top: -10px;
	left: 320px;
	height: 30px;
	width: 119px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
}

div#emp_nav div.small_tab a {
	text-decoration: none;
	color: #FFF;
}

div#emp_nav div#big_tab {
	height: 45px;
	cursor: pointer;
}

div#emp_nav div#logout {
	position: absolute;
	left: 538px;
	height: 30px;
	width: 120px;
	top: -1px;
}

div.spacer {
	clear: both;
}

/*
 * Footer + seo
 */
div#footer {
	text-align: center;
	width: 930px;
	color: #bbb;
	position: relative;
	top: 30px;
	font-size: 11px;
}

div#footer a {
	color: #bbb;
}

div#footer div#seo_link {
	width: 850px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

div#footer div#seo_link {
	text-decoration: none;
}

div#footer div#img {
	float: right;
	margin: -20px 0 0 0;
}

div#footer div#img img {
	margin: 0 0 0 20px;
}

div#seo_invisible {
	display: none;
}

/*
 * Menu
 */
div#nav_top {
	float: left;
	margin: 85px 0 0 0;
}

div#nav_top li {
	display: inline;
	margin: 0 0 0 13px;
}

div#nav_top li a {
	color: #9c9e9f;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

div#nav_right {
	float: right;
	width: 245px;
	text-align: left;
}

div#nav_right a {
	color: #9c9e9f;
	font-size: 10px;
 	text-transform: uppercase;
 	text-decoration: none;
}

div#nav_right a.employer {
	color: #6d94b5;
	margin: 0 0 0 80px;
}

/*
 * Main
 */
div#main {
	background: url('../../gfx/main_bg_middle.jpg') repeat-y;
	float: left;
	margin: 15px 0 0 0;
	width: 922px;
	color: #000;
	height: auto !important;
	height: 150px;
	min-height: 150px;
}

div#main div#main_top {
	background: url('../../gfx/main_bg_top.jpg') no-repeat;
	width: 922px;
	height: 110px;
}

div.main_bottom {
	background: url('../../gfx/main_bg_bottom.jpg') no-repeat;
	width: 922px;
	height: 15px;
	float: left;
}

div#user_stats {
	margin: 30px 0 0 14px;
	color: #6894b9;
	font-size: 10px;
	text-transform: uppercase;
}

div#user_stats strong{
	color: #969696;
	font-weight: normal;
	font-size: 10px;
}

/*
 * Content
 */	
div#content {
	width: 880px;
	margin: -40px 0 0 40px;
}

/*
 * Search Job
 */
div#search_job {
	width: 260px;
	margin: 17px 0 0 0;
	float: left;
}

div#search_job ul {
	list-style-type: none;
}

div#search_job ul li {
	padding-top: 20px;
}

div#search_job input {
	width: 214px;
	height: 18px;
}

div#search_job select {
	width: 214px;
	height: 24px;
}

div#search_job div#actions {
	width: 200px;
	margin: 40px 0 0 8px;
}

div#search_job div#actions a,
div#main div.form form a {
	font-weight: bold;
	font-size: 15px;
	font-family: arial, 'myriad pro', verdana;
	text-decoration: none;
}

div#search_job div#actions a.advanced_search,
div#main div.form form a.forgot_pw {
	font-size: 12px;
	color: #bebebe;
	margin: 0 0 0 20px;
}

/*
 * Content
 */	
div#flash_obj_center {
	float: left;
	width: 200px;
	height: 240px;	
	margin: 5px 0 0 50px;
}

div#place_cv, div#employer {
	float: left;
	margin: 8px 0 0 0;
	height: 238px;
	width: 155px;
	cursor: pointer;
}

div#place_cv {
	background: url('../../gfx/pencil.jpg') no-repeat;
	margin: 0 0 0 50px;
}

div#employer {
	background: url('../../gfx/employer.jpg') no-repeat;
	margin: 0 0 0 10px;
}

/*
 * Sub main
 */
div#sub_main {
	background: url('../../gfx/sub_main_bg_middle.jpg') repeat-y;
	float: left;
	width: 922px;
	color: #969696;
	margin: 15px 0 0 0;
	padding-bottom: 10px;
}

div#sub_main img {
	margin: 0 0 0 20px;
}

div#sub_main div#sub_main_top {
	background: url('../../gfx/sub_main_bg_top.jpg') no-repeat;
	width: 922px;
	height: 10px;
}

div#sub_main ul {
	width: 270px;
	float: left;
	padding: 0 0 0 18px;
	list-style: none;
}

div#sub_main ul.center {
	margin: 0 0 0 35px;
}

div#sub_main ul li {
	margin: 10px 0 0 0;
	font-size: 11px;
}

div#sub_main ul h3 a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

/*
 * Employer
 */
div.content_block {
	width: 215px;
	padding: 0 30px 0 30px;
	float: left;
	font-family: Arial;
}

div#center_emp{
	margin: 0 0 0 20px;
	padding: 0 30px 0 20px;
	width: 225px;
}

div#content_employer {
	background: url('../../gfx/bg_content_middle_3cb.png') repeat-y;
	width: 860px;
	margin: -90px 0 0 20px;
	padding: 0 0 20px 0;
}

div#content_employer div.content_img {	
	margin: 10px 0 0 0;
	height: 140px;
}

div#content_employer h2 {
	font-size: 18px;
	color: #6d94b5;
	display: block;
}

div#content_employer ul {
	margin: 30px 0 0 0;
}

div#content_employer li {
	margin: 0 130px 0 30px;
	display: inline;
	list-style-type: none;
}

div#content_employer li a {
	text-decoration: none;
	color: #bbbbbc;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

div#content_employer li#left {
	margin: 0 0 0 100px;
}

div#main div.form strong,
div#main div.form_margin strong {
	font-size: 12px;
}

/*
 * Search result
 */
span.search_input {
	color: #6894b9;
}
  
div#main_top_advanced {
	background: url('../../gfx/search_main_top_bg.jpg') no-repeat;
	width: 922px;
	height: 70px;
	padding: 20px 0 0 40px;
}

div#main_top_advanced a {
	color: #9c9e9f;
}

div#main_top_advanced span#count_result {
	margin: -13px 66px 0 0px;
	float: right;
}

div#main_top_advanced span#search_title {
	font-size: 18px;
	display: block;
	margin: 0 0 5px 0;
}

/*
 * Table search result
 */
table#search_res {
	width: 890px;
	margin: 0 0 0 20px;
	border-bottom: solid 1px #eeeeee;
}

table#search_res th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #ececec;
	padding: 3px 5px 3px 5px;
	color: #424242;
}

table#search_res td {
 	border-top: 1px solid #ececec;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	font-family: arial;
	color: #000;
}

table#search_res td h2 a {
 	color: #6894b9;
 	font-size: 12px;
 	font-weight: normal;
}

table#search_res .right {
 	text-align: right;
}

/*
 * Page navigation
 */
div#page_nav {
	text-align: center;
	width: 920px;
	height: 25px;
}

div#page_nav a {
	color: #6894b9;
}

/*
 * Menu employee page
 */
div#menu_left {
	margin: 30px 0 0 0;
	width: 200px;
	border-right: solid 1px #ececec;
	float: left;
}

div#menu_left ul {
	list-style-type: none;
}

div#menu_left li {
	padding: 2px 0 2px 0;
}

div#menu_left li a {
	color: #6894b9;
}

div#menu_left li.last {
	padding: 15px 0 2px 0;
}

/*
 * Form employee page
 */
div.form {
	margin: 0;
	width: 500px;
	float: left;
	padding: 0 0 10px 20px;
	font-size: 11px;
}

div.form_margin {
	margin: 30px 0 0 0;
	width: 500px;
	float: left;
	padding: 0 0 10px 20px;
	font-size: 11px;
}

legend {
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 14px;
}

label {
	color: #676767;
}

.label_float {
	float: left;
	width: 150px;
	margin-right: 5px;
	clear: both;
	text-align: right;
	color: #676767;
}

li {
	list-style: none;
	padding: 0;
	margin-bottom: 3px;
}

.input_field {
	width: 200px;
}

input, textarea, select {
	color: #000;
	padding: 1px;
}

.button {
	padding: 1px 10px 1px 10px;
}

h1, h2 {
	font-size: 16px;
	color: #969696;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 0px 50px 10px 20px;
	width: 700px;
}

div.form_margin h2, div.form_margin h3 {
	font-size: 12px;
}

strong {
	font-size: 13px;
}

strong.small {
	font-size: 11px;
}

td {
	font: 11px arial, helvetica, sans-serif;
	vertical-align: top;
}

p.error {
	color: #ff0000;
	padding-bottom: 10px;
}

/**
 * Advanced search
 */
li.select_option {
	width: 400px;
	margin: 4px 0 0 155px;
}

li.select_option label {
	margin: 0 0 0 -155px;	
}

/**
 * Job
 */
ul.job li {
	width: 650px;
}

.list th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
	padding: 3px 5px 3px 5px;
	color: #424242;
}

.list td {
	border-bottom: 1px solid #ececec;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
}

/**
 * Prices overview
 */
table#prices {
	width: 600px;
	border: 1px solid #d7d7d7;
}

table#prices td {
	text-align: center;
	border: 1px solid #d7d7d7;
	padding: 4px 3px 4px 3px;
}

a.statuslink, 
a.statuslink:active, 
a.statuslink:visited, 
a.statuslink:hover {
	color: #fff;
}
