/* ------------------------------------------------------------------ */
/* Main tag styling                                                   */
/* ------------------------------------------------------------------ */

body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

form {
	display: inline;
}

pre {
	font-size: 1.2em;
	color: #000000;
	display: block;
	width: 400px;
}

.hideme {
	display: none;
}

/* ------------------------------------------------------------------ */
/* Main layout stuff                                                  */
/* ------------------------------------------------------------------ */

#header {
	background: #fff url(/images/topbackground.gif) repeat-x 50% 0;
	margin-top: 10px;
	height: 92px;
}

#leftcol, #rightcol {
	font-size: 0.8em;
}

#leftcol p, #rightcol p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

#leftcol ul, #rightcol ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

#sponsorbanner {
	background: #fff;
	margin-top: 40px;
	padding-top: 5px;
	font-size: 0.7em;
	text-align: center;
}

#footer {
	background: #fff;
	border-top: solid 2px #DD0000;
	padding-top: 5px;
	font-size: 0.7em;
	text-align: center;
}

#quicklinks {
	list-style: none;
	font-weight: bold;
}

#quicklinks li {
	line-height: 1.7em;
}

/* ------------------------------------------------------------------ */
/* Header stuff                                                       */
/* ------------------------------------------------------------------ */

#logo {
	float: left;
}

#tagline {
	position: absolute;
	top: 50px;
	margin-left: 200px;
	font-size: 0.9em;
	color: #990000;
}

#toprightpanel {
	float: right;
	padding-right: 10px;
	text-align: right;
}

#userdetails {
	color: #DD0000;
	font-size: 0.8em;
	font-weight: bold;
}

#userdetails span {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	color: #999999;
	padding-bottom: 8px;
}

#userdetails img {
	padding-top: 2px;
	padding-bottom: 2px;
}

#loginbox {
	padding: 3px;
}

#loginbox label {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}

#loginbox span {
	color: #FF0000;
}

#loginbox input {
	font-size: 0.9em;
	margin-bottom: 2px;
}

#featured {
	text-align: center;
	font-size: 0.8em;
	color: #666666;
	height: 130px;
	vertical-align: middle;
}

#trainedtodate {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 1em;
}

#trainedtodate span {
	color: #FF0000;
}

/* ------------------------------------------------------------------ */
/* Menu styling                                                       */
/* ------------------------------------------------------------------ */

#menubar {
	background: #fff;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 1px 10px 2px 10px;
	border-bottom: solid 2px #DD0000;
}

#menubar a {
	color: #000000;
}

#menubar a.activemenulink {
	color: #FF9900;
}

#usermenubar {
	background: #900;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px 10px 2px 10px;
	border-bottom: solid 2px #DD0000;
}

#usermenubar a {
	color: #FFFFFF;
}

#usermenubar a.activemenulink {
	color: #FF9900;
}

#toprightmenu {
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 10px;
}

#toprightmenu a {
	color: #000000;
}

#toprightmenu a.activemenulink {
	color: #FF9900;
}

#sitebanner {
	background: #000;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px 10px 2px 10px;
	border-bottom: solid 2px #DD0000;
}

/* ------------------------------------------------------------------ */
/* Common page styling                                                */
/* ------------------------------------------------------------------ */

#maincontent {
	margin-top: 10px;
}

#maincontent h1 {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.2em;
	margin-bottom: 1.0em;
}

#maincontent p {
	margin: 0 2.0em 1.0em 0;
}

/* ------------------------------------------------------------------ */
/* Standard page formatting                                           */
/* ------------------------------------------------------------------ */

#standardpage {
}

#standardpage p.emphasise {
	font-weight: bold;
}

#standardpage table {
	width: 600px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#standardpage td {
	font-size: 0.8em;
	padding: 3px 10px;
	vertical-align: top;
}

#standardpage th {
	font-size: 0.8em;
	padding: 3px 10px;
	background-color: #FFCCCC;
}

#standardpage h2 {
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1.0em;
}

#standardpage h3 {
	color: #000000;
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 1.0em;
}

#standardpage em {
	font-size: 0.9em;
	color: #993333;
}

