/************************************************/
/************************************************/
/* GLOBAL APPLICATION MODULE STYLE SHEET 		*/
/* W3C VERIFIED CSS 2.0 						*/
/* COPYRIGHT OTYS and PERINI NERO 2009      	*/
/************************************************/
/************************************************/


/* Index
1.0 Global body elements
2.0 Global layout settings
	2.1 Global text styling
	2.2 Global form styling
	2.3 Global text line styling
	2.4 Global menu styling
	2.5 Global button styling

3.0 Global Module Styling
	3.1 Global Applicants Page
	3.2 Global Applicants Form
	3.3 Job Search Agents Pages

4.0 Global Hook Styling
*/

/************************************************/
/***	GLOBAL BODY ELEMENTS				  ***/

body{
}
td{
}
th{
text-align:left;
}
div{
}
a{
}
a:hover{
}
a:active{
}
p{
margin-top:0;
}
fieldset{
text-align:left;
}
form{
margin:0;
padding:0;
}
input, textarea{
padding-left:2px;
padding-right:2px;
}
/************************************************/
/************************************************/
/* 			GLOBAL LAYOUT STYLING				*/
/************************************************/
/************************************************/

/************************************************/
/***	GLOBAL TEXT STYLING					  ***/
/*
outer: 			The most outer div that will have, it contains all the information
title:			This class is set on the h1 tag, wich is the page title.
Intro:			Used for the first piece of text inside the module, right after the header.
SubHeader:		Class is set on every h2 tag, wich is above an other piece of text or list.
Text:			Class is used around text, count with p tags going inside.
text span:		Used when there are multiple values that require spacing
text span a:	Used when there are multiple links used as blocks	
textWord		Div's inside text that displays in block without space.
textWord span	Used for the specific word before the data on that line.  (FAQ)
cleaner:		Is used to clear left and right floats.
*/

.outer{
}
.title{
margin-bottom:15px;
}
.intro{
margin-bottom:15px;
}
.subHeader{
margin-bottom:5px;
}
.text{
margin-bottom:15px;
}
.text p{
margin-top:0;
}
.text span{
padding-right:2px;
display:block;
}
.text span a{}
.textWord{}
.textWord span{
width:100px;
float:left;
clear:left;
display:block;
}
.textWord span a{}
.cleaner{
clear:both;
}


/************************************************/
/***	GLOBAL FORM STYLING					  ***/
/*
form:						Set as a container for the entire form inside a module
formGroup:					Used when you have more then 2 input fields and require some space between the group of input fields.
formInput:					Is the basic class set on the div containing the label and any input field.
formInput label:			Used for labels in front of a input.
formInput input:			Used for inputs next to a label.
formInput select:			Used for selects next to a label.
formInput textarea:			Used for textareas nex to a label. 
formSmallInput input:		For the cases we don't want a nice fixed width on input fields
formSmallInput select		For the cases we don't want a nice fixed width on selects
radiobutton:				Is set on ALL radiobuttons, to give them a clean look.
radioButtonHide:			To hide a radio button, for example unknown in applicantion gender
formCheckbox:				When you have a line with 1 checkbox
formCheckbox label:			The label BEHIND the checkbox.
formCheckbox input:			The actual checkbox
formCheckboxR:				The label BEFORE the checkbox
formCheckboxContainer:		Container of all checkbox wich need to show nicely below each other
formMultiCheckbox span:		The span is used to give it full width and make sure the next checkbox drops under
formMultiCheckbox input:	Just to make the text float left of the checkbox
*/
.form{
}
.formGroup{
margin-bottom:15px;
}
.formInput{
margin-bottom:5px;
clear:left; 					/*required because labels float left*/
}
.formInput label{
width:140px;
display: block;
float: left;
padding:0 5px 4px 0;
}
.formInput label span{
padding-left:2px;
}
.formInput input{
width:150px;
}
.formInput select{
max-height:100px; 				/* set mutliselect height for FF/Safari/Chrome/etc */
height:auto !important;			/* set height of multiselect for IE, is ignored for single selects*/
height:100px;
width:200px;
padding-left:2px;
}
.formInput textarea{
width:200px;
height:100px;
}
.formSmallInput input{
width:auto;
margin-top:0;
margin-left:0;
}
.formSmallInput select{
width:auto;
margin-top:0;
padding-left:2px;
}
.radiobutton{
background:transparent;
width:auto;
border:0px;
margin:0 4px 0 0;
padding:0;
}
.formRadio input{
width:auto;
border:none;
border:0;
}
.radioButtonHide{
display:none;
}
.formCheckbox label{
width:auto;
}
.formCheckbox input{
background:transparent;
border:none;
width:auto;
float:left;
margin-top:0px;
margin-right:4px;
}
.formCheckboxR input{
border:0;
margin:0;
width:auto;
}
.formCheckboxContainer{
float:left;
}
.formMultiCheckbox span{
display:block;
clear:left;
}
.formMultiCheckbox input{
background:transparent;
float:left;
width:auto;
border:none;
} 

/************************************************/
/***	GLOBAL TEXT LINE STYLING			  ***/
/*
Explain:		Used for a line of text below an item to explain it
Explain.Small:	Used for a line of text below a ite label to explain it
Error:			Used for displaying errors
sm:				Simple Message
AppRow:			Used for a line of text to highlight it
Kv:				Represents a key and a value
Kv span:		Represents the key, value will be in div
startDate:		Startdate span inside .text div
endDate:		Endate span inside .text div
*/

.explain{
clear:left; 			/*required because of form labels float left*/
font-size:10px;
padding:0 0 8px 0;
}
.explain.small{
width:135px; 			/* decrease width to function as padding, max width is same as moduleform label */
float:left;
padding-right:4px;
}
.error{
color:#ff0000;
clear:left; 			/*required because of form labels float left*/
}
.sm{}
.appRow{
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
margin-bottom:15px;
border:1px solid;
}
.startDate{}
.endDate{
padding-left:2px;
}

/************************************************/
/***	GLOBAL MODULE MENU STYLING			  ***/
/*
MenuContainer:		Contains the entire menu
MenuLink:			Contains the link
MenuLinkFirstChild:	Defines the first menu item
MenuLinkLastChild:	Defines the last menu item
menuLinkCleaner
*/

