* html
{
  _overflow-y:hidden;
}

* html body
{
  _height:100%;
  _overflow:auto;
}

INPUT,SELECT,TEXTAREA,BODY,TD,TH,#content,P
{
  font-family:Arial, Tahoma, Verdana, Sans-Serif;
  font-size:12px;
 /* color:#005288;*/
}

/*#A0A42A green that websalad uses for text */
/*#d5e03c green used in box */
/* D6E03E */

IMG
{
  border-width:0;
}

H1
{
  /*color:#005288;
  font-size:20px;
  margin:0 0 10px;
  padding:0;*/
  border-bottom:1px solid #005288;
  color:#005288;
  float:none;
  font-size:28px;
  font-weight:bold;
  line-height:26px;
  margin:0;
  padding:25px 0 20px;
}

H1.slide_element
{
  color:#814D51;
  font-size:16px;
  background:transparent url(/assets/images/default-icon-slide-header.gif) no-repeat scroll left;
  margin:0;
  padding:0 0 0 20px;
}

DIV.slide_element
{
  width:100%;
  margin:0 0 0 20px;
}

DIV.slide_element P
{
  margin-bottom:12px;
}

H2
{
  color:#D6E03E;
  font-size:18px;
  margin:30px 0 10px;
  padding:0;
}

H3
{
  color:#005288;
  font-size:16px;
  font-style:italic;
  margin:20px 0 10px;
  padding:0;
}

H4
{
  color:#005288;
  font-size:18px;
  line-height: 18px;
  margin:20px 0 10px;
  padding:0;
}

.h-no-top-space
{
  margin-top:0;
}

HR
{
  width:100%;
  height:3px;
  color:#CCC;
  background-color:#CCC;
  border:0 solid #CCC;
}

.breadcrumb
{
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: lowercase;
}

.breadcrumb a {
  text-decoration: none;
}

.nopad{
	margin:0px;
	padding:0px;
	height:0px;
}

/* this needs to be included to override extJS's default styles */
.slide_element ol { 
	list-style-type: decimal !important;  
	padding-left:20px !important;  
	margin:20px !important;  
} 
.slide_element ul { 
	list-style-type: disc !important;   
	padding-left: 20px !important;  
	margin:20px !important; 
}
.slide_element strong { 
	font-weight:bold !important; 
}
.slide_element em { 
	font-style:italic !important;  
}


#header
{
  position:relative;
  z-index:1;
  width:100%;
  height:87px;
  background:#005288;
}

#header #header-banner
{
  width:100%;
  height:72px;
  position:relative;
  z-index:2;
}

#header #logo-top
{
  position:absolute;
  z-index:3;
  top:10px;
  left:20px;
  width:192px;
  height:46px;
  background:transparent url(/assets/images/logo.jpg) no-repeat;
}

#header #header-bar
{
  width:100%;
  height:42px;
  position:relative;
  z-index:2;
}

#header #header-bar-left
{
  height:100%;
  background:transparent url(/assets/images/default-bg-menu-bar-left.gif) repeat-x scroll top left;
}

#header #header-bar-middle
{
  height:100%;
  width:73px;
  background:transparent url(/assets/images/default-bg-menu-bar-middle.gif) no-repeat scroll top left;
  
}

#header #header-bar-menu
{
  background-color:#e7e7e8;
  height: 27px;
}

#header #header-bar-right
{
  /*width:400px;*/
  float:right;
}

#header #menu-top-spacer
{
  height:10px;
}

#header .greenbar
{
  background-color:#D6E03E;
  height:3px;
  overflow:hidden;
}

#header .whitebar
{
  background-color:#FFF;
  padding-top:3px;
  height:6px;
  _height:9px;
}

#menu-top-tabs {
	/*padding-right: 24px;*/
}

#header #menu-top
{
  position:relative;
  float:right;
  z-index:3;
}

.menu-top-item-middle, .menu-top-item-last {
	padding: 0px 0px;
	/*vertical-align: middle;*/
  	text-transform: lowercase;
}

.menu-top-item-middle A 
{
  	color:#005288;
  	font-size:12px;
  	font-weight:bold;
	float:left;
	_height:15px;
	margin:3px 0;
  	text-decoration:none;
	padding:0 10px 0;
}

.menu-top-item-divider
{
  	background: url(/assets/images/divider.jpg) no-repeat scroll right center;
	float:left;
	height:21px;
	margin:0px 0;
	width: 3px;
	padding: 3px 0px;
}

.menu-top-item-last A 
{
  	color:#005288;
  	font-size:12px;
  	font-weight:bold;
	float:left;
	margin:3px 0;
  	text-decoration:none;
	padding:0 10px 0;
}

.menu-top-item-box {
	width: 29px; 
	height: 17px; 
	background: url('/assets/images/menu-item-box.png') no-repeat center left; 
	margin-top: 3px;
	text-align: center; 
	margin-top: -1px; 
	line-height: 17px; 
	font-weight:bold;
}

.menu-top-item-box-container {
	width: 29px; 
	height: 17px; 
	float:none;
	position: relative;
	top: 3px;
	text-align: center; 
	margin-top: -1px; 
	margin-left: 7px;
	line-height: 17px; 
	font-weight:bold;
	padding-top: 5px;
	padding-right: 5px;
}

.menu-top-item-spacer  {
	width: 3px;
}

.padding3  {
	padding: 3px;
}

#header #login-form
{
  margin-top:16px;
  margin-bottom:6px;
  margin-right:19px;
  margin-left:10px;
  height: 19px;
  width: 450px;
  font-size: 11px;
  color: #fff;
}

#header #login-form TH
{
  color:#D6E03E;
  font-weight:900;
  font-size:11px;
  margin-left:14px;
  margin-right:6px;
  vertical-align:middle;
  text-align:left;
}

#header #login-form TH.login-form-label-logged-in
{
  text-align:right;
  font-weight:400;
  padding-right:12px;
}

#header #login-form TD
{
  color:#fff;
  padding-right:6px;
}

/*
#header #login-form .icon-logout 
{
	padding-right: 22px;
}
*/

#header #login-form .login-form-input
{
  background: transparent url('../images/text-box-bg.png') no-repeat top left;
  border: 0px;
  padding: 2px 5px;
  width: 117px;
}

#header #login-form .login-form-button
{
  padding-left:5px;
  padding-right:5px;
  margin:0;
}

#header #login-form .button-login {
  background: url('/assets/images/login-button.jpg') no-repeat top left;
  width: 47px;  
  height: 19px;
  padding: 0;
  margin-left: 5px;
}

#header #login-form-forgot_password
{
  position:absolute;
  z-index:4;
  right:0;
  margin-top:-51px;
  margin-right:24px;
  text-align:right;
}

#header #login-form-forgot_password,#header #login-form-forgot_password A
{
  font-size:12px;
  color:#fff;
}

#header #login-form input, #header #login-form img{
  float: left;
  margin-left: 7px;
  font-size: 11px;
}

.floatingUserBlock{
	border:groove;
	padding:4px;
	margin:4px;
	cursor:pointer;
}

.login-form-float span {
  float: left;
  margin-top: 3px;
}

.login-form-float form {
  float:left;
}

.login-form-float {
  float: right;
  height:19px;
  /*width:380px;*/
}

#content
{
  /*
  !! Shouldn't use this, because it actually breaks positioning in firefox!
  
  position:relative;
  z-index:1;
  */
  padding:20px;
  padding-top: 12px;
  padding-bottom: 35px;
}

.footer
{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:1;
  display:block !important;
  display:none;
}

.footer #footer-bg
{
  height:28px;
  background:#FFF;
  width:100%;
}

.footer #footer-bar
{
  position:relative;
  height:1px;
  background:url(/assets/images/seperator.gif) repeat-y center center;
  width:100%;
  color:#005288;
}

#footer-fg
{
  position:absolute;
  padding-left:20px;
  padding-right:20px;
  padding-top:7px;
  z-index:2;
}

#footer-rg
{
  position:absolute;
  right:20px;
  padding-right:0;
  padding-top:7px;
  z-index:2;
}

#footer-rg A
{
  text-decoration:none;
  padding-right:10px;
  padding-left:10px;
}

.bg-home-page
{
  position:absolute;
  margin-top:-11px;
  margin-left:-19px;
  z-index:1;
}

.bg-home-page TD
{
  width:137px;
  height:138px;
  line-height:1px;
  font-size:1px;
}

.bg-home-page .top-right
{
  background:transparent url(/assets/images/default-bg-home-top-right.jpg) no-repeat scroll top left;
}