#standardpage ul {
	margin: 0 2.0em 1.5em 2.0em;
	list-style-type: square;
	list-style-position: inside;
}

#standardpage ul ul {
	margin: 0 2.0em 0 2.0em;
	list-style-type: circle;
	list-style-position: inside;
}

#standardpage ul li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0.4em;
}

#standardpage ol {
	margin: 0 2.0em 1.5em 2.0em;
	list-style-position: inside;
}

#standardpage ol li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0.4em;
}

#standardpage img {
}

#standardpage img.imageblock {
}

.row1 {
}

.row2 {
	background-color: #FFCCCC;
}

tr.greyrow td {
	color: #999999;
}

tr.greyrow a {
	color: #999999;
}

tr.grantfundedrow {
	background-color: #FFFF33;
}

tr.speakersbankrow {
	background-color: #FF0000;
}

tr.leadonlyrow {
	background-color: #6666FF;
}

/* ------------------------------------------------------------------ */
/* Data list table formatting                                         */
/* ------------------------------------------------------------------ */

div.notice {
	width: 600px;
	background-color: #FF9999;
}

div.notice span {
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px;
	display: block;
}


#datalisttable {
	font-size: 0.7em;
}

.datalistnav {
	font-weight: bold;
	text-align: right;
}

.datalistnav a {
	color: #666666;
}

#datalisttable table {
	width: 600px;
}

#datalisttable td {
	padding: 3px;
	vertical-align: top;
}

#datalisttable td span {
	display: block;
	margin: 1.0em 2.0em 0 2.0em;
	font-style: italic;
}

#datalisttable th {
	padding: 3px 10px;
	background-color: #FFAAAA;
}

#datalistinlinetable {
	font-size: 0.9em;
}

#datalistinlinetable table {
	width: 520px;
}

#datalistinlinetable td {
	padding: 3px 10px;
	vertical-align: top;
}

#datalistinlinetable td span {
	display: block;
	margin: 1.0em 2.0em 0 2.0em;
	font-style: italic;
}

#datalistinlinetable th {
	padding: 3px 10px;
	background-color: #FFCCCC;
}

#datakeytable {
	font-size: 0.7em;
}

.datalistnav {
	font-weight: bold;
	text-align: right;
}

.datalistnav a {
	color: #666666;
}

#datakeytable table {
	width: 300px;
}

#datakeytable td {
	padding: 3px;
	vertical-align: top;
}

#datakeytable th {
	padding: 3px 10px;
	background-color: #FFAAAA;
}

/* ------------------------------------------------------------------ */
/* User Assessment table formatting                                         */
/* ------------------------------------------------------------------ */

#userassessment {
	font-size: 0.9em;
}

#userassessment table {
	margin: 10px 20px;
}

#userassessment td {
	padding: 3px 10px;
	vertical-align: top;
}

#userassessment td span {
	display: block;
	margin: 1.0em 2.0em 0 2.0em;
	font-style: italic;
}

#userassessment th {
	padding: 3px 10px;
	background-color: #FFCCCC;
}

/* ------------------------------------------------------------------ */
/* Forum formatting                                         */
/* ------------------------------------------------------------------ */

#forumlisttable {
	font-size: 0.80em;
	width: 620px;
}

#forumlisttable table table {
	width: 500px;
}

#forumlisttable th {
	padding: 3px 10px;
	background-color: #FFCCCC;
}

#forumlisttable td {
	padding: 3px 10px;
	border: 1px solid #FFCCCC;
}

#forumlisttable td.posttext {
	padding-bottom: 2em;
}

#forumlisttable td.dateinfo {
	font-size: 0.8em;
	font-weight: bold;
}

#forumlisttable td.dateinfo span {
	color: #FF6600;
	display: block;
}

#forumlisttable td.dateinfo p {
	font-weight: normal;
	color: #999999;
	margin-left: 0;
}

#forumlisttable span.forumdesc {
	font-style: italic;
	display: block;
}

#forumlisttable div.topicheading {
	font-size: 1.2em;
	margin-left: 20px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-decoration: underline;
}

