body {
  text-align:center;
  margin-left: 0px;
  font-size:11px;
  background-color: #ffffff;
  background-repeat:no-repeat;
  color: #333333;
  font-family:Verdana,Helvetica,Arial,Sans-Serif;
  padding:0;
  height:100%;
}

a {
	color:#980112
}

a.info {
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
	text-decoration:none
}

a.info:hover {
	z-index:25; 
	background-color:#ff0;
	text-decoration:none;
  cursor:help;
}

a.info span {
	display: none;
	text-decoration:none
}

a.info:hover span { /*the span will display just on :hover state*/
  display:block;
  position:absolute;
  padding: 5px;
  top: 10px; left: 5px; width: 250px;
  border:1px solid #980011;
  background-color:#f5f2ed; color:#000;
  text-align:left;
  text-decoration:none
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}

td.heading1 {
  font-size : 12px;
  color: #CE2F41; 
  font-weight: bold;
}	

.floatright {
float: right;
width: 181px;
margin: 0 0 0px 0px;
background-color: #fff;
padding: 10px;
border-top: 0px solid #999;
border-right: 0px solid #555;
border-bottom: 0px solid #555;
border-left: 0px solid #999;
}

.hr {
	height:1px;
	color: #c0c0c0;
	width:710px;
}

div.row {
  clear: both;
  padding-top: 2px;
}

div.industry_block {
  clear: both;
  padding-top: 2px;
  background-color:#C0C0C0;
}

div.row span.text {
  float: left;
  color: #333333;
  text-align: left;
}    
  
div.row span.label {
  float: left;
  width: 135px;
  color: #333333;
  text-align: left;
  margin-left:5px
}

div.row span.formfield {
  float: left;
  text-align: left;
}  

div.row span.col100 {
  float: left;
  width: 100px;
  color: #333333;
  text-align: left;
}

div.row span.col150 {
  float: left;
  width: 150px;
  color: #333333;
  text-align: left;
}
  
div.row span.col150_centered {
  float: left;
  width: 150px;
  color: #333333;
  text-align: center;
}  
  
div.row span.col200 {
  float: left;
  width: 200px;
  color: #333333;
  text-align: left;
}
  
div.row span.col250 {
  float: left;
  width: 250px;
  color: #333333;
  text-align: left;
}  
  
div.row span.col700_dotted {
  float: left;
  width: 700px;
  color: #333333;
  text-align: left;
  border-top: 1px dotted #333;  
}  
 
div.row span.col200_bold {
  float: left;
  width: 200px;
  color: #333333;
  text-align: left;	
  font-weight: bold;
}
  
div.row span.col780 {
  float: left;
  width: 780px;
  color: #333333;
  text-align: left;
} 
  
div.row span.ccAuthorizationError {
  float: left;
  width: 700px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}

div.row span.heading {
  float: left;
  text-align: left;
  font-size : 12px;
  color: #CE2F41; 
  font-weight: bold;	 
}

div.row span.heading1 {
  float: left;
  width: 740px;
  text-align: left;
  font-size : 12px;
  color: #CE2F41; 
  font-weight: bold;	 
}
  
div.row span.heading2 {
  float: left;
  width: 740px;
  text-align: left;
  font-size : 12px;
  color: #333333;
  font-weight: bold;	 
  }  

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
}

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
}
 
div.row span.formfield200 {
  float: left;
  width: 200px;
  text-align: left;
}  
  
div.row span.instructionbelowfield {
	float: left;
	font-family: arial;
	font-size: 11px;
	color: #808080;
	font-weight: normal;	
}  

span.testimonial_author {
	font-size: 10px;
	font-weight: bold;
}

span.activetrail {
  text-align: left;
  color: #333333;
  font-weight: bold;	 
  }
   
span.completed_course {
  color: #ffffff; 
  font-weight: bold;	 
  background-color : green;  
}

span.incomplete_course {
  color: #333333;
  font-weight: bold;	 
  background-color : yellow;  
}

span.failed_course {
  color: #ffffff; 
  font-weight: bold;	 
  background-color : red;  
}

div.row span.col_view_profile {
  float: left;
  color: #000;
  text-align: left;
}  
     
input, select {
	font-family:Verdana;
	font-size:11px;
	color: #333333;
	font-weight:normal;
	border:1px solid #aaa;
}

.topnav {	
 position : absolute;
 color:white;
 left:500px;
 top:51px
}
.radiobtn input, .radiobtn label {
	font-family:Verdana;
	font-size:13px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	border:0px none #aaa;
}
	
/*******************************
*****     Page Borders     *****
*******************************/
.main_wrapper {
  width:820px;
  background-color:#808080;
  border-top:6px solid ##808080;
  border-bottom:6px solid #808080;
  border-left:1px solid #808080;
  border-right:1px solid #808080;
  padding: 12px 0px 4px 0px;
  margin: 0 auto
}

.main_border {
  width:812px;
  background-color: #980112;
}

.main_content {
  width:790px;
  background-color: #FFFFFF;
}

.padding {
 width:791px;
 padding: 10px 10px 10px 10px;
}



/*******************************
*****                      *****
*******************************/
#top_header2 {
  background-image:  url(../../includes/images/top_header2.jpg);
  background-repeat: no-repeat;
  height:132px;
  width:772px;
  position:relative;
  left:0px;
  top:0px;
}

#login_frame {
  background-image:  url(../../includes/images/login_prof.jpg);
  background-repeat: no-repeat;
  height:129px;
  width:369px;
  position:relative;
  left:0px;
  top:0px;
}

