/*

Generic page text
Forms
Tabulated data

*/

html, body {
	background: #E0E0E0 url(../images/allbg.gif) repeat-y center top;
	}

a:link {
	color: red;
	text-decoration: none
}

h1 {
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 20px 0px 0px 10px;
	}
	
h2 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	}

h1.wrap {
	margin: 4px 0px 0px 10px;
	}

a.services {
	color: black;
	text-decoration: none
	}
	
a.services:hover {
	color: red;
	text-decoration: none
	}

a.services:visited {
	color: gray;
	text-decoration: none
	}
	
td {
	color: black;
	font-family: Verdana;
	font-size: 9pt;
	line-height: 180%
	}

/* ##### Form styles ##### */

input {
	text-align: right;
	}
	
.inputField {
	text-align: right;
	border-width: 0px;
	border-color: #FFFFFF;
	}

.inputText {
	text-align: left;
	}

.button {
	text-align: center;
	}

.form_text{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

.form_error{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ff0000;
}

/* Start of class selectors */

.bolder {
	COLOR: black; FONT-STYLE: normal; FONT-WEIGHT: bolder
}
.italic {
	COLOR: black; FONT-STYLE: italic
}
.SideText  {
	color: black;
	font-weight: normal;
	font-size: 8pt;
	line-height: 150%;
	font-family: Verdana;
	border-left: 0;
	margin-left: 0px;
	margin-right: 0px;
}
.RightColumnText {
	color: black;
	font-weight: normal;
	font-size: 8pt;
	line-height: 150%;
	font-family: Verdana
	}

.staffSpecialisation {
	color: black;
	font-weight: normal;
	font-size: 8pt;
	line-height: 125%;
	font-family: Verdana
}

.RightColumnTextIndented { color: black; font-weight: normal; font-size: 8pt; line-height: 150%; font-family: Verdana; text-indent: 10px }
.RightColumnTitle  { color: white; font-weight: bold; font-size: 8pt; line-height: normal; font-family: Verdana }
.SideTextBold  { color: black; font-size: 8pt; font-family: Verdana; font-weight: bold; line-height: 130% }
.whitetext {
	COLOR: white
}
.boldwhite {
	COLOR: white; FONT-WEIGHT: bold
}
.boldgrey { color: #999999; font-weight: bold }
.readonly {
	COLOR: gray
}
.profileBackground  { text-decoration: none; background-color: #C6E4F7; padding: 10px }

.servicesList {
	font-family: verdana;
	font-size: 86%;
	line-height: 180%;
	color: #000000;
	list-style-type: none;
	margin-top: 0px;
	}
.seeAlso {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	margin-left: 4px;
	}

.seeAlsoText {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	margin-left: 4px;
	}

.servicesLink {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	border-top: #E5EAF5 solid 1px;
	border-bottom: #E5EAF5 solid 1px;
	padding: 5px;
}