/**************************************
***  CSS JOBfoundation main ***
***   v1.2.2 | 20130214
***************************************/

/******************************************
***   CSS RESET  ***
***   http://meyerweb.com/eric/tools/css/reset/ 
***   v2.0 | 20110126
***   License: none (public domain)
***************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody,  tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; 
	font: inherit;
	/* vertical-align: baseline;  ???*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***************************************/
/***  MAIN  ***/
/***************************************/

/* Scrollbars on */
html { height: 100.5%; }
html, body {
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana, Arial, Helvetica, sans-serif;
	/* font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana, Arial, Helvetica, sans-serif; */
	font-size: 14px !important;
	color:#222222;
	border:0;
	padding:0;
	margin:0;
	background-color:#05A6E1; 
}
p { 
	line-height:120%; 
	margin-bottom:10px;
}
i, em {
	font-style:italic;
}
ul {
	list-style-type: disc;
	padding-left:25px;
}
ol { 
	list-style-type: lower-alpha; 
	padding-left:30px;
}
li {
	padding-left: 0; /* 7px; */
	padding-top:5px;
}
strong {
	font-weight: bold;
}
.jobfd_tooltip {
    display: inline-block;
	padding:7px;
	font-size:12px;
	color:#777777;
	background-color:#fefefe;
}


.font1 { font-size: 80%; }
.font1_fix { font-size: 12px; }
.font2 { font-size: 100%; }
.font2_fix { font-size: 14px; }
.font3 { font-size: 150%; }
.font4 { font-size: 250%; line-height:1.3; }
.font5 { font-size: 300%; line-height:1.3; }

h1, h2 {
	font-size: 170%;
	font-weight:bold;
	padding:0;
	margin:15px 0;
	color:#049ad2; 
}
h2 {
	font-size: 140%;
	color:#111111; 
}


/****************************/
/***  LINKS   ***/
/****************************/

A, a:link, a:visited {
  	color: inherit; 
	text-decoration:none;
}
a:hover { color: inherit; text-decoration:underline; }
a:active {
  	color: inherit; 
	text-decoration:none;
}
.no_text_deco, .no_text_deco a { text-decoration:none; }
a.text_deco { text-decoration:underline; }

/***************************************/
/***  POSITIONING and MAIN elements  ***/
/***************************************/

#container {
    padding: 0;
    position: relative;
    width: 100%;
	z-index:100;
}

#content_background {
	background-color:#f1f1f1;
	padding-bottom:30px;
}

#topbar, #topbar_guest {
    background: none repeat scroll 0 0 #00AEEF;
    color: #FFFFCC;
    overflow: hidden;
	padding:5px 0;
	color:#FAFAFA;
}
#topbar_guest {
	height:80px;
}

#topbar, #topbar_guest, #content_background {
	min-width:1024px;
}
#topbar_container, #content_container {
	width:1024px; 
	margin: 0px auto;
}
#content_container { 
	padding-top:5px; 
}
#logo, #logo_loggedin {
	float:left;
	/* margin:3px; */
	padding-top:10px;
}
#logo_loggedin { padding-top:0; }
#img_logo {
	/* nothing for now */
}
#img_language {
	margin-bottom: 17px; 
}

#topbar_container {
	position: relative; 
	vertical-align:bottom;
}
#topbar_user_info {
	float:right;
	padding-top:5px; /* 45px; */
	padding-right:15px;
	text-align:right;
	color:#ffffff;
	position: relative; 
	bottom: 0;
	right: 0;
}
#topbar_user_info a {
	text-decoration:none;
}
#topbar_user_info a:hover {
	text-decoration:underline;
}
#topbar_user_links { margin-top:10px; }
#set_menu_fixed {
	float:left;
	padding-left:10px;
	padding-top:5px;
	color:#f2f2f2;
}
#set_menu_drop {
	color:#999999;
	padding:9px;
}
#menu_close {
	float:right;
	text-align:right;
	padding:5px 0 5px 5px;
}

.topmenu {
	padding:7px 0 8px 10px; 
	color:#ffffff;
}
.topmenu_selected {
	background-color:#f1f1f1; 
	padding:8px 10px 8px 10px; 
	color:#333333;
}
 /* OR */
