﻿/*<![CDATA[*/
body {
  margin: 0;
  padding: 0px;
  font-family: Optima, Tahoma;
  font-size: 12px;
	font-weight: 100;
}
/* topmost area of the browser window holds the logo and title text */
#header1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 56px;
  background-color: black;
	z-index: 2;
}
/* positioning of the logo within the header1 div */
#logo {
  float: left;
  border: 0px;
  padding-top: 15px;
  padding-left: 20px;
	z-index: 3;
}
/* positioning and attributes of the title within the h1 tags of the header1 div */
#title h1 {
  float: right;
  border: 0px;
  padding: 20px 30px 0px 0px;
  z-index: 4;
	font-family: Optima, Tahoma;
  font-size: 18px;
  font-weight: 500;
  color: White;
	letter-spacing: 1px;
}
#title h2 {
  float: right;
  border: 0px;
  padding: 30px 30px 0px 0px;
  z-index: 4;
	font-family: Optima, Tahoma ;
  font-size: 14px;
  font-weight: 500;
  color: White;
	letter-spacing: 1px;
}
/* the next div below header1 and touching it */
#header3 {
  position: absolute;
  top: 56px;
  left: 0px;
  width: 100%;
  height: 15px;
  background-color: #CC0033;
  padding-top: 2px;
	z-index: 3;
}
/* the attributes of a span within header3 */
#header3 span {
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 600;
  color: White;
  padding-left: 20px;
	letter-spacing: 1px;
	z-index: 3;
}
/* the third area down from the top of the window, currently just a coloured zone
	 that holds the status info on question pages only */
