/* Makes 'go' buttons stand out more */
/* Can be rendered many ways. Style as requested */

.CGbutton { 
        color: #FFFFFF;
        background :  #6699ff;
        background-color : #6699ff;
        border : 1px solid #3366CC;         
        width : 60px;
	}
	
/* 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 : Verdana; 
	font-size: 11px; 
	color: #000000;  
	BACKGROUND-COLOR: transparent;
	width: 300px;
	}
	
.selectEducationSubject, .selectIndustry, .selectJobType, .selectContractType, .selectDepartment, .selectExperience { 
	font-family : Verdana; 
	font-size: 11px; 
	color: #000000;  
	BACKGROUND-COLOR: transparent; 
	width : 220 px;
	}	
		
.selectAvWidth {
	font-family : Verdana; 
	font-size: 11px; 
	color: #000000;  
	BACKGROUND-COLOR: transparent ;
	width: 220px;
	}

.selectSummaryExperience {
	font-family : Verdana; 
	font-size: 11px; 
	color: #000000;  
	BACKGROUND-COLOR: transparent; 
	width: 460px;
	}

.selectEducationLevel, .selectLocation, .selectCurrentSit, .selectTitle, .selectCareerObjective {
	font-family : Verdana; 
	font-size: 11px; 
	color: #000000;  
	BACKGROUND-COLOR: transparent; 
	width: 220px;
	}	

.selectNarrow { //lists and menus
	font-family : Verdana; 
	font-size: 11px; 
	color: #000000;  
	BACKGROUND-COLOR: transparent; 
	width: 170px;
	}
	

/* 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 : Verdana; 
	font-size: 11px; 
	color: #000000;  
	BACKGROUND-COLOR: transparent; 
	width: 75px;
	}
	
.selectMonth { //For Month selection lists 
	font-family : Verdana; 
	font-size: 11px; 
	color: #000000;  
	BACKGROUND-COLOR: transparent; 
	width: 120px;
	}
.selectYear { //For year selection lists 
	font-family : Verdana; 
	font-size: 11px; 
	color: #000000;  
	BACKGROUND-COLOR: transparent; 
	width: 98px;
	}
	
/* This is the setup for the general text */

table, td, tr,th, p, div
        {
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
        }
td {
  font-size : 11px;
 }
/* The same as above but no size or colour in case they over write other tags */

a,b,pre
        {
        font-family: Verdana;
        font-size: 11px;
        }

/* The bascic font tag again no colour in case it over writes other tags */

font
        {
        font-family : Verdana;
        font-size: 11px;
        }

/* This is for the background colour and or image */

body
        {
        font-family: Verdana;
        background-color: #FFFFFF;
        font-size: 11px;
        }

/* The Link colour in all states */

a
        {
        font-family : Arial,Verdana;
        COLOR: #003399;
        text-decoration : none;
        font-size: 11px;
        }

/* Links in specific states */

a:link
        {
/*	color: #000000;  */
        }

a:visited
        {
/*	color: #000000;  */
        }

a:active
        {
        font-family : Arial,Verdana;
        COLOR:  #6699ff;
        text-decoration : none;
        font-size: 11px;
        }

a:hover
        {
        font-family : Arial,Verdana;
        COLOR:  #6699ff;
        text-decoration : none;
        font-size: 11px;
        }

/* This is for text boxes and dropdowns */

input,select,textarea,checkbox
        {
        font-family: Verdana;
        font-size: 11px;
        BACKGROUND-COLOR: transparent;
        }


/* Here are specific tags called  */



/* previously small_head */
.size1
        {
        font-size: 11px;
        }

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

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

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

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

/* colours for CV Extraction manual input text */
.extractManualColour
        {
        color: #FF0000;
}

HR {
	height : 1px;
	}