.menuContainer{
margin-bottom:10px;
}
.menuLink{
display:inline;
width:auto;
padding-right:4px;
padding-left:4px;
border-right:1px solid;
}
.menuLink a{
display:inline;
}
.menuLinkFirstChild{
padding-left:0;
}
.menuLinkLastChild{
border-right:0px;
}

/************************************************/
/***	GLOBAL BUTTON STYLING				  ***/
/*
buttonContainer:		Container when multiple buttons in a row buttons
button:					Used as a direct class on all buttons
FormDeleteButton:		Delete button for form items or form groups
FormDeleteButton input:	Input field of the delete button
smallButton?:			A small button wich is placed next to a label.
*/
.buttonContainer{
clear:left;
margin-bottom:30px;
}
.buttonContainer input{
margin-right:5px;
}
.button{
margin-bottom:0;
}
.formDeleteButton{}
.formDeleteButton input{}


/************************************************/
/***	GLOBAL CATEGORY STYLING				  ***/
/*
category
*/
.category{
margin-bottom:15px;
font-weight:bold;
clear:both;
}

/************************************************/
/***	GLOBAL ITEM STYLING					  ***/

/* LIST ITEMS
colContainer:			Span required to use display:inline-block;
itemContainer
itemImage
itemTitle
itemWord
itemWord span:		
itemDescription
itemFooter
itemFooterWord
itemFooterWord span
iFoFirstChild
iFoChild
iFoLastChild
*/
.itemContainer{
clear:both;
margin-bottom:10px;
}
.itemImage{
float:right;
}
.itemImage a{}
.itemImage img{
margin-left:15px;
margin-bottom:15px;
}
.itemTitle{}
.itemWord{}
.itemWord span{
padding-right:2px;
}
.itemDescription{
padding-bottom:15px;
}
.itemFooter{
padding-bottom:15px;
}
.itemFooterWord{
display:inline;
padding-right:4px;
margin-right:4px;
border-right:1px solid;
}
.itemFooterWord span{
padding-right:2px;
}
.iFoFirstChild{}
.iFoChild{}
.iFoLastChild{
border-right:none;
}

/* TEXT ITEMS
textItemContainer
textItemTitle
textItemWord
textItemWord span
*/
.textItemContainer{
margin-bottom:10px;
}
.textItemTitle{
font-weight:bold;
}
.textItemWord{}
.textItemWord span{
padding-right:2px;
}

/************************************************/
/***	GLOBAL BOTTOM NAVIGATION STYLING 	  ***/
/*
navTbl
navPrevious
navNumber
navNext
*/
.navTbl{}
.navPrevious{}
.navNumber{}
.navNext{}

/************************************************/
/***	GLOBAL PHOTO IN DETAIL STYLING	 	  ***/
/*
photo1
photo2
*/
.photo1{
float:right;
}
.photo2{}

/************************************************/
/***	GLOBAL CALENDAR STYLING	 	  ***/
/*
calendarouterTbl
datetbl
titlecell
titletbl
navlink
weekcell
daycell
datecellactive
datecelltodayactive
*/
.calendarouterTbl{}
.datetbl{}
.titlecell{}
.titletbl{}
.navlink{}
.weekcell{}
.daycell{}
.datecellactive{}
.datecelltodayactive{}

/************************************************/
/************************************************/
/* 					MODULES						*/
/************************************************/
/************************************************/

/************************************************/
/***	GLOBAL ACTONOMY STYLING				  ***/
/***    pre: act							  ***/

/* CLUE tip
cluetip
cluetip button
cluetip-close img
cluetip-title
cluetip-title cluetip-close
cluetip-waitimage
cluetip-arrows
cluetip-extra
*/
#cluetip {
line-height:15px;
}
#cluetip .button{
margin-bottom:0;
}

#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../_images_global/cluetip/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../_images_global/cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../_images_global/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../_images_global/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../_images_global/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(../_images_global/cluetip/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../_images_global/cluetip/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../_images_global/cluetip/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../_images_global/cluetip/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(../_images_global/cluetip/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(../_images_global/cluetip/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(../_images_global/cluetip/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(../_images_global/cluetip/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(../_images_global/cluetip/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(../_images_global/cluetip/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(../_images_global/cluetip/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(../_images_global/cluetip/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}


/************************************************/
/***	GLOBAL ACTONOMY STYLING				  ***/
/***    pre: act							  ***/

.auto_select_results{
padding:0px;
border:1px solid WindowFrame;
background-color:Window;
overflow:hidden;
}
.auto_select_results ul{
width:100%;
list-style-position:outside;
list-style:none;
padding:0;
margin:0;
}
.auto_select_results iframe{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;
top:0;
left:0;
z-index:-1;
filter:mask();
width:3000px;
height:3000px;
}
.auto_select_results li{
margin:0px;
padding:2px 5px;
cursor:pointer;
display:block;
width:100%;
font:menu;
font-size:12px;
overflow:hidden;
}
.auto_select_loading{
background:Window url('./indicator.gif') right center no-repeat;
}
.auto_select_selected{
background-color:Highlight;
color:HighlightText;
}


/************************************************/
/***	GLOBAL BLOG LIST STYLING			  ***/
/***    pre: blg							  ***/

/* Blog Global Styling
blgouter
*/

/* Blog Article List

*/

/************************************************/
/***	GLOBAL FACE BOEK STYLING			  ***/
/***    pre: face							  ***/

/* Global FACE BOEK MODULE STYLING
faceouter
faceTitle
facePhoto1
facePhoto2
faceSh
faceText
faceTextWord
faceIc
faceItitle
faceIword
faceIDesc
faceIimg
*/
.faceouter{}
.faceTitle{}
.facePhoto1{}
.facePhoto2{}
.faceSh{}
.faceText{}
.faceTextWord{}
.faceIc{}
.faceItitle{}
.faceIword{}
.faceIDesc{}
.faceIimg{}

/* Consultant List Styling
consListOuter
consListTitle
consListIntro
consListIc
consListItemImg
consListItemTitle
consListItemDesc
consListApprow
*/
.consListOuter{}
.consListTitle{}
.consListIntro{}
.consListIc{}
.consListItemImg{}
.consListItemTitle{}
.consListItemDesc{}
.consListApprow{}