#header4 {
	position: absolute;
	top: 72px;
	left: 0px;
	width: 100%;
	height: 30px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image:url("/images/blugrad.gif");
	background-repeat:repeat-x;
	font: Optima, Arial, Verdana;
	font-size: 14px;
	color: #330066;
	z-index: 3;
	border-bottom: 1px solid #CCCCCC;
}
#headerimage {
  float: right;
	margin-right: 5px;
}
/* the attributes of the status table */
#header4 td {
	font: Optima, Arial, Verdana;
	font-size: 14px;
	color: #003366;
	text-align: center;
}
/* a small inner div that holds the login boxes and buttons */
#login {
  float: left;
  padding-top: 15px;
}
/* class for styling buttons on a form*/
.formButton {
	background-color: #CECECE;
	color: #222222;
	font: Optima, Arial, Verdana;
	font-size: 10px;
	height: 24px;
	padding:1px 1px 1px 1px;
	font-weight: bold;
	vertical-align: middle;
}
/* rollover states of the formButton */
.formButton:hover {
  background-color: #ababab;
}
/* button at base of page usually cancel or continue */
.bottomBtn {
	background-color: #cdcdcd;
	color: #333333;
	font: Optima, Arial, Verdana;
	font-size: 12px;
	height: 24px;
	padding:1px 3px 1px 3px;
	font-weight: bold;
	vertical-align: middle;
}
/* rollover states of the Cancel Button */
.bottomBtn:hover {
  background-color: #ababab;
}
.largeButton {
	background-color: #cdcdcd;
	color: #333333;
	font: Optima, Arial, Verdana;
	font-size: 14px;
	letter-spacing: 1px;
	height: 22px;
	width: 120px;
	padding: 0px 1px 0px 1px;
	font-weight: 600;
	vertical-align: middle;
}
/* rollover states of the formButton */
.largeButton:hover {
  background-color: #efefef;
}
.qButton {
	background-color: #F30;
	color: #333333;
	font: Optima, Arial, Verdana;
	font-size: 12px;
	height: 28px;
	padding: 2px 2px 2px 2px;
	font-weight: 800;
	vertical-align: middle;
}
.qButton:hover {
  background-color: #900;
	color: #fff;
}
.sButton {
	background-color: #06F;
	color: #333333;
	font: Optima, Arial, Verdana;
	font-size: 12px;
	height: 28px;
	padding: 2px 2px 2px 2px;
	font-weight: 800;
	vertical-align: middle;
}
.sButton:hover {
  background-color: #00C;
	color: #fff;
}
.saveBtn {
	background-color: #CC6600;
	color: #000000;
	font: Optima, Arial, Verdana;
	font-size: 12px;
	height: 28px;
	padding: 2px 2px 2px 2px;
	font-weight: 800;
	vertical-align: middle;
}
/* rollover states of the formButton */
.saveBtn:hover {
  background-color: #FF9900;
}
/*- Left Navigation Menu -*/
#leftnav {
  position: absolute;
  top: 112px;
  left: 0px;
  width: 140px;
  min-height: 680px;
  background-color: #f1f1f1;
  overflow: hidden;
  margin: 0px;
  border-right: 1px solid #cfcfcf;
	font-family: Optima, Tahoma;
  font-size: 10px;
	font-weight: 600;
	z-index: 5;
}
#leftnav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#leftnav img {
  border: none;
}
#leftnav li a {
  height: 16px;
  text-decoration: none;
}
#leftnav li a:link, #leftnav li a:visited {
  color: #004080;
  display: block;
  background: url(/images/nav_graphics/leftmenutab.gif);
  padding: 6px 0px 0px 10px;
}
#leftnav li a:hover, div#leftnav li #current {
  background: url(/images/nav_graphics/leftmenutab.gif) 0 -22px;
}
/* main content area of a page - able to scroll if content greater than page size */
#content {
  margin-top: 92px;
  margin-left: 140px;
  margin-right: 40px;
  margin-bottom: 50px;
  padding: 20px 20px 10px 20px;
	font-family: Optima, Tahoma, Arial;
  font-weight: 300;
}
/* use when no left navigation on the page */
#nonavcontent {
  margin-top: 88px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  padding: 10px 10px 10px 10px;
	font-family: Optima, Tahoma, Arial;
  font-weight: normal;
	font-size: 12px;
}
/* use in the popup help window */
#helpcontent {
	margin-top: 80px;
  padding: 10px 10px 10px 10px;
	font-family: Optima, Tahoma, Arial;
  font-weight: 500;
	font-size: 12px;
}
#closeBtn {
	float: right;
	margin:  -10px 15px 0px 0px;
	padding: 0;
}
#helptbl td {
	background-color:#FFFFFF;
	border: 1px solid #000000;
	font-family: Optima, Tahoma, Arial;
	font-size: 10px;
}
/* used when the control footer appears on the page */
#ctrlcontent {
  margin-top: 98px;
  margin-left: 140px;
  margin-right: 40px;
  margin-bottom: 50px;
  padding: 20px 20px 36px 20px;
	font-family: Optima, Tahoma;
  font-weight: 300;
}
#control {
	background-color: #FFFFFF;
	padding: 10px 0px 5px 0px;
	text-align: right;
}
#control td {
	border: 0px;
	background-color: #FFFFFF;
}
#box td {
	border: 0px;
}
/* class for large bold characters */
.pagetitle {
	font-family: Optima, Tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
/* class for the bold red titles on error message pages */
.errorpagetitle {
	font-family: Optima, Tahoma;
  font-size: 20px;
  font-weight: 800;
  color: #990033;
}
/* div at base of the content area where control buttons can appear */
#controlfooter {
	position: absolute;
	bottom: 32px;
	left: 0px;
	width: 100%;
	height: 32px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.correct {
	color: #006600;
	font-weight:bold;
}
.wrong {
	color: #990000;
	font-weight:bold;
}
/* small full width div that holds the 'back to top' graphic 
	 colours the div and attributes for any text within*/
#footerred {
  position: absolute;
  bottom: 19px;
  left: 0px;
  width: 100%;
  height: 15px;
  background-color: #990000;
  color: White;
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 600;
	z-index: 6;
}
/* positioning info for the 'back to top' image in footer red */
#bttimg {
  float: right;
  border: 0px;
}
/* the small div at the very bottom of the browser window 
   usually contains the copyright notice */
#footerblack {
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 18px;
  background-color: #000000;
  color: White;
	font-family: Optima, Tahoma;
  font-size: 9px;
  font-weight: 300;
  text-align: center;
  padding-top: 2px;
	z-index: 6;
}
/* some jiggery pockery to trick different browser versions
	 and nail down some divs in IE7 etc */