#topbar_login {
	float:right;
	padding:5px;
}

#content, #content_slim {
	/* padding-top:5px; */
} /* either - or. depending on menu display. */	
#content_slim {
	margin-left: 260px;
} /* AND */
#menu_left {
	float:left;
	width: 250px;
	padding: 15px 10px 20px 0;
}
#menu_left A {
	text-decoration:none;
}
#content_top {
	margin-top:10px;
}

#menu_button {
	float:left;
	margin: 0 10px 25px 0;
}
#menu_drop {
	display:none; 
	z-index:3; 
	position:absolute;
	background-color:#05a6e1;
	border: 1px solid #048abb;
    margin-left: 93px;
    /* margin-top: 6px; */
	top:66px;
    padding: 0 0 10px;
}
#section_nav {
/*
	padding: 12px 0;
	height: 21px;
*/
	height:40px;
}

#content_main {
	background-color:#fefefe;
	border:1px solid #cccccc;
	padding:10px;
}
.section_select {
	padding-bottom: 12px;
}
.content_headline {
	margin:0 -10px; 
	padding:5px 15px 15px 15px; 
	border-bottom:1px solid #dddddd;
	text-align:right;
}
#footer {
	text-align:center; 
	color:#fafafa;
	border-top:1px solid #dddddd;
	padding-bottom:10px;
}

#footer_content_1 {
	border-top: 1px solid #1A9AD8;
	border-bottom: 1px solid #1A9AD8;
	padding: 10px 0;
}
#footer_content_2 {
	padding-top: 5px;
}
#dashboard_info {
	background:url(/static/images/seperator.png) 66% repeat-y;
}
#dashboard_info ul {
	list-style-type:circle;
}
#dashboard_container_left {
	float:left;
	width:65%;
}
#dashboard_container_right {
	float:left;
	width:33%;
	margin-left:2%;
}
#product_features_overview, #career_features_overview {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0 2px;
	color:#555555;
}
#product_features_overview .demo_item {
	margin-top:40px;
}
#product_features_overview .demo_screen {
	margin:25px;
	margin-top:0;
}
#product_features_overview .demo_screen img {
	border:1px solid #ddd;
}
#product_features_overview .demo_pic_container, #product_features_overview .demo_pic_container div {
	line-height:0;
}
#product_features_overview img.demo_border {
	border:0;
	padding:0;
}
#product_features_overview .demo_border_right {
	float:left;
	width:6px;
	
}
#product_features_overview .demo_border_bottom {
	height:6px;
	line-height:0;
	padding:0;
	margin:0;
	clear:both;
	padding-right:6px;
	background:url(/static/images/demo/border_br.png) no-repeat top right;
}
#product_features_overview .demo_border_bottom div.border_bottom_m {
	text-align:left;
	height:6px;
	margin-left:8px;
	background-image:url(/static/images/demo/border_b.png);
	background-repeat:repeat-x;
	background-position:8px 0;
}
/* demo items */
#demo_rec_add_job_txt { width:380px; }
#demo_rec_email_url { height:640px; }
#demo_rec_requirements_txt { width:400px; }
#demo_rec_apply_form { top:100px;left:80px; }
#demo_rec_apply_txt { left:490px; }
#demo_rec_eval { height:250px; }
#demo_rec_eval_2 { top:-60px;left:50px; }
#demo_rec_eval_txt { width:300px; margin-top:100px; }
#demo_rec_decide { height:400px; }
#demo_rec_decide_2 { top:0px;left:100px; }
#demo_rec_decide_txt { width:330px; margin-top:150px; }
#demo_rec_overview_txt { width:300px; }
#demo_rec_eval_view { height:325px; }
#demo_rec_eval_view_2 { top:-100px;right:0; }
#demo_rec_eval_view_txt { width:300px;margin-top:150px; }
#demo_rec_closing_txt { width:300px;margin-top:30px; }
#demo_rec_report_txt { width:300px;margin-top:30px; }
#demo_rec_download_data { height:490px; }
#demo_rec_download_email { top:120px;right:100px; }
#demo_rec_download_data_txt { width:350px; margin-top:7px; }
#demo_rec_pipeline_txt { width:350px; margin-top:30px; }
#demo_rec_dashboard_txt { width:350px; margin-top:30px; }

