@charset "utf-8";
/* CSS Document */

/* -----------------------------------*/
/* -------->> GLOBAL <<<-----------*/
/* -----------------------------------*/

html, body {
	height:100%;
	color:#333333;
}
html {
	overflow: -moz-scrollbars-vertical;
}

* { 
	margin:0px;
	border:0px;
	padding:0px;
}
a {
	text-decoration:none;
	color:#15add0;
}
a:hover {
	text-decoration:underline;
}
body {
	font-size:0.7em;
	line-height:1.8em;
	font-family:Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background:#F1F1F1 url(../media/images/background_v_strip.jpg) repeat-x 0px 0px;
}
#wrap {
	position:relative;
	min-height:100%;
	height:100%;
	margin:0px auto 0px auto;
	width:950px;
	background:url(../media/images/h_strip.gif) repeat-y;
}
html>body #wrap {
	/*  Box Model-esque Hack to set correct wrapper height for both IE and FF */
    height: auto;
}

.shadow_left {
	width:20px;
	float:left;
}
.shadow_right {
	width:20px;
	float:right;
}
#header { 
	height:90px;
	/* background:url(../media/images/hunt_talent_logo.gif) 35px 50px no-repeat; */
}
	#header .shadow_left {
		height:90px;
		background:url(../media/images/header_shadow_left.jpg) top no-repeat;
	}
	#header .shadow_right {
		height:90px;
		background:url(../media/images/header_shadow_right.jpg) top no-repeat;
	}
	/*
	#header_image {
		float:right;
		height:90px;
		width:295px;
	}
	*/
	#header a.logo_link {
		position:absolute;left:35px;top:40px;width:600px;height:42px;
		font-family:'Trebuchet MS', verdana, tahoma;
		font-size:30px;
		color:#61CADF;
		font-weight:bold;
		font-style:italic;
		letter-spacing:-0.08em;
	}
	#header a.logo_link:hover {
		text-decoration:none;
	}
	#header a.logo_link img { 
		position:relative;top:8px;
	}
	#header a#change_location {
		position:absolute;left:297px;top:75px;width:110px;height:8px;
		font-family:verdana, tahoma;
		font-size:9px;
		color:#008ABB;
		/*color:#95E0EF;*/
	}
	#header a#change_location:hover {
		text-decoration:none;
	}
	#header .header_image {
		width:300px;
		position:absolute;
		left:600px;
		height:222px;
	} 
	#header #header_image_1 { 
		background:url(../media/images/header_1.jpg) no-repeat bottom right;
	}
	#header #header_image_2 { 
		background:url(../media/images/header_2.jpg) no-repeat bottom right;
	}
	#header #header_image_3 { 
		background:url(../media/images/header_3.jpg) no-repeat bottom right;
	}
	#header #header_image_4 { 
		background:url(../media/images/header_4.jpg) no-repeat bottom right;
		width:331px;
	}
	#header #header_image_5 { 
		background:url(../media/images/header_5.jpg) no-repeat bottom right;
	}
	#header #header_image_6 { 
		background:url(../media/images/header_6.jpg) no-repeat bottom right;
		width:331px;
	}
	#header #top_nav {
		height:20px;
		margin:0px 0px 0px 36px;
		font-size:1.5em;
		font-family:'Trebuchet MS', verdana, tahoma;
		font-weight:normal;
	}
	#header #top_nav a {
		display:block;
		margin:0px 0px 0px 0px;
		float:left;
		padding:4px 6px 4px 6px;
		/* color:#B717EF; */
	}
	#header #top_nav a.highlighted {
		padding:2px 6px 4px 6px;
		border-top:2px solid #BA19F3;
	}
	#header #top_nav a:hover, #header #top_nav a:active {
		background:url(../media/images/v_strip_purple_nav_26.gif) repeat-x;
		color:#ffffff;
		text-decoration:none;
	}


#banner {
	height:155px;
}
/*.banner_1 {
	background:url(../media/images/banner_main_796_1.jpg) 20px 0px no-repeat;
}
.banner_2 {
	background:url(../media/images/banner_main_796_2.jpg) 20px 0px no-repeat;
}
.banner_3 {
	background:url(../media/images/banner_main_796_3.jpg) 20px 0px no-repeat;
}
.banner_4 {
	background:url(../media/images/banner_main_796_4.jpg) 20px 0px no-repeat;
}*/

