BODY {
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  color: #002569;
  font-size: 70%;
  margin: 10px 0 0 0;
  background: #fff;
}

TABLE {
  font-size: 100%;
}

FORM {
  margin: 0px;
}

.error {
  color: red;
  font-weight: bold;
}

.field1 {
  padding: 5px;
  color: #002569;
  font-weight: bold;
}

.field2 {
  width: 150px;
}

.field3 {
  width: 350px;
}


.mandatory {
  color: #002569;
  font-weight: bold;
}


.warning
{
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	color: #C00;
	background: #fff;
	border-color: #c90811;
	border-width: 1px;
	border-style: solid;
}

.text
{
	font-size: 65%;
	font-weight: bold;
}

.small
{
	font-size: 85%;
	font-weight: bold;
}

h1 {
  color: #002569;
  font-size: 110%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

.subtitle {
  color: #002569;
  font-size: 100%;
  font-weight: bold;
}

.subtitle2 {
  color: #76B900;
  font-size: 100%;
  font-weight: bold;
}

.note {
  color: #002569;
  font-weight: normal;
}

.footer {
  font-size: 90%;
  color: #999999;
  font-weight: normal;
  margin: 10px 0 0 0;
  background: #fff;
}

a.head:link {
  color: #002569;
  font-weight: normal;
  text-decoration: none;
  font-family: arial, verdana, sans-serif;
  margin: 0 0 0 5px;
}

a.head:visited {
  color: #002569;
  font-weight: normal;
  text-decoration: none;
  font-family: arial, verdana, sans-serif;
  margin: 0 0 0 5px;
}

a.head:active {
  color: #002569;
  font-weight: normal;
  text-decoration: none;
  font-family: arial, verdana, sans-serif;
  margin: 0 0 0 5px;
}

a.head:hover {
  color: #002569;
  font-weight: normal;
  text-decoration: underline;
  font-family: arial, verdana, sans-serif;
  margin: 0 0 0 5px;
  background: #E7F3D2;
}

/*
a:link {
  color: #002569;
  font-weight: bold;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
}

a:visited {
  color: #002569;
  font-weight: bold;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
}

a:active {
  color: #002569;
  font-weight: bold;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
}

a:hover {
  color: #002569;
  font-weight: bold;
  text-decoration: underline;
  font-family: verdana, arial, sans-serif;
}
*/
a.light:link {
  color: #002569;
  font-weight: normal;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
}

a.light:visited {
  color: #002569;
  font-weight: normal;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
}

a.light:active {
  color: #002569;
  font-weight: normal;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
}

a.light:hover {
  color: #002569;
  font-weight: normal;
  text-decoration: underline;
  font-family: verdana, arial, sans-serif;
}

a.lightershade:link {
  color: #999999;
  font-weight: normal;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
}

a.lightershade:visited {
  color: #999999;
  font-weight: normal;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
}

a.lightershade:active {
  color: #999999;
  font-weight: normal;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
}

a.lightershade:hover {
  color: #999999;
  font-weight: normal;
  text-decoration: underline;
  font-family: verdana, arial, sans-serif;
}

.blue {
  /*background: #C5CEDD;*/
  padding: 3px 5px 3px 5px;
  font-weight: bold;
}

.blue2 {
  background: #C5CEDD;
  padding: 3px 5px 3px 5px;
}

.blue_body {
  background: #C5CEDD;
  padding: 15px 5px 15px 5px;
  font-weight: bold;
}

.blue_normalbody {
  background: #C5CEDD;  
}

.orange_normalbody {
  background: #F47B20;  
}


.body_border {
  padding: 5px;
  background: #FFFFFF;
  border-color: #C8E399;
  border-width: 1px;
  border-style: solid;
}

.body_border {
  padding: 5px;
  background: #FFFFFF;
  border-color: #C8E399;
  border-width: 1px;
  border-style: solid;
}


.text_border {
  padding: 5px;
  color: #000000;
  background: #E7F3D2;
  border-color: #76B900;
  border-width: 1px;
  border-style: solid;
}

.light_orange_normalbody
{
  background:#FFCC99;
}

.text_border_orange {
  padding: 5px;
  color: #000000;
  background: #BFE0BC;
  border-color: #005953;
  border-width: 1px;
  border-style: solid;
}

.text_border2 {
  padding: 5px;
  color: #000000;
  background: #FFFFFF;
  border-color: #76B900;
  border-width: 1px;
  border-style: solid;
}



/* QUESTION ELEMENTS */
.questions1 {
  font-size: 110%;
  padding: 5px;
  color: #000000;
  font-weight: bold;
  background: #FFFFFF;
  border-color: #0C3673;
  border-width: 1px;
  border-style: solid;
}

.questions2 {
  font-size: 110%;
  padding: 5px;
  color: #000000;
  font-weight: normal;
  background: #FFFFFF;
  border-color: #0C3673;
  border-width: 1px;
  border-style: solid;
}

.question
{
  	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

.answer
{
  	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

/* TABLE ELEMENTS */

.head_login_gre {
  padding: 5px;
  color: #002569;
  font-weight: normal;
  background: #98CB40;
}

.head_login_orange {
  padding: 5px;
  color: #002569;
  font-weight: normal;
  background: #005953;
}

.RegistrationBox
{
	padding:10px;	
}

.head_login_blu {
  padding: 15px;
  color: #8FC745;
  font-size:medium;
  font-weight: bold;
  /*background: #99AAC2;*/
}

.head_blu {
  padding: 5px;
  color: #FFFFFF;
  font-weight: bold;
  background: #99AAC2;
  text-transform: uppercase;
  text-align: left;
}

.head_blu2 {
  padding: 5px;
  color: #002569;
  font-weight: bold;
  /*background: #99AAC2;*/
  text-transform: uppercase;
  text-align: left;
}

.head_blu3 {
  padding: 5px;
  color: #FFFFFF;
  font-weight: bold;
  background: #99AAC2;
  text-transform: uppercase;
  text-align: center;
}

.results_header {

  color: #002569;
  font-size:14px;
  font-weight:bolder;
  text-transform: uppercase;
  text-align: left;
}
.results_other {

  color: #002569;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
.results_explanation
{
  color:Gray;
  text-align: left;
}

.cell1_login_gre {
  padding: 5px;
  color: #000000;
  background: #E7F3D2;
}

.cell1_login_blu {
  padding: 5px;
  color: #000000;
  /*background: #C5CEDD;*/
}

.cell1_blu {
  padding: 5px;
  /*background: #C5CEDD;*/
}

.cell1_red {
  padding: 5px;
  background: #FFCCCC;
}

.cell1_gre {
  padding: 5px;
  background: #E2F1C9;
}

.cell1_gre_dark {
  padding: 5px;
  background: #C8E399;
}

.cell2_blu {
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  background: #D5DBE6;
}

.cell_cm_num_top {
  width: 30px;
  padding: 4px 5px 2px 5px;
  font-weight: bold;
  background: #D5DBE6;
}

.cell_cm_num_bot {
  width: 30px;
  padding: 2px 5px 4px 5px;
  font-weight: bold;
  background: #D5DBE6;
}

.cell_cm_graph_top {
  width: 102px;
  padding: 4px 5px 2px 5px;
  font-weight: bold;
  background: #D5DBE6;
}

.cell_cm_graph_bot {
  width: 102px;
  padding: 2px 5px 4px 5px;
  font-weight: bold;
  background: #D5DBE6;
}

.cell_cm_spacer {
	width: 2px;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.cm_graph_table {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	
}

.cell2_blu_alt	{ color: #98CB40; font-weight: bold; padding: 2px 5px 2px 5px; font-size: 70%; background: #E5E9F0; }

.cell2_blu_alt2	{ font-weight: bold; padding: 2px 5px 2px 5px; background: #E5E9F0; }

.cell3_blu	{ font-weight: bold; font-size: 70%; background: #E5E9F0; }
.cell3_gre	{ font-weight: bold; font-size: 70%; background: #E2F1C9; }

.graph {
  background: #D5DBE6;
  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
}
.cm_cellImage
{
	width:7px;
	vertical-align:middle;	
}
.cm_cellText
{
	width:45px;	
	vertical-align:middle;	
}

#completion_summary {
  width: 125px;
  height: 93px;
  background-image: url(../images/elements/summary_bgd.gif);
  background-repeat: no-repeat;
  margin: 15px 0px 10px 0px;
}

.completion_summary {
  font-size: 140%;
  font-weight: normal;
  color: #423F3F;
  padding: 10px 0px 20px 0px;
  text-align: center;
}

.completion_summary2 {
  font-size: 140%;
  font-weight: normal;
  color: #21467B;
  text-align: center;
}

#register_button {
  width: 300px;
  height: 300px;
  background-image: url(../images/elements/register_bgd.gif);
  background-repeat: no-repeat;
  margin: 15px 0px 10px 0px;
  text-align:left
}

.register_button {
  font-size: 120%;
  font-weight: bold;
  color: #21467B;
  padding: 10px 0px 20px 0px;
  text-align: center;
}

/* image aligned left */
.image_l {
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 0px;
}

/* CATEGORY COLOUR PALETTE */
.category1
{
  	font-size: 110%;
	background: #0099CC;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.category2
{
  	font-size: 110%;
	background: #000099;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.category3
{
  	font-size: 110%;
	background: #0000DD;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.category4
{
  	font-size: 110%;
	background: #FF9900;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.category5
{
  	font-size: 110%;
	background: #FF6600;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.category6
{
  	font-size: 110%;
	background: #009966;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.category7
{
  	font-size: 110%;
	background: #009933;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.category8
{
  	font-size: 110%;
	background: #990099;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.category9
{
  	font-size: 110%;
	background: #6633CC;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.category10
{
  	font-size: 110%;
	background: #CC0000;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.category
{
  	font-size: 110%;
	background: #0099CC;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.next {
  background-image: url(../images/elements/buttons/next_bgd.gif);
}

.line_blu
{
	background: #002569;
}

/* Product Category */
.productcategory1
{
  	font-size: 110%;
	background: #70193c;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.productcategory2
{
  	font-size: 110%;
	background: #76b900;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.productcategory3
{
  	font-size: 110%;
	background: #005953;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