#forumlisttable span.highlight {
	font-weight: bold;
	color: #CC0000;
}

h1.forum_heading span.highlight {
	color: #CC0000;
}


/* ------------------------------------------------------------------ */
/* Data list formatting                                               */
/* ------------------------------------------------------------------ */

div#datalistsortoptions {
	font-size: 0.9em;
	margin: 2px 0px 2px 20px;
}

div#datalistsortoptions select {
	font-size: 0.9em;
	width: 300px;
}

div#datalistsortoptions input {
	vertical-align: top;
}

div#datalistfilteroptions {
	font-size: 0.9em;
	margin: 2px 0px 2px 20px;
}

label.filterlabel {
	width: 70px;
	float: left;
	text-align: left;
	padding-right: 10px;
}

div#datalistfilteroptions select {
	font-size: 0.9em;
	width: 300px;
}

div#datalistfilteroptions input {
	vertical-align: top;
}

div#datalisttrainerfilteroptions {
	font-size: 0.9em;
	margin: 2px 0px 2px 20px;
}

div#datalisttrainerfilteroptions select {
	font-size: 0.9em;
	width: 300px;
}

div#datalisttrainerfilteroptions input {
	vertical-align: top;
}

div#datalisttrainer1filteroptions {
	font-size: 0.9em;
	margin: 2px 0px 2px 20px;
}

div#datalisttrainer1filteroptions select {
	font-size: 0.9em;
	width: 300px;
}

div#datalisttrainer1filteroptions input {
	vertical-align: top;
}

div#datalisttrainer2filteroptions {
	font-size: 0.9em;
	margin: 2px 0px 2px 20px;
}

div#datalisttrainer2filteroptions select {
	font-size: 0.9em;
	width: 300px;
}

div#datalisttrainer2filteroptions input {
	vertical-align: top;
}

div#datalisttrainer3filteroptions {
	font-size: 0.9em;
	margin: 2px 0px 2px 20px;
}

div#datalisttrainer3filteroptions select {
	font-size: 0.9em;
	width: 300px;
}

div#datalisttrainer3filteroptions input {
	vertical-align: top;
}

div#datalistclientfilteroptions {
	font-size: 0.9em;
	margin: 2px 0px 2px 20px;
}

div#datalistclientfilteroptions select {
	font-size: 0.9em;
	width: 300px;
}

div#datalistclientfilteroptions input {
	vertical-align: top;
}

div#datalistdateoptions {
	font-size: 0.9em;
	margin: 3px 0px 2px 20px;
}

div#datalistdateoptions input {
	font-size: 0.9em;
	vertical-align: top;
	margin-top: -2px;
}

div#datalistfilterclear {
	text-align: right;
	margin-right: 20px;
}
/* ------------------------------------------------------------------ */
/* News list formatting                                               */
/* ------------------------------------------------------------------ */

#newslistpage {
}

#newslistpage p {
	margin: 0;
	padding: 0;
	margin: 0.2em 2em;
}

#newslistpage h2 {
	margin: 0.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}

#newslistpage h3 {
	font-size: 1.0em;
	font-weight: normal;
	margin: 0.2em 1em;
	display: block;
	font-style: italic;
}

.newsarticle {
	padding: 5px;
	margin: 10px 20px 0 20px;
	background-color: #FFEEDD;
}

/* ------------------------------------------------------------------ */
/* News article formatting                                            */
/* ------------------------------------------------------------------ */

#newsarticlepage {
}

#newsarticlepage h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1.0em 1.0em;
}

#newsarticlepage h3 {
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 1.0em 1.5em;
}

#newsarticlepage h5 {
	font-size: 0.8em;
	font-style: italic;
	color: #333333;
	margin: 0 0 1.0em 5.0em;
}

#newsarticlepage p {
	margin: 0 0 1.0em 3.0em;
}

#newsarticlepage img.imageblock {
	margin: 0 0 1.0em 3.0em;
}


/* ------------------------------------------------------------------ */
/* Tree styling                                                       */
/* ------------------------------------------------------------------ */

#treelistpage {
}

.treelevel {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}