.banner_1, .banner_2, .banner_3, .banner_4 {
	background:url(../media/images/banner_v_strip.jpg) 20px 0px repeat-x;
}


	#banner .shadow_left {
		height:155px;
		background:url(../media/images/banner_shadow_left.jpg) top no-repeat;
	}
	/*
	#banner .half_face_1 {
		float:left;
		width:113px;
		height:132px;
		background:url(../media/images/half_face_1.jpg) top left no-repeat;
	}
	*/
	#banner .shadow_right {
		height:155px;
		background:url(../media/images/banner_shadow_right.jpg) top no-repeat;
	}
	/*
	#banner .image_1 {
		float:right;
		height:132px;
		width:242px;
		background:url(../media/images/banner_image_1.jpg) top right no-repeat;
	}
	*/
	#banner .banner_jobsearch {
		/* width:300px; */
		height:100px;
		padding:35px 0px 0px 0px;
		margin:0px 0px 0px 39px;
	}
	.banner_jobsearch #jobsearch_title {
		font-family:'Trebuchet MS', verdana, tahoma;
		font-size:25px;
		font-weight:bold;
		letter-spacing:-0.5px;
		font-style:italic;
		color:#77DEEF;
	}
	.banner_jobsearch #jobsearch_title a.other_search_option {
		/* color:#ffffff; */
		color:#CFF8FF;
		font-size:11px;
		margin:0px 0px 0px 6px;
		padding:0px;
		font-family:verdana;
		font-style:normal;
		font-weight:lighter;
	}
	.searchtable {
		width:550px;
		margin:11px 0px 0px 0px;
	}
	.searchform > .searchtable {
		margin:5px 0px 0px 0px;
	}
	#banner_quicksearch .searchtable input {
		width:220px;
		padding:2px;
	}
	#q_searchform input.quicksearch_submit {
		height:20px;background:url(../media/images/search_button_20.gif) no-repeat;width:77px;color:#ffffff;text-align:right;padding:0px 6px 0px 0px;line-height:20px;
	}
	.searchtable td {
		/*border:1px solid red;*/
	}
	.searchtable tr.label_tr {
		color:#ffffff;
	}
	.searchtable tr.label_tr label {
		font-size:1.3em;
		font-variant:small-caps;
		color:#9101C2;
		font-weight:bold;
		margin:0em 0.5em 0em 0em;
	}
	
	.banner_hiddensearch {
		display:none;
	}
	#banner_advsearch .searchtable td.label_td {
		color:#9101C2;
		font-weight:bold;
	}
	#banner_advsearch .searchtable input {
		width:150px;
		padding:2px;
	}
	#banner_advsearch .searchtable select {
		width:155px;
		padding:2px;
		border:none;
	}
	#a_searchform input.advsearch_submit {
		height:20px;background:url(../media/images/search_button_20.gif) no-repeat;width:77px;color:#ffffff;text-align:right;padding:0px 6px 0px 0px;line-height:20px;
	}
	
	
	#top_strip {
		position:relative;
		top:132px;
		height:39px;
		line-height:30px;
		color:#14a2c3;
		padding:0px;
	}
		#top_strip a {
			color:#14a2c3;		
		}
		#top_strip #nav_info {
			margin-left:22px;
		}
		#top_strip #mode_tab {
			float:right;
			height:39px;
			width:242px;
			background:url(../media/images/mode_tab.jpg) top no-repeat;
		}
		#top_strip #mode_tab a {
			position:relative;
			left:35px;
			margin-left:5px;
			font-size:1.2em;
			color:#ffffff;
			font-weight:bold;
		}
		#top_strip #mode_tab a.inactive {
			color:#9edcea;
		}
		

#content {
	clear:both;
}	
	#content .shadow_left {
		height:307px;
		background:url(../media/images/content_shadow_left.jpg) top no-repeat;
	}
	#content .shadow_right {
		height:307px;
		background:url(../media/images/content_shadow_right.jpg) top no-repeat;
	}
	
		
	#container {
		margin:0px 0px 0px 0px;
		padding:0px 40px 0px 40px;
		/*position:relative;
		left:200px;*/
	}
	
.small {
	line-height:1em;
	font-size:0.8em;
}
.tiny {
	line-height:1em;
	font-size:0.7em;
}
.clear_both {
	clear: both;
	height:0px;
	line-height:0px;
}
h1 {
	line-height:1.2em;
	margin:0px 0px 0.5em 0px;
	font-size:2em;
	font-family:'Trebuchet MS', verdana, tahoma;
	color:#B717EF;
}
h2 {
	/* text-indent:25px;
	background:url(../media/images/bullet_1.gif) 0px 1px no-repeat; 
	color:#15add0;*/
	line-height:1.2em;
	margin:0px 0px 0.5em 0px;
	font-size:2em;
	font-family:'Trebuchet MS', verdana, tahoma;
	color:#B717EF;
}
span.h2_description {
	font-size:1em;
	/* color:#15add0; */
	color:#B717EF;
	font-family:'Trebuchet MS', verdana, tahoma;
	position:relative;
	top:-9px;
}
fieldset {
	/*
	border:1px dotted #555555;
	background:#AAAAAA;
	color:#666666;
	*/
	margin:0px 0px 20px 0px;
	
}
fieldset.form_section {
	background: #CFF7FF none repeat;
	 border: 1px dashed #15ADD0;
	 padding:15px;
}
h3 {
	margin:0px 0px 10px 0px;
	/*text-align:right;*/
	font-size:1.2em;
	padding:0px;
	line-height:1.3em;
	/* border-bottom:1px dotted #555555;
	border-bottom:1px solid #DDDDDD; */
	color:#555555;
}
div.table_extra {
	margin:0px 0px 10px 0px;
	/*text-align:right;*/
	font-size:1.2em;
	padding:0px;
	line-height:2.0em;
	/* border-bottom:1px dotted #555555; */
	border-bottom:1px solid #C2E6EF;
	color:#555555;
	vertical-align:bottom;
}
div.table_bottom {
	border:none;
	margin:5px 0px 0px 0px;
}
h4 {
	font-size:1em;
}
p.emphasis {
	font-weight:bold;
	color:#15add0;
}

/* -----------------------------------*/
/* -------->>  PANELS <<<-----------*/
/* -----------------------------------*/

