/* 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

----------------------------------------------------------------------------------*/

.selectWide {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	width: 160px;
	}

.selectEducationSubject, .selectIndustry, .selectJobType, .selectContractType, .selectDepartment, .selectExperience {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	width: 160px;
	}

.selectAvWidth {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	width: 160px;
	}

.selectEducationLevel, .selectCurrentSit {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	width: 160px;
	}

.selectLocation {

	height: 53px;
	width: 160px;
}

.selectNarrow { //lists and menus
	font-family: Verdana, Arial;
	font-size: 11px;
	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 {
	Font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	width: 75px;
	}

.selectMonth {
	Font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	width: 120px;
	}
.selectYear {
	Font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	width: 98px;
	}

/* This is the setup for the general text */

body,table,td,tr,th,p,div
{
	font-family: Verdana, Arial;      
	font-size: 11px;
	color: #000000;
}

/* The same as above but no size or colour in case they over write other tags */

a,b,pre
        {
        	font-family: Verdana, Arial;
        	color: #000099;
        }

/* The bascic font tag again no colour in case it over writes other tags */

font
        {
        font-family: Verdana, Arial;
        font-size: 11px;
        }

/* This is for the background colour and or image */

body
        {
	background-color: White;
}

/* 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;
	font-weight: bold;
        }

/* This is for text boxes and dropdowns */

input,select,textarea,checkbox,dummy
        {
        font-family: Verdana, Arial;
        font-size: 11px;
/*	color: #000000;  */
/*	background-color: #FFFFFF;  */
        }


/* Here are specific tags called  */
/* normal_head is just the default font size */


/* previously small_head */
.size1
        {
        font-size: 11px;
        }

/* previously sub_head */
.size3
        {
        font-size: 13px;
        }

/* previously font_head */
.size4
        {
        font-size: 15px;
        }

/* colours for stars */
.colour2
        {
        color: #000000;
        }

/* colours for warning text */
.colouralert
        {
        color: #FF0000;
        }

/* colours for CV Extraction manual input text */
.extractManualColour
        {
        color: #FF0000;
        }



/*OTHER CLASSES*/
.hideme { visibility:hidden; }
.pinkrule { color: #CC0066; height: 1px; width: 100%; background-color: #CC0066; }
.norepeat { background-repeat: no-repeat; }
.wideleading { line-height: 1.5em; }
.tableborder1 { border-width: 1px 1px 1px 1px; border-style: solid; }

.loginTable tr {  font-family: Verdana, Arial; font-size: 11px; }
.loginTable td {  font-family: Verdana, Arial; font-size: 11px; background-color: #ffffff; }
.loginTable select {  font-family: Verdana, Arial; font-size: 11px; width: 150px; }

.jobrow_even { background-color: #f0f0f0; padding: 1px;}
.jobrow_odd { background-color: #ffffff; padding: 1px;}

.evenRow { background-color: #f0f0f0;}
.oddRow { background-color: #ffffff;}

.jobs_header {  font-family: Verdana, Arial; font-size: 12px; color: #000099; font-weight: bold;}

.helpText { font-family: Verdana, Arial; font-size: 10px; color: #000000; }

