<!--
/* 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"


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

.selectWide {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        width: 300px;
        }

.selectEducationSubject, .selectIndustry, .selectJobType, .selectContractType, .selectDepartment, .selectExperience {
        font-family: Verdana,Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        }

.selectAvWidth {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        width: 200px;
        }

.selectSummaryExperience {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        width: 490px;
        }

.selectEducationLevel, .selectLocation, .selectCurrentSit, .selectTitle, .selectCareerObjective {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        }

.selectNarrow { //lists and menus
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        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: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        width: 75px;
        }

.selectMonth { //For Month selection lists
        Font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        width: 120px;
        }
.selectYear { //For year selection lists
        Font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        width: 98px;
        }

/* This is the setup for the general text */

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

/* 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: 13px;
        background-color: #FFFFFF;
        width: auto;
        }

select { //lists and menus
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        }

checkbox
        {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        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: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        width: 300px;
        }

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

.selectNarrow { //lists and menus
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #FFFFFF;
        width: 130px;
        }

.size1
        {
        font-size: 11px;
        }

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

/* previously font_head */
.size4
        {
       	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #00235D;
	text-decoration: none;
        }

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

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

/* colours for CV Extraction manual input text */
.extractManualColour
        {
        color: #FF0000;
        }
        
/* Extra added styles for Superdrug */
ul, li { font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size:11px; margin-top:0.5em; 
		 }  


    
//-->