.content_panel_grey {
	background:url(../media/images/br_lgrey.gif) bottom right no-repeat #e8e8e8;
	width:260px;
	float:left;
	margin-right:25px;
	/*overflow:hidden;
	position:relative;
	top:-12px;*/
}

	.content_panel_grey .panel_body  {
		padding:5px 20px 20px 20px;
		background:url(../media/images/bl_lgrey.gif) bottom left no-repeat;
		/* border:1px solid green; */
	}
	#jsearch_buffer {
		height:51px;
	}
	#rregister_buffer {
		height:40px;
	}
	
	* > div#jsearch_buffer {
		height:50px;
	}
	* > div#rregister_buffer {
		height:43px;
	}
	.content_panel_grey .panel_head  {
		background:url(../media/images/tr_lgrey.gif) top right no-repeat;
	}
		.content_panel_grey .panel_head div  {
			background:url(../media/images/tl_lgrey.gif) top left no-repeat;
			padding:8px 20px 0px 17px;
		}
			.content_panel_grey .panel_head div h2  {
				/* background:url(../media/images/bullet_2.gif) 0px 1px no-repeat; 
				margin:5px 0px 10px 0px;*/
				/*background:url(../media/images/tl_lgrey.gif) top left no-repeat;*/
				padding:15px 15px 0px 15px;
			}
			
			
			
.content_panel_purple {
	background:url(../media/images/br_purple.gif) bottom right no-repeat #8914CE;
	width:260px;
	float:left;
	margin-right:25px;
	color:#ffffff;
}

	.content_panel_purple .panel_body  {
		padding:5px 20px 20px 20px;
		background:url(../media/images/bl_purple.gif) bottom left no-repeat;
		/* border:1px solid green; */
	}
	#jsearch_buffer {
		height:51px;
	}
	#rregister_buffer {
		height:40px;
	}
	
	* > div#jsearch_buffer {
		height:50px;
	}
	* > div#rregister_buffer {
		height:43px;
	}
	.content_panel_purple .panel_head  {
		background:url(../media/images/tr_purple.gif) top right no-repeat;
	}
		.content_panel_purple .panel_head div  {
			background:url(../media/images/tl_purple.gif) top left no-repeat;
			padding:8px 20px 0px 17px;
		}
			.content_panel_purple .panel_head div h2  {
				/*background:url(../media/images/bullet_3.gif) 0px 1px no-repeat;
				margin:5px 0px 10px 0px;*/
				color:#ffffff;
				/*background:url(../media/images/tl_lgrey.gif) top left no-repeat;*/
				padding:15px 15px 0px 15px;
			}			

div .panel_head h3#purple_h3 {
	/*background:url(../media/images/bullet_3.gif) 0px 9px no-repeat;
	padding:6px 15px 0px 25px;*/
	padding:6px 15px 0px 0px;
}


div#saudi_japply_panel {
	background:#8914CE url(../media/images/br_purple.gif) bottom right no-repeat;
	color:#ffffff;
	/* #8914CE */
}
	div#saudi_japply_panel .panel_body {
		background:url(../media/images/bl_purple.gif) bottom left no-repeat;
	}
	div#saudi_japply_panel .panel_head {
		background:url(../media/images/tr_purple.gif) top right no-repeat;
	}
		div#saudi_japply_panel .panel_head div {
		background:url(../media/images/tl_purple.gif) top left no-repeat;
	}
	div#saudi_japply_panel h3 {
		color:#ffffff;
		border-bottom:1px solid #B659EF;
		border-bottom:none;
		padding:5px 0px 0px 35px;
		/* background:url(../media/images/purple_expand_down_but.gif) 0px 6px no-repeat; */
		line-height:25px;
	}
	div#saudi_japply_panel h3.h3_contracted {
		background:url(../media/images/purple_expand_down_but.gif) 0px 6px no-repeat;
	}
	div#saudi_japply_panel h3.h3_expanded {
		background:url(../media/images/purple_expand_up_but.gif) 0px 6px no-repeat;
	}
	div#saudi_japply_panel .input_text {
		border:2px solid #E9E0EF;
	}
	div#saudi_japply_panel input.japply_submit {
		width:132px;
		height:26px;
		background:url(../media/images/purple_butt_132.gif) top left no-repeat;
		border:none;
		color:#FFFFFF;
		font-weight:bold;
		font-size:1em;
	}
	
	
div#japply_panel2 {
	background:#8914CE url(../media/images/br_purple.gif) bottom right no-repeat;
	color:#ffffff;
	/* #8914CE */
}
	div#japply_panel2 .panel_body {
		background:url(../media/images/bl_purple.gif) bottom left no-repeat;
	}
	div#japply_panel2 .panel_head {
		background:url(../media/images/tr_purple.gif) top right no-repeat;
	}
		div#japply_panel2 .panel_head div {
		background:url(../media/images/tl_purple.gif) top left no-repeat;
	}
	div#japply_panel2 h3 {
		color:#ffffff;
		border-bottom:1px solid #B659EF;
		border-bottom:none;
		padding:5px 0px 0px 35px;
		/* background:url(../media/images/purple_expand_down_but.gif) 0px 6px no-repeat; */
		line-height:25px;
	}
	div#japply_panel2 h3.h3_contracted {
		background:url(../media/images/purple_expand_down_but.gif) 0px 6px no-repeat;
	}
	div#japply_panel2 h3.h3_expanded {
		background:url(../media/images/purple_expand_up_but.gif) 0px 6px no-repeat;
	}
	div#japply_panel2 .input_text {
		border:2px solid #E9E0EF;
	}
	div#japply_panel2 input.japply_submit {
		width:132px;
		height:26px;
		background:url(../media/images/purple_butt_132.gif) top left no-repeat;
		border:none;
		color:#FFFFFF;
		font-weight:bold;
		font-size:1em;
	}