/* Consultant Detail Styling
consDetouter
consDetTitle
consDetPhoto1
consDetPhoto2
consDetSh:			All SubHeaders
consDetText			All Text items
consDetTextWord
consDetTextWord span
consDetIc
consDetName			Contains the NAME
consDetOrgUni		Contains the Organisation units
consDetRoles		Contains the Organisation ROLES
consDetAddr			Contains the Address
consDetAddr2		Contains the second row for Address
consDetMail			Contains the email address
consDetPhoneHome	Contains the Home phone number
consDetPhoneCell	Contains the Cell (mobile) phone number
consDetPhoneWork	Contains the Work phone number
consDetPhoneFax		Contains the Fax number
consDetPhoneSkype	Contains the skype address
consDetShCv			SubHeader for CV
consDetTextCv		Text field for CV
consDetShMedia	
consDetTextMedia
consDetShWidget
consDetTextWidget
consDetShDoc
consDetTextDoc
consDetTextDoc span:The span contains the specific link
consDetShActJob
consDetIcActJob
consDetItitleActJob
consDetShInactJob
consDetIcInactJob
consDetItitleInactJob
consDetShBlogArt
consDetIcBlogArt
consDetItitleBlogArt
consDetIwordBlogArt
consDetIdescBlogArt
consDetShBlogReact
consDetIcBlogReact
consDetItitleBlogReact
consDetIwordReact
consDetIwordReact
consDetShEve
consDetIcEve
consDetItitleEve
consDetIimgEve
*/
.consDetOuter{}
.consDetTitle{}
.consDetPhoto1{}
.consDetPhoto2{}
.consDetSh{}
.consDetText{}
.consDetTextWord{}
.consDetTextWord span{}
.consDetName{}
.consDetOrgUni{}
.consDetRoles{}
.consDetAddr{}
.consDetAddr2{}
.consDetMail{}
.consDetPhoneHome{}
.consDetPhoneCell{}
.consDetPhoneWork{}
.consDetPhoneFax{}
.consDetPhoneSkype{}
.consDetShCv{}
.consDetTextCv{}
.consDetShMedia{}
.consDetTextMedia{}
.consDetShWidget{}
.consDetTextWidget{}
.consDetShDoc{}
.consDetTextDoc{}
.consDetTextDoc span{}
.consDetShActJob{}
.consDetIcActJob{}
.consDetItitleActJob{}
.consDetShInactJob{}
.consDetIcInactJob{}
.consDetItitleInactJob{}
.consDetShBlogArt{}
.consDetIcBlogArt{}
.consDetItitleBlogArt{}
.consDetIwordBlogArt{}
.consDetIdescBlogArt{}
.consDetShBlogReact{}
.consDetIcBlogReact{}
.consDetItitleBlogReact{}
.consDetIwordReact{}
.consDetIwordReact{}
.consDetShEve{}
.consDetIcEve{}
.consDetItitleEve{}
.consDetIimgEve{}

/************************************************/
/***	GLOBAL APPLICANTS STYLING			  ***/
/***    pre: APL							  ***/

/* Global aplicants module
aplOuter
aplTitle
aplIntro
aplSH
aplText
aplSm				Simple Message
aplTbl
aplInput
aplBc				ButtonContainer
aplLink				List of links
aplAr				App Row (to highlight a single line of text)
aplError
aplCsc				Captcha Show Code
aplCic				Captcha Code Input
aplCaptchaError		Captcha Error
aplMc				Menu Container
aplMlink			Menu Link
aplMlinkFc			Menu Link First Child
aplMlinkLc			Menu Link Last Child
aplLinkCleaner
aplSB:				Small button, next to a label
*/
.aplOuter{}
.aplTitle{}
.aplIntro{}
.aplSH{}
.aplText{}
.aplSm{}
.aplTbl{
width:100%;
}
.aplTblHeader{
font-weight:bold;
border-bottom:1px solid;
}
.aplTblHeaderDate{
white-space:nowrap;
}
.aplTblHeaderJob{
padding-left:4px;
}
.aplTblHeaderLocation{
padding-left:4px;
}
.aplListDateTime{
border-right:1px solid;
white-space:nowrap;
padding-right:4px;
vertical-align:top;
}
.aplListLink{
border-right:1px solid;
padding-left:4px;
padding-right:4px;
vertical-align:top;
}
.aplListLocation{
padding-left:4px;
vertical-align:top;
}
.aplInput{}
.aplBc{}
.aplLink{}
.aplAr{}
.aplError{}
.aplCsc{}
.aplCic{}
.aplCaptchaError{}
.aplMc{
width:auto !important;
}
.aplMlink{}
.aplMlinkFc{}
.aplMlinkLc{}
.aplLinkCleaner{}
.aplSB{}



.aplLink{
margin:10px 0;
}

/************************************************/
/***	GLOBAL APPLICANTS PAGES STYLING		  ***/

/* Upload CV for Textkernel
aplCvTkOuter
aplCvTkTitle
aplCvTkIntro
aplCvTkCv
aplCvTkError
aplCvTkInput
aplCvTkBcSubmit
aplCvTkBcBack
aplCvTkSm
*/
.aplCvTkOuter{}
.aplCvTkTitle{}
.aplCvTkIntro{}
.aplCvTkCv{}
.aplCvTkError{}
.aplCvTkInput{}
.aplCvTkBcSubmit{}
.aplCvTkBcBack{}
.aplCvTkSm{}

/* Textkernel Status
AplTksOuter
aplTksTitle
aplTksBi
aplTksSh
aplTkText
aplTksBc
aplTksBc
*/
.AplTksOuter{}
.aplTksTitle{}
.aplTksBi{}
.aplTksSh{}
.aplTkText{}
.aplTksBc{}
.aplTksBc{}

/* Thank you page
aplTyOuter
aplTyTitle
aplTyIntro
*/
.aplTyOuter{}
.aplTyTitle{}
.aplTyIntro{}

