	<!--
/* Makes 'go' buttons stand out more */
/* Can be rendered many ways. Style as requested */
.CGbutton { 
	width: 30px;
	border-style: ridge;
	background: #99CCFF;
	font-family: Arial;
	font-size: 11px;
	}
	
.texte-nav {
  color:#FFFFFF;
  font-size:10px;
  text-decoration:none;
  }
  
.profileButtonBold {
	font-weight:bold;	
}
	
/* The classes below were previously just select. */
/* Changed for UI tidy-up */	
/*--------------------------------------------------------------------------------- 
note: Do change the following values if you want to align the config lists properly 
(however, be aware that certain entries in config lists may be too long for a fixed width
.selectIndustry  //for the Industry selection list
.selectEducationLevel  //for the Education Level selection list
.selectEducationSubject  //for the Education Subject selection list
.selectDepartment, 
.selectExperience
.selectContractType
.selectLocation,
.selectCurrentSit
.selectJobType  //for the Job Type selection list
.selectTitle  //for the profiles Title selection list
.selectcareerObjective  //for users career objectives
.selectSummaryExperience // for the description of career so far. Looks good as "(60%*table_width)+selectNarrow"


----------------------------------------------------------------------------------*/

.selectWide { 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 300px;
	}
	
.selectEducationSubject, .selectIndustry, .selectJobType, .selectContractType, .selectDepartment, .selectExperience { 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	}	
		
.selectAvWidth {
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 200px;
	}
	
.selectSummaryExperience {
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF;  
	width: 400px;
	}	
	
.selectEducationLevel, .selectLocation, .selectCurrentSit, .selectTitle, .selectCareerObjective {
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	}
	
.selectNarrow { //lists and menus
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 130px;
	}
/* note: to align nicely, the width of the following three selection lists should add 
         up to the .selectWide class */         	
.selectDay { //For day selection lists 
	Font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 75px;
	}
	
.selectMonth { //For Month selection lists 
	Font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 75px;
	}
.selectYear { //For year selection lists 
	Font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 60px;
	}
	
/* This is the setup for the general text */

body,table,td,tr,p,div
	{ 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px;   
	color: #2E4F7D;   
	}

/* The same as above but no size or colour in case they over write other tags */

a,b,pre 
	{ 
	font-family: Arial, Helvetica, sans-serif;   
	}

/* The bascic font tag again no colour in case it over writes other tags */

font 
	{ 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px;   
	}

/* This is for the background colour and or image */

body 
	{ 
	background-color: #FFFFFF;   
	}

/* The Link colour in all states */

a 
	{ 
	color: #0000FF;  
	}

/* Links in specific states */

a:link 
	{ 
/*	color: #000000;  */
	}

a:visited 
	{ 
/*	color: #000000;  */
	}

a:active 
	{ 
/*	color: #000000;  */
	}

a:hover 
	{ 
/*	color: #000000;  */
	}

/* This is for text boxes and dropdowns */

textarea
	{ 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px;   	  
	background-color: #FFFFFF; 
	width: auto;
	}
	 
select { //lists and menus
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	}	
	
checkbox
	{ 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px;   
	color: #000000;  
	background-color: #FFFFFF; 
	}
		
/* Here are specific tags called  */

/* previously small_head */

/* Makes 'go' buttons stand out more */
/* Can be rendered many ways. Style as requested */
.CGbutton { 
	width: 50px;
	border-style: ridge;
	}

.selectWide { //lists and menus
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 300px;
	}

.selectAvWidth { //lists and menus
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 200px;
	}

.selectNarrow { //lists and menus
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 130px;
	}

.size1 
	{ 
	font-size: 12px;  
	}

/* previously sub_head */
.size3 
	{ 
	font-size: 13px;  
	}

/* previously font_head */
.size4 
	{ 
	font-size: 13px;  
	}

/* colours for stars */
.colour2
	{ 
	color: #FF0000;  
	}

/* colours for warning text */
.colouralert
	{ 
	color: #FF0000;  
	}

/* colours for CV Extraction manual input text */
.extractManualColour
        {
        color: #FF0000;
        }
      
        
A.texte-nav {font-size: 10px; color: #FFFFFF; text-decoration: none}

A.texte-nav:link {font-size: 10px; color: #FFFFFF; text-decoration: none}

A.texte-nav:hover {font-size: 10px; color: #FFFFFF; text-decoration: none}

A.texte-nav:visited {font-size: 10px; color: #FFFFFF; text-decoration: underline}      

.soustitre-menu {font-size: 9px; color:  #000000; text-decoration: none}

A.soustitre-menu {font-size: 9px; color: #0069b3; text-decoration: none}

A.soustitre-menu:link {font-size: 9px; color: #0069b3; text-decoration: underline}

A.soustitre-menu:hover {font-size: 9px; color: #6ECADC; text-decoration: none}

A.soustitre-menu:visited {font-size: 9px; color: #0069b3; text-decoration: underline}

A.soustitre-menu:active {font-size: 9px; color: #CC5AB0; text-decoration: underline}  

A.menu {font-size: 11px; text-decoration: none;}

A.menu:link {font-size: 11px;  text-decoration: none;}

A.menu:hover {font-size: 11px; text-decoration: none; }

A.menu:visited {font-size: 11px; text-decoration: none; }      

.selectTop {
	font-size:14px;
	height:20px;	
}

.left-menu {
	font-size:11px;
}

.soustitre-menu td {
	font-size:11px;	
}

.soustitre-menu td a {
	font-size:11px;	
}
.headerTabC {
    background-color:#0069B5;
    color:#FFFFFF;
    font-weight:bold;
    padding-left:10px;
}

.headerTabG {
background-color:#0069B5;
background-image:url(IMG/talents/coinTab1_g.gif);
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
padding-left:10px;
}

.headerTabD {
background-color:#0069B5;
background-image:url(IMG/talents/coinTab1_d.gif);
background-position:right center;
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
padding-left:10px;
}

.evenrow
{
  background-color: #C9DCEB;
	border-color: #000000;  
}

.oddrow
{
	background-color: #87C0EB;
	border-color: #000000;
	
}
//-->