.text-home-page
{
  height:420px;
  position:relative;
  z-index:2;
  padding:48px 0 10px 290px;
}

.bg-courses-page
{
  position:absolute;
  margin-top:0;
  z-index:1;
}

.bg-courses-page TD
{
  width:138px;
  height:139px;
  line-height:1px;
  font-size:1px;
}

.bg-courses-page .top-right
{
  background:transparent url(/assets/images/default-bg-courses-top-right.jpg) no-repeat scroll top left;
}

.text-courses-page
{
  height:420px;
  position:relative;
  z-index:2;
  padding:55px 0 10px 170px;
}


.legend
{
  border-top:3px solid #CCC;
  border-bottom:1px solid #CCC;
  height:18px;
  padding:6px;
}

.legend, .legend-tall {
  /*border-top: 1px solid #005288;*/
  border-top: 0px;
  border-bottom: 2px solid #005288;
  /*margin-top: 20px;*/
  position: relative;
}


.legend-tall
{
  /*border-top:3px solid #CCC;
  border-bottom:1px solid #CCC;*/
  padding:6px;
}

.legend-left {
  float: none;
}

.legend-left IMG
{
  width:20px!important;
}

.legend-left-spacer {
  line-height: 1px;
  font-size: 1px;
}

.legend-left-hspacer
{
  height:4px;
}

.legend-right-hspacer
{
  height:6px;
}

.legend-icons,.legend-icons-text
{
  float:right;
  margin-top:2px;
  color:#666;
  font-weight:700;
  font-size:11px;
  text-align:right;
}

.legend-icons {
  float: right;
  _width: 65%;
}

.legend-icons .clear {
  line-height: 1px !important;  
}


.legend-icons DIV
{
  display:inline;
  color:#666;
  font-weight:400;
  padding-left:20px;
  padding-bottom:6px;
  margin-left:10px;
  line-height:18px;
}

.legend-icons DIV.legend-icons-row
{
  display:block;
  padding-bottom:10px;
}

.legend-icons .legend-wide-icon
{
  padding-left:28px;
}

.legend-edit
{
  background:transparent url(/assets/images/default-icon-edit.gif) no-repeat scroll top left;
}

.legend-add
{
  background:transparent url(/assets/images/default-icon-add.gif) no-repeat scroll top left;
}

.legend-delete
{
  background:transparent url(/assets/images/default-icon-delete.gif) no-repeat scroll top left;
}

.legend-box-cross
{
  background:transparent url(/assets/images/default-icon-box-cross.gif) no-repeat scroll top left;
}

.legend-archive
{
  background:transparent url(/assets/images/default-icon-archive.gif) no-repeat scroll top left;
}

.legend-unarchive
{
  background:transparent url(/assets/images/default-icon-unarchive.gif) no-repeat scroll top left;
}

.legend-sound
{
  background:transparent url(/assets/images/default-icon-sound-small.gif) no-repeat scroll top left;
}

.legend-video
{
  background:transparent url(/assets/images/default-icon-video-small.gif) no-repeat scroll top left;
}

.legend-save
{
  background:transparent url(/assets/images/default-icon-save.gif) no-repeat scroll top left;
}

.legend-doc
{
  background:transparent url(/assets/images/default-icon-document-small.gif) no-repeat scroll top left;
}

.legend-image
{
  background:transparent url(/assets/images/default-icon-image-small.gif) no-repeat scroll top left;
}

.legend-flash
{
  background:transparent url(/assets/images/default-icon-flash-small.gif) no-repeat scroll top left;
}

.legend-rte
{
  background:transparent url(/assets/images/default-icon-rte-small.gif) no-repeat scroll top left;
}

.legend-arrow
{
  background:transparent url(/assets/images/default-icon-slide-header.gif) no-repeat scroll top left;
}

.legend-manage
{
  background:transparent url(/assets/images/default-icon-manage-trimmed.gif) no-repeat scroll top left;
}

.legend-check
{
  background:transparent url(/assets/images/default-icon-check.gif) no-repeat scroll top left;
}

.legend-user-active
{
  background:transparent url(/assets/images/default-icon-person.gif) no-repeat scroll top left;
}

.legend-user-active-false
{
  background:transparent url(/assets/images/default-icon-person-inactive.gif) no-repeat scroll top left;
}

.legend-key
{
  background:transparent url(/assets/images/default-icon-key.gif) no-repeat scroll top left;
}

.legend-historical-data
{
  background:transparent url(/assets/images/default-icon-historical-data.gif) no-repeat scroll top left;
}

.legend-user-notes
{
  background:transparent url(/assets/images/default-icon-user_notes.gif) no-repeat scroll top left;
}

.legend-user-documents
{
  background:transparent url(/assets/images/default-icon-user_documents.gif) no-repeat scroll top left;
}

.legend-participant-assessments
{
  background:transparent url(/assets/images/default-icon-participant-assessments.gif) no-repeat scroll top left;
}

.legend-user-feedback
{
  background:transparent url(/assets/images/default-icon-user-feedback.gif) no-repeat scroll top left;
}

.legend-user-checklist
{
  background:transparent url(/assets/images/default-icon-user_kpi.gif) no-repeat scroll top left;
}

.legend-download
{
  background:transparent url(/assets/images/default-icon-download.gif) no-repeat scroll top left;
}

.legend-unlocked
{
  background:transparent url(/assets/images/default-icon-unlocked.gif) no-repeat scroll top left;
}

.legend-proficient
{
  background:transparent url(/assets/images/default-icon-proficient.gif) no-repeat scroll top left;
}

.legend-not-proficient
{
  background:transparent url(/assets/images/default-icon-not-proficient.gif) no-repeat scroll top left;
}

.legend-competent
{
  background:transparent url(/assets/images/default-icon-competent.gif) no-repeat scroll top left;
}

.legend-remove-stop-point
{
  background:transparent url(/assets/images/icon-proceed.gif) no-repeat scroll top left;
}

.legend-send-email
{
  background:transparent url(/assets/images/default-icon-sendemail.gif) no-repeat scroll top left;
}

.legend-partnerships
{
  background:transparent url(/assets/images/default-icon-partnership.gif) no-repeat scroll center left;
}

.legend-employee-records
{
  background:transparent url(/assets/images/default-icon-employee-records.gif) no-repeat scroll center left;
}

.legend-deactivated-keys
{
  background:transparent url(/assets/images/default-icon-deactivated-key.gif) no-repeat scroll center left;
}

.legend-inductions
{
  background:transparent url(/assets/images/default-icon-browse.gif) no-repeat scroll center left;
}

.legend-certificate
{
  background:transparent url(/assets/images/default-icon-certificate.gif) no-repeat scroll center left;
}

.legend-custom-certificate
{
  background:transparent url(/assets/images/custom-icon-certificate.gif) no-repeat scroll center left;
}

.legend-certificate-none
{
  background:transparent url(/assets/images/default-icon-certificate-disabled.gif) no-repeat scroll center left;
}

.legend-certificate-inactive
{
  background:transparent url(/assets/images/default-icon-certificate-inactive.gif) no-repeat scroll center left;
}

.legend-results
{
  background:transparent url(/assets/images/default-icon-results.gif) no-repeat scroll center left;
  background-position:top left;
}

.legend-kpi
{
  background:transparent url(/assets/images/default-icon-kpi.gif) no-repeat scroll center left;
}

.legend-assigned
{
  background:transparent url(/assets/images/default-icon-assigned.gif) no-repeat scroll center left;
}

.legend-unassigned
{
  background:transparent url(/assets/images/default-icon-unassigned.gif) no-repeat scroll center left;
}

.legend-induction
{
  background:transparent url(/assets/images/default-icon-induction.gif) no-repeat scroll center left;
}

.legend-training
{
  background:transparent url(/assets/images/default-icon-training.gif) no-repeat scroll center left;
}

.legend-bank
{
  background:transparent url(/assets/images/default-icon-bank.gif) no-repeat scroll center left;
}

.legend-sorg-report
{
  background:transparent url(/assets/images/default-icon-sorg-report.gif) no-repeat scroll center left;
}

.legend-credit-report
{
  background:transparent url(/assets/images/default-icon-credit-report.gif) no-repeat scroll center left;
}

.legend-status-report
{
  background:transparent url(/assets/images/default-icon-status-report.gif) no-repeat scroll center left;
}

.legend-forward
{
  background:transparent url(/assets/images/default-icon-forward.gif) no-repeat scroll center left;
}