/* Start page
aplStartOuter
aplStartTitle
aplStartIntro
aplStartInputE
aplStartInputPwd
aplStartError
aplStartBc
aplStartShFpwd:		Forgot Password
aplStartTextFpwd
aplStartBcFpwd
aplStartErrorFpwd
*/
.aplStartOuter{}
.aplStartTitle{}
.aplStartIntro{}
.aplStartInputE{}
.aplStartInputPwd{}
.aplStartError{}
.aplStartBc{}
.aplStartShFpwd{}
.aplStartTextFpwd{}
.aplStartBcFpwd{}
.aplStartErrorFpwd{}

/* Signup TexKernel
aplStkOuter
aplStkTitle
aplStkIntro
aplStkInputCv
aplStkError
aplStkInputCvl
aplStkCsc
aplStkCic
aplStkError
aplStkBc
*/
.aplStkOuter{}
.aplStkTitle{}
.aplStkIntro{}
.aplStkInputCv{}
.aplStkError{}
.aplStkInputCvl{}
.aplStkCsc{}
.aplStkCic{}
.aplStkError{}
.aplStkBc{}

/* Question set Wrapper
qsOuter
*/
.qsOuter{}

/* My profile Personal Page
aplProfOuter
aplProfTitle
aplProfText
aplProfTextApld		Text number of applies inside page
*/
.aplProfOuter{}
.aplProfTitle{}
.aplProfText{}
.aplProfTextApld{}

/* Login Data
aplLdOuter
aplLdTitle
aplLdText
aplLdOpwd
aplLdNpwd1
aplLdNpwd2
aplLdError
aplLdBc
*/
aplLdOuter{}
aplLdTitle{}
aplLdText{}
aplLdOpwd{}
aplLdNpwd1{}
aplLdNpwd2{}
aplLdError{}
aplLdBc{}

/* Enroll
aplEnrollOuter
aplEnrollTitle
aplEnrollIntro
*/
.aplEnrollOuter{}
.aplEnrollTitle{}
.aplEnrollIntro{}

/* Change Profile
aplCpOuter
aplCptitle
*/
.aplCpOuter{}
.aplCptitle{}

/* Apply for Job
aplJStartOuter
aplJStartTitle
aplJStartIntro
aplJStartSHS			Signup
aplJStartTextS
aplJStartTextSCv		Textkernel CV
aplJStartInputSCv
aplJStartErrorSCv
aplJStartInputSCvl
aplJStartCsc			Captcha Show Code
aplJStartCic			Captcha input code
aplJStartCe				Captcha Error
aplJStartBcS			Button Container Signup
aplJStartShL			Login
aplJStartTextL
aplJStartInputLE		Email input
aplJStartInputLpwd		Password input
aplJStartErrorL
aplJStartBcL
aplJStartShFpwd			Forgot Password
aplJStartTextFpwd
aplJStartBcFpwd
aplJStartErrorFpwd
*/
.aplJStartOuter{}
.aplJStartTitle{}
.aplJStartIntro{}
.aplJStartSHS{}
.aplJStartTextS{}
.aplJStartTextSCv{}
.aplJStartInputSCv{}
.aplJStartErrorSCv{}
.aplJStartInputSCvl{}
.aplJStartCsc{}
.aplJStartCic{}
.aplJStartCe{}
.aplJStartBcS{}
.aplJStartShL{}
.aplJStartTextL{}
.aplJStartInputLE{}
.aplJStartInputLpwd{}
.aplJStartErrorL{}
.aplJStartBcL{}
.aplJStartShFpwd{}
.aplJStartTextFpwd{}
.aplJStartBcFpwd{}
.aplJStartErrorFpwd{}

/* Apply for job Simple
aplAplSOuter
aplAplSTitle
aplAplSLink
aplAplSAr
*/
.aplAplSOuter{}
.aplAplSTitle{}
.aplAplSLink{}
.aplAplSAr{}

/* Apply for job login simple
aplJlSOuter
aplJlSTitle
aplJlSText
aplJlSInputEmail
aplJlSInputPwd
aplJlSError
aplJlSBcSubmit
aplJlSBcBack
aplJlSLinks
*/
.aplJlSOuter{}
.aplJlSTitle{}
.aplJlSText{}
.aplJlSInputEmail{}
.aplJlSInputPwd{}
.aplJlSError{}
.aplJlSBcSubmit{}
.aplJlSBcBack{}
.aplJlSLinks{}

/* Application list
aplListOuter
aplListTitle
aplListText
aplListTbl
aplListDateTime
aplListLink
aplListLocation
*/
.aplListOuter{}
.aplListTitle{}
.aplListText{}
.aplListTbl{}
.aplListDateTime{}
.aplListLink{}
.aplListLocation{}

/* Forgot Password Simple
aplFgPwdSOuter
aplFgPwdSTitle
aplFgPwdSText
aplFgPwdSInput
aplFgPwdSBcMp		Button Container Mail Password
aplFgPwdSBcBack		Button Container Back
aplFgPwdSError
*/
.aplFgPwdSOuter{}
.aplFgPwdSTitle{}
.aplFgPwdSText{}
.aplFgPwdSInput{}
.aplFgPwdSBcMp{}
.aplFgPwdSBcBack{}
.aplFgPwdSError{}

/************************************************/
/***	GLOBAL APPLICANTS FORMS STYLING		  ***/

/* Videoboard

*/

/* Education
aplEduFormTitle
aplEduExplain
aplEduSubTitle
aplEduFormGroup
eduEducation:		Education input for education name
eduDirection:		Education input for course direction
eduInstitute:		Education input for Institute name
eduDegree:			Education input for Degree (yes/no)
eduStartDate:		Education select for start date
eduEndDate:			Education select for end date
alpEduDeleteButton
aplEduError
aplEduSb
*/
.aplEduFormTitle{}
.aplEduExplain{}
.aplEduSubTitle{}
.aplEduFormGroup{}
.eduEducation,
.eduDirection,
.eduInstitute,
.eduDegree,
.eduStartDate,
.eduEndDate{
margin:0 0 2px 0;
}
.alpEduDeleteButton{}
.aplEduError{}
.aplEduSb{}