.treelevelicon {
	padding-right: 5px;
}

.treelist {
	margin-left: 23px;
}

.treeleaf {
	margin-top: 4px;
	font-size: 0.9em;
}

.treeleaf img {
	margin-right: 2px;
}

.treeleaf_inactive {
	margin-top: 4px;
	font-size: 0.9em;
	color: #666666;
}

.treeleaf_inactive a {
	color: #666666;
}

.treenoleaves {
	margin-top: 4px;
	font-style: italic;
	color: #999999;
	font-size: 0.9em;
}

.treenewleaf {
	margin-top: 4px;
	font-weight: bold;
	color: #FF0000;
	font-size: 0.9em;
}

/* ------------------------------------------------------------------ */
/* Content management formatting                                      */
/* ------------------------------------------------------------------ */

.pagecontenterror {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
}

#pagepreviewtitle {
	font-size: 1.2em;
	background-color: #330000;
	color: #FFFFFF;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------ */
/* Event listing formatting                                                */
/* ------------------------------------------------------------------ */

.eventview_table {
	width : 600px;
	margin-bottom : 10px;
}

.eventview_table_header {
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px;
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
}

.eventview_table_left {
	font-size: 0.8em;
	width : 150px;
	padding: 3px;
	vertical-align: top;
	text-align: right;
}

.eventview_table_right {
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px solid #AAAAAA;
	vertical-align: top;
}

.eventview_table_full {
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px;
	vertical-align: top;
}

.eventview_table_info {
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px;
	vertical-align: top;
	text-align: center;
	background-color: #990000;
	color: #FFFFFF;
}

/* ------------------------------------------------------------------ */
/* Side bar formatting                                                */
/* ------------------------------------------------------------------ */

.sidebarheader {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	padding-top: 1px;
	padding-bottom: 2px;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}

.sidebarpic {
	text-align: center;
}

.sidebaritemdesc {
	display: block;
	font-size: 0.9em;
	color: #660000;
}

.sidebarlink {
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

.quotename {
	font-size: 0.98em;
	font-weight: bold;
	color: #330000;
}

.quoterole {
	font-size: 0.9em;
	color: #660000;
	font-style: italic;
}

.quoteorganisation {
	font-size: 0.9em;
	color: #990000;
}

.newsheadline {
	color: #330000;
	font-weight: bold;
}

.newssubtitle {
	font-size: 0.9em;
	color: #660000;
	font-weight: bold;
}

.newsdate {
	font-size: 0.9em;
	color: #666666;
	font-weight: bold;
}



/* ------------------------------------------------------------------ */
/* Form styling                                                       */
/* ------------------------------------------------------------------ */

div.formcontainer {
	width: 600px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0 0 0 0;
	font-size: 0.8em;
}

div.formcontainer input {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}

div.formcontainer select {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}

div.formcontainer textarea {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}

.fullwidth {
	display: block;
	border: 1px solid red;
}

div.formcontainer form {
}

div.formcontainer ul {
	margin: 0 1.0em 0 1.0em;
	list-style-type: square;
}

div.formcontainer ul li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0.4em;
}

div.formcontainer h6 {
	width: 520px;
	font-size: 1.2em;
	margin: 0.5em 0 0.5em 0;
	padding: 0.1em 0 0.2em 0;
	text-align: center;
	background-color: #990000;
	color: #FFFFFF;
}

div.formcontainer div.formnote {
	width: 520px;
	margin: 0.5em 0 0.5em 0;
	padding: 0.1em 0 0.2em 0;
	text-align: center;
	color: #990000;
}

div.formcontainer div.clearfix {
	margin: 0.2em 0 0.2em 0;
}

div.clearfix + div.clearfix {
	border-top: 1px dotted #CC0000;
	padding: 0.2em 0 0 0;
}

div.formcontainer form label {
	width: 200px;
	float: left;
	text-align: left;
	padding-right: 10px;
}

div.formcontainer div.info {
	display: block;
}

div.formheader {
	background-color: #CCCCCC;
	padding: 5px;
}

div.formerrorheader {
	background-color: #FFCCCC;
	padding: 5px;
}