.legend-refresh
{
  background:transparent url(/assets/images/default-icon-refresh.gif) no-repeat scroll center left;
}

.legend-show
{
  background:transparent url(/assets/images/default-category-list-arrow.gif) no-repeat scroll center left;
}

.legend-hide
{
  background:transparent url(/assets/images/default-category-list-arrow-down.gif) no-repeat scroll center left;
}

.legend-user-records
{
  background:transparent url(/assets/images/default-icon-user-records.gif) no-repeat scroll top left;
}

.legend-participant-record
{
  background:transparent url(/assets/images/default-icon-user-yellow.gif) no-repeat scroll top left;
}

.legend-admin-record
{
  background:transparent url(/assets/images/default-icon-user-green.gif) no-repeat scroll top left;
}

.infoBlock,.sort-by
{
  background:transparent url(/assets/images/default-icon-lightbulb.gif) no-repeat scroll top left;
  height:15px;
  min-width:14px;
  color:#676767;
  padding:1px 0 10px 20px;
}

.warning-block
{
  background:transparent url(/assets/images/default-icon-orange-warning.gif) no-repeat scroll top left;
  height:15px;
  min-width:14px;
  color:#676767;
  padding:1px 0 1px 20px;
}

.mytraining-achievement1-img {
	background: transparent url(../images/mytraining-achievers-1.png) no-repeat scroll top left;
	height: 47px;
	width: 93px;
	position: absolute;
	left: 318px;
	top: 16px;
}

.mytraining-achievement2-img {
	background: transparent url(../images/mytraining-achievers-2.png) no-repeat scroll top left;
	height: 47px;
	width: 93px;
	position: absolute;
	left: 427px;
	top: 16px;
}

.mytraining-achievement3-img {
	background: transparent url(../images/mytraining-achievers-3.png) no-repeat scroll top left;
	height: 47px;
	width: 93px;
	position: absolute;
	left: 537px;
	top: 16px;
}

.mytraining-achievement1-disabled-img {
	background: transparent url(../images/mytraining-achievers-1-disabled.png) no-repeat scroll top left;
	height: 47px;
	width: 93px;
	position: absolute;
	left: 318px;
	top: 16px;
}

.mytraining-achievement2-disabled-img {
	background: transparent url(../images/mytraining-achievers-2-disabled.png) no-repeat scroll top left;
	height: 47px;
	width: 93px;
	position: absolute;
	left: 427px;
	top: 16px;
}

.mytraining-achievement3-disabled-img {
	background: transparent url(../images/mytraining-achievers-3-disabled.png) no-repeat scroll top left;
	height: 47px;
	width: 93px;
	position: absolute;
	left: 537px;
	top: 16px;
}


.infoBlock
{
  height:auto;
}

.imageLink
{
  text-decoration:none;
}

.stopPointInstructions
{
  padding:5px 2px;
}

.sort-drop-down
{
  color:#676767;
  margin-bottom:10px;
  vertical-align:middle;
}

.sort-drop-down SELECT
{
  margin-right:10px;
}

.sort-drop-down LABEL
{
  position:relative;
  top:-2px;
  padding-right:10px;
}

.unlock
{
  padding:1px 0 10px;
}

.error,.text-home-page .login-error
{
  color:red;
  font-weight:700;
}

.list THEAD TH.manage
{
  background:transparent url(/assets/images/default-icon-manage.gif) no-repeat scroll top left;
  padding-left:30px;
  padding-bottom:6px;
}

.list TFOOT TD
{
  border-left:1px solid #9B9B9B;
  border-top:1px solid #9B9B9B;
}

.list-slide_elements .slide_element-order
{
  font-family:Tahoma, Arial, Verdana, Sans-Serif;
  font-size:50px;
  font-weight:700;
  color:#666;
  vertical-align:top;
  padding:0 10px 4px;
}

.list-slide_elements .slide_element-content
{
  border:1px solid #9B9B9B;
  width:100%;
  padding:10px 4px 10px 10px;
}

.list-slide_elements .slide_element-icon IMG,.slide-preview-img
{
  width:45px;
  height:45px;
  border-width:0;
}

.details th
{
  text-align:left;
  padding-right:10px;
}

.slide_element-type-1
{
  background:transparent url(/assets/images/default-icon-rte.gif) no-repeat scroll top left;
}

.slide_element-type-2
{
  background:transparent url(/assets/images/default-icon-video.gif) no-repeat scroll top left;
}

.slide_element-type-3
{
  background:transparent url(/assets/images/default-icon-sound.gif) no-repeat scroll top left;
}

.slide_element-type-4
{
  background:transparent url(/assets/images/default-icon-document.gif) no-repeat scroll top left;
}

.slide_element-type-5
{
  background:transparent url(/assets/images/default-icon-flash.gif) no-repeat scroll top left;
}

.slide_element-type-6
{
  background:transparent url(/assets/images/default-icon-image.gif) no-repeat scroll top left;
}

.list-slide_elements .slide_element-content .slide_element-body
{
  width:100%;
  padding:0 10px;
}

.user-list
{
  border:1px solid #676767;
  margin-bottom:16px;
  width:45%;
}

.user-list THEAD TH
{
  border-bottom:1px solid #9B9B9B;
  padding:6px 6px 4px;
}

.user-list THEAD TH TD
{
  text-align:left;
}

.user-list .user-list-browse
{
  background:transparent url(/assets/images/default-icon-browse.gif) no-repeat scroll center left;
  padding-top:2px;
  padding-left:26px;
  width:100%;
}

.user-list .user-list-functions
{
  font-weight:400;
  font-style:italic;
}

FORM.edit TH,.form-header,.fakeform TH
{
  background-color:#005188;
  font-weight:700;
  font-size:14px;
  text-align:left;
  color:#fff;
  padding:4px 14px;
}

FORM.edit .upper-space,FORM.edit TBODY .formtitle,FORM.edit TBODY .formcontent,FORM.edit TFOOT TR.formbuttons TD,.fakeform TBODY .formcontent
{
  padding-top:20px;
}

FORM.edit .upper-space
{
  font-size:1px;
  line-height:1px;
}

FORM.edit TBODY .formtitle,.formtitle
{
  width:20%;
  font-weight:700;
  font-size:12px;
  padding-top:22px;
  padding-left:14px;
}

.formtitle-top
{
  padding-left:0;
  padding-bottom:4px;
  padding-top:10px;
  font-weight:700;
  font-size:12px;
}

FORM.edit TBODY .formtitle-noheader
{
  padding-left:0;
}

FORM.edit TBODY .formtitle-question
{
  padding-top:10px;
  padding-bottom:10px;
}

FORM.edit TBODY .formtitle-answer
{
  font-weight:400;
  color:#666;
  padding-top:4px;
}

FORM.edit TBODY .formcontent-answers
{
  padding-top:6px;
}

FORM.edit TBODY .formcontent-answers .answer
{
  font-weight:700;
}

FORM.edit TBODY .formcontent-answers .answer-text
{
  padding-left:3px;
}

FORM.edit TBODY .formcontent-answers .answer .answer-content
{
  font-weight:400;
  color:#666;
  padding-left:6px;
}

FORM.edit TBODY .formcontent-emptyform
{
  font-style:italic;
  margin:0;
  padding:6px 10px;
}

FORM.edit TBODY .formcontent-answers .answer-iscorrect-img
{
  width:21px;
  height:15px;
  background:transparent url(/assets/images/default-icon-check.gif) no-repeat scroll top left;
  margin-right:6px;
}

FORM.edit TBODY .formcontent-answers .answer-iscorrect-sub-img
{
  width:12px;
  height:12px;
  background:transparent url(/assets/images/default-icon-slide-header.gif) no-repeat scroll top left;
  margin-right:6px;
  margin-top:2px;
}

FORM.edit TBODY .formcontent-answers .answer-isselected-img
{
  width:15px;
  height:16px;
  background:transparent url(/assets/images/default-icon-manage-trimmed.gif) no-repeat scroll top left;
  margin-right:6px;
}

FORM.edit TBODY .form-content-space
{
  padding:10px;
}

FORM.edit .formrequired,.fakeform .formrequired
{
  display:inline;
  color:red;
  font-size:22px;
  line-height:1px;
  font-weight:700;
  padding-left:2px;
  padding-right:2px;
  position:relative;
  top:5px;
}

FORM.edit TBODY .formheaderdescription
{
  font-weight:400;
  font-size:11px;
  color:#666;
  padding-top:4px;
}

