<!--
/* Makes 'go' buttons stand out more */
/* Can be rendered many ways. Style as requested */
.CGbutton { 
	width: 50px;
	border-style: ridge;
	}
	
/* 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"


----------------------------------------------------------------------------------*/

.selectEducationSubject, .selectIndustry, .selectPrefArea, .selectJobType, .selectContractType, .selectDepartment, .selectExperience { 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 212px;
	}	
		
.selectAvWidth {
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 212px;
	}
	
.selectSummaryExperience {
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF;  
	width: 212px;
	}	
	
.selectEducationLevel, .selectLocation, .selectCurrentSit, .selectTitle, .selectCareerObjective, .selectWide {
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 212px;
	}
.headerbar {
	background-color:#0C2348;
	color:#FFFFFF;
	height:18px;	
}
/* 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: 120px;
	}
.selectYear { //For year selection lists 
	Font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 98px;
	}
	
/* This is the setup for the general text */

body,table,td,tr,p,div
	{ 
	font-family: Arial,Helvetica,sans-serif;   
	font-size: 12px;   
	color: #0C244E;   
	}
font {
	font-family: Arial,Helvetica,sans-serif;   
	font-size: 12px;   
	color: #0C244E;   
}
/* 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 */

select, .profileStar, .profileLabel, .profileSpacer,.profileField
	{ 
	font-family: Arial,Helvetica,sans-serif;   
	font-size: 12px;   
	color: #000000;  
	}
	
/* This is for the background colour and or image */

body{
	background-color : transparent;
}

/* The Link colour in all states */

a 
	{ 
	color: #0C244E;  
	font-weight:bold;
	}

/* 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;
	}
	 
checkbox
	{ 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px;   
	color: #000000;  
	background-color: #FFFFFF; 
	}
		
/* Here are specific tags called  */
/* normal_head is just the default font size */
/* previously small_head */

/* Makes 'go' buttons stand out more */
/* Can be rendered many ways. Style as requested */
.CGbutton { 
	width: 50px;
	border-style: ridge;
	}

.selectAvWidth { //lists and menus
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color: #000000;  
	background-color: #FFFFFF; 
	width: 212px;
	}


.size1 
	{ 
	font-size: 12px;  
	}

/* previously sub_head */
.size3 
	{ 
	font-size: 12px;  
	}

/* previously font_head */
.size4 
	{ 
	font-size: 17px;  
	}

/* colours for stars */
.colour2
	{ 
	color: #FF0000;  
	}

/* colours for warning text */
.colouralert
	{ 
	color: #FF0000;  
	}

/* colours for CV Extraction manual input text */
.extractManualColour
        {
        color: #FF0000;
        }
        
hr {
	height : 1px;
	color : #0B3F66;
}
//-->