#sign_in {
  background-image:  url(../../includes/images/sign_in.gif);
  background-repeat: no-repeat;
  height:20px;
  width:75px;
  position:absolute;
  left:100px;
  top:50px;
}

#bottom {
  /*background-image:  url(../../includes/images/lifetime.jpg);
  background-repeat: no-repeat;*/
  height:132px;
  width:720px;
  position:relative;
  left:5px;
  top:0px;
}

#bottom a {
 display: block;
 border: 0px dashed blue;
/* border: 1px dashed red; /* debug display */
}

#login_footer {
  /*background-image:  url(../../includes/images/login_footer.jpg);
  background-repeat: no-repeat;*/
  height:60px;
  position:relative;
  left:0px;
  top:0px;
}

#login_footer a {
 display: block;
 text-decoration:none;
/* border: 1px dashed red; /* debug display */
}


#logout_footer {
  background-image:  url(../../includes/images/logout_footer.jpg);
  background-repeat: no-repeat;
  height:60px;
  position:relative;
  left:0px;
  top:0px;
}

#logout_footer a {
 display: block;
 border: 0px dashed blue;
/* border: 1px dashed red; /* debug display */
}



/*******************************
*****      LINK MAPS       *****
*******************************/
#login_footer_link {
 top: 20px;
 left: 273px;
 height: 18px;
 width: 37px;
 position:absolute;
}

#logout_footer_link {
 top: 20px;
 left: 273px;
 height: 18px;
 width: 37px;
 position:absolute;
}

#about_footer_link {
 top: 20px;
 left: 318px;
 height: 18px;
 width: 56px;
 position:absolute;
}

#faq_footer_link {
 top: 20px;
 left: 382px;
 height: 18px;
 width: 28px;
 position:absolute;
}

#contactus_footer_link {
 top: 20px;
 left: 418px;
 height: 18px;
 width: 66px;
 position:absolute;
}

#privacy_footer_link {
 top: 45px;
 left: 414px;
 height: 11px;
 width: 34px;
 position:absolute;
}

#terms_footer_link {
 top: 45px;
 left: 457px;
 height: 11px;
 width: 75px;
 position:absolute;
}

#wc_logo_link {
 top: 0px;
 left: 0px;
 height: 118px;
 width: 150px;
 position:absolute;
}

.pressed
{
	margin-top: 2px;
}

/*******************************
*****         SPRY	       *****
*******************************/
#cp1 .CollapsiblePanelContent { 
	overflow:hidden;
	height:auto;
}
#cp2 .CollapsiblePanelContent { 
	overflow:hidden;
	height:auto;
}
#cp3 .CollapsiblePanelContent { 
	overflow:hidden;
	height:auto;
}

#cp4 .CollapsiblePanelContent { 
	overflow:hidden;
	height:auto;
}

.CollapsiblePanel {
	width: 740px;
}


/*******************************
***** Training course page *****
*******************************/
.detectorDivWrapper {
	position: absolute;
	width:550px;
	height:375px;
	border: 2px solid #930010;
	background-color: #FFFFFF;
	display: none;
	z-index: 125;
	overflow: auto;
}

table.training 
{	
    border-collapse: collapse;
}

.trainingBorders
{
    border-width: 1px;
    padding: 3px;
    border-style: solid;
    border-color: gray;
    background-color: white;
}

.trainingBordersHeading
{   border-width: 1px;
    padding: 3px;
    border-style: solid;
    border-color: gray;
    background-color: white;
    font-size : 12px;
    color: #CE2F41; 
    font-weight: bold;
}

#grayBG 
{
    background-color:#C0C0C0;
    position: absolute;
             top: 0px;
             bottom: 0px;
             left: 0px;
             right: 0px;
             overflow: hidden;
             padding: 0;
             margin: 0;
             filter: alpha(opacity=50);
             opacity: 0.5;
             z-index: 1000;
    } 
    
.search_crumbs {
    font-size: 8pt; 
    font-weight:bold;
}

.content { color: white; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }
.contentm { color: white; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }
.contentxl { color: white; font-size: 13pt; font-family: Arial, Helvetica, sans-serif; }
.userlinks
{
	z-index:25;
	font-weight:bold;
	color:#ffffff;
	font-size:100%;
	text-decoration:none;
}



#modalPage
{
    /*display: none;*/
    position: absolute;
    width: 100%;
    height: 100%;
    /*top: 0px; left: 0px;*/
}
.modalBackground
{
    filter: Alpha(Opacity=90); -moz-opacity:0.9; opacity: 0.9;
    width: 100%; height: 100%; background-color: #FFFFFF;
    position: fixed;
    z-index: 500;
    top: 0px; left: 0px;
}

.modalContainer
{
    position: fixed;
    width: 300px;
    left: 47%;
    top: 59%;
    z-index: 750;
}
.Notification
{
	font-size: 12px;
	width:380px;
	border:7px solid #980011;
	background-color: #FFFFFF;
	position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    padding: 0px;
    line-height:17px;
	
}
.Notification .HeaderTr {padding: 0px 1px 1px 5px; background-image:url(../images/grid_headerbg.gif); background-repeat: repeat; height: 24px; font-weight: bold;text-align: left; background-color: #0564A2; color:#ffffff;}
.Notification .save_button_container { margin-top: 5px; padding: 10px;  border-top: 1px solid #0564A2; background-color:#F2F7FD;text-align: center;} 



.renewal_notification{font-size: 12px;width:680px;border:5px solid #C00000;padding: 0px;line-height:17px;}
