﻿.container{
	text-align: center;
	margin: 0px;
	display: block;
	float:left;
	text-align:left;
	border-bottom:solid 2px black;
	float: left;
	line-height:18px;
	width:100%;
}
.labletext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:black;
	font-weight:bold;
	line-height:18px;
	margin:0px;
	padding-left:0px;
	float:left;
	width:70%;
		
}
.qmark{
    padding:0px;
    margin-right:0px;
    width:20px;
    height:20px;
    display:block;
    background-image: url('Images/qmark.gif');
    background-repeat:no-repeat;
    float:right;
    cursor:hand;
 }

.imagebtn_up{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	line-height:15px;
	margin:0px auto;
	padding:0px;
	background:url("Images/arrow2.gif") White no-repeat 2% 50%;
	border:0px;
	display:inline-block;
	position:relative;
	top:-35px;
	width:120px;
	
}

.imagebtn_down{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	line-height:15px;
	margin:0px auto;
	background:url("Images/arrow1.gif") White no-repeat 5% 35%;
	border:0px;
	display:inline-block;
	position:relative;
	top:-35px;
	width:150px;
}

.imagebtn_down_coursesearch{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	line-height:15px;
	margin:0px auto;
	background:url("Images/arrow1.gif") White no-repeat 5% 35%;
	border:0px;
	display:inline-block;
	width:150px;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popup_uparrow {
	background: url(../../Images/up_arrow.png) no-repeat left top;
	padding-top: 7px;
}
.tooltip  
{
   background:#004B8D;
   /*border:1px solid red;
   border-top:none;*/
   color:#ffffff;
   font-weight:bold;
   font-family:Verdana;
   font-size:11px;
   text-align:left;
   padding:15px;
   max-width:500px;
}

.candidateIdentification {
	background: url(../../Images/onboard_icons/Candidate-indentification.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.eligibilitytoWork {
	background: url(../../Images/onboard_icons/Eligibilityto-Work.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.contactInformation {
	background: url(../../Images/onboard_icons/contact-icon.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.postal-address {
	background: url(../../Images/onboard_icons/address.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.residential-address {
	background: url(../../Images/onboard_icons/address_information.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.games-time-address {
	background: url(../../Images/onboard_icons/address_information.jpg) no-repeat top left;
	height: 36px;
}

.mealInformation {
	background: url(../../Images/onboard_icons/meal_info.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.criminal {
	background: url(../../Images/onboard_icons/Criminal.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.uniform {
	background: url(../../Images/onboard_icons/uniform.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.specialSkill {
	background: url(../../Images/onboard_icons/SpecialSkill.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.licencing_Status {
	background: url(../../Images/onboard_icons/Licencing_Status.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.labletextVerification {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: black;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding-left: 0px;
	float: left;
}

.Zones {
	background: url(../../Images/onboard_icons/zone.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.Identification_Document {
	background: url(../../Images/onboard_icons/Identification_document.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.Others {
	background: url(../../Images/onboard_icons/others.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.Payroll_Tax {
	background: url(../../Images/onboard_icons/payroll-tax.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

.Language_Ability {
	background: url(../../Images/onboard_icons/language-Ability.jpg) no-repeat top left;
	/*background-color:#bfbfbf;*/
	height: 36px;
}

/* CODE FOR TOOLTIP ON HOVER */

.tooltip-new
{
    display: inline-block;
}

.tooltip-new .tooltiptext
{
    font-weight: 100;
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 154%;
    left: 10px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .5s;
    font-size: 12px;
    text-transform: none;
    line-height: 14px;
    cursor: default;
}

.tooltip-new .tooltip-arrow
{
    position: absolute;
    bottom: 110%;
    left: 12%;
    background: url(../../images/tooltip-arrow-down.png) no-repeat;
    width: 14px;
    height: 12px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s;
}

.tooltip-new:hover .tooltiptext, .tooltip-new:hover .tooltip-arrow
{
    visibility: visible;
    opacity: 1;
}