/* Work Experience
aplWorkFormTitle
aplWorkExplain
aplWorkSubHeader
aplWorkFormGroup
workPosition:		Work experience input for the position name
workEmployer:		Work experience input for the employer name
workStartDate:		Work experience select for the start date
workEndDate:		Work experience select for the end date
workDescription:	Work experience textarea for the job description
workReasonEnd:		Work experience textarea for the reason of ending
aplWorkDeleteButton
aplWorkError
aplWorkSb
*/
.aplWorkFormTitle{}
.aplWorkExplain{}
.aplWorkSubHeader{}
.aplWorkFormGroup{}
.workPosition,
.workEmployer,
.workStartDate,
.workEndDate,
.workDescription,
.workReasonEnd{
margin:0 0 2px 0;
}
.aplWorkDeleteButton{}
.aplWorkError{}
.aplWorkSb{}

/* Other (Hobbies and reference)
aplOtherFormTitle
AplOtherHobbys
aplOtherHobbyFG:		Applicants Other Skills Form Group
aplOtherHobby
aplOtherHobbyDB:		Applicants Other Skills Delete Button
aplOtherHobbyError
aplOtherHobbysSb
aplOtherRefs
aplOtherRefFG:			Applicants Other Reference Form Group
aplOtherRef
aplOtherRefDB
aplOtherRefError
apOtherRefSb
*/
.aplOtherFormTitle{}
.AplOtherHobbys{}
.aplOtherHobbyFG{}
.aplOtherHobby{}
.aplOtherHobbyDB{}
.aplOtherHobbyDB label{}
.aplOtherHobbyDB{}
.aplOtherHobbyError{}
.aplOtherHobbysSb{}
.AplOtherSkills{}
.aplOtherSkillFG{}
.aplOtherSkill{}
.aplOtherSkillDB{}
.aplOtherSkillError{}
.aplOtherSkillSb{}
.aplOtherRefs{}
.aplOtherRefFG{}
.aplOtherRef{}
.aplOtherRefDB{}
.aplOtherRefError{}
.aplOtherRefSb{}

/* Competences
alpCmpFormTitle:		The title above the competence items
alpCmpFormSubTitle:		The title with add button next to it
alpCmpFormGroup:		Container for all input elements below
alpCmpExplain:			Explanation text for Competences
alpCpmCat:				Competences select for Categories
alpCmpCmp:				Competences select for Competence
alpCmpLvl:				Competences select for Level
alpCmpCert:				Competences select for Certificate
alpCmpError:			Competences error line
alpCmpButtonDelete:		Competences button for deleting items
*/
.alpCmpFormTitle{}
.alpCmpFormSubTitle{}
.alpCmpFormGroup{}
.alpCmpExplain{}
.alpCmpCat{}
.alpCmpCmp{}
.alpCmpLvl{}
.alpCmpCert{}
.alpCmpError{}
.alpCmpButtonDelete{}

/* Skills
aplSkillsTitle
aplSkillsPcSH:			PC Skills Sub Header
aplSkillsPcInput
aplSkillsPcDB:			PC Skills Delete Button
aplSkillsPcError
aplSkillsPcSb
aplSkillsLangSH
aplSkillsLangFG
aplSkillsLangInput
aplSkillsLlInput:		Language Skils Level Input
aplSkilsLlTbl:			Language Skils Level Tabel
aplSkillsLlS:			Language Skils Level Spoken
aplSkillsLlR:			Language Skils Level Read
aplSkillsLlW:			Language Skils Level Write
aplSkillsDB:			Language Skils Level Delete Button
aplSkillsError
aplSkillsLangSb
aplSoftSkillsSH
aplSoftSkillsInput
aplSoftSkillsDB
aplSoftSkillsError
aplSoftSkillsSb
*/
.aplSkillsTitle{}
.aplSkillsPcSH{}
.aplSkillsPcInput{}
.aplSkillsPcDB{}
.aplSkillsPcError{}
.aplSkillsPcSb{}
.aplSkillsLangSH{}
.aplSkillsLangFG{}
.aplSkillsLangInput{}
.aplSkillsLlInput{}
.aplSkilsLlTbl{}
.aplSkillsLlS{}
.aplSkillsLlR{}
.aplSkillsLlW{}
.aplSkillsDB{}
.aplSkillsError{}
.aplSkillsLangSb{}
.aplSoftSkillsSH{}
.aplSoftSkillsInput{}
.aplSoftSkillsDB{}
.aplSoftSkillsError{}
.aplSoftSkillsSb{}

/* Multi line address
aplMAdreInput 1
aplMAdreError 1
aplMAdreInput 2
aplMAdreError 2
aplMAdreInput 3
aplMAdreError 3
aplMAdreExplain
aplMAdreError
*/
.aplMAdreInput.L1{}
.aplMAdreError.E1{}
.aplMAdreInput.L2{}
.aplMAdreError.E2{}
.aplMAdreInput.L3{}
.aplMAdreError.E3{}
.aplMAdreExplain{}
.aplMAdreError{}

/* (Birth)Date
apllDate:		Div containing label and selects
aplDateExplain:	Container for the explanation message
aplDateError:	Container for the error message
*/
.apllDate{}
.aplDateExplain{}
.aplDateError{}

/* Gender
aplGenderInput
aplGenderExplain
aplGenderError
*/
.aplGenderInput{}
.aplGenderExplain{}
.aplGenderError{}

/* File upload (cv)
aplFileInput
aplFileButton
aplFileExplain
aplFileError
aplFileSb
*/
.aplFileInput{}
.aplFileButton{}
.aplFileExplain{}
.aplFileError{}
.aplFileSb{}

/* Multi Checkbox 
aplMCheckInput
aplMCheckContainer
aplMCheckExplain
aplMCheckError
*/
.aplMCheckInput{}
.aplMCheckContainer{}
.aplMCheckExplain{}
.aplMCheckError{}

/* Multi file
aplMFileInput
aplMFileButton
aplMFileExplain
aplMFileLink
*/
.aplMFileInput{}
.aplMFileButton{
margin-bottom:0;
}
.aplMFileButton label{
padding:0;
}
.aplMFileButton input{
margin-bottom:0;
}
.aplMFileExplain{}
.aplMFileLink{}

/* Multi Select Categories
aplMCatInput
aplMCatExplain
aplMCatError
*/
.aplMCatInput{}
.aplMCatExplain{}
.aplMCatError{}