form.edit tbody tr td.formcontent input[type="text"], 
form.edit tbody tr td.formcontent input[type="password"]{
  width: 200px;
  padding: 2px 5px;
  border: 1px solid #DFE0E1;
  font-size: 12px;
}

form.edit tbody tr td.formcontent select {
  padding: 2px 5px;
  border: 1px solid #DFE0E1;
  font-size: 12px;
}

form.edit tbody tr td.formcontent input[type="radio"] {
  margin: 5px 5px 0 0;
}

form.edit tbody tr td.formcontent .formfieldinputstack label {
  margin-right: 5px;
}

input#dob {
  width: 125px !important;
}

form.edit tbody tr td.formtitle {
  width: 250px;
  color: #666666;
  text-align: right;
}


form.edit tbody .formcontent {
  width: auto;
}

form.edit th, .form-header, .fakeform th {
  color: #fff;
}

form.edit table {
  border: 1px solid #f3f3f3;
}



div.questionText
{
  font-weight:400;
  color:#666;
  text-align:left;
}

DIV.box
{
  border:1px solid gray;
  background-color:#EEE;
  width:300px;
  padding:10px;
}

DIV.box H4
{
  padding-top:0;
  margin-top:0;
}

FORM.edit TBODY .formcontent,.fakeform TBODY .formcontent
{
  width:80%;
  padding-left:10px;
}

FORM.edit .formcontent .input-answer
{
  margin-bottom:2px;
}

FORM.edit .formcontent TEXTAREA.input-answer
{
  height:160px;
}

FORM.edit .formcontent .input-answer-radio
{
  position:relative;
  top:-3px;
  margin-right:4px;
}

FORM.edit TBODY .formcontent .upload-link
{
  margin-bottom:6px;
}

FORM.edit TFOOT TR.formbuttons TD
{
  padding-left:10px;
}

FORM.edit TFOOT TR.formfootnote TD
{
  padding-left:10px;
  padding-top:4px;
  padding-bottom:4px;
  color:#676767;
  font-size:11px;
}

FORM.edit .error UL
{
  margin-top:4px;
  margin-bottom:0;
}

.slide-preview
{
  width:80%;
  min-width:400px;
}

.slide-preview .slide-preview-element
{
  padding-bottom:16px;
  padding-left:20px;
}

.slide-progress
{
  width:100%;
  height:29px;
  background-color:#D9D9D9;
}

.slide-progress TABLE
{
  position:absolute;
  right:26px;
}

.slide-progress .slide-count
{
  padding-right:10px;
  padding-left:10px;
  padding-top:6px;
  color:#858585;
}

.button-login
{
  width:67px;
  height:20px;
  background:transparent url(/assets/images/default-button-login.gif) no-repeat scroll top left;
}

.button-logout
{
  width:67px;
  height:20px;
  background:transparent url(/assets/images/default-button-logout.gif) no-repeat scroll top left;
}

.logout TD {
	padding-bottom: 12px;
}