.text_label {
	padding-top: 0.2em;
}

.select_label {
	padding-top: 0.2em;
}

.image_label {
	padding-top: 0.2em;
}

.textblock_label {
	padding-top: 0.2em;
}

.bulletlist_label {
	padding-top: 0.2em;
}

.error_label {
	color: #CC0000;
}

.mand_label {
	font-weight: bold;
}

.disabled_label {
	color: #999999;
}

a.hint {
	float: right;
    position: relative; /*this is the key*/
    z-index: 24; 
	top: 2px;
}

a.hint img {
	vertical-align: top;
}

a.hint:hover {
	z-index: 25;
}

a.hint span {
	display: none;
}

a.hint:hover span { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 0px; 
	left: 25px;
	width: 220px;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0.5em;
    border: 2px solid #0000FF;
    background-color: #FFFFFF; 
	color: #333333;
    text-align: left;
}

a.errorhint {
	float: right;
    position: relative; /*this is the key*/
    z-index: 24; 
	top: 2px;
}

a.errorhint img {
	vertical-align: top;
}

a.errorhint:hover {
	z-index: 25;
}

a.errorhint span {
	display: none;
}

a.errorhint:hover span { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 0px; 
	left: 25px;
	width: 220px;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0.5em;
    border: 2px solid #FF0000;
    background-color: #FFFFFF; 
	color: #330000;
    text-align: left;
}

.formbuttons {
	border-top: 1px dotted #CC0000;
	padding: 0.4em 0 0.4em 0;
	text-align: right;
}

.formbuttonsleft {
	padding: 0.7em 0 0.4em 0;
	text-align: left;
}

.textblock_value {
	margin-left: 210px;
}

.bulletlist_value {
	margin-left: 210px;
}

img.preview {
	display: block;
	margin-bottom: 1.0em;
}


/* ------------------------------------------------------------------ */
/* Job form styling                                                   */
/* ------------------------------------------------------------------ */