/* Multi Select
aplMSelInput
aplMSelExplain
aplMSelError
*/
.aplMSelInput{}
.aplMSelExplain{}
.aplMSelError{}

/* Radios
aplRadioInput
aplRadioExplain
aplRadioError
*/
.aplRadioInput{}
.aplRadioExplain{}
.aplRadioError{}

/* Selects
aplSelInput
aplSelExplain
aplSelError
*/
.aplSelInput{}
.aplSelExplain{}
.aplSelError{}

/* Text area
aplTextAreaInput
aplTextAreaExplain
aplTextAreaError
*/
.aplTextAreaInput{}
.aplTextAreaExplain{}
.aplTextAreaError{}

/* Text line
aplTextInput
aplTextExplain
aplTextError
*/
.aplTextInput{}
.aplTextExplain{}
.aplTextError{}

/* Radio
aplRadioInput
aplRadioExplain
aplRadioError
*/
.aplRadioInput{}
.aplRadioExplain{}
.aplRadioError{}

/************************************************/
/***	Anti Spam Statement Pages			  ***/
/***	pre: asp							  ***/

/* Global ASS Styling
aspOuter
aspTitle
aspIntro
aspInput
aspError
aspButton
*/
.aspOuter{}
.aspTitle{}
.aspIntro{}
.aspInput{}
.aspError{}
.aspButton{}

/* Unsubscribe form specific
aspEmail
aspGroups
aspWebsite
*/
.aspEmail{}
.aspGroups{}
.aspWebsite{}

/* Thank you page
aspThankYou
*/
.aspThankYou{}


/************************************************/
/***	GENERAL NETWORK STYLING				  ***/
/***	pre: nw								  ***/
/*
nwOuter
nwTitle
nwMC
nwMlink
nwCategory
nwIc
nwItemImage
nwItemTitle
nwItemDesc
nwSm
*/
.nwOuter{}
.nwTitle{}
.nwMC{}
.nwMlink{}
.nwCategory{}
.nwIc{}
.nwItemImage{}
.nwItemTitle{}
.nwItemDesc{
clear:none;
}
.nwSm{}

/************************************************/
/***	GENERAL NETWORK LIST STYLING		  ***/
/***	pre: nwl							  ***/
/*
nwlOuter
nwlMc
nwlMcTop
nwlMlink
nwlMlinkTop
nwlCategory
nwlIc
nwlItemImage
nwlItemTitle
nwlItemDesc
nwlMcBottom
nwlMlinkBottom
nwlSm
*/
.nwlOuter{}
.nwlMc{
width:auto;
}
.nwlMcTop{}
.nwlMlink{}
.nwlMlinkTop{}
.nwlCategory{}
.nwlIc{}
.nwlItemImage{}
.nwlItemTitle{}
.nwlItemDesc{}
.nwlMcBottom{}
.nwlMlinkBottom{}
.nwlSm{}

/************************************************/
/***	GENERAL NETWORK LIST STYLING		  ***/
/***	pre: nwd							  ***/

/* General Network Detail styling
nwdOuter
nwdTitle
nwdPhoto1
nwdPhoto2
nwdText
nwdTextWord
nwdActivity
nwdWebsite
nwdNetworkText
nwdSubHeader
nwdRecVacSh
nwdIc
nwdVacIc
nwdItitle
nwdIVacTitle
nwdItemWord
nwdVacWord
nwdItemDesc
nwdVacDesc
*/
.nwdOuter{}
.nwdTitle{}
.nwdPhoto1{}
.nwdPhoto2{}
.nwdText{}
.nwdTextWord{}
.nwdActivity{}
.nwdWebsite{}
.nwdNetworkText{}
.nwdSubHeader{}
.nwdRecVacSh{}
.nwdIc{}
.nwdVacIc{}
.nwdItitle{}
.nwdIVacTitle{}
.nwdItemWord{}
.nwdVacWord{}
.nwdItemDesc{}
.nwdVacDesc{}

/************************************************/
/***	Sitemap								  ***/
/***	pre: Smp							  ***/

/* Sitemap
smpOuter
smpTitle
smpSh
smpText
Smp
Smp1
Smp1 a
Smp2
Smp2 a
Smp3
Smp3 a
Smp4
Smp4 a
Smp5
Smp5 a
Smp6
Smp6 a
*/
.smpOuter{}
.smpTitle{}
.smpSh{}
.smpText{}
.Smp{
list-style:none;
margin:0;
padding:0;
}
.Smp1{
font-weight:bold;
margin-bottom:2px;
}
.Smp1 a{}
.Smp2{
margin-left:10px;
margin-bottom:2px;
}
.Smp2 a{}
.Smp3{
margin-left:30px;
}
.Smp3 a{}
.Smp4{
margin-left:50px;
}
.Smp4 a{}
.Smp5{
margin-left:70px;
}
.Smp5 a{}
.Smp6{
margin-left:50px;
}
Smp6 a{}

/************************************************/
/***	RSS Pages							  ***/
/***	pre: rss							  ***/

/* RSS global styling
rssTitle
rssText
rssSubHeader
rssText
rssText p{}
*/

/* RSS feed reader detail page
rssTitle:	The title of the source
rssLink:	The link to the source
*/
.rssTitle{}
.rssLink{}

/************************************************/
/***	JobSearchAgents Pages				  ***/
/***	pre: jsa							  ***/

/* Global JSA Styling
jsaOuter
jsaTitle
jsaSH
jsaText
jsaInputE
jsaInputPwd
jsaError
jsaBC
*/
.jsaOuter{}
.jsaTitle{}
.jsaSH{}
.jsaText{}
.jsaInputE{}
.jsaInputPwd{}
.jsaError{}
.jsaBC{}

/* Main start page
jsaStrtOuter
jsaStrtTitle
jsaStrtSh
jsaStrtText
jsaStrtE
jsaStrtPwd
jsaStrtError
jsaStrtBcLogin
jsaStrtShReg
jsaStrtTextReg
jsaStrtBcReg
jsaStrtShFpwd
jsaStrtTectFpwd
jsaStrtBcFpwd
*/
.jsaStrtOuter{}
.jsaStrtTitle{}
.jsaStrtSh{}
.jsaStrtText{}
.jsaStrtE{}
.jsaStrtPwd{}
.jsaStrtError{}
.jsaStrtBcLogin{}
.jsaStrtShReg{}
.jsaStrtTextReg{}
.jsaStrtBcReg{}
.jsaStrtShFpwd{}
.jsaStrtTectFpwd{}
.jsaStrtBcFpwd{}