.button-save
{
  width:45px;
  height:20px;
  background:transparent url(/assets/images/default-button-save.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-purchase
{
  width:67px;
  height:20px;
  background:transparent url(/assets/images/default-button-purchase.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-add
{
  width:45px;
  height:20px;
  background:transparent url(/assets/images/default-button-add.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-send
{
  width:40px;
  height:20px;
  background:transparent url(/assets/images/default-button-send.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-submit
{
  width:54px;
  height:20px;
  background:transparent url(/assets/images/default-button-submit.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-confirm
{
  width:60px;
  height:20px;
  background:transparent url(/assets/images/default-button-confirm.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-confirm-purchase
{
  width:110px;
  height:20px;
  background:transparent url(/assets/images/default-button-confirm-purchase.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-distribute-keys
{
  width:100px;
  height:20px;
  background:transparent url(/assets/images/default-button-distribute-keys.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-make-payment
{
  width:93px;
  height:20px;
  background:transparent url(/assets/images/default-button-make-payment.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-save-inner
{
  width:45px;
  height:20px;
  background:transparent url(/assets/images/default-button-save.gif) no-repeat scroll top left;
  position:absolute;
  margin-top:1px;
  margin-left:12px;
}

.button-addPartnership-inner
{
  width:145px;
  height:20px;
  background:transparent url(/assets/images/create-new-partnership.gif) no-repeat scroll top left;
  position:absolute;
  margin-top:1px;
  margin-left:12px;
}

.button-cancel
{
  width:45px;
  height:20px;
  background:transparent url(/assets/images/default-button-cancel.gif) no-repeat scroll top left;
  border-width:0;
}

.button-pdf
{
  width:84px;
  height:20px;
  background:transparent url(/assets/images/default-button-pdf.gif) no-repeat scroll top left;
  border-width:0;
}

.button-sort
{
  width:45px;
  height:20px;
  background:transparent url(/assets/images/default-button-sort.gif) no-repeat scroll top left;
  position:relative;
  top:3px;
}

.button-retrieve_login_details
{
  width:138px;
  height:20px;
  background:transparent url(/assets/images/default-button-retrieve_login_details.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-reset_login_details
{
  width:138px;
  height:20px;
  background:transparent url(/assets/images/default-button-reset_login_details.gif) no-repeat scroll top left;
  margin-right:6px;
}

.button-previous-slide
{
  width:82px;
  height:20px;
  background:transparent url(/assets/images/default-button-previous-slide.gif) no-repeat scroll top left;
  margin-top:4px;
}

.button-next-slide
{
  width:82px;
  height:20px;
  background:transparent url(/assets/images/default-button-next-slide.gif) no-repeat scroll top left;
  margin-top:4px;
}

.button-arrow-go-back
{
  background:transparent url(/assets/images/icon-arrow-back.gif) no-repeat scroll top left;
  width:10px;
  height:14px;
  position:relative;
  top:2px;
}

.button-purchase-key
{
  background:transparent url(/assets/images/default-button-purchase-key.gif) no-repeat scroll top left;
  width:93px;
  height:20px;
}

.icon-browse
{
  height:15px;
  width:19px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-browse.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-assigned
{
  height:16px;
  width:16px;
  position:relative;
  top:3px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-assigned.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-unassigned
{
  height:16px;
  width:16px;
  position:relative;
  top:3px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-unassigned.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-partnership
{
  height:16px;
  width:16px;
  position:relative;
  top:3px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-partnership.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-browse-inline
{
  height:15px;
  width:19px;
  position:relative;
  top:0;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-browse.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-stop
{
  height:22px;
  width:20px;
  position:relative;
  top:0;
  margin-right:4px;
  background:transparent url(/assets/images/icon-stop.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-add
{
  height:14px;
  width:14px;
  position:relative;
  top:3px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-add.gif) no-repeat scroll top left !important;
  border-width:0;
}

.icon-add-offset
{
  height:14px;
  width:14px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-add.gif) no-repeat scroll top left !important;
  border-width:0;
}

.icon-box-cross
{
  height:14px;
  width:14px;
  position:relative;
  top:3px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-box-cross.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-forward
{
  height:16px;
  width:15px;
  position:relative;
  top:0;
  margin-left:4px;
  background:transparent url(/assets/images/default-icon-forward.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-exit
{
  height:16px;
  width:15px;
  position:relative;
  top:0;
  margin-left:4px;
  background:transparent url(/assets/images/door_out.png) no-repeat scroll top left !important;
  border-width:0;
}

.icon-refresh
{
  height:16px;
  width:15px;
  position:relative;
  top:0;
  margin-left:4px;
  background:transparent url(/assets/images/default-icon-refresh.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-edit
{
  height:17px;
  width:15px;
  position:relative;
  top:2px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-edit.gif) no-repeat scroll top left !important;
  border-width:0;
}

.icon-manage
{
  height:17px;
  width:15px;
  position:relative;
  top:2px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-manage-trimmed.gif) no-repeat scroll top left !important;
  border-width:0;
}

.icon-archive
{
  height:16px;
  width:15px;
  position:relative;
  top:1px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-archive.gif) no-repeat scroll top left !important;
  border-width:0;
}

.icon-unarchive
{
  height:16px;
  width:15px;
  position:relative;
  top:1px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-unarchive.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-employee-records
{
  height:16px;
  width:16px;
  position:relative;
  top:3px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-employee-records.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-deactivate-keys
{
  height:16px;
  width:16px;
  position:relative;
  top:3px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-deactivated-key.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-certificate
{
  height:20px;
  width:15px;
  position:relative;
  top:2px;
  background:transparent url(/assets/images/default-icon-certificate.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-certificate-custom
{
  height:20px;
  width:15px;
  position:relative;
  top:2px;
  background:transparent url(/assets/images/custom-icon-certificate.gif) no-repeat scroll top left !important;
  border-width:0;
}

.icon-certificate-none
{
  height:20px;
  width:15px;
  position:relative;
  top:2px;
  background:transparent url(/assets/images/default-icon-certificate-disabled.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-certificate-inactive
{
  height:20px;
  width:15px;
  position:relative;
  top:2px;
  background:transparent url(/assets/images/default-icon-certificate-inactive.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-results
{
  height:15px;
  width:16px;
  background:transparent url(/assets/images/default-icon-results.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-kpi
{
  height:16px;
  width:16px;
  position:relative;
  top:0;
  margin-right:0;
  background:transparent url(/assets/images/default-icon-kpi.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-pdf
{
  height:16px;
  width:16px;
  position:relative;
  top:0;
  margin-right:0;
  background:transparent url(/assets/images/default-icon-pdf.gif) no-repeat scroll top left !important;
  border-width:0;
}

.icon-user-active
{
  background:transparent url(/assets/images/default-icon-person.gif) no-repeat scroll center left;
  position:relative;
  top:3px;
  margin-right:4px;
  height:14px;
  width:14px;
  border-width:0;
}

.icon-user-inactive
{
  background:transparent url(/assets/images/default-icon-person-inactive.gif) no-repeat scroll center left;
  position:relative;
  top:3px;
  margin-right:4px;
  height:14px;
  width:14px;
  border-width:0;
}

.icon-check
{
  width:21px;
  height:15px;
  background:transparent url(/assets/images/default-icon-check.gif) no-repeat scroll top left;
}

.icon-cross
{
  width:17px;
  height:13px;
  position:relative;
  top:3px;
  background:transparent url(/assets/images/cross.png) no-repeat scroll top left;
}

.icon-check-small
{
  width:18px;
  height:10px;
  background:transparent url(/assets/images/default-icon-check-small.gif) no-repeat scroll top left;
}

.icon-cross-small
{
  width:18px;
  height:10px;
  background:transparent url(/assets/images/default-icon-cross-small.gif) no-repeat scroll top left;
}

.icon-check-shift
{
  width:21px;
  height:15px;
  background:transparent url(/assets/images/default-icon-check.gif) no-repeat scroll top left;
  position:absolute;
  margin-top:-1px;
  margin-left:-28px;
}

.icon-locked
{
  width:14px;
  height:16px;
  background:transparent url(/assets/images/default-icon-locked.gif) no-repeat scroll top left;
}

.icon-calendar
{
  width:14px;
  height:14px;
  background:transparent url(/assets/images/default-icon-calendar.gif) no-repeat scroll top left;
  position:relative;
  top:1px;
  left:6px;
}

.icon-key
{
  height:16px;
  width:16px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-key.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-group
{
  height:16px;
  width:16px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/group.png) no-repeat scroll top left;
  border-width:0;
}

.icon-historical-data
{
  height:16px;
  width:16px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-historical-data.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-email
{
  height:16px;
  width:16px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-sendemail.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-dob
{
  height:16px;
  width:16px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-dob.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-mobile
{
  height:16px;
  width:16px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-mobile.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-save
{
  height:16px;
  width:16px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-save.gif) no-repeat scroll top left !important;
  border-width:0;
}

.icon-phone
{
  height:16px;
  width:16px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-phone.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-fax
{
  height:16px;
  width:16px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-fax.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-address
{
  height:16px;
  width:16px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-address.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-user_notes
{
  height:16px;
  width:17px;
  position:relative;
  top:2px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-user_notes.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-user_documents
{
  height:16px;
  width:17px;
  position:relative;
  top:2px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-user_documents.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-participant-assessments
{
  height:16px;
  width:17px;
  position:relative;
  top:2px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-participant-assessments.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-user-feedback
{
  height:16px;
  width:17px;
  position:relative;
  top:2px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-user-feedback.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-user_kpi
{
  height:16px;
  width:17px;
  position:relative;
  top:2px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-user_kpi.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-download
{
  height:16px;
  width:23px;
  position:relative;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-download.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-download-element
{
  height:16px;
  width:23px;
  position:relative;
  margin-right:4px;
  top:4px;
  background:transparent url(/assets/images/default-icon-download.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-proficient,.icon-proficient-legend-link
{
  width:16px;
  height:16px;
  background:transparent url(/assets/images/default-icon-proficient.gif) no-repeat scroll top left;
}

.icon-not-proficient,.icon-not-proficient-legend-link
{
  width:16px;
  height:16px;
  background:transparent url(/assets/images/default-icon-not-proficient.gif) no-repeat scroll top left;
}

.icon-competent,.icon-competent-legend-link
{
  width:16px;
  height:16px;
  background:transparent url(/assets/images/default-icon-competent.gif) no-repeat scroll top left;
}

.icon-bank
{
  width:16px;
  height:16px;
  padding-left:4px;
  background:transparent url(/assets/images/default-icon-bank.gif) no-repeat scroll top left;
}

.icon-sorg-report
{
  width:16px;
  height:16px;
  background:transparent url(/assets/images/default-icon-sorg-report.gif) no-repeat scroll top left;
}

.icon-view-cmp
{
  height:16px;
  width:16px;
  background:transparent url(/assets/images/default-icon-results.gif) no-repeat scroll top left;
}

.icon-status-report
{
  width:16px;
  height:16px;
  background:transparent url(/assets/images/default-icon-status-report.gif) no-repeat scroll top left;
}

.icon-credit-report
{
  width:15px;
  height:15px;
  background:transparent url(/assets/images/default-icon-credit-report.gif) no-repeat scroll top left;
}

.icon-unlock
{
  width:14px;
  height:16px;
  background:transparent url(/assets/images/default-icon-unlocked.gif) no-repeat scroll top left;
}

.icon-warning
{
  width:16px;
  height:16px;
  background:transparent url(/assets/images/default-icon-warning.gif) no-repeat scroll top left;
}

.icon-proceed
{
  width:16px;
  height:16px;
  position:relative;
  margin-right:4px;
  top:4px;
  background:transparent url(/assets/images/icon-proceed.gif) no-repeat scroll top left;
}

.icon-user-records
{
  height:16px;
  width:17px;
  position:relative;
  top:2px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-user-records.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-participant-record
{
  height:16px;
  width:17px;
  position:relative;
  top:2px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-user-yellow.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-admin-record
{
  height:16px;
  width:17px;
  position:relative;
  top:2px;
  margin-right:4px;
  background:transparent url(/assets/images/default-icon-user-green.gif) no-repeat scroll top left;
  border-width:0;
}

.icon-assessment-take,.icon-assessment-completed,.icon-assessment-closed,.icon-assessment-update-answers
{
  height:20px;
  width:98px;
  margin-left:16px;
  margin-right:16px;
  display:block;
  cursor:pointer;
  border-width:0;
}

.icon-assessment-take
{
  background:transparent url(/assets/images/default-button-assessment-take.gif) no-repeat scroll top left;
}

.icon-assessment-completed
{
  background:transparent url(/assets/images/default-button-assessment-complete.gif) no-repeat scroll top left;
}

.icon-assessment-closed
{
  background:transparent url(/assets/images/default-button-assessment-closed.gif) no-repeat scroll top left;
}

.icon-assessment-update-answers
{
  background:transparent url(/assets/images/default-button-assessment-update-answer.gif) no-repeat scroll top left;
}

/*
.icon-logout
{
	background:transparent url(/assets/images/login-icon.jpg) no-repeat scroll top left;
	width: 16px;
	height: 13px;
}

.icon-user
{
	background:transparent url(/assets/images/icon-user.gif) no-repeat scroll top left;
	width: 13px;
	height: 16px;
}
*/

.ticked
{
  background:transparent url(/assets/images/default-tick.gif) no-repeat scroll top left;
}

.icon-delete,.icon-delete-legend-link
{
  background:transparent url(/assets/images/default-icon-delete.gif) no-repeat scroll top left;
  width:16px;
  height:16px;
}

.icon-uploadfile
{
  height:16px;
  width:16px;
  background:transparent url(/assets/images/page_add.png) no-repeat scroll top left;
}

.tableHeader TH
{
  background-color:#005188;
  color:#fff;
}

.tableHeaderColumns TH
{
  background-color:#fff;
  color:#005188;
}

.media-preview,.media-preview-assessment
{
  border:1px solid #CCC;
  margin-left:20px;
  background-color:#fff;
  padding:4px;
}

.media-preview-assessment
{
  margin-left:0;
}

.media-preview-flash
{
  width:420px;
  height:340px;
}

.media-preview-video
{
  width:320px;
  height:240px;
}

.media-preview-sound
{
  width:426px;
  height:32px;
}

.previous-posts
{
  padding-bottom:15px;
  width:60%;
}

.previous-posts .post-content
{
  padding:8px 14px 25px;
}

.previous-posts tfoot td
{
  padding-top:10px;
}

.previous-posts thead th
{
  background-color:#005188;
  color:#FFF;
  font-size:14px;
  font-weight:700;
  text-align:left;
  padding:4px 14px;
}

.center
{
  text-align:center;
}

.not-bold
{
  font-weight:400;
}

.capitalize
{
  text-transform:capitalize;
}

.small
{
  font-size:10px;
}

.green
{
  color:#D6E03E;
}

.fade
{
  color:silver;
}

.clear
{
  clear:both;
  font-size:1px;
  line-height:1px;
}



.archived-user-info
{
  color:#666;
  font-style:italic;
  text-align:right;
}

.kpi-questions-question
{
  width:30%;
  padding:5px 5px 5px 14px;
}

.kpi-questions-answer INPUT,.kpi-questions-answer TEXTAREA
{
  vertical-align:top;
  width:100%;
}

.empty-option
{
  color:#A5ACB2;
}

.header-option
{
  color:#A0A42A;
}

.group-administrator
{
  background:transparent url(../images/default-icon-administrator.gif) no-repeat scroll left;
  padding-left:14px;
  color:#a7191b;
}

.group-client,.group-region
{
  background:transparent url(../images/default-icon-client.gif) no-repeat scroll left;
  padding-left:14px;
  color:#4376A9;
}

.group-regDepartment
{
  background:transparent url(../images/default-icon-regDepartment.gif) no-repeat scroll left;
  padding-left:14px;
  color:#4376C9;
}

.group-supplier
{
  background:transparent url(../images/default-icon-supplier.gif) no-repeat scroll left;
  padding-left:14px;
  color:#883E00;
}

.group-orgDepartment
{
  background:transparent url(../images/default-icon-orgDepartment.gif) no-repeat scroll left;
  padding-left:14px;
  color:#282;
}

.group-suborganisation,.group-organisation
{
  background:transparent url(../images/default-icon-suborganisation.gif) no-repeat scroll left;
  padding-left:14px;
  color:#226822;
}

.group-assessor
{
  background:transparent url(../images/default-icon-assessor.gif) no-repeat scroll left;
  padding-left:14px;
  color:#323232;
}

.group-participant
{
  background:transparent url(../images/default-icon-participant.gif) no-repeat scroll left;
  padding-left:14px;
  color:#666;
}

.group-domain
{
  background:transparent url(../images/default-icon-domain.gif) no-repeat scroll left;
  padding-left:14px;
  color:#c6c;
}



.ico-administrator
{
  background:transparent url(../images/default-icon-administrator.gif) no-repeat scroll left;
}

.ico-client,.ico-region
{
  background:transparent url(../images/default-icon-client.gif) no-repeat scroll left;
}

.ico-regDepartment
{
  background:transparent url(../images/default-icon-regDepartment.gif) no-repeat scroll left;
}

.ico-supplier
{
  background:transparent url(../images/default-icon-supplier.gif) no-repeat scroll left;
}

.ico-orgDepartment
{
  background:transparent url(../images/default-icon-orgDepartment.gif) no-repeat scroll left;
}

.ico-suborganisation,.ico-organisation
{
  background:transparent url(../images/default-icon-suborganisation.gif) no-repeat scroll left;
}

.ico-assessor
{
  background:transparent url(../images/default-icon-assessor.gif) no-repeat scroll left;
}

.ico-participant
{
  background:transparent url(../images/default-icon-participant.gif) no-repeat scroll left;
}

.ico-domain
{
  background:transparent url(../images/default-icon-domain.gif) no-repeat scroll left;
}




.arrow-first
{
  background:transparent url(../images/default-arrow-first.gif) no-repeat scroll left;
  width:16px;
  height:12px;
  position:relative;
  top:2px;
}

.arrow-previous
{
  background:transparent url(../images/default-arrow-previous.gif) no-repeat scroll left;
  width:16px;
  height:12px;
  position:relative;
  top:2px;
}

.arrow-last
{
  background:transparent url(../images/default-arrow-last.gif) no-repeat scroll left;
  width:16px;
  height:12px;
  position:relative;
  top:2px;
}

.arrow-next
{
  background:transparent url(../images/default-arrow-next.gif) no-repeat scroll left;
  width:16px;
  height:12px;
  position:relative;
  top:2px;
}

#table-paging TD
{
  border-width:0;
  padding:0;
}

#table-paging .left-paging-cell
{
  width:52px;
}

#table-paging .right-paging-cell
{
  width:52px;
  text-align:right;
}

.paging-cell-spacer
{
  width:20px;
}

.item-induction
{
  background:transparent url(../images/default-icon-induction.gif) no-repeat scroll;
  background-position:10px 10px;
  padding-left:34px!important;
}

.item-training
{
  background:transparent url(../images/default-icon-training.gif) no-repeat scroll;
  background-position:10px 10px;
  padding-left:34px!important;
}

.short-date-select
{
  width:90px!important;
}

.overlay
{
  background-color:#000;
  filter:alpha(opacity=65);
  -moz-opacity:.65;
  opacity:.65;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:9;
}

.overlay-popup
{
  background:transparent url(/assets/images/default-bg-overlay-popup.gif) no-repeat scroll top left;
  width:254px;
  height:107px;
  -width:294px;
  -height:147px;
  position:fixed;
  top:40%;
  left:38%;
  z-index:10;
  padding:20px;
}

.overlay-popup-header
{
  color:#AC1515;
  font-weight:700;
  padding-left:25px;
}

.tall-line
{
  line-height:20px;
}

.loading-popup
{
  background:transparent url(/assets/images/default-bg-loading.gif) no-repeat scroll bottom left;
  width:178px;
  height:46px;
  position:fixed;
  _position:absolute;
  z-index:10;
  right:10px;
}

.loading-popup-text
{
  padding-top:6px;
  padding-left:16px;
}

.no-style-table TD
{
  border-width:0!important;
  margin:0!important;
  padding:0!important;
}

.feedback-table TD
{
  padding:4px 6px;
}

.feedback-table-question-order
{
  padding-right:10px;
  font-weight:700;
  border:1px solid #D1D1D1;
}

.feedback-table-question
{
  width:300px;
  background-color:#E5ECF2;
  border-top:1px solid #D1D1D1;
  border-right:1px solid #D1D1D1;
  border-bottom:1px solid #D1D1D1;
}

.feedback-table-answer-header
{
  font-weight:700;
  width:40px;
  border-top:1px solid #D1D1D1;
  border-right:1px solid #D1D1D1;
}

.feedback-table-answer
{
  color:#666;
  border-top:1px solid #D1D1D1;
  border-right:1px solid #D1D1D1;
  border-bottom:1px solid #D1D1D1;
}

.feedback-table-spacer
{
  font-size:1px;
  line-height:1px;
  height:1px;
}

.feedback-table-answer UL
{
  padding-left:0;
  margin-left:16px;
}

.feedback-table-comment
{
  color:#666;
  border-right:1px solid #D1D1D1;
  border-bottom:1px solid #D1D1D1;
}

.free-key
{
  background:transparent url(../images/default-icon-arrow-right.gif) no-repeat scroll top left;
  padding-left:24px;
  height:16px;
  color:#D6E03E;
  line-height:18px;
}

.training-details-small-header
{
  width:100px;
}

.send-key-adjust
{
  position:relative;
  top:3px;
  left:10px;
}

.summary-row TD
{
  border-top:1px solid #9B9B9B;
}

.filter-container
{
  border-top:3px solid #CCC;
  border-bottom:1px solid #CCC;
}

.filter-table
{
  padding-top:14px;
  padding-bottom:14px;
}

.filter-input-cell
{
  width:150px;
}

.filter-input-cell INPUT
{
  width:150px;
  padding:0;
}

.filter-select-cell
{
  padding-right:10px;
}

.filter-header
{
  color:#A0A42A;
  font-weight:700;
  font-size:12px;
  line-height:18px;
  padding-right:30px;
}

.filter-sub-header-cell
{
  padding-right:10px;
  font-size:12px;
  line-height:18px;
  color:#999;
}

.filter-calendar-cell
{
  padding-right:20px;
}

.filter-row-second TD
{
  padding-top:8px;
}

.filter-clear-container
{
  border-bottom:1px solid #CCC;
  padding-top:8px;
  padding-bottom:8px;
  font-size:11px;
}

.course-breadcrumb
{
  font-size:13px;
  font-weight:700;
  margin-top:5px;
}

.course-category
{
  background:transparent url(../images/default-category-bg.gif) no-repeat scroll top left;
  width:646px;
  height:81px;
  padding:10px 10px 0;
}

.course-category .course-category-contents
{
  width:510px;
  float:left;
}

.course-category-image
{
  background-repeat:no-repeat;
  float:left;
  width:99px;
  height:81px;
}

.course-heading
{
  width:270px;
  /*height:40px;*/
  float:left;
  height: auto;
}

.courses-navigation
{
  width:250px;
  float:left;
}

.courses-navigation-heroimage
{
  width:250px;
  height:300px;
  margin-top:20px;
}

.courses-titlepage-main-body
{
  background:transparent url(../images/default-category-titlepage-bg.gif) no-repeat scroll top left;
  width:650px;
  height:300px;
  float:left;
  margin-left:20px;
  padding:15px;
}

.courses-main-body
{
  width:60%;
  float:left;
}

.category-list
{
  border:1px solid #676767;
  margin-bottom:16px;
  width:40%;
}

.category-list THEAD TH
{
  border-bottom:1px solid #9B9B9B;
  color:#fff;
  background:transparent url(/assets/images/default-category-list-header-bg.jpg) no-repeat scroll top left;
  height:47px;
  padding:6px 6px 4px;
}

.category-list THEAD TH TD
{
  color:#fff;
  text-align:left;
}

.category-list .category-list-browse
{
  padding-top:8px;
  padding-left:26px;
  width:100%;
}

.category-list .category-list-functions
{
  padding-top:8px;
  font-weight:400;
  font-style:italic;
}

.category-list .category-list-footer
{
  background:transparent url(/assets/images/default-icon-browse.gif) no-repeat scroll 15px center;
  text-align:right;
  background-color:#F4F6D3;
  padding:10px;
}

.categoryOn
{
  background:#005288 url(../images/default-category-header-down.gif) no-repeat scroll center left;
  font-size:13px;
  font-weight:700;
  color:#fff;
  width:223px;
  height:25px;
  cursor:pointer;
  line-height:23px;
  margin-bottom:10px;
  padding-left:20px;
}

.categoryOff
{
  background:#005288 url(../images/default-category-header-right.gif) no-repeat scroll center left;
  font-size:13px;
  font-weight:700;
  color:#fff;
  width:223px;
  height:25px;
  cursor:pointer;
  line-height:23px;
  margin-bottom:10px;
  padding-left:20px;
}

.categoryHeaderItems
{
  border:none;
  width:212px;
  margin-left:0;
  padding-left:10px;
  color:#005288;
}

.subCategoryHeaderItems
{
  border:none;
  width:192px;
  margin-left:0;
  padding-left:20px;
  color:#005288;
}

.subCategoryOn
{
  background:#fff url(../images/default-category-list-arrow-down.gif) no-repeat scroll center left;
  font-size:13px;
  font-weight:700;
  color:#005288;
  width:223px;
  height:25px;
  cursor:pointer;
  line-height:23px;
  padding-left:20px;
}

.subCategoryOff
{
  background:#fff url(../images/default-category-list-arrow.gif) no-repeat scroll center left;
  font-size:13px;
  font-weight:700;
  color:#005288;
  width:223px;
  height:25px;
  cursor:pointer;
  line-height:23px;
  padding-left:20px;
}

.course_title
{
  color:#005288;
  font-size:16px;
  font-weight:700;
  margin:0 0 10px;
  padding:0;
}

.course_title a:hover
{
  color:#005288;
  text-decoration:underline;
}

.inductionsInCategory
{
  padding-left:12px;
}

FORM.edit .formsizelimit
{
  display:inline;
  color:red;
  font-size:12px;
  line-height:1px;
  font-weight:700;
  padding-left:2px;
  padding-right:2px;
  position:relative;
  top:5px;
}

.categoryHideWrap
{
  padding-left:7px;
  height:16px;
}

.categoryHideImage
{
  background:transparent url(/assets/images/default-category-list-arrow-down.gif) no-repeat scroll center left;
  padding-left:15px;
  width:5px;
  height:16px;
  float:left;
  cursor:pointer;
}

.categoryShowImage
{
  background:transparent url(/assets/images/default-category-list-arrow.gif) no-repeat scroll center left;
  padding-left:15px;
  width:5px;
  height:16px;
  float:left;
  cursor:pointer;
}

.short-course-select-container
{
  width:730px;
}

.short-course-select-header
{
  font-weight:700;
  padding-left:19px;
  padding-top:5px;
  padding-bottom:5px;
  cursor:pointer;
  margin-top:3px;
}

.short-course-select-container A,.short-course-select-header,.short-course-select-header *
{
  text-decoration:none;
  color:#fff;
}

.short-course-select-header-primary
{
  background-color:#7B92A2;
}

.short-course-select-header-secondary
{
  background-color:#AAB8C3;
}

.short-course-select-header-page
{
  background-color:#814D51;
  padding-left:8px;
}

.short-course-select-container .short-course-select-header-page A
{
  text-decoration:underline;
}

.short-course-select-header-open
{
  background-image:url(/assets/images/default-arrow-is-open.gif);
  background-position:7px 10px;
  background-repeat:no-repeat;
}

.short-course-select-header-closed
{
  background-image:url(/assets/images/default-arrow-is-closed.gif);
  background-position:7px 8px;
  background-repeat:no-repeat;
}

.short-course-select-course
{
  padding-top:9px;
  padding-bottom:6px;
  background-color:#F3F5F4;
  color:#666;
}

.short-course-select-course-border
{
  border-bottom:1px solid #DFDFDF;
}

.button-create-key
{
  background:transparent url(/assets/images/default-button-create-key.gif) no-repeat scroll top left;
  width:59px;
  height:19px;
  margin-left:3px;
  margin-right:17px;
  float:left;
}

.radio-create-key
{
  width:59px;
  height:19px;
  margin-left:3px;
  margin-right:17px;
  float:left;
}

.button-create-key-disabled
{
  background-image:url(/assets/images/default-button-create-key-disabled.gif);
}

.button-create-key-select
{
  background-image:url(/assets/images/default-button-create-key-select.gif);
}

.short-course-select-course-title
{
  float:left;
  padding-top:2px;
}

.short-course-select-course-price
{
  float:left;
  width:90px;
  text-align:right;
  font-weight:700;
}

.short-course-select-selected
{
  background-color:#F0E6E7;
}

.courseListTopLeft
{
  background-image:url(/assets/images/default-course-list-topleft.gif);
  background-repeat:no-repeat;
  background-position:top left;
  position:absolute;
  width:12px;
  height:17px;
  top:0;
  left:0;
  _left:-12px;
}

.courseListBottomLeft
{
  background-image:url(/assets/images/default-course-list-bottomleft.jpg);
  background-repeat:no-repeat;
  background-position:bottom left;
  position:absolute;
  width:12px;
  height:27px;
  left:0;
  _left:-12px;
  _margin-top:-25px;
}

[class|=courseListBottomLeft]
{
  bottom:0;
}

.inductionsInCategory a
{
  display:block;
  padding-bottom:8px;
  height:100%;
}

.termsNotification
{
  background-color:#FF9;
  border:dotted #005188 1px;
  padding:5px;
}

.inductionH2
{
  color:#FFF;
  font-size:12px;
  margin:0;
  padding:0;
}

.audioImage
{
  padding:0 2px 0 0;
}

.audioImage:hover
{
  cursor:pointer;
}

#logo-assessment_right
{
  position:absolute;
  z-index:3;
  top:26px;
  right:20px;
  width:200px;
  height:42px;
  background:transparent url(/assets/images/pdf/smaller-header.gif) no-repeat scroll top right;
}

.answerBlock
{
  margin-left:4px;
}

.autoFileContainer
{
  height:16px;
  width:15px;
  padding-right:5px;
  overflow:hidden;
}

#forgotPasswordTable
{
  width:500px;
}

.fakeLink
{
  cursor:pointer;
}

.sectionHeading
{
  font-weight:700;
  font-size:14px;
}

.sectionInput
{
  width:30%!important;
}

.trainingPlanInput
{
  width:95%!important;
}

HTML,BODY,FORM,THEAD,TBODY,TFOOT,P,.short-course-select-header-page *
{
  margin:0;
  padding:0;
}

A,form .list th.table-header
{
  color:#005288;
}

div.slide_element div,.user-list THEAD TH TABLE,.user-list .user-list-table,FORM.edit TABLE,.form-table-wide,FORM.edit TBODY .formtitle-question,FORM.edit TBODY .formcontent-answers,FORM.edit TBODY .formcontent-answers TABLE,FORM.edit TBODY .formcontent-answers .answer,.full,#table-paging,#table-paging .middle-paging-cell,.category-list THEAD TH TABLE,.category-list .category-list-table
{
  width:100%;
}

TH,TD,.kpi-questions-answer
{
  vertical-align:top;
}

#header #logo-top-right,.hideDiv
{
  display:none;
}

#header .menu-top-item-middle-hl A,.slide-progress .slide-back-to-stages
{
	font-size:12px;
	color:#000;
}

.bg-home-page .empty,.bg-courses-page .empty
{
	width:auto;
	height:auto;
}

.bg-home-page .left,.bg-courses-page .left
{
  width:139px;
}

.bg-home-page .top-left,.bg-courses-page .top-left
{
  background:transparent url(/assets/images/default-bg-home-top-left.jpg) no-repeat scroll top left;
}

.bg-home-page .mid-left,.bg-courses-page .mid-left
{
  background:transparent url(/assets/images/default-bg-home-mid-left.jpg) no-repeat scroll top left;
}

.bg-home-page .mid-right,.bg-courses-page .mid-right
{
  background:transparent url(/assets/images/default-bg-home-mid-right.jpg) no-repeat scroll top left;
}

.bg-home-page .bottom-left,.bg-courses-page .bottom-left
{
  background:transparent url(/assets/images/default-bg-home-bottom-left.jpg) no-repeat scroll top left;
}

.bg-home-page .bottom-right,.bg-courses-page .bottom-right
{
  background:transparent url(/assets/images/default-bg-home-bottom-right.jpg) no-repeat scroll top left;
}

.bg-home-page .top-right-far,.bg-courses-page .top-right-far
{
  width:207px;
  background:transparent url(/assets/images/default-bg-home-top-right-far.jpg) no-repeat scroll top left;
}

.text-home-page .login-error,.text-courses-page .login-error
{
  padding-bottom:30px;
}



.legend-left,.categoryHideText
{
  float:left;
}

.legend-left-next,.slide-preview .slide-preview-icon
{
  padding-left:20px;
}

.list,.manage-category-list
{
  border-bottom:1px solid #9B9B9B;
}

FORM.edit .list THEAD TH,FORM.edit .manage-category-list THEAD TH
{
  background-color:#FFF;
  font-size:12px;
}

.list THEAD TH,FORM.edit .list THEAD TH,.manage-category-list THEAD TH,FORM.edit .manage-category-list THEAD TH
{
  vertical-align:top;
  text-align:left;
  border-bottom:1px solid #676767;
  border-top:1px solid #676767;
}

.list THEAD TH:first-child,.list TBODY TD:first-child
{
  border-left:1px solid #9B9B9B;
}

.list THEAD TH,.list TD,FORM.edit .list THEAD TH,FORM.edit .list TD,.manage-category-list THEAD TH,.manage-category-list TD,FORM.edit .manage-category-list THEAD TH,FORM.edit .manage-category-list TD
{
  border-right:1px solid #9B9B9B;
  padding:4px 12px;
}

.list TR,.manage-category-list TR
{
  background-color:#fff;
}

.list TR.even,FORM.edit TBODY .answer-row,.feedback-table-answer-odd,.manage-category-list TR.even
{
  background-color:#E5ECF2;
}

.list TBODY .action-icons,.manage-category-list TBODY .action-icons
{
  border-right-width:0;
  padding-right:0;
  margin-right:0;
}

.list-slide_elements,FORM.edit,.form-table,FORM.edit .formcontent .input,FORM.edit .formcontent SELECT,.fakeform .formcontent .input,.fakeform .formcontent SELECT,.sectionAddInput
{
  width:60%;
}

.list TR.summary-grand
{
	background-color: #C2C9CF;
	font-weight:700;
}

.list TR.summary-sub
{
	background-color: #D1D9DF;
	font-weight:700;
}

.list TD.attention
{
	color: red;
}

.list TD.fmt-number {
	text-align: right;
}

form.edit {
  width: 600px;
}

.user-list .user-list-content,.category-list .category-list-content
{
  padding:6px;
}

.user-list .user-list-table TD,.category-list .category-list-table TD
{
  padding:0 4px 0 26px;
}

.user-list .user-list-table .user-left-groups,.user-list .user-list-table .user-left-groups td,.category-list .category-list-table .category-left-groups,.category-list .category-list-table .category-left-groups td
{
  text-align:left;
  padding:5px 20px 0 0;
}

.user-list .user-list-table .user-left-groups table,.category-list .category-list-table .category-left-groups table
{
  padding-top:5px;
}

.user-list .user-list-table TD.middle,.category-list .category-list-table TD.middle
{
  padding-bottom:10px;
}

.user-list .user-list-name,.category-list .category-list-name
{
  background:transparent url(/assets/images/default-icon-person.gif) no-repeat scroll center left;
  padding-top:2px;
  padding-left:26px;
  width:100%;
}

.user-list .user-list-name-inactive,.category-list .category-list-name-inactive
{
  background:transparent url(/assets/images/default-icon-person-inactive.gif) no-repeat scroll center left;
  color:#666;
}

.user-list .user-list-email,.category-list .category-list-email, .icon-email-report
{
  background:transparent url(/assets/images/default-icon-email.gif) no-repeat scroll top left;
}

.user-list .user-list-dob,.category-list .category-list-dob
{
  background:transparent url(/assets/images/default-icon-dob.gif) no-repeat scroll top left;
}

.user-list .user-list-mobile,.category-list .category-list-mobile
{
  background:transparent url(/assets/images/default-icon-mobile.gif) no-repeat scroll top left;
}

.user-list .user-list-phone,.category-list .category-list-phone
{
  background:transparent url(/assets/images/default-icon-phone.gif) no-repeat scroll top left;
}

.user-list .user-list-fax,.category-list .category-list-fax
{
  background:transparent url(/assets/images/default-icon-fax.gif) no-repeat scroll top left;
}

.user-list .user-list-address,.category-list .category-list-address
{
  background:transparent url(/assets/images/default-icon-address.gif) no-repeat scroll top left;
}

.user-list .user-list-left,.category-list .category-list-left
{
  width:76%;
}

.user-list .user-list-right,.category-list .category-list-right
{
  width:24%;
}

.user-list .user-list-browse-code,.category-list .category-list-browse-code
{
  padding-top:8px;
  padding-left:6px;
  color:#C9D325;
}

.form-header-date,.previous-posts thead th.cell-align-right
{
  text-align:right;
}

FORM.edit TBODY .formcontent-answers TABLE TD,.mng-user-row
{
  padding-bottom:6px;
}

FORM.edit .formcontent INPUT.checkbox,FORM.edit .formcontent INPUT.radio
{
  position:relative;
  top:1px;
}

.icon-proficient-legend-link,.icon-not-proficient-legend-link,.icon-competent-legend-link,.icon-delete-legend-link,.cfdivAdd
{
  position:relative;
  top:3px;
}

.error,.red
{
  color:red;
}

.grey,.summary-row-total
{
  color:#666;
}

.categoryHeaderItems a,.course_title a
{
  color:#005288;
  text-decoration:none;
}

.manage-category-list THEAD TH:first-child,.manage-category-list TBODY TD:first-child
{
  border-left:1px solid #9B9B9B;
  border-right:1px solid #9B9B9B;
}

.manage-category-list THEAD TH:last-child,.manage-category-list TBODY TD:last-child
{
  border-right:1px solid #9B9B9B;
}

.bundleCourse {
	font-weight:bold;
}

.bundleCourseError {
	font-weight:bold;
	color:red;
}

.content-menu h4{
  padding-bottom:10px;
  margin-bottom:20px;
  border-bottom:3px solid #CCCCCC;
}

.content-hrule {
  border-bottom: 2px solid #CCCCCC;
  margin: 20px 0 20px 0;
  position: relative;
}


/* Training plan template modal override */
#trainingModalContainer .x-panel-body {
  background: none;
}