#jobgrid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#jobgrid textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#jobgrid img {
	vertical-align: middle;
}
.jobgrideventheader {
	border-top: 2px solid #FF0000;
	height: 15px;
}
.jobgridfieldlabel {
	padding: 3px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.jobgridfieldvalue {
	padding: 3px;
	text-align: left;
}
.jobgridcancellink {
	padding: 3px;
	text-align: left;
}
.jobgridcancellink a {
	color: #FF0000;
	font-weight: bold;
}
.jobgridselectfield {
	font-size: 11px;
	width: 50px;
}
.jobgridselectfieldlong {
	font-size: 11px;
	width: 170px;
}
.jobgridamountfield {
	font-size: 11px;
	text-align: right;
}
.jobgridamountfieldprotected {
	font-size: 11px;
	text-align: right;
	color: #990000;
}
.jobgridamountfieldreadonly {
	font-size: 11px;
	text-align: right;
	color: #333333;
}
.jobgridsectionheader {
	font-size: 1.1em;
	padding: 3px;
	text-align: center;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}
.jobgridsectionheader1 {
	padding: 3px;
	text-align: center;
	background-color: #FFCC99;
	font-weight: bold;
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
}
.jobgridsectionheader2 {
	padding: 3px;
	text-align: center;
	background-color: #FF9999;
	font-weight: bold;
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
}
.jobgridsectionheader3 {
	padding: 3px;
	text-align: center;
	background-color: #99FF99;
	font-weight: bold;
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
}
.jobgridnumbercellheader1 {
	width: 60px;
	padding: 3px;
	text-align: center;
	background-color: #FFFFCC;
}
.jobgridnumbercellheader2 {
	width: 60px;
	padding: 3px;
	text-align: center;
	background-color: #FFCCCC;
}
.jobgridnumbercellheader3 {
	width: 60px;
	padding: 3px;
	text-align: center;
	background-color: #99FF99;
}
.jobgridnumbercell1 {
	width: 60px;
	padding: 3px;
	text-align: center;
	background-color: #FFFFCC;
}
.jobgridnumbercell2 {
	width: 60px;
	padding: 3px;
	text-align: center;
	background-color: #FFCCCC;
}
.jobgridnumbercell3 {
	width: 60px;
	padding: 3px;
	text-align: center;
	background-color: #99FF99;
}
.jobauditheader {
	padding: 3px;
	background-color: #FFCC99;
	font-weight: bold;
}
.jobauditdetail1 {
	padding: 3px;
	background-color: #FFFFFF;
}
.jobauditdetail2 {
	padding: 3px;
	background-color: #CCCCCC;
}
.jobalert {
	background-color: #990000;
	color: #FFFFFF;
}
.jobinvoiceheader {
	padding: 3px;
	background-color: #99FFCC;
	font-weight: bold;
}
.jobinvoicedetail1 {
	padding: 3px;
	background-color: #FFFFFF;
}
.jobinvoicedetail2 {
	padding: 3px;
	background-color: #CCFFCC;
}
.invoicealert {
	background-color: #990000;
	color: #FFFFFF;
}
.invoicepaid {
	color: #009900;
	font-weight: bold;
}
.invoiceunpaid {
	color: #990000;
	font-weight: bold;
}
.invoicereportline1 {
	background-color: #FFFFFF;
}
.invoicereportline2 {
	background-color: #CCFFCC;
}
.invoicereporttotalline {
	background-color: #99CC99;
}
.invoicereporttotalline td {
	font-weight: bold;
	font-size: 1.1em;
}


/* ------------------------------------------------------------------ */
/* Notices
/* ------------------------------------------------------------------ */

table.noticelist {
}

table.noticelist td {
	vertical-align: bottom;
}

table.noticelist span {
	display: block;
	font-style:	italic;
	font-size: 0.8em;
	color: #333333;
	text-align: right;
	padding-top: 5px; 
}

table.noticelist p {
	font-size: 1.1em;
}

table.noticelist td.notices-col1 {
	width: 500px;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
}


/* ------------------------------------------------------------------ */
/* Event feedback styling
/* ------------------------------------------------------------------ */

table.EF-table {
	padding-left: 20px;
}

table.EF-table td {
	text-align: center;
	vertical-align: top;
	width: 40px
}

table.EF-table tr.EF-question {
	background-color: #FF9999;
	font-size: 1.1em;
}

table.EF-table tr.EF-section {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
}

table.EF-table tr.EF-section th {
	text-align: center;
}

table.EF-table th {
	padding: 2px 5px 2px 5px;
}

table.EF-table tr.EF-spacer {
}

table.EF-table tr.EF-answers {
}

table.EF-table tr.EF-answers td {
	font-size: 0.9em;
}

table.EF-table td.EF-sideheading {
	text-align: right;
	width: 100px;
	font-weight: bold;
	padding-right: 10px;
}

table.EF-table td.EF-sideheadingalert {
	text-align: right;
	width: 100px;
	font-weight: bold;
	padding-right: 10px;
	color: #FF0000;
}

table.EF-table td.EF-textcell {
	text-align: left;
	padding-left: 5px;
}

table.EF-table td.EF-optionchecked {
	font-weight: bold;
}

table.EF-table td.EF-improvement {
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

table.EF-table td input {
	width: 26px;
}

table.EF-table td input.EF-score {
	background-color: #FF9999;
}

table.EF-table td input.EF-textentry {
	width: 400px;
}

table.EF-table td input.EF-shorttextentry {
	width: 30px;
}

table.EF-table td textarea.EF-textareaentry {
	width: 400px;
	height: 35px;
}

/* ------------------------------------------------------------------ */
/* Special rules for datatable for the feedback report                */
/* ------------------------------------------------------------------ */

#datalisttable td.EF-graphics {
	font-size: 0.9em;
	vertical-align: middle;
	padding-left: 5px;
}

#datalisttable td.EF-graphics img {
	vertical-align: middle;
}

#datalisttable td.EF-graphicslabel {
	vertical-align: middle;
}

/* ------------------------------------------------------------------ */
/* Debug trail styling                                                */
/* ------------------------------------------------------------------ */

#debugtrail {
	text-align: left;
	font-size: 0.9em;
	background: #fff;
}