/************************************************/
/***	GLOBAL FAQ STYLING					  ***/
/***	pre: faq							  ***/

/* Global FAQ styling
faqOuter
faqTitle
faqSh
faqText
faqText span
faqText span a
faqInput
faqInput label
faqInput input
faqBc
*/
.faqOuter{}
.faqTitle{}
.faqSh{}
.faqText{}
.faqText span{}
.faqText span a{}
.faqInput{}
.faqInput label{}
.faqInput input{}
.faqBc{}

/* Root / startpage
faqROuter
faqRTitle
faqRSh
faqRText
faqRsh
faqRText
faqRInput
faqRInput label
faqRInput input
faqRBc
*/
.faqROuter{}
.faqRTitle{}
.faqRSh{}
.faqRText{}
.faqRsh{}
.faqRText{}
.faqRText span{
border-bottom:1px solid;
display:block;
padding-top:5px;
padding-bottom:5px;
width:auto;
clear:none;
float:none;
}
.faqRInput{}
.faqRInput label{}
.faqRInput input{}
.faqRBc{}

/* Search Results Page
faqSrOuter
faqSrTitle
faqSrSh
faqSrText
faqSrBc
*/
.faqSrOuter{}
.faqSrTitle{}
.faqSrSh{}
.faqSrText{}
.faqSrBc{}

/* Vieuw Article
faqVaOuter
faqVaTitle
faqVaIntro
faqVaSh
faqVaText
faqVaBc
*/
.faqVaOuter{}
.faqVaTitle{}
.faqVaIntro{}
.faqVaSh{}
.faqVaText{}
.faqVaBc{}


/************************************************/
/***	GLOBAL JOBS STYLING					  ***/
/***	pre: job							  ***/

/************************************************/
/***	GLOBAL JOB LIST STYLING				  ***/
/***	pre: jbl							  ***/
/*
jblOuter
jblTitle
jblIntro
jblSh
jblText
jblCat
jblItemContainer
jblItemImage
jblItemTitle
jblItemWord
jblItemDescr
jblTopSh:			Subheader in the top
jblTopText:			Text in the top
jblWordRef:			Word for Reference
jblWordStatus:		Word for Status
jblWordLoc:			Word for Location
jblWordReg:			Word for Region
jblWordEmpl:		Word for Employer
jblBottomSh:		Subheader in the bottom
jblBottomText:		Text in the bottom
*/
.jblOuter{}
.jblTitle{}
.jblIntro{}
.jblSh{}
.jblText{}
.jblCat{}
.jblItemContainer{}
.jblItemImage{}
.jblItemTitle{}
.jblItemWord{}
.jblItemDescr{}
.jblTopSh{}
.jblTopText{}
.jblWordRef{}
.jblWordStatus{}
.jblWordLoc{}
.jblWordReg{}
.jblWordEmpl{}
.jblBottomSh{}
.jblBottomText{}

/************************************************/
/***	GLOBAL JOB DETAIL STYLING			  ***/
/***	pre: jbd							  ***/





/************************************************/
/***	GLOBAL EVENTS STYLING				  ***/
/***	pre: eve							  ***/
/* Global Events Classes
eveOuter
eveTitle
eveIntro
eveSh
eveText
eveLc:			Events List Container
eveCat
evePhoto1
evePhoto2
eveIc:			Contains an item inside text
evdIt:			Item title
evdIw:			Item Word
evdIw span:		Separation of words on 1 line
eveFi:			Events Form Input
eveBc:			Events button container
eveBut:			Buttons
*/
.eveOuter
.eveTitle{}
.eveIntro{}
.eveSh{}
.eveText{}
.eveCat{}
.evePhoto1{}
.evePhoto2{}
.eveIc{}
.evdIt{}
.evdIw{}
.evdIw span{}
.eveFi{}
.eveBc{}
.eveBut{}

/* Events List Page
eveLOuter:			Events List Outer
eveLTitle			Events List title
eveLLc				Events List LIST Container
eveLIc				Events List ITEM Container
eveLIt				Events List Item Title
eveLIw				Events List Item Word
eveLIDesc			Events List Item Description
eveLCat				Events List Category
eveLApprow			Events List AppRow
*/
.eveLOuter{}
.eveLTitle{}
.eveLLc{}
.eveLIc{}
.eveLIt{}
.eveLIw{}
.eveLIDesc{}
.eveLCat{}
.eveLApprow{}


/* Events Detail Page
eveDetOuter
eveDetTitle
eveDetSh
eveDetText
eveDetCat
eveDetPhoto1
eveDetPhoto2
eveDetShLoc:		SubHeader Location
eveDetTextLoc:		Text Location
eveDetShDate:		SubHeader Date
eveDetTextShort:	Date text (if no selected date available)
eveDetTextSd:		Start Date (if selected)
eveDetEd:			End Date (if selected)
eveDetShLastDate
eveDetTextLastDate
eveDetShProg:		Program subheader
eveDetTextProg
eveDetShCp
eveDetTextCp
eveDetShInfo
eveDetTextInfo
eveDetShDesc
eveDetTextDesc
eveDetIc
eveDetIt
eveDetIw
eveDetIwProgDate
eveDetIwTime
eveDetBc
eveDetBut
eveDetButPrint
eveDetButBack
eveDetButSubscr
*/
.eveDetOuter{}
.eveDetTitle{}
.eveDetSh{}
.eveDetText{}
.eveDetCat{}
.eveDetPhoto1{}
.eveDetPhoto2{}
.eveDetShLoc{}
.eveDetTextLoc{}
.eveDetShDate{}
.eveDetTextShort{}
.eveDetTextSd{}
.eveDetEd{}
.eveDetShLastDate{}
.eveDetTextLastDate{}
.eveDetShProg{}
.eveDetTextProg{}
.eveDetShCp{}
.eveDetTextCp{}
.eveDetShInfo{}
.eveDetTextInfo{}
.eveDetShDesc{}
.eveDetTextDesc{}
.eveDetIc{}
.eveDetIt{}
.eveDetIw{}
.eveDetIwProgDate{}
.eveDetIwTime{}
.eveDetBc{}
.eveDetBut{}
.eveDetButPrint{}
.eveDetButBack{}
.eveDetButSubscr{}
.eveDetButMaf{}