#demo_career_job_add { width:330px; }
#demo_career_job_add_2 { top:-300px; left:10px; }
#demo_career_apply { height:850px; }
#demo_career_apply_txt { width:280px; margin-top:7px; }
#demo_career_apply_email { top:360px;right:20px; }
#demo_career_reply_txt { width:350px; margin-top:30px; }
#demo_career_applied_external_txt { width:350px; margin-top:30px; }
#demo_career_manage { height:530px; }
#demo_career_communication { top:150px;right:90px; }
#demo_career_manage_txt { top:150px;right:700px; }
#demo_career_archive { top:310px; }

/* recruiters plans & pricing */
#product_list { width:890px;margin-left:auto;margin-right:auto; }
.product_info { float:left;background-color:#F1F1F1;width:200px;text-align:center; }
.product_info_head { background-color:#00AEEF; color:#FFFFFF; padding:15px 0; }
.product_info_desc { line-height:1.5em; padding:20px 10px 0 10px; min-height:295px;text-align:left; }
.plan_pricing { min-height:65px; }

#chart_div {
	width: 100%; 
	height: 400px;
	margin-top:10px;
}

.privacy_headline, .terms_headline {
	margin-top:20px;
	font-weight:bold;
	font-size:150%;
}
#terms_of_service p, #terms_of_service ul li, #privacy_policy p, #privacy_policy ul li, .easier_readable { line-height:1.5; }

#imprint_box { 
	width:500px;
	border:1px solid #ccc;
	background-color:#eeeeee;
	color:#333333;
	padding:35px;
	margin-left:auto; margin-right:auto;
	text-align:center; 
}
a#feedback, a:link#feedback, a:visited#feedback { color:#FFD118; }




.float_left { 
	float:left; 
}
.float_right { 
	float:right; 
}
.clear_both { clear:both; height:0;}
.width_auto { width:auto !important ;}
.inline_block { display:inline-block; }
.icon_job {
	 background:url("/static/images/icon_job.png") 0 2px no-repeat;
}
.inline {
	display:inline;
}	
.display_none { display:none; }

.pos_abs { position:absolute; }
.pos_rel { position:relative; }
.zi_2 { z-index:2; }
.zi_3 { z-index:3; }

.margin_0 { margin:0px; }
.margin_left_1 { margin-left:3px; }
.margin_left_2 { margin-left:7px; }
.margin_left_3 { margin-left:15px; }
.margin_left_4, .margin_ho_4 { margin-left:30px; }

.margin_top_1 { margin-top:3px; }
.margin_top_2 { margin-top:7px; }
.margin_top_3 { margin-top:15px; }
.margin_top_4 { margin-top:30px; }
.margin_top_100p { margin-top:100px; }

.margin_ho_4, .margin_right_4 { margin-right:30px; }

.padding_1 {	padding:3px; }
.padding_2 {	padding:7px; }
.padding_tags {	padding:10px; }
.padding_3, .note, a.homepage_ct {	padding:15px; }
.padding_4 {	padding:30px; }

.padding_top_1 { padding-top:3px; }
.padding_top_2 { padding-top:7px; }
.padding_top_3 { padding-top:15px; }
.padding_top_requirements { padding-top:10px; }

.width_30pc { width:30%; }
.max_width_30pc { max-width:30%; }
.width_45pc { width:45%; }
.max_width_45pc { max-width:45%; }
.width_65pc { width:65%; }

.valign_middle {
	display:table-cell; 
	vertical-align:middle;
}
.valign_bottom {
	display:table-cell; 
	vertical-align:bottom;
}
.button_padding { /* to keep vertical alignment compared to input buttons */
	margin-top:11px;
}
.indent_margin {
	margin-left: 30px;
}
.cursor_pointer {
		cursor:pointer;
}
/****************************/
/***  BUTTONS  ***/
/****************************/