/*\*/
body > #header1, body > #header2, body > #header3, body > #header4, body > #topnav, body > #leftnav, body > #controlfooter, body > #footerred, body > #footerblack {
  position: fixed;
  margin-right: 0px;
}
/* for displaying the options table data */
#opTable {
	border: 1px solid #000000;
  empty-cells: show;
	background-color: #999999;
}
#opTable td {
	border: 1px solid #000000;
  padding: 12px;
	background-color: #EEEEEE;
}
#progressTable {
	border: 1px solid #999999;
  empty-cells: show;
	background-color: #888888;
}
#progressTable td {
	border: 1px solid #999999;
  padding: 6px;
	background-color: #EEEEEE;
	font-family: Optima, Arial, Verdana;
	font-weight: bold;
}
/* the control table at bottom of page  */
#controlTable {
	border: 0px;
	background-color: #FFFFFF;
	padding: 0px;
}
#controlTable td {
	border: 0px;
	background-color: #FFFFFF;
	padding: 0px;
}
#checkTable {
	border: 1px;
	background-color: #FFFFFF;
	padding: 5px;
}
#checkTable td {
	border: 1px;
	background-color: #FFFFFF;
	padding: 5px;
}
#checkTable .checkTitle {
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  background-color: #CCCCCC;
}
#checkTable .questionCell {
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 100;
  color: #000000;
  line-height: normal;
  background-color: #efefef;
}
#checkTable .answerCell {
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 100;
  color: #000000;
  line-height: normal;
  background-color: #fefefe;
}
#checkTable .correctAnswerCell {
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: normal;
  background-color: #009900;
}
#checkTable .aCellNoborder {
	border: 0px;
}
/* general tag attribute for table cells */
td {
  line-height: normal;
	background-color: #DEDEDE;
  color: #000000;
  empty-cells: show;
  border: 1px solid #999999;
	border-collapse: collapse;
  padding: 3px;
	font-family: Optima, Tahoma;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
}
/* class for the titles in table cols */
.tabtitle {
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  background-color: #CCCCCC;
	border-collapse: collapse;
}
/* class for emboldened text usually in tables */
.tdbold {
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
	border-collapse: collapse;
}
/* class for text with a light-grey background usually used in tables */
.tdwhtbgnd {
  background-color: #FFFFFF;
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
}
.tdlightgrey {
  background-color: #EFEFEF;
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
	border-collapse: collapse;
}
/* class for text with a mid-grey background usually used in tables */
.tdmidgrey {
  background-color: #dedede;
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
	border-collapse: collapse;
}
/* classes controlling the background colour and alignment for table
   cells that contain buttons etc */
.btnCell {
  background-color: #FFFF99;
	text-align: center;
	border-collapse: collapse;
}
.correctCell {
  background-color: #009900;
	text-align: center;
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: bold;
	color: #FFFFFF;
	border-collapse: collapse;
}
.incorrectCell {
  background-color: #990000;
	text-align: center;
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: bold;
	color: #FFFFFF;
	border-collapse: collapse;
}
/* class to colour a table cell background for the odd rows */
.tblrowodd {
  background-color: #DEDEDE;
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
	border-collapse: collapse;
}
/* class to colour a table cell background for the even rows */
.tblrowevn {
  background-color: #F2F2F2;
	font-family: Optima, Tahoma;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
	border-collapse: collapse;
}
/* class for small text usually used to provide extra information in tables */
.texthint {
  color: #00000;
	font-family: Optima, Tahoma;
  font-size: 9px;
}
.subtitle {
	font-family: Optima, Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: 600;
	color: #000000;
}
.announcetext {
	font-family: Optima, Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	color: #000000;
}
/* general tag attributes */
input, select {
	font-family: Optima, Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	color: #000000;
}
/* classes for general use on any pages */
.errortext {
	font-family: Optima, Arial, Verdana;
	font-size: 12px;
	color: #CC0000;
}
.selectbox {
	font-family: Optima, Arial, Verdana;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
}
.ctrlBtn {
	font-family: Optima, Arial, Verdana;
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	outline-style: none;
}
textarea {
	font-family: Optima, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.ans {
	font-size: 16px;
	font-weight: bold;
}
.warning {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	color: #000000;
	background-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
	border: thin solid #FF0000;
}
.anscorrect {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}
.skipped {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.ansincorrect {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.btt {
	text-align: right;
	float: right;
}
.required {
	font-family: Optima, Arial, Verdana;
	font-size: 14px;
	color: #FF0000;
	font-weight: 
}
/*]]>*/
.hintext {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
.helpText {
	font-family: Optima, Arial, Verdana;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
}
/*- Menu Tabs -*/
#tabs1 {
  position: absolute;
  top: -24px;
  left: 136px;
  width: 420px;
  border-bottom: 0px solid #C0C0C0;
  padding-top: 33px;
}
#tabs1 ul {
  margin: 0px;
  padding: 8px 15px 0px 0px;
  list-style: none;
  text-align: right;
}
#tabs1 li {
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 4px;
}
#tabs1 a {
  float: left;
  background: url('/images/nav_graphics/tableft1.gif') no-repeat left top;
  margin: 0;
  padding: 0 0 0 4px;
  text-decoration: none;
}
#tabs1 a span {
  float: left;
  display: block;
  background: url("/images/nav_graphics/tabright1.gif") no-repeat right top;
  padding: 5px 15px 4px 6px;
  color: #339999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {
  float: none;
}
/* End IE5-Mac hack */
#tabs a:hover span {
  color: #CC0033;
}
#tabs1 a:hover {
  background-position: 0% -42px;
  color: #CC0033;
}
#tabs1 a:hover span {
  background-position: 100% -42px;
}
#tabs1 #current a {
  background-position: 0% -42px;
  color: #CC0033;
}
#tabs1 #current a span {
  background-position: 100% -42px;
}
.vcdpagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #0099FF;
}
.list{
	padding: 5px 5px 5px 5px;
}