/* Events Mail a Friend form
eveMafOuter
eveMafTitle
eveMafIntro
eveMafSh
eveMafFi
eveMafBc
*/
.eveMafOuter{}
.eveMafTitle{}
.eveMafIntro{}
.eveMafSh{}
.eveMafFi{}
.eveMafBc{}

/* Events Mail a Friend Thank You
eveMafTyOuter
eveMafTyTitle
eveMafTyIntro
*/
.eveMafTyOuter{}
.eveMafTyTitle{}
.eveMafTyIntro{}

/************************************************/
/************************************************/
/* 					HOOKS		 				*/
/************************************************/
/************************************************/

/************************************************/
/***	GLOBAL LAYER STYLING				  ***/

/*
hookOuter
hookHeader
hookSubHeader
hookText
hookInput
hookError
hookButtonContainer
hookItemContainer
hookItemTitle
hookItemTitle a
hookItemWord
hookItemText
hookGMDetail:			Only used in Jobs Short List for now, to show the Google Maps.
*/
.hookOuter{}
.hookHeader{}
.hookSubHeader{}
.hookText{}
.hookInput{}
.hookError{}
.hookButtonContainer{}
.hookItemContainer{}
.hookItemTitle{}
.hookItemTitle a{}
.hookItemWord{}
.hookItemWord span{
padding-right:2px;
}
.hookItemText{}
.hookGMDetail{}

/************************************************/
/***	News Short List						  ***/
/*
nwsSlOuter
nwsSlTitle
nwsSlSubHeader
nwsSlText
nwsSlItemContainer
nwsSlItemTitle
nwsSlItemWord
nwsSlDescription
*/
.nwsSlOuter{}
.nwsSlTitle{}
.nwsSlSubHeader{}
.nwsSlText{}
.nwsSlItemContainer{}
.nwsSlItemTitle{}
.nwsSlItemWord{}
.nwsSlDescription{}

/************************************************/
/***	Jobs Short List						  ***/
/*
jslOuter
jslHeader
jslText
jslItemContainer
jslFunctionName
jslFunctionName a
jslKeyword
jslKeyword span:	The word in front of the actual value
jslEmployee
jslLocation
jslRegion
jslGMDetail
*/
.jslOuter{}
.jslTitle{}
.jslText{}
.jslItemContainer{}
.jslFunctionName{}
.jslFunctionName a{}
.jslKeyword{}
.jslKeyword span{}
.jslEmployee{}
.jslLocation{}
.jslRegion{}
.jslGMDetail{}

/************************************************/
/***	GLOBAL FACEBOOK HOOKS STYLING		  ***/

/* Facebook Hook List (fhl)
fhlOuter
fhlTitle
fhlItemContainer
fhlItemTitle
fhlPhoto1
fhlPhoto2
fhlItemWord
fhlItemText
*/
.fhlOuter{}
.fhlTitle{}
.fhlItemContainer{}
.fhlItemTitle{}
.fhlPhoto1{}
.fhlPhoto2{}
.fhlItemWord{}
.fhlItemText{}

/* Consultant Hook
chlOuter
chlTitle
chlItemContainer
chlItemTitle
chlPhoto1
chlPhoto2
chlItemWord
chlEmail
chlOrgUni
chlRoles
chlAddr
chlPhoneHome
chlPhoneCell
chlPhoneWork
chlPhoneFax
chlSkype
chlMedia
chlWidget
chlDownload
chlDesc
*/
.chlOuter{}
.chlTitle{}
.chlItemContainer{}
.chlItemTitle{}
.chlPhoto1{}
.chlPhoto2{}
.chlItemWord{}
.chlEmail{}
.chlOrgUni{}
.chlRoles{}
.chlAddr{}
.chlPhoneHome{}
.chlPhoneCell{}
.chlPhoneWork{}
.chlPhoneFax{}
.chlSkype{}
.chlMedia{}
.chlWidget{}
.chlDownload{}
.chlDesc{}

/************************************************/
/***	GLOBAL APPLICANTS HOOKS STYLING		  ***/

/*  Quik Application Hook
qAplOuter:		Outer container
qAplTitle:		Main title
qAplText:		Main text blocks
qAplInput:		Main input
qAplError:		Main error lines
qAplBC:			Main button container
qAplTAapl:		Text line 'Already applied'
qAplTApl:		Text line 'Apply'
qAplTAplNl:		Text line when NOT logged in
qAplInputE:		Input field for Email
qAplInputCv:	Input field for CV
qAplInputCvl:	Input field for CV Level
qAplInputCsc:	Input field for Captcha Security Code
qAplInputCic:	Input field for Captcha Input Code
qAplError:		Error line
qAplBcApl:		Apply button container
*/
.qAplOuter{}
.qAplTitle{}
.qAplText{}
.qAplInput{}
.qAplError{}
.qAplBC{}
.qAplTAapl{}
.qAplTApl{}
.qAplTAplNl{}
.qAplInputE{}
.qAplInputCv{}
.qAplInputCvl{}
.qAplInputCsc{}
.qAplInputCic{}
.qAplError{}
.qAplBcApl{}


.mapregion{
position:absolute;
z-index:99;
font-size:11px;
width:20px;
text-align:center;
}
#mapregion1{
top:105px;
left:80px;
}
#mapregion2{
top:158px;
left:65px;
}
#mapregion3{
top:148px;
left:100px;
}
#mapregion4{
top:152px;
left:138px;
}
#mapregion5{
top:190px;
left:100px;
}
#mapregion6{
top:195px;
left:33px;
}
#mapregion7{
top:218px;
left:140px;
}
#mapregion8{
top:118px;
left:118px;
}
#mapregion9{
top:118px;
left:160px;
}
#mapregion10{
top:84px;
left:173px;
}
#mapregion11{
top:47px;
left:173px;
}
#mapregion12{
top:62px;
left:133px;
}