/* START arrow bullet lists */
/* Note background image is used rather than list-style-image as it is more cross-browser friendly */
.whitearrowbullets, .bluearrowbullets, .blackarrowbullets {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	vertical-align: middle;
}
.whitearrowbullets li, .bluearrowbullets li, .blackarrowbullets li {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.whitearrowbullets a, .bluearrowbullets a, .blackarrowbullets a {
	text-decoration: none;
}
.whitearrowbullets a:hover, .bluearrowbullets a:hover, .blackarrowbullets a:hover {
	text-decoration: underline;
}
.whitearrowbullets {
	color: #FFFFFF;
}
.whitearrowbullets li {
	background-image: url(../Images/whitearrow.gif);
}
.bluearrowbullets {
	color: #000000;
}
.bluearrowbullets li {
	background-image: url(../Images/bluearrow.gif);
}
.blackarrowbullets {
	color: #000000;
}
.blackarrowbullets li {
	background-image: url(../Images/blackarrow.gif);
}
.whitearrowbullets a 
{
	color: #FFFFFF;
}
.blackarrowbullets a, .bluearrowbullets a
{
	color: #000000;
}
/* END arrow bullet lists */

/* START content classes */
.contenttbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	vertical-align: top;
/*	text-align: justify;*/
}
/* added by Nigel Parker INC136225 on 02 Sept 2011 to correct font size on vacancies search */
#Search1 #m_grdVacancies .contenttbl {
	font-size:1.0em;
}
 #Results1 #_ctl3 .contenttbl td font {
	font-size: 1.33em;
 }
  /* end of change */
.contenttblalt {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	font-weight: normal;
	vertical-align: top;
/*	text-align: justify;*/
	background-color: #DDEEDD;
}
/* added by Nigel Parker INC136225 on 02 Sept 2011 to correct font size on vacancies search */
#Search1 #m_grdVacancies .contenttblalt {
	font-size:1.0em;
}
 #Results1 #_ctl3 .contenttblalt td font {
	font-size: 1.33em;
 }
 /* end of change */
.contenttblhdr {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
/*	text-align: justify;*/
	background-color: #206C49;
}
/* nigel parker - 20110906 - Vacancies search results header */
#Search1  #m_grdVacancies .contenttblhdr {
	font-size: 1.5em;
	padding: 5px;
}
 /* end of change */
.contenttblhdr a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
	text-align: justify;
	background-color: #206C49;
}
.contenttblhdr a:visited {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #0000FF;
	vertical-align: top;
	text-align: justify;
	background-color: #206C49;
}
/* END content classes */

/* START miscellaneous classes */
.smalltext
{
	font-weight: normal;
	font-size: 0.69em;
	text-decoration: none;
}
.contentsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	text-align: justify;
}
.contentTable {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0.31em;
	padding-right: 0.63em;
	padding-bottom: 0.63em;
	padding-left: 0.63em;
	vertical-align: top;
	height: 100%;
	text-align: justify;
	font-size: 1em;
}
/* END miscellaneous classes */

#applicationMenu ul {
list-style-type:none;
}
#applicationMenu li {
list-style-type:none;
float:left;
}
#applicationMenu a {
margin-right:15px;
}