.content_panel {
	/* background:url(../media/images/br_lgrey.gif) bottom right no-repeat #ffffff; */
	width:260px;
	float:left;
	margin-right:25px;
	/*overflow:hidden;
	position:relative;
	top:-12px;*/
}
	.content_panel .panel_body  {
		/*padding:5px 10px 20px 20px;
		 background:url(../media/images/bl_lgrey.gif) bottom left no-repeat; */		 
	}
	.content_panel .panel_head  {
		/* background:url(../media/images/tr_lgrey.gif) top right no-repeat; */
	}
		.content_panel .panel_head div  {
			/* background:url(../media/images/tl_lgrey.gif) top left no-repeat;
			padding:8px 20px 0px 17px; */
		}
			.content_panel .panel_head div h2  {
				/*background:url(../media/images/bullet_1.gif) 0px 1px no-repeat;
				margin:5px 0px 10px 0px;*/
			}
			
ul.jobhunter {
	margin:8px 0px 8px 0px;
	border-top:1px dotted #B717EF;
	list-style:none;
}
ul.jobhunter li {
	border-bottom:1px dotted #B717EF;
	padding:8px 0px 8px 0px;
	background:auto;
}
			
#latest_articles_column {
	float:left;
	width:250px;
	margin:0px 0px 0px 0px;
}			
#latest_jobs_column {
	float:left;
	width:250px;
	margin:0px 0px 0px 0px;
	/* margin:8px 0px 0px 0px; */
}	
	#latest_jobs_column h2, .rss_h2 {
		background:url(../media/images/feed_23.jpg) left no-repeat;
		padding:0px 0px 0px 30px;/**/
	}			
	#latest_jobs_column a.job_title, #latest_articles_column a.job_title {
		display:block;
		color:#3F0044;
		font-size:1.2em;
		font-weight:bold;
		font-family:"Trebuchet MS", Verdana, Tahoma;
	}
	#latest_jobs_column div.job_postdate, #latest_articles_column div.job_postdate {
		color:#AA00A6;
		font-size:1.1em;
		font-style:italic;
		font-weight:bold;
		font-family:"Trebuchet MS", Verdana, Tahoma;
	}
	#latest_jobs_column div.job_text, #latest_articles_column div.job_text {
		color:#333333;
		font-size:1em;
		font-family:Verdana, Tahoma;
	}
	ul.home_jobs {
		list-style:none;
		margin:0px 0px 0px 1px;
	}
		ul.home_jobs li {
			margin:0px 0px 1em 0px;
		}

#jobhunter_main_column {
	float:left;
	width:350px;
	margin:0px 0px 0px 15px;
}
#sectors_column {
	float:left;
	width:350px;
	/* border:1px solid red; */
	margin:0px 0px 0px 15px;
	background:url(../media/images/v_strip_purple.gif) repeat-x;
	height:175px;
}
	#sectors_column #talent_reward {
		background:url(../media/images/lightbulb_lady_175.jpg) no-repeat top right;
		height:175px;
		width:175px;
		float:right
	}
	#sectors_column #talent_reward_text {
		font-family:'Trebuchet MS', verdana, tahoma;
		font-size:30px;
		color:#ffffff;
		font-weight:bold;
		line-height:30px;
		margin:8px 0px 0px 10px;
		height:175px;
	}
	#sectors_column #sector_links {
		/*margin:-5px 0px 0px 10px;*/
		margin:2px 0px 0px 0px;
		color:#3F0044;
		font-family:"Trebuchet MS",Verdana,Tahoma;
		font-size:1.2em;
		font-weight:bold;
	}
	#sectors_column #sector_link_as {
		margin:6px 0px 0px 0px;
		color:#9101C2;
	}
		#sectors_column #sector_link_as a {
			font-weight:bold;
			color:#9101C2;
		}

#seminar_column {
	float:left;
	width:350px;
	margin:0px 0px 0px 25px;
}
	#seminar_column #seminar {
		background:url(../media/images/rock_climber.jpg) no-repeat top right;
		height:175px;
		width:350px;
		/* width:175px; */
		float:right;
		margin:0px 0px 15px 0px;
	}
	#seminar_column #seminar_text {
		font-family:'Trebuchet MS', verdana, tahoma;
		color:#ffffff;
		margin:8px 12px 0px 10px;
		text-align:right;
	}
	#seminar_column #seminar_text .t1 {
		font-size:25px;
		font-weight:bold;
		line-height:30px;
	}
	#seminar_column #seminar_text .t2 {
		font-size:18px;
		font-weight:normal;
		line-height:20px;
	}
	#seminar_column #seminar_text .t3 {
		margin:11px 0px 2px 0px;
		font-size:18px;
		font-weight:bold;
		color:#000000;
		line-height:20px;
	}
	#seminar_column #seminar_text .t4 {
		font-family:verdana, tahoma;
		font-size:13px;
		font-weight:normal;
		color:#000000;
		line-height:17px;
	}
	#seminar_column #seminar_text .t5 {
		margin:15px 0px 0px 0px;
		font-size:18px;
		font-weight:bold;
		line-height:17px;
	}
	#seminar_column #seminar_text .t5 a {
		color:#ffffff;
	}
	
	
	#seminar_column #missireland {
		background:url(../media/images/missireland.jpg) no-repeat top right;
		height:175px;
		width:350px;
		/* width:175px; */
		float:right;
		margin:0px 0px 15px 0px;
	}
	#seminar_column #missireland_text {
		font-family:'Trebuchet MS', verdana, tahoma;
		color:#ffffff;
		margin:8px 12px 0px 10px;
		text-align:right;
	}
	#seminar_column #missireland_text .t1 {
		font-size:25px;
		font-weight:bold;
		line-height:30px;
	}
	#seminar_column #missireland_text .t2 {
		font-size:18px;
		font-weight:normal;
		line-height:20px;
	}
	#seminar_column #missireland_text .t3 {
		margin:11px 0px 2px 0px;
		font-size:18px;
		font-weight:bold;
		color:#000000;
		line-height:20px;
	}
	#seminar_column #missireland_text .t4 {
		font-family:verdana, tahoma;
		font-size:13px;
		font-weight:bold;
		color:#000000;
		line-height:17px;
	}
	#seminar_column #missireland_text .t5 {
		margin:15px 0px 0px 0px;
		font-size:18px;
		font-weight:bold;
		line-height:17px;
	}
	#seminar_column #missireland_text .t5 a {
		color:#ffffff;
	}
#login_panel {
	float:right;
	width: 210px;
	padding:0px 2px 2px 2px;
	/*padding:8px 2px 2px 2px;
	/*position:relative;
	top:-12px;
	border:1px solid red;*/
}

#login_panel h2 {
	margin:0px 0px 10px 0px;
}

div.logo_line {
	padding:4px 0px 0px 0px;
	/* border-top:1px dotted #059CC0; */
}
div.logo_line img {
	border:1px solid #999999;
	margin:0px 2px 0px 0px;
}
a.comp_profs {
	text-decoration:underline;
	color:#3F0044;
	font-family:"Trebuchet MS",Verdana,Tahoma;
	font-size:1.2em;
	font-weight:bold;
	float:right;
}
a.comp_profs:hover {
	text-decoration:none;
}
a.sector_jobs {
	text-decoration:underline;
	color:#3F0044;
	font-family:"Trebuchet MS",Verdana,Tahoma;
	font-size:1.2em;
	font-weight:bold;
}
a.sector_jobs:hover {
	text-decoration:none;
}

/* -----------------------------------*/
/* --------->>> FORMS <<<-----------*/
/* --------> All <-----------*/

.input_element { /* block-level, contains label and input field */
	display:block;
	margin:0px 0px 5px 0px;
	/* border-bottom:1px solid #e0e0e0; */
}
.input_label {
	display:inline;
}
.input_text {
	display:inline;
	float:right;
	width:155px;
	/* border:1px solid #15add0; */
	border:1px solid #aaaaaa;
	margin:0px 0px 0px 10px;
	/*	height:1.4em; */
}
.butt_submit {
	float:right;
	color:#ffffff;
	background:url(../media/images/blue_butt_72.gif);
	width:72px;
	height:26px;
	font-weight:bold;
	font-size:1em;
}
.butt_submit_purple {
	float:right;
	color:#ffffff;
	background:url(../media/images/purple_butt_72.gif);
	width:72px;
	height:26px;
	font-weight:bold;
	font-size:1em;
}
.radio_group {
	display:inline;
	float:right;
	text-align:right;
}
.radio_label {
	margin:0px 0px 0px 3px;
}
textarea.fullwidth {
	width:300px;
	height:7em;
}
textarea.jobdescription {
	width:300px;
	/* width:100%; */
	height:20em;
	margin:0px 42px 0px 0px;
}
.continue_label {
	font-weight:bold;
	line-height:36px;
}
/* --------> Job Search <-----------*/
#jsearch_submit {
	margin:0px 0px 0px 0px;
}

/* --------> Jobseeker Login <-----------*/
.jlogin_text {
	width:100px;
	border:1px solid #15add0;
}
#jlogin_submit {
	background:url(../media/images/blue_butt_72_white.gif) no-repeat;
}
a.forgot_pass {
	line-height:26px;
	font-size:0.9em;
	color:#15add0;
	text-decoration:none;
	/*border-bottom:1px solid #15add0;*/
}
a.forgot_pass:hover {
	text-decoration:underline;
	border-bottom:0px;
}
#jregister_submit {
	margin:0px 0px 0px 0px;
	width:91px;
	background:url(../media/images/blue_butt_91_white.gif);
}
#jregister_link {
	font-weight:bold;
	/* argin:0px 0px 0px 12px; */
}
div.cv_block {
	width:100%;
}
.cv_input {
	width:150px;
	margin:0px 150px 0px 0px;
}


/* --------> Recruiter Login <-----------*/
.rlogin_text {
	width:100px;
	border:1px solid #15add0;
}
#rlogin_submit {
	background:url(../media/images/blue_butt_72_white.gif);
}
#rregister_submit {
	margin:0px 0px 0px 0px;
	width:91px;
	background:url(../media/images/blue_butt_91_white.gif);
}
#rregister_link {
	font-weight:bold;
	/* was 12px */
	margin:0px 0px 0px 2px;
}
div.rdash_item_text {
	margin:10px 0px 15px 0px;
	width:100%;
}
div.rdash_item_text h3 {
	margin:0px 0px 10px 120px;
}
#rdash_jobs_applications {
	background: url('../media/images/torch_2.jpg') top left no-repeat;
}
#rdash_candidates {
	background: url('../media/images/candidate1.gif') top left no-repeat;
}
#rdash_myaccount {
	background: url('../media/images/briefcase.jpg') top left no-repeat;
}
#rdash_documents {
	background: url('../media/images/binders.jpg') top left no-repeat;
}
.rdash_item {
	float:right;
	border:1px solid #6F002C;
	/*
	border-bottom:1px solid #6F002C;
	border-right:1px solid #6F002C;
	*/
	background:#AF0A47;
	width:110px;
	display:inline;
	margin-left:10px;
	color:#ffffff;
	text-indent:0px;
}
.rdash_item h4 {
	padding:0px 5px 0px 5px;
	border-bottom:1px solid #EF95B6;
	font-size:0.8em;
}
.rdash_item p {
	padding:5px 5px 5px 5px;
	line-height:1.5em;
	font-size:0.8em;
}
.rdash_item a.rdash_link {
	color:#ffffff;
}

