/* A central box */
.recruiter-box
{
	float:left;
	width:228px;

	margin-top:6px;
	margin-left:7px;
}
		
	html>body .recruiter-box
	{
		margin-left:12px;
	}
	
	.recruiter-box .title
	{
		height:22px;
		width:100%;
			
		background: url('images/seanergic_box_title_bg.gif') repeat-x;
			
		font-size:9pt;
	}
		
	.recruiter-box .title img, .recruiter-box .title h3
	{
		float:left;
	}
		
	.recruiter-box img.help
	{
		float:right;
	}
		
	.recruiter-box .title h3
	{
		padding:0p;
		margin:3px 0 0 4px;
			
		font-size:10pt;
		color:#3b4e52;
	}
		
	.recruiter-box .content
	{
		margin:2px 0 0 0;
		padding:4px;
		min-height:140px;
		height:140px;
			
		background: url('images/seanergic_box_bg.gif') repeat-x;

		font-size:10pt;
	}
		
	/* For non IE browsers */
	html>body .recruiter-box .content
	{
		 height:auto;
	}


/* New annoucement */
ul.steps2,
ul.steps
{
	display:block;
	
	width:464px;
	height:65px;

	padding:0;
	margin:15px 0 0 0;
	
	height:65px;
	
	list-style:none;
	
	background: url('images/seanergic_steps.gif') no-repeat top right;
}

ul.steps2 {
	width:315px;
	margin:15px 0 0 50px;
}

ul.steps2 li,
ul.steps li
{
	padding:0;
	margin:0;
	
	float:left;
	height:65px;
	
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}

ul.steps2 li span,
ul.steps li span
{
	display:block;
	margin-top:40px;
}

ul.steps2 li.current,
ul.steps li.current
{
	color:#83b817;
}

ul.steps2 li.from3,
ul.steps li.from3
{
	width:150px;
}

ul.steps2 li.step1,
ul.steps li.step1
{
	background: url('images/seanergic_step1.gif') no-repeat;
}

ul.steps2 li.step2,
ul.steps li.step2
{
	background: url('images/seanergic_step2.gif') no-repeat;
}

ul.steps li.step3
{
	background: url('images/seanergic_step3.gif') no-repeat;
}



/* Recuiter : Online offer | Offline offer */

/* Header */
div.bigTab .head ul li, div.bigTab2 .head ul li
{
	display:block;
	margin:1px;
	float:left;
	padding:0 0 0 5px;

	font-weight:bold;
	
	border:1px solid #666666;
	border-width:0 0 0 1px;
}

div.bigTab .head ul li.annTitle, div.bigTab2 .head ul li.h1
{
	width:212px;
	border:0px;
}

div.bigTab .head ul li.annDate { width:80px; }
div.bigTab .head ul li.annSect { width:105px; }
div.bigTab .head ul li.annOuv { width:65px; }
div.bigTab .head ul li.annCond { width:80px; }
div.bigTab .head ul li.annROI { width:30px; }
div.bigTab .head ul li.annAction { width:75px; }
div.bigTab .head ul li.annTitle { width:175px; }

/* Content */
div.bigTab .content td.annNum { width:15px; color:#8ebe2e; font-weight:bold; }
div.bigTab .content td.annTitle { width:190px; }
div.bigTab .content td.annDate { width:85px; }
div.bigTab .content td.annSec { width:110px; }
div.bigTab .content td.annOuv { width:80px; }
div.bigTab .content td.annCond { width:80px; }
div.bigTab .content td.annROI { width:35px; }
div.bigTab .content td.annAction { width:80px; }


/* Tab : CV search result */

	/* Header */
	div.bigTab.cvSearchResult .head ul li.h1 { width:212px; border-width:0; }
	div.bigTab.cvSearchResult .head ul li.h2 { width:110px; }
	div.bigTab.cvSearchResult .head ul li.h3 { width:125px; }
	div.bigTab.cvSearchResult .head ul li.h4 { width:125px; }
	div.bigTab.cvSearchResult .head ul li.h5 { width:110px; }
	
	/* Content */
	div.bigTab.cvSearchResult .content td.c0 { width:15px; color:#8ebe2e; font-weight:bold; }
	div.bigTab.cvSearchResult .content td.c1 { width:220px;  }
	div.bigTab.cvSearchResult .content td.c2 { width:117px; }
	div.bigTab.cvSearchResult .content td.c3 { width:135px; }
	div.bigTab.cvSearchResult .content td.c4 { width:128px; }
	div.bigTab.cvSearchResult .content td.c5 { width:67px; }
	
/* Tab : Liste de CV */

	/* Header */
	div.bigTab.cvList .head ul li.h1 { width:212px; border-width:0; }
	div.bigTab.cvList .head ul li.h2 { width:80px; }
	div.bigTab.cvList .head ul li.h3 { width:95px; }
	div.bigTab.cvList .head ul li.h4 { width:95px; }
	div.bigTab.cvList .head ul li.h5 { width:110px; }
	
	/* Content */
	div.bigTab.cvList .content td.c0 { width:15px; color:#8ebe2e; font-weight:bold; }
	div.bigTab.cvList .content td.c1 { width:220px;  }
	div.bigTab.cvList .content td.c2 { width:87px; }
	div.bigTab.cvList .content td.c3 { width:105px; }
	div.bigTab.cvList .content td.c4 { width:98px; }
	div.bigTab.cvList .content td.c5 { width:118px; }


/* Content */
div.bigTab .content td a
{
	color:#5c686b;
}

/* Welcome message */
.welcomeMsg {
	width:490px;
	height:90px;
}

.welcomeMsg .logo {
	float:left;
	padding:5px;
	margin:10px 10px 0 15px;
	
	width:auto;
	height:auto;
	
	border:1px solid #666666;
}

.welcomeMsg .txt {
	float:left;
	width:350px;
	height:70px;
	
	padding:2px;
	margin:20px 0 0 10px;
}