a.button_main, INPUT.button_main {
	background: url(/static/images/button_main.png) top left repeat-x; 	
	background-color:#6ec400; 
	color:#ffffff;
	text-decoration: none; 
	padding: 3px 15px;   
	border:1px solid #5dba00; 
	border-bottom:2px solid #5dba00;
	border-right:2px solid #5dba00;
	white-space: nowrap; 
}
#button_main_login {
	padding:2px 15px;
	margin-left:20px;
	cursor:pointer;
}
div.button_action {
	margin-top:-15px;
	white-space: nowrap; 
}

div.button_action, A.button_action, INPUT.button_action, a#menu_button_a {
	text-decoration: none; 
	padding: 3px 15px; 
	background: url(/static/images/button_action.png) top left repeat-x; 	 
 	background-color:#05a6e1;
	color:#ffffff;
	border:1px solid #048abb; 
	border-bottom:2px solid #048abb;
	border-right:2px solid #048abb; 
	cursor:pointer;
	white-space: nowrap; 
}

input[disabled], .btn_disabled {
	border: 1px solid #cccccc !important;
	border-bottom: 2px solid #cccccc !important;
	border-right: 2px solid #cccccc !important;
	background-color: #dddddd !important;
	background-image:none !important;
	color:#999999;
}

A.button_cancel, .button_cancel, A.button_highlight, .button_highlight {
	background: url(/static/images/button_cancel.png) top left repeat-x; 	
	background-color:#dddddd;  
	color:#555555;
	text-decoration: none; 
	padding: 3px 15px; 
	border:1px solid #cccccc; 
	border-bottom:2px solid #999999;
	border-right:2px solid #999999;
	cursor:pointer;
	white-space: nowrap; 
}
A.button_highlight, .button_highlight {
	background: url(/static/images/button_highlight.png) top left repeat-x; 	
	background-color:#d93322;  
	color:#FFFFFF;
	border:1px solid #98291e; 
	border-bottom:2px solid #98291e;
	border-right:2px solid #98291e;
}
A.button_highlight:hover {
	background-color:#ca3223; 
}

A.button_action, A.button_cancel, A.button_highlight, a#menu_button_a {
	padding:4px 17px;
	margin-bottom:3px;
	white-space: nowrap; 
}
a#menu_button_a {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:13px;
	padding-right:13px;
}
A.button_home {
	width: 300px; 
	height: 100px;
	white-space: nowrap; 
}


/* ***********  navigation buttons - start  ************** */
/* ?? new horizontal bar - START */
#section_nav ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	/* overflow:hidden; */
}
#section_nav li
{
	float:left; 
	padding-left:0;
	padding-top:0;
}
#section_nav a:link,#section_nav  a:visited
{
	display:block;
	height:22px;
	padding:8px 15px !important;
	font-size: 150%; 
	text-decoration: none; 
	margin-right:10px;
	white-space: nowrap; 
	/* 
	padding-top:8px; 
	overflow-hidden;
	padding: 8px 15px; 

	width:120px; 
	font-weight:bold;
	color:#FFFFFF;
	background-color:#98bf21;
	text-align:center;
	padding:4px;
	text-transform:uppercase;
	text-decoration:none;
	*/
}
/*
#section_nav  a:hover,#section_nav  a:active
{
	background-color:#7A991A;
}
*/
/* ?? new horizontal bar - END */

#section_nav A.nav_button_current {
	background-color:#fefefe;   
	color:#222222; 
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:2px solid #fefefe;
	font-weight:bold;
}
a.homepage_ct, #section_nav A.nav_button {
	background: url(/static/images/nav_button.png) top left repeat-x; 	
	background-color:#6ec400; 
	color:#ffffff;
	border:1px solid #5dba00; 
	border-bottom:2px solid #5dba00;
	border-right:2px solid #5dba00;
}
#section_nav A.nav_button:hover {
	background-color:#5dba00; 
}

#section_nav A.nav_button_highlight {
	background: url(/static/images/button_highlight.png) top left repeat-x; 	
	background-color:#d93322;  
	color:#FFFFFF;
	border:1px solid #98291e; 
	border-bottom:2px solid #98291e;
	border-right:2px solid #98291e;
}
#section_nav A.nav_button_highlight:hover {
	background-color:#ca3223; 
}

#section_nav A.nav_button_low_prio {
	background: url(/static/images/button_cancel.png) top left repeat-x; 	
	background-color:#dddddd;  
	color:#555555;
	border:1px solid #cccccc; 
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
}
#section_nav A.nav_button_low_prio:hover {
background-color:#cccccc;
}
#section_nav A.nav_back {
	font-size:100%;
	color:#555555; 
	white-space:normal;
	/*
	overflow:visible !important;
	max-width:180px;  
	*/
	vertical-align:middle;
	display:inline-block;
	font-weight:bold;
	margin-top:7px;
}
#section_nav A.nav_back_long { max-width:none;}
#section_nav A.nav_back:hover, #section_nav A.nav_info:hover { color:#222222; }
#section_nav A.nav_info {
	font-size:100%;
	color:#999999; 
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	margin-top:0px;
	padding-top:5px !important;
}

/* ***********  navigation buttons - end  ************** */



a.hover_underline:hover, a.nav_back:hover {
	text-decoration:underline;
}
.nowrap {
	white-space: nowrap; 
}
a.link_block { padding:3px; display:inline-block;} 

/****************************/
/***  FORMS  ***/
/****************************/

input, input.text, select, INPUT.checkbox, INPUT.radio, textarea, button_1, .no_edit_text_field
{
	font-size:100%;
	background-color: #f1f1f1;
	padding:5px 7px;
	border: 1px solid #b3b3b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:2px;
}
INPUT.outside_ct, TEXTAREA.outside_ct, SELECT.outside_ct  { /* input field outside content area */
	background-color:#fefefe !important;
	margin-bottom:3px;
}
INPUT.public_field, TEXTAREA.public_field {
	background-color:#80d4f5 !important;
	border: 1px solid #048ABB !important;
}
.score_selected, .score_selected RADIO, .score_unselected {
	padding:2px 5px;
	background-color:#6EC400;
	cursor:pointer;
}
.score_selected_value {
	font-weight:bold;
}
.score_unselected {
	font-weight:normal;
	background-color:#cccccc;
}
.required th, .required_th th
{
    font-weight:bold;
}
tr.required td INPUT, .required INPUT, INPUT.required, .required CHECKBOX, CHECKBOX.required, .required RADIO, RADIO.required, .required SELECT, SELECT.required, .required TEXTAREA, TEXTAREA.required, .highlight_select, .highlight_select SELECT, SELECT.highlight_select
{
    border:3px solid #05a6e1 !important;
	margin:0;
	margin-bottom:2px !important;
}
.horizontal_radio, .horizontal_radio_checkbox {
	padding-top:7px;
}
.required ul, .required .horizontal_radio, .required .horizontal_radio_checkbox 
{
    border-left:3px solid #05a6e1; /*  !important; */
}
.required .horizontal_radio, .required .horizontal_radio_checkbox  
{
	padding-top:9px;
	padding-left:7px;
}


/*****************************************/
/***  TEXT and other content elements  ***/
/*****************************************/
.helptext {
	color:#999999;
	font-weight:normal;
	padding-top:3px;
}

.messages {
	padding-left:0;
	text-align:center;
	margin: 15px 0;
}
ul.messages li {
list-style-type: none;
margin-top:5px;
}
ul.messages, ul.errorlist {
	padding-left:0;
}
.messages li.info, .messages li.warning {
	padding:7px;
	background-color:#FFD118;
}
.messages li.success {
	padding:7px;
	background-color:#6EC400; /* FFD118; */
	color:#FFFFFF; 
}
.messages li.error {
	padding:7px;
	color:#ffffff;
	background-color:#ff0000;
}
.errorlist ul {
	margin: 0;
	padding: 0;
}
.errorlist li, .error {
	background-color: #ff0000;
	color: white;
	display: block;
	font-size: 100%;
	margin: 0 0 3px;
	padding: 4px 5px;
}
.error {
	margin:10px 0;
	text-align:center;
}
ul.circle {
	list-style-type: circle;
}
ul.square {
	list-style-type: square;
}
ul.errorlist  /* after required ul */
{
    border-left:0;
}
.readonly
{
	color:#999999;
}
.note, .email_2, .email_3, .email_4, .email_incoming, .highlight {
	background-color:#ffd118;
	color:#111111;
}
a.homepage_ct {
	/* 
	background-color:#5DBA00;
	color:#FFFFFF;
	width:400px;
	padding-top:50px;
	padding-bottom:50px;
	 */
	line-height:1.5em;
	height:110px;
	width:350px;
	display:table-cell; 
	vertical-align:middle;
}
a.homepage_ct:hover  { text-decoration:none; background-color:#62bd00;}

.highlight { /* email in outbox */
	padding:1px 5px;
}
.info_box_light { background-color:#f1f1f1; border:1px solid #dddddd; }


.error_text, .error_text a, .error_text a:link, .error_text a:visited, .error_text a:active, .error_text a:hover {
	color: #ff0000 !important;
}	
.signal_text { color:#f51d08 !important; }
.email_2 { /* email in outbox */
	background-color:#dddddd;
}
.email_3 { /* email successfully sent */
	background-color:#005991;
	color:#ffffff;
}
.email_4 { /* delivery error */
	background-color:#ff0000;
	color:#ffffff;
}
.email_incoming { /* received email */
	background-color:#5DBA00; /* jobfd-blue: #05A6E1 */
	color:#ffffff;
}
.center_text, .is_test_info {
	text-align:center;
}
.align_right { text-align:right; }
.border_1 {
	border:10px solid #dddddd;
}
.border_thin {
	border:3px solid #dddddd;
}
.is_test_info {
	background-color:#ff0000;
	color:#ffffff;
	font-size:12px;
	padding:2px;
}
.unbold { font-weight:normal; }
.info_symbol {
	padding:0 4px;
	background-color:#dddddd;
	color:#999999;
	cursor:pointer;
}

/****************************/
/***  TABLES  ***/
/****************************/
.edit_table
{
	margin:0 auto;
	width:100%;
}
.edit_table td, .edit_table th, .list_table td, .list_table th
{
	text-align:left;
	padding:10px;
}
.edit_table th 
{
	width:30%;
	text-align:right;
	vertical-align:top;
	padding-top:20px;
	padding-right: 7px;
	color:#777777;
}
.edit_table th.as_list_table {
	padding-top:10px;
}
.edit_table td
{
	padding-left:7px;
}
.edit_table tr.edit_table_headline td, .list_detail_table tr.list_detail_table_headline td
{
    background-color: #222222;
    color: #FFCC00;
	text-align:center;
}
.inverse {  background-color: #444444; color: #FFFFFF;   }
.edit_table tr.required th, .edit_table tr.required_th th
{
	color:#000000;
}
.list_table, .list_detail_table
{
	width:100%;
}
.list_table td, .list_table th, .list_detail_table td, .list_detail_table th 
{
	padding:10px;
}
/* generates an error on pdf generation 
.list_detail_table th {	width:30%; }
.list_detail_table td {	width:70%; }
*/

.list_table td, .list_table th, .with_lines td
{
	text-align:left;
	border-bottom:1px solid #dddddd;
}
.list_table td.without_line, .list_table th.without_line, .with_lines tr.without_lines td
{
	border-bottom:0;
}
.list_detail_table th 
{
	text-align:right;
	/* width:250px; */
	color:#888888;
	vertical-align:top;
	/* background-color:#f1f1f1; */
}
.list_detail_table td  { text-align:left; }
.list_detail_table th.no_top {
	vertical-align: inherit;
}
tr.list_table_header, tr.list_table_header td {
	color:#999999;
}
.list_detail_table .table_inline_headline, .table_inline_headline td, .table_inline_headline th  {
	font-size: 150%; /* same as font3 */
	font-weight:bold;
	padding:15px;
	border-bottom:1px solid #dddddd;
}
.edit_table th.as_td {
  text-align:left;
  padding-top:10px;
}




.checkbox_radio_in_td {
  margin-top:12px;
}

.status_1, .status_2, .status_3, 
.appli_status_1, .appli_status_2, .appli_status_3, .appli_status_4, .appli_status_5 {
	width:20px;
	height:20px;
	margin:3px;
}
.status_1 { /* IDLE */
	background-color:#dddddd;
}
.status_2, .success_bg_color, .success_bg_font_color { /* GREEN */
	background-color:#6EC400 !important;
}
.status_3, .failure_bg_font_color { /* RED */
	background-color:#e10000;
}
.appli_status_1 { /* GREEN */
	background-color:#6EC400;
}
.appli_status_2, .bg_color_idle { /* IDLE */
	background-color:#dddddd;
}
.success_bg_font_color, .failure_bg_font_color
{
	color:#ffffff;
}
.idle_bg_font_color {
	background-color:#FFD118;
	color:#333333;
}

.appli_status_3 { /* RED */
	background-color:#e10000;
	color:#ffffff;
}
.appli_status_4 { /* negot */
	background:url(/static/images/star_grey.png) top left no-repeat;
	padding-bottom:5px;
}
.appli_status_4_color { /* negot */
	background-color:#ffd118;
	color:#111111;
}
.appli_status_5 { /* hired */
	background:url(/static/images/star.png) top left no-repeat;
	padding-bottom:5px;
}
.score_bar {
	width:100px;
	float:left;
	background-color:#cccccc;
}
.score_bar_success {
	float:left;
	background-color:#6EC400;
}
.score_box {
	margin-right:7px;
	float:left;
}
.attract_box { padding:7px; display:inline-block;} 
.current_file { color:#333333; font-weight:bold; }
/****************************/
/***  LISTS   ***/
/****************************/
.edit_table ul {
	list-style-type:none;
	padding-left:0;
}
.edit_table li {
	padding-left: 10px;
	padding-right:10px;
}
.pagination {
	text-align: center;
	padding:15px;
	color:#999999;
}
div.pagination a.pag_prev, div.pagination a.pag_next {
	color:#111111;
}

.color_main { color:#049ad2; }
.color_second { color:#5DBA00; }

#job_quicklinks {
	display:none;
	position:absolute; 
	z-index:2;
	background-color:#dddddd;
	color:#444;
}
#job_quicklinks div {
	padding:7px;
	white-space: nowrap; 
}
/*******************************************/
/***  backgrounds & colors for overriding   ***/
/*******************************************/
.bg_color_a {  background-color:#c3d6e4; }  /* light blue grey */
.color_main_trans, #footer_content_2  { color:#80d7f7; }

/*********************************/
/******    menu controls    ******/
/*********************************/

#main_menu_container {
	padding-right:10px;
	padding-left:10px;
}
.main_menu 
{
	border:1px solid #1a9ad8;
	text-align:left;
	/* width:100%; */
}
.main_menu td, .main_menu th 
{
	padding:5px;
}
.main_menu th 
{
	background-color:#ffffff; 
	border-top:1px solid #bbbbbb;
}
.main_menu td
{
	background-color:#f7f7f7; 
	padding-bottom:3px;
	border-top:1px solid #bbbbbb;
}
.main_menu td .sub_menu {

}
.main_menu a {
	padding:7px 5px; /* 10px 5px; */
	display:block;
	text-decoration:none;
}
.main_menu td a {
	color:#111111;  
	margin-left:2px; 
	padding:7px 10px 7px 7px;
	text-decoration:none;
}
#menu_left a {
    display:block;
}
#menu_left a.menu_left, #menu_left a.menu_left_selected, #menu_left a.menu_left_sub_selected {
	padding:6px 9px;
} 
#menu_left a.sub_menu_left, #menu_left a.sub_menu_left_selected {
	padding:4px;
} 
.main_menu a:hover, .main_menu a.menu_drop_sub_selected, 
#menu_left a.menu_left:hover, #menu_left a.sub_menu_left:hover, #menu_left a.menu_left_sub_selected { 
	background-color:#dddddd;
}
.main_menu a.menu_drop_selected, .main_menu a.sub_menu_drop_selected, 
#menu_left a.menu_left_selected, #menu_left a.sub_menu_left_selected {
	background-color:#FFD118;
}
.main_menu .deactivated, #menu_left .deactivated, .deactivated {
	color:#AAAAAA;
}

/****** Overwrite jquery ui css  *******/
/* Background of slider */
.jjui_slider .ui-widget-header {
   background: url("") repeat-x scroll 50% 50% #6EC400;
}
/* Border of slider */
.jjui_slider .ui-widget-content {
    border: 1px solid #5DBA00; 
}