/* --------> multilists <-----------*/
.multilist_container {
	border:1px solid #059CC0;
	margin:0px;
}
.ml_title {
	margin:10px 0px 0px 0px;
	font-weight:bold;
	padding:2px 15px 2px 15px;
	background:#059CC0;
	color:#ffffff;
}
.ml_title .title_description {
	font-weight:normal;
	padding:0px 0px 5px 0px;
}
fieldset.ml_fs {
	/*border:1px solid #059CC0;*/
	background:#ffffff;
	margin:0px;
}
.ml_header {
	background:#B3E4EF;
	color:#000000;
	margin:0px 0px 3px 0px;
	padding:2px 15px 2px 15px;
}
.ml_body {
	padding:5px 15px 15px 15px;
}
.remove_info {
	float:right;
	/*padding:2px 10px 2px 5px;*/
}
.remove_info a {
	color:#000000;
	padding:0px 15px 0px 0px;
	background:url(../media/images/remove_small.gif) right no-repeat;
}
.add_new_info {
	margin:0px;
	background:#059CC0;
	color:#eeeeee;
	padding:2px 15px 2px 5px;
	text-align:right;
}
.add_new_info a {
	color: #ffffff;
	padding:0px 15px 0px 0px;
	background:url(../media/images/add_small.gif) right no-repeat;
}
.ml_title {
	font-weight:bold;
}
.reg_multilist {
	color:green;
}
.multilist_table {
	border:1px solid red;
	width:100%;
}
.multilist_keys {
	font-weight:bold;
}
.multilist_row {
	border:1px solid green;
	margin:0px 0px 2px 0px;
}
.multilist_item {
	/* border:1px solid blue; */
	padding:0px 3px 0px 0px;
}
.ml_input {
	width:50px;
}
.ml_full {
	width:362px;
}
.ml_half {
	width:150px;
}
.ml_half_el {
	float:left;
	display:inline;
	width:45%;
}
.ml_half_el_right {
	float:right;
}

/* -----------------------------------*/
/* -------->>> Jobseekers Area <<<-----------*/
/* -----------------------------------*/

	div.panel_item_text {
		width:220px;
		margin:10px 0px 15px 0px;
	}
	div.cvs_documents {
		background: url('../media/images/documents.jpg') top left no-repeat;
		float:right;
		/* margin:0px 0px 0px 50px; */
	}
	div.search {
		background: url('../media/images/torch_2.jpg') top left no-repeat;
	}
	div.news {
		margin:30px 0px 0px 0px;
		background: url('../media/images/newspaper.jpg') top left no-repeat;
		width:100%;
	}
	div.panel_item_text h3 {
		margin:0px 0px 0px 100px;
	}
	p.profile_p,ul.news_items,div.profile_div {
		padding:0px 0px 0px 120px;
	}
	.profile_div a {
		color:#6F002C;
	}
	.profile_div a.jTip {
		color:#FFFFFF;
	}
	ul.news_items {
	}
	ul.news_items li {
		margin:5px 0px 0px 10px;
		color:#00748F;
		padding-bottom:5px;
		border-bottom:1px dotted #CFCFCF;
	}
	ul.news_items a {
		color:#00748F;
	}
	ul.news_items .date {
		color:#15ADD0;
		text-transform:capitalize;
		letter-spacing:0.2em;
		font-size:0.9em
	}

	table td.cv_updated {
		width:9em;
	}
	table td.alerts_sent {
		width:5em;
	}
	table td.alerts_created {
		width:7em;
	}
	table td.alerts_actions {
		width:5em;
	}
	table td.cv_lastlogin {
		width:6em;
	}
	table td.cv_description {
		width:12em;
	}

/* -----------------------------------*/
/* -------->>> Recruiters Panel <<<-----------*/
/* -----------------------------------*/

.recruiters_panel {
	background:url(../media/images/recruiters_panel_bottom.jpg) bottom right no-repeat #e8e8e8;
	width:219px;
}
#recruiters_panel_body {
	/*height:140px;*/
}
.recruiters_panel_heading {
	background:#e72968;
	/* padding:1px 20px 2px 20px; */
	padding:1px 0px 2px 0px;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
}
#rregister_submit {
	margin:12px 0px 0px -2px;
	width:91px;
	float:left;
	background:url(../media/images/blue_butt_91.gif);
}
.recruiter_text {
	/* width:100px; */
}
#rregister_link {
	line-height:40px;
	font-weight:bold;
}

/* ----------------------------------------------*/
/* -------->>> Jobseeker Registration <<<-----------*/
/* -------------------------------------------*/

.reg_panel {
	width:630px;
}

.reg_block {
	width:220px;
	float:left;
	margin:0px 30px 0px 0px;
}
.reg_block_right {
	margin:0px;
}
.jregister_input {
	width:120px;
}
.jregister_continue {
	margin:0px 0px 15px 0px;
	text-align:right;
}
.jregister_continue input {
	float:right;
	margin:3px 0px 0px 15px;
}
.jregister_continue label {
	float:right;
}
/*   Error / success messages  */
.message_error, .message_success, .message_warning {
	/* text-indent:64px;*/
	padding:0px 0px 20px 58px;
}
.message_error h2, .message_success h2, .message_warning h2 {
	text-indent:0px;
	background:none;
	display:inline;
}
.message_error {
	background:url(../media/images/error.gif) top left no-repeat;
	color:#A5003F;
}
.message_error h2 {
	color:#A5003F;
}
.message_success {
	background:url(../media/images/success.gif) top left no-repeat;
	color:#007A8F;
}
.message_success h2 {
	color:#007A8F;
}
.message_warning {
	background:url(../media/images/warning.gif) top left no-repeat;
	color:#B25D00;
}
.message_warning h2 {
	color:#B25D00;
}
.val_errors {
	/*width:150px;*/
	margin:0px 0px 0px 15px;
}

/* ------------------------------------------*/
/* ----->>> Jobseeker Account <<<-----------*/
/* -------------------------------------------*/
.account_link {
	border-bottom:1px dotted #059CC0;
	margin:0px 0px 0px 0px;
}
.account_link:hover {
	border-bottom:1px dotted #ffffff;
	text-decoration:none;
}
.logout_link {
	font-weight:bold;
	margin:5px 0px 0px 0px;
}

/* ------------------------------------------*/
/* ----->>> Recruiter Registration <<<-----------*/
/* -------------------------------------------*/
.rreg_panel {
	width:620px;
}
.rreg_panel .panel_body  {
	 background: #CFF7FF none repeat;
	 border: 1px dashed #15ADD0;
	 padding:15px;
}
.rreg_block {
	/* width:330px; */
	width:400px;
	float:left;
}
.rreg_block select.title {
	/* width:5em;*/
}


/* ------------------------------------------*/
/* ----->>> Recruiter Account <<<-----------*/
/* -------------------------------------------*/
table.aps_list {
	width:100%;
}
table.aps_list td {
	line-height:2em;
	border-bottom:1px solid #dddddd;
	vertical-align:middle;
}
table.aps_list td img {
	margin:3px 0px 0px 0px;
}
tr.aps_list_legend {
	font-weight:bold;
	color:#555555;
}
table.aps_list tr.aps_list_legend td {
	line-height:1.5em;
}
table.aps_list tr.aps_list_legend td span {
	/* background:url('../media/images/downarrow_inactive.gif') right no-repeat; */
	background-position:100% 60%;
	padding:0px 8px 0px 0px;
}
table.aps_list tr.aps_list_legend td.active span {
	/* background:url('../media/images/downarrow_active.gif') right no-repeat; */
}

/* -------->>> Search for Candidates <<<-----------*/
table.ca_list {
	width:100%;
	margin:-10px 0px 0px 0px;
	border-collapse:collapse;
}
table.ca_list tr {
	overflow:hidden;
}
table.ca_list tr td {
	padding:5px 15px 5px 0px;
	vertical-align:top;
}
table.ca_list tr td a {
	color:#111111;
}

table.ca_list tr td.jobtitle {
	width:110px;
}
table.ca_list tr td.joblocation {
	width:80px;
	padding:0px;
}
table.ca_list tr td.jobtitle_2 {
	width:auto;
}
table.ca_list tr td.joblocation_2 {
	width:120px;
}
table.ca_list tr td.jobupdated_2 {
	width:110px;
	padding:0px;
}
table.ca_list tr td.jobtitle_2 a {
	font-weight:bold;
	text-decoration:underline;
	color:#444444;
}
table.ca_list tr td.jobtitle_2 a:hover {
	text-decoration:none;
}
table.ca_list td {
	line-height:2em;
	border-bottom:1px solid #C2E6EF;
	vertical-align:middle;
	padding:0px;
}
tr.ca_list_legend {
	font-weight:bold;
	color:#222222;
	background:#D1EAEF;
}
table.ca_list tr.ca_list_legend td {
	line-height:1.5em;
}
table.ca_list tr.ca_list_legend td span {
	/* background:url('../media/images/downarrow_inactive.gif') right no-repeat; */
	background-position:100% 60%;
	padding:0px 8px 0px 0px;
}
table.ca_list tr.ca_list_legend td.active span {
	/* background:url('../media/images/downarrow_active.gif') right no-repeat; */
}
tr.ca_list_row_expanded {
	height:0px;
	border:none;
}
tr.ca_list_row_expanded td {
	height:0px;
	border:none;
}
tr.ca_list_row_expanded td table {
	display:none;
	border-bottom:1px solid #C2E6EF;
}
tr.ca_list_row_expanded td table td {
	border:none;
	vertical-align:top;
}
.highlighted_tr {
	background:red;
}

td.jobs_list_datetime {
	width:60px;
}

/* -----------------------------------*/
/* -------->>> View Individual Job <<<-----------*/
/* -----------------------------------*/
table.job_desc_table {
	clear:both;
	border-collapse:collapse;
	width:80%;
	margin:2em 0em 3em 0em;
	border-bottom:1px solid #dddddd;
}
table.job_desc_table th {
	text-align:left;
	padding:none;
}
table.job_desc_table td {
	padding:0px 25px 0px 0px;
	border-top:1px solid #dddddd;
}
table.job_desc_table td.job_desc_item {
	width:120px;
	vertical-align:top;
}
div.image_container img {
	padding:5px;
	/* border:1px solid #e8e8e8;*/
	background:#eeeeee;
}
div.image_container_left {
	float:left;
	margin:0em 1em 1em 0em;
}
div.image_container_right {
	margin:0em 0em 1em 1em;
	float:right;
}
form#japply_form {
	display:none;
}
div.japply_panel {
	/* width:88%; */
	width:80%;
}
div.japply_panel h3 {
	cursor:pointer;
}
div.japply_block {
	width:100%;
	/* margin:0em 0em 2em 0em; */
}
div.japply_block .input_element {
	clear:both;
}
div.japply_block .input_element input.japply_text {
	margin:0px 90px 0px 0px;
}
div.japply_block .input_element input.japply_q_text {
	margin:0px;
}
div.japply_block .input_element input.japply_file {
	/* margin:5px 30px 0px 0px;*/
	margin:5px 0px 0px 0px;
	width:250px;
}
div.japply_block .input_element textarea {
	margin:0px;
	width:245px;
	height:10em;
	margin:0px 0px 0px 0px;
}
input.japply_submit {
	width:120px;
	margin:15px 0px 0px 0px;
	/* margin:10px 130px 0px 0px; */
}
table.job_application_info td.legend {
	font-weight:bold;
	padding:0em 2em 0em 0em;
}
.new_image {
	display:none;
}
#feeds {
	float:right;
	font-size:0.7em;
	font-weight:normal;
	font-family:verdana;
	line-height:1em;
	position:relative;
	top:5px;
	/* margin:5px 0px 0px 0px; */
}
.pagination {
	float:left;
	font-size:0.7em;
	font-weight:bold;
	font-family:verdana;
	/* margin:5px 0px 0px 0px; */
}
.pagination select {
	border:1px solid #e8e8e8;
}
.page_nav {
	border-bottom:2px dotted #C2E6EF;width:95%;padding:0px 0px 5px 0px;
}
.page_nav a.alpha_link {
	padding:3px;
	margin:0px 6px 0px 0px;
	/* border:1px solid #444444; */
	font-weight:bold;
	font-size:1.3em;
	color:#000000;
}
.page_nav a.alpha_link:hover {
	text-decoration:none;
	background:#A4E9EF;
}
.page_nav a.alpha_link_active {
	color:#ffffff;
	background:#00334F;
	border:1px solid #00334F;
}
.page_nav a.alpha_link_active:hover {
	color:#ffffff;
	background:#00334F;
	border:1px solid #00334F;
}
img.clients_logo {
	border:1px solid #999999;margin:6px 6px 0px 0px;
}
/* ---------------------------------------------------*/
/* -------->>> Terms and Conditions <<<--------------*/
/* --------------------------------------------------*/
p.terms_cons_p {
	margin:0em 0em 2em 0em;
}
.rss_info_line {
	line-height:23px;
}
.rss_reader_button {
	float:right;
	margin:0px 10px 0px 0px;
	line-height:23px;
}
a.rss_info {
	color:#B717EF;
}
a.rss_info div {
	position:relative;
	top:-10px;
	padding:0px 0px 0px 10px;
	width:250px;
	/* border:1px solid blue; */
}
a.rss_info>div {
	position:inherit;
	padding:0px 0px 0px 33px;
	top:0px;
	/* border:1px solid red; */
}
a.rss_info img {
	float:left;
}
a.rss_info:hover {
	text-decoration:none;
}

div.missireland_termscons ul {
	list-style:decimal;
	margin:0px 0px 0px 13px;
	padding:0px 0px 0px 10px;
}

/* ---------------------------------------------------*/
/* -------->>> Subscribe <<<--------------*/
/* --------------------------------------------------*/
ul.reasons_to_join {
	list-style-type:none;
}
ul.reasons_to_join li {
	padding:10px 15px 10px 15px;
	margin:0.5em 0px 0.5em 0px;
	border:1px solid #E695EF;
	background:#FDEFFF;
}
ul.reasons_to_join li div {
	float:left;
	margin:0px 6px 0px 0px;
}


/* ---------------------------------------------------*/
/* -------->>> International <<<--------------*/
/* --------------------------------------------------*/

div.internat_column {
	width:200px;
	margin:0px 10px 0px 0px;
	/* border:1px solid red; */
	float:left;
}
div.internat_column ul.country_list {
	margin:0px 0px 0px 15px;
	list-style-image:url(../media/images/raquo_1.gif);
	marker-offset:10px;
}
div.internat_column ul.country_list a {
	color:#000000;
}

/* -----------------------------------*/
/* -------->>> Footer <<<-----------*/
/* -----------------------------------*/
#footer {
	/*
	bottom:-5px;*/
	position:absolute;
	bottom:0px;
	margin:0px 0px 0px 20px;
	width:910px;
	background:url(../media/images/tl_blue.gif) top left no-repeat #059cc0;
}
	#footer_links {
		background:url(../media/images/tr_blue.gif) top right no-repeat;
		padding:12px 20px 12px 20px;
		text-align:right;
		color:#9edcea;
		font-size:1em;
		/* font-weight:bold; */
	}
		#footer_links a {
			color:#9edcea;
			text-decoration:none;			
		}
		#footer_links a:hover {
			color:#ffffff;
			text-decoration:underline;
		}