body, html, form
{
	background-color: White;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #333;
	background: #ffffff url(Images/bg_body.png) top repeat-x;
	line-height: 130%;

}

table
{
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
}

textarea
{
	overflow: auto;
	resize: none;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	border-top: solid 1px #9DBFCF;
	border-left: solid 1px #9DBFCF;
	border-right: solid 1px #B6DEF1;
	border-bottom: solid 1px #B6DEF1;
	padding-left: 3px;
	padding-top: 3px;
}

label
{
	/*display:block;
	margin-bottom :6px;
	width:auto;*/
}
* html a
{
	cursor: hand;
}
.radio
{
	width :auto ;
	display:inline;
	margin:0;
}

input
{
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

input[type="text"], input[type="password"]
{
	border-top: solid 1px #9DBFCF;
	border-left: solid 1px #9DBFCF;
	border-right: solid 1px #B6DEF1;
	border-bottom: solid 1px #B6DEF1;
	padding-left: 3px;
	color: #333333;
}

input.blur, textarea.blur
{
    color: #b0b0b0;
    font-weight: normal;
    font-family: Trebuchet MS;
    /*font-size: 12px;*/
}

select
{
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	border-top: solid 1px #9DBFCF;
	border-left: solid 1px #9DBFCF;
	border-right: solid 1px #B6DEF1;
	border-bottom: solid 1px #B6DEF1;
}

td
{
	vertical-align: top;
}

p
{
	text-indent: 0px;
}

a
{
	font-family: Trebuchet MS;
	text-decoration: none;
}

a, a:visited
{
	color: #006699;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	ie-dummy: expression(this.hideFocus=true);
}

a:hover, .linkhover:hover, a span.linkhover:hover, .chover
{
	text-decoration: underline;
	color: #006699;
	cursor: pointer;
}

a.nounderline:hover
{
	text-decoration: none;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #607080;
}

hr
{
	border: 1px solid #a0a0a0;
	height: 1px;
	color: #a0a0a0;
}

img
{
	border: none;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear:both;	
}

.text-right
{
	text-align: right;
}

.hidden
{
	display: none !important;
}

/*------------------------ Unable To Process -------------------------*/
.unableToProcess td
{
	vertical-align: middle;
	padding-left: 10px;
	font-weight: bold;
	color: Red;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
}

.unableToProcessDetails
{
	background-color: #f0f0f0;
	padding: 10px 10px 10px 10px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}



/*----- LoginStatus -----*/
.loginStatus a, .loginStatus a:visited
{
	color: #808080;
}

.loginStatus a:hover
{
	color: Red;
}



/*----- Master Layout -----*/
.masterTable
{
	width: 100%;
	height: 90px;
	border: 0px;
}

.masterHeaderLogo
{
	background: url('images/logo.gif') no-repeat;
	width: 300px;
	height: 90px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.masterHeader
{
	width: 300px;
	height: 50px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.masterBody
{
	padding: 10px;
	background: #f8f8f4;
}

.masterFooter
{
	border-top: 1px solid #c0c0c0;
	height: 26px;
	text-align: center;
	background: #f0f0f0;
}




/*----- Menu -----*/

.menuContainer
{
	padding-top: 0px;
	padding-right: 10px;
}

.menuContainerLogin
{
	background-color: #DEDEE0;
	height: 30px;
}

.menu
{
	padding: 0px;
	margin: 0px;
}

.menuItem td
{
	color: #567888;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	cursor: pointer;
}

.menuItemHover td
{
}

.menuItem td a, .menuItem td a:hover, .menuItem td a:visited, .menuItemHover td a, .menuItemHover td a:hover, .menuItemHover td a:visited
{
	color: #333;
}

.menuItem td a:hover
{
	text-decoration: underline;
}

.menuItemSelected td
{
	color: #567888;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	cursor: pointer;
}

.menuItemSelected td a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

.menuBoxTitle
{
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12pt;
	font-weight: bold;
}

/*--- Menu with logo ---*/



.mainMenuWrapper
{
	margin: 20px 0px 0 186px;
	padding-right: 24px;
	background: url(Images/menu/menu_right.gif) top right no-repeat;
}

.mainMenu
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 24px;
	height: 50px;
	background: url(Images/menu/bg_menu.png) top;
}

.mainMenu li
{
	display: block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
}

.mainMenu li.activeMenuItem
{
	margin: 0 0 0 -24px;
	background: url(Images/menu/bg_menuitem_active.gif) top right no-repeat;
}

* html .mainMenu li.activeMenuItem
{
	margin: 0;
	margin-left: expression((this == parentNode.firstChild) ? runtimeStyle.marginLeft = "-12px" : runtimeStyle.marginLeft = "-24px"  );
	background: url(Images/menu/bg_menuitem_active.gif) top right no-repeat;
}

.mainMenu li a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0px 24px 0 14px;
	height: 50px;
	background: url(Images/menu/bg_menuitem.gif) top right no-repeat;
	font-size: 12px;
	text-decoration: none;
	color: #0079b9;
	text-shadow: 0 1px 0 #ffffff;
}

.mainMenu li a strong
{
	padding: 0 10px 0 5px;
	background: url(Images/menu/menu_triangle.gif) right 9px no-repeat;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}


.mainMenu li.activeMenuItem a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0px 24px 0 38px;
	background: url(Images/menu/bg_menuitem_active_left.gif) top left no-repeat;
	color: #ffffff;
	text-shadow: 0 1px 0 #858e9e;
	font-size: 12px;
}

.mainMenu li.activeMenuItem a strong
{
	background: url(Images/menu/menu_triangle_active.gif) right 9px no-repeat;
}

.adminMenuDiv
{
	padding-top: 18px;
	color: #0079B9 !important;
}

/*
.mainMenu li.menuLogo
{
	position: relative;
	margin: 0 0 0 -24px;
	width: 210px;
	background: url(Images/menu/menu-logo.png) top left no-repeat;
}

.mainMenu li.menuLogo a
{
	padding: 0;
	width: 210px;
	background: none;
}
*/

a.menuLogo
{
	position: absolute;
	top: 20px; /*left: 10px;*/
	margin: 0;
	width: 210px;
	height: 50px;
	background: url(Images/menu/menu-logo.png) top left no-repeat;	
	text-decoration: none;
}

* html a.menuLogo
{
	position: absolute;
	top: 20px; /*left: 10px;*/
	margin: 0;
	width: 210px;
	height: 50px;
	background: url(Images/menu/menu-logo.png) top left no-repeat;
	text-decoration: none;
	/*filter:expression(fixPNG(this));*/
}

.mainMenu li.accountRelated
{
	float: right;
	margin: 0;
	padding: 3px 0 0 5px;
	height: 47px;
	/*width: 180px;*/
	width: auto;
}

.mainMenu li.accountRelated a
{
	float: left;
	clear: both;
	padding: 0 8px;
	height: auto;
	line-height: 22px;
	background: none;
	font-size: 12px;
	text-shadow: none;
	white-space: nowrap;
}

.mainMenu li.accountRelated a:hover
{
	text-decoration: underline;
}

.mainMenu li div
{
	float: left;
}

.mainMenuSeparator
{
	display: block;
	float: left;
	padding: 0;
	margin: 8px 0;
	width: 2px;
	height: 34px;
	background: url(Images/menu/menu_separator.gif) no-repeat;
	font-size: 1px;
}

.mainMenu li .beforeSeparator
{ *width:110px;
}

.mainMenu li.accountRelated .beforeSeparator a
{
	float: right;
}

.greatJobs
{
	display: block;
	background: url(Images/menu/great_jobs.gif) no-repeat;
	width: 108px;
	height: 50px;
	cursor: pointer;
}

.greatJobsActive
{
	display: block;
	background: url(Images/menu/great_jobs_active.gif) no-repeat;
	width: 108px;
	height: 50px;
	cursor: pointer;
}

.jobs
{
	display: block;
	background: url(Images/menu/jobs.gif) no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.jobsActive
{
	display: block;
	background: url(Images/menu/jobs_active.gif) no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.cvApplication
{
	display: block;
	background: url(Images/menu/cv_and_application.gif) no-repeat;
	width: 167px;
	height: 50px;
	cursor: pointer;
}

.cvApplicationActive
{
	display: block;
	background: url(Images/menu/cv_and_application_active.gif) no-repeat;
	width: 167px;
	height: 50px;
	cursor: pointer;
}

.cvs
{
	display: block;
	background: url(Images/menu/cvs.gif) no-repeat;
	width: 47px;
	height: 50px;
	cursor: pointer;
}

.cvsActive
{
	display: block;
	background: url(Images/menu/cvs_active.gif) no-repeat;
	width: 47px;
	height: 50px;
	cursor: pointer;
}

.interviewSkills
{
	display: block;
	background: url(Images/menu/interview_skills.gif) no-repeat;
	width: 144px;
	height: 50px;
	cursor: pointer;
}

.interviewSkillsActive
{
	display: block;
	background: url(Images/menu/interview_skills_active.gif) no-repeat;
	width: 144px;
	height: 50px;
	cursor: pointer;
}

.advice
{
	display: block;
	background: url(Images/menu/advice.gif) no-repeat;
	width: 73px;
	height: 50px;
	cursor: pointer;
}

.adviceActive
{
	display: block;
	background: url(Images/menu/advice_active.gif) no-repeat;
	width: 73px;
	height: 50px;
	cursor: pointer;
}

.communications
{
	display: block;
	background: url(Images/menu/communications.gif) no-repeat;
	width: 157px;
	height: 50px;
	cursor: pointer;
}

.communicationsActive
{
	display: block;
	background: url(Images/menu/communications_active.gif) no-repeat;
	width: 157px;
	height: 50px;
	cursor: pointer;
}

/*------------------------ Home NewUser&User -------------------------*/

.HomeTop90
{
	padding-top: 90px;
}
.HomeBottom15
{
	padding-bottom: 12px;
}
.Homeleft200
{
	padding-left: 190px;
}

.Homeleft17
{
	padding-left: 17px;
	padding-right: 10px;
}

.HomeWouldStartTable
{
	padding: 0 20px;
	text-align: left;
	margin-top: 50px;
	background: url("../../Images/Dashboard/hompagewindowbg.png") no-repeat scroll left top;
	width:525px;
	height:399px;
}

.Homeleft15
{
	padding-left: 15px;
	padding-right: 10px;
}
.Homeleft20
{
	padding-left: 20px;
}
.Homepadding18lb
{
	padding-left: 18px;
	padding-bottom: 18px;
}
.HomeTop20
{
	padding-top: 20px;
}

.HomeTitleorange2
{
	font-family: "Century Gothic" , Palatino Linotype, Book Antiqua;
	font-size: 24px;
	color: #fe8800;
	padding-bottom: 16px;
}
.HomeTitleblue
{
	font-family: "Century Gothic" , Palatino Linotype, Book Antiqua;
	font-size: 24px;
	color: #b8bddf;
	padding-top: 12px;
}

.HomeTopSurvey
{
	color: #FE8800;
	font-size: 16px;
}
.HomeTopSurvey a
{  
	color: #00679A;
}

.HomeTopSurveyTD
{	
	padding: 15px 0px 10px 15px;
	vertical-align:middle;
	height:50px;
	line-height:50px;
}
*+html .HomeTopSurveyTD /*IE7 fix*/
{
	padding: 0px 0px 0px 25px;
}

.HomeLogo
{
    background: url("Images/home_logo.png") no-repeat left top;
    float:right;
    padding-right:16px;            
}
.HomeLogoBanner
{
    min-height:75px;
    margin-top:35px;
    width: 410px;
    height: 84px;    
    background: url("../../Images/hompagewindowbgbrand.png") no-repeat left top;
}

.partnershipSpan
{
    float: left;
    padding: 20px 0px 0px 20px;
    font-size:19px; 
    font-family: 'Century Gothic',Palatino Linotype,Book Antiqua;
    line-height: 20px;
}

.HomeClickHere
{
	margin-left: 50px; 
	margin-top:316px; 
	-margin-top:246px;
}

*+html .HomeClickHere
{
	margin-top:256px; 
}

.HomeYouCould
{
	min-height: 170px;
	margin-left: 25px;
    margin-top: 20px;
	padding: 0px 9px 5px 10px;
	
}

.HomeYouCould div
{
	margin-top: 0px;
}
	
.HomeTitleblack
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #181A20;
/*	margin-top: 40px !important;*/
	margin-bottom: 16px;
	vertical-align:bottom;
}
.HomeTitleblack2
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 16PX;
	padding-bottom: 11px;
	padding-top: 12px;
	vertical-align: top;
}
.Hometitlecontent
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	margin-bottom: 0px;
	line-height: 17px;
    vertical-align: top;
}

A.Hometitlecontent:disable
{
	color: #dcdcdc;
	text-decoration: none;
}

.HomeTaketour
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding-top: 5px;
	padding-right: 24px;
}
A.HomeTaketour
{
	color: #ffffff;
	text-decoration: none;
}
A.HomeTaketour:link
{
	color: #000;
	text-decoration: none;
}
A.HomeTaketour:visited
{
	color: #000;
	text-decoration: none;
}
A.HomeTaketour:hover
{
	color: #000;
	text-decoration: underline;
}
A.HomeTaketour:disable
{
	color: #dcdcdc;
	text-decoration: none;
}
.divSocial
{
	float:right;
	color:#93989B;
	padding-right:20px;
}

.divSocial a
{
	padding-left:3px;
}

.Homecontentgrey
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 12px;
	
	display: block;
}
.Homecontentgrey2
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-bottom: 10px;
}
.Homecontentblue
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}

A.Homecontentblue
{
	color: #006699;
	text-decoration: none;
}
A.Homecontentblue:link
{
	color: #006699;
	text-decoration: none;
}
A.Homecontentblue:visited
{
	color: #006699;
	text-decoration: none;
}
A.Homecontentblue:hover
{
	color: #3b89b0;
	text-decoration: underline;
}
A.Homecontentblue:disable
{
	color: #dcdcdc;
	text-decoration: none;
}

.Homeiconcam
{
	padding-left: 30px;
	padding-top: 0px;
	text-align: left;
	vertical-align: sub;
	background-color: transparent;
	background: url('Images/Dashboard/cam.png') no-repeat;
	width:auto;
    height:20px;
	float:left;
}

* html .Homeiconcam
{
	padding-left: 30px;
	padding-top: 0px;
	text-align: left;
	vertical-align: sub;
	background-color: transparent;
	background: url('Images/Dashboard/cam.png') no-repeat;
	width:auto;
    height:20px;
	float:left;
	/*filter:expression(fixPNG(this));*/
}

.Homeiconhalp
{
	padding-left: 0px;
	text-align: right;
	vertical-align: top;
	background-color: transparent;
}
Homeborderwhite
{
	border: #afddf3 solid;
	width: 240px;
	height: 220px;
	background-color: #ffffff;
}

.HomeNewsHeader
{
    color: #181A20;
}

.HomeYouCould1
{
    background: url('Images/Dashboard/homepageicon1.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould2
{
    background: url('Images/Dashboard/homepageicon2.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould3
{
    background: url('Images/Dashboard/homepageicon3.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould4
{
    background: url('Images/Dashboard/homepageicon4.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould5
{
    background: url('Images/Dashboard/homepageicon5.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould6
{
    background: url('Images/Dashboard/homepageicon6.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould7
{
    background: url('Images/Dashboard/homepageicon7.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould8
{
    background: url('Images/Dashboard/homepageicon8.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould9
{
    background: url('Images/Dashboard/homepageicon9.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould10
{
    background: url('Images/Dashboard/homepageicon10.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould11
{
    background: url('Images/Dashboard/homepageicon12.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould12
{
    background: url('Images/Dashboard/homepageicon12.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould13
{
    background: url('Images/Dashboard/homepageicon13.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould14
{
    background: url('Images/Dashboard/homepageicon14.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould15
{
    background: url('Images/Dashboard/homepageicon15.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould16
{
    background: url('Images/Dashboard/homepageicon16.png') no-repeat;
    width:45px;
    height:45px;
}

.HomeYouCould17
{
    background: url('Images/Dashboard/homepageicon17.png') no-repeat;
    width:45px;
    height:45px;
}

.StartOption
{
    padding-left: 5px;
    font-size: 16px;
}
ul.StartOptionsBullet li 
{ 
    color:#FE8800; 
}


.MyOverviewTransparentContainer
{
    margin-top:10px;
    height: 325px;
    width: 410px;
    /*background-color:#ffffff;*/
    background: url(../../Images/hompagewindowbg.png) no-repeat;
}

.MyOverviewContainer
{
   position: relative;
   text-align: left;
   width: 410px;
   height: 335px;
   padding-left:25px;
}


.MyOverviewContainer ul
{
    color:black;
    font-size: 14px; 
    font-weight:bold;
    font-family: Century Gothic, Trebuchet MS, HelveticaNeue Bold, Arial;
    list-style-type: none;
}

.OverviewItems
{ 
    
}
.OverviewItems li
{
    height:21px;
    margin-top:8px;
    margin-bottom:6px;
    padding-left: 28px; 
    padding-top:1px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.Overview1
{    
    background-image: url(../../Images/iconjobsnotification.png);
}
.Overview2
{    
    background-image: url(../../Images/alarmclock.png);
}
.Overview3
{    
    background-image: url(../../Images/letter_notifiaction.png);
}
.Overview4
{    
    background-image: url(../../Images/link.png);
}

.MyOverviewHeader
{

    font-family: Century Gothic, Trebuchet MS, HelveticaNeue Bold, Arial;
    font-size: 22px; 
    color: #FE8800; 
    line-height:25px;
    padding-top:20px
}

.MyOverviewHeader span
{ 
    font-size: 14px; 
    color:#000;
}
.MyProgressValue
{
    margin-right: 4px; 
    margin-left: 4px;
}
.ProgressItems
{ 

}
.ProgressItems li
{
    height:21px;
    margin-top:3px;
    margin-bottom:3px;
    padding-left: 28px; 
    background-position: 8px 3px;
    background-repeat: no-repeat;
}
.ProgressRed
{    
    background: url(../../Images/bulletred.png)  ;
}
.ProgressAmber
{
    background-image: url(../../Images/bulletamber.png);
}
.ProgressGreen
{
    background-image: url(../../Images/bulletgreen.png); 
}


/*----- Login -----*/
.loginTable
{
	border: 1px solid #cccccc;
	margin-top: 20px;
}

.loginTable td
{
	text-align: center;
	background-color: White;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.loginTitle
{
	color: #333;
}

.loginLabel
{
	padding-right: 10px;
	text-align: right;
	color: #505050;
}

/*--- Login MWS ------------------- begin */
.bcrumb
{
	padding: 0px 0px 5px 15px;
	color: #999999;
	font-weight: bold;
}
.tour
{
	background: url("../../images/camera_20x14.gif") no-repeat scroll left top transparent;
	padding-left: 26px;
}
.table_content
{
}
.table_content .separator_vertical_gradient
{
	border-left: solid 20px #FFFFFF;
	border-right: solid 20px #FFFFFF;
}
.table_content .separator_vertical_line
{
	border-left: solid 20px #FFFFFF;
	border-right: solid 20px #FFFFFF;
}
.table_content .header
{
	height: 30px;
	padding: 0px;
}
.border_content
{
	border-top: solid 1px #BADBEE;
	border-bottom: solid 1px #BADBEE;
}
.border_column
{
	border-top: solid 1px #C2EBFF;
}
.separator_horizontal_dotted
{
	height: 1px;
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x; /*fix for ie7*/
	line-height: 1px;
	font-size: 1px;
}
.separator_horizontal_line
{
	height: 1px;
	font-size:0;
	background-color: #FFFFFF;
}
.separator_horizontal_line2
{
	height: 3px;
	background: url("../../images/bg_line3_v-line_1x2.png") repeat-x;
}

.separator_horizontal_gradient_r
{
	width:100%;
	height:1px;	
	background: transparent url("../../images/bg/gradient_h_r.png") right repeat-y;
	-background: #b4cde1;/* IE6*/
}

.separator_horizontal_gradient_r>div
{
	margin-right:40px;
	height:1px;
	line-height:1px;
	font-size:1px;	
	background: #b4cde1;
}

.separator_vertical_gradient
{
	width: 1px;
	background: #B2CEE1 url('../../images/bg_gradient_v-line_1x54.png') no-repeat left bottom;
}
.separator_vertical_line
{
	width: 1px;
	background: #C2EBFF;
}
.backgroung_column
{
	background: #FFFFFF url(../../images/bg_line3_v-line_1x2.png) repeat-x;
}
.backgroung_column2
{
	background: #DCEAEC url(../../images/bg_line3_v-line_1x2.png) repeat-x;
}
.form_padding2
{
	padding: 10px 15px;
}
.title1
{
	font-size: 20px;
	font-family: Century Gothic;
	color: #E45D00;
	line-height: 1em;
}
.title2
{
	font-size: 16px;
	line-height: 1em;
	color: #181B21;
}
.title3
{
	font-size: 15px;
	font-family: Century Gothic;
	line-height: 1em;
	color: #181B21;
}
.title4
{
	font-size: 13px;
	line-height: 1.2em;
	color: #333333;
}
.title5
{
	font-size: 15px;
	font-family: Century Gothic;
	color: #E45D00;
	line-height: 1em;
}
.title6
{
	color: #8FC9D2;
	font-size: 13px;
	font-weight: bold;
}
.text1
{
	line-height: 1.2em;
}
.text2
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
}
.text3
{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
}
.link1
{
	font-size: 13px;
	line-height: 1em;
}
.editbox_gr
{
	border-top: solid 1px #9dbfcf;
	border-left: solid 1px #9dbfcf;
	border-right: solid 1px #b6def1;
	border-bottom: solid 1px #b6def1;
	background-image: url('../../images/bg_editbox.png');
}
.submenu2
{
	padding: 11px 0px 11px 45px;
}
.submenu2-complete
{
	background: #FFFFFF url('../../images/18_completedStep.png') no-repeat 10px 10px;
}
.submenu2-active
{
	background: #F1F6F7 url('../../images/18_currentStep.png') no-repeat 10px 10px;
}
.edit_form .label
{
	margin-bottom: 5px;
}
.edit_form .activationlabel
{
	margin-bottom: 5px;
	margin-right: 20px;
	padding: 5px;
	border: 2px solid orange;
	text-align: justify;
}
.edit_form .field
{
	margin-bottom: 20px;
}
.edit_form .caption
{
	margin-bottom: 15px;
	padding: 0px;
}
.edit_form .title1
{
	margin-bottom: 20px;
}
.edit_form .title4
{
	margin-bottom: 20px;
}
.edit_form .editbox_gr
{
	padding-left: 7px;
	padding-right: 3px;
}
.edit_form select
{
	padding-left: 7px;
}
.edit_form .question
{
	padding: 10px 20px 5px 20px;
	margin-bottom: 10px;
	background-color: #F1F6F7;
}
.edit_form .question select
{
	margin-top: 5px;
}
.edit_form .question input
{
	margin-top: 5px;
}
.edit_form .question input[type=submit]
{
	margin-bottom: 10px;
}
.edit_form .edit-actions
{
	text-align: right;
}
.edit_form .edit-actions input
{
	margin-top: 10px;
}

.edit_form .edit-actions label
{
	line-height:18px;
	padding-bottom:3px;
	vertical-align:bottom;
}
input.error, .errorInTextBox, textarea.error
{
	border: solid 2px orange !important;
	color: Red !important;
}
label.error, span.validationErrorText
{
	display: block;
	color: #333 !important;
	font-size: 10px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
}
.login_form .editbox_gr
{
	width: 200px;
}
.registr_form .editbox_gr
{
	width: 150px;
}
.registr_form select
{
	width: 200px;
}
.result-list .edit-block
{
	padding: 10px 0px 10px 15px;
	background-color: #F1F6F7;
}
.result-list .hidden-actions
{
	text-align: right;
	visibility: hidden;
}
.result-list li.hover
{
	background-color: #F1F6F7;
}
.result-list .hover .hidden-actions
{
	visibility: visible;
}
/*--- Login MWS ------------------- end */

.titleTable td
{
	vertical-align: bottom;
	padding-right: 20px;
}


/*----- Controls -----*/
.Button
{
	background: url('Images/menuItem.gif') bottom;
	border: 1px solid #909090;
	cursor: pointer;
	color: #333;
	height: 26px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
}

.LinkButton
{
	background: url('Images/menuItem.gif') bottom;
	border: 1px solid #909090;
	cursor: pointer;
	color: #333;
	height: 40px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
}

.RetLinkButton
{
	background-image: url(Images/eip_edit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	color: #003366;
	padding-left: 20px;
	padding-bottom: 2px;
}


.AddLinkButton
{
	background-image: url(Images/eip_edit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	color: #003366;
	padding-left: 20px;
	padding-bottom: 2px;
}

.ExportLinkButton
{
	background-image: url(Images/export_exel.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	color: #003366;
	padding-left: 20px;
	padding-bottom: 2px;
}

.ReturnLinkButton
{
	background-image: url(Images/return.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	color: #003366;
	padding-left: 20px;
	padding-bottom: 2px;
}


.TextBox
{
	border: 1px solid #808080;
	background-color: White;
	width: 100px;
}

.TextBox200px
{
	border: 1px solid #808080;
	background-color: White;
	width: 200px;
}

.TextBox150px
{
	border: 1px solid #808080;
	background-color: White;
	width: 150px;
}

.TextBox100px
{
	border: 1px solid #808080;
	background-color: White;
	width: 100px;
}

.TextArea
{
	border: 1px solid #808080;
	background-color: White;
	width: 400px;
	height: 150px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.DropDownList
{
	border: 1px solid #808080;
	background-color: White;
	width: 400px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.DropDownList250px
{
	border: 1px solid #808080;
	background-color: White;
	width: 250px;
	margin-top: 2px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.DropDownList150px
{
	border: 1px solid #808080;
	background-color: White;
	width: 150px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
}



/*-----Form Styles -----*/
.AdminForm .FormItem select.TextBox
{
	width: 300px;
}

.Form
{
	width: 100%;
	border-collapse: collapse;
}

.FormHeader td
{
	background: #CCCCCC url('Images/GridHeaderBack2.gif');
	padding-left: 18px;
	color: #567888;
	cursor: default;
	vertical-align: middle;
	height: 38px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

.SettingsFormItem td
{
	cursor: default;
	height: 27px;
	vertical-align: middle;
}
.SettingsFormItem td *
{
	vertical-align: middle;
}
.SettingsFormItem td input[type=radio]
{
	margin-top: 0px;
}
.SettingsFormItem input, .SettingsFormItem select, .SettingsFormItem label
{
	margin-left: 7px;
}
.SettingsFormErrorItem td 
{
	cursor: default;
	vertical-align: top;
}
.SettingsFormErrorItem td label
{
	margin-left: 7px;
}


.FormItem td
{
	background-color: White;
	padding: 6px;
	border: 1px solid #CCCCCC;
	cursor: default;
	vertical-align: middle;
	height: 32px;
}

.FormItemAlt td
{
	background-color: #ececec;
	padding: 6px;
	border: 1px solid #CCCCCC;
	cursor: default;
	vertical-align: middle;
	height: 32px;
}

.Adjustment
{
	font-style: italic;
	color: Gray;
}

.FormButtons td
{
	text-align: center;
	padding-top: 12px;
}
.SettingsFormButtons td
{
	text-align: right;
	padding-top: 12px;
}

.FormRadioButtonList td
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 10px;
	vertical-align: middle;
}

/*----- Grid -----*/
.GridHeading
{
	font-size: 14pt;
	color: #505050;
}

.Grid
{
	width: 100%;
	background-color: White;
	border-collapse: collapse;
	border: 0px;
	font-family: 'Trebuchet MS',Helvetica,Sans-Serif;
}

.GridHeader th
{
	background: #FFFFFF;
	padding: 6px 10px 6px 10px;
	border-top: 1px solid #C2EBFF;
	border-bottom: 1px solid #C2EBFF;
	border-left: 0 none;
	border-right: 0 none;
	color: #8FC9D2;
	cursor: default;
	vertical-align: top;
	height: 26px;
	text-align: left;
}

.GridHeader th a, .GridHeader th a:visited
{
	color: #8FC9D2;
	text-decoration: none;
}

.GridHeader th a:hover
{
	color: #8FC9D2;
	font-weight: bold;
	text-decoration: underline;
}
.GridBottomPager
{
	border-top: 1px solid #C2EBFF;
	border-bottom: 1px solid #C2EBFF;
}

.highlightedGridRow td
{
	background-color: #F1F6F7 !important;
	border-bottom: none !important;
}

.editInfoRow
{
	height: 12px;
	display: none;
}

.editInfoRow td a
{
	/*display: none;*/
}

.cvEditInfoRow
{
	height: 12px;	
}

.cvEditInfoRow td a
{
	display: none;
}
.cvEditInfoRow td
{
	padding-bottom: 4px;
	background: url("../../images/dottedGrayLine2x1.gif") repeat-x bottom;
}

.highltEditInfoRow td
{
	background-color: #F1F6F7 !important;
}

.taskTable
{
	background: url("../../images/dottedGrayLine2x1.gif") repeat-x bottom;
}
/*
.cvTable td 
{
	background:#FFFFFF url("../../images/dottedGrayLine2x1.gif") repeat-x bottom;
}

.cvTable tr:hover td
{
	background:#F1F6F7 url("../../images/dottedGrayLine2x1.gif") repeat-x bottom;
}*/

.editInfoRow td
{
	padding-bottom: 4px;
	background: url("../../images/dottedGrayLine2x1.gif") repeat-x bottom;
}

.GridRow  td
{
   
	padding: 6px;
	cursor: default;
	vertical-align: middle;
	height: 70px;
}



.GridRowAlt  td
{
	background-color: #ececec;
	padding: 6px;
	border: 1px solid #CCCCCC;
	cursor: default;
	vertical-align: middle;
	height: 70px;
}



/*------------------------- Pager --------------------------*/
.Pager
{
	font-size: 10pt;
	font-weight: bold;
	display: inline;
}

.Pager a, .Pager a:hover, .Pager a:visited
{
	color: #333;
}

.PagerItem
{
	padding: 1px 6px 2px 6px;
	background-color: #e0e0e0;
}

.PagerItemHover
{
	padding: 1px 6px 2px 6px;
	background-color: #ffc0c0;
	color: White;
	cursor: pointer;
}

.PagerItemSelected
{
	padding: 1px 6px 2px 6px;
	background: #606060;
	font-weight: bold;
	color: White;
	cursor: default;
}



/*----- MvsPager -----*/
.MWSPager table tr td
{
	vertical-align: middle;
}

.MWSPager table tr td input
{
	width: 34px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 10px;
}

/*----- DualList -----*/
.DualList
{
	padding: 0px;
	border: 0px;
	cursor: default;
}

.DualList tr
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.DualList tr td
{
	height: 0px;
	padding: 2px;
	margin: 0px;
	border: 0px;
	cursor: default;
	vertical-align: middle;
}

.DualListButton
{
	display: inline-block;
	background: url('Images/button.gif') repeat-x;
	height: 20px;
	width: 25px;
	cursor: pointer;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.DualListButtonTD
{
	padding: 0px 20px 0px 10px;
}

.DualListTextBox
{
	width: 200px;
	font-size: 10pt;
	font-weight: normal;
}
.DualListButton div
{
	width: 25px;
	height: 20px;
	color: White;
	font-size: 8pt;
	font-family: Courier;
	font-weight: bold;
	margin-top: 3px;
	text-align: center;
}

/*--- Layout ---*/

.ui-layout-pane
{
	/* all 'panes' */
	overflow: auto;
}

.ui-layout-resizer
{
	/* all 'resizer-bars' */
	background: #DDD;
}

.ui-layout-toggler
{
	/* all 'toggler-buttons' */
	background: #AAA;
}

.ui-layout-south
{
	padding-top: 10px;
}

.ui-layout-north
{
	background: #f6f2ea;
}

/*
.resizerVertical
{
	background-image: url(Images/resizable-w1.gif) ;
	background-position:bottom;
	background-repeat: no-repeat;
}

.resizerVertical:Hover
{
	background-image: url(Images/resizable-w2.gif);
	background-position: top;
	background-repeat: no-repeat;
}
*/
.resizerHorizontal
{
	background-color: White;
}

.actions, .help
{
	border: 1px solid #bcd4e5;
}


.site_page > .header
{
	padding-bottom: 10px;
	height: 82px;
	font-size: 12pt;
	overflow: hidden;
}

.sub_header
{
	overflow: hidden;
	background: url("images/doubleLine_top.gif") repeat-x scroll center bottom transparent;
	height:32px;
}

* html .left
{
	width: 200px;
	float: left;	
	overflow:hidden;
}

.left_top
{
	border: none;
	/*padding-left: 5px;*/
	height: 29px;
	overflow: hidden;
	/*margin-left:5px;*/
	border-bottom: 1px solid #D0E7F7;
}

.left_bottom
{	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left:5px;
	border-right-style: none;
	overflow-x: hidden;
	overflow-y: auto;
}

.left_back
{
	background-color: #ffffff;
	position:absolute; 
	top:29px; 
	left:4px;
	right:0px;
	bottom:0px ;
	z-index:-1
}

* html .left_back
{
	background-color: #ffffff;
	position:absolute; 
	top:29px; 
	left:4px;
	width:100%;
	height:100%;
	z-index:-1
}

.filters
{
	background: #fff;
	border: 0px solid #BBB;
	/*margin-right: 5px;*/
	border-right: 1px solid #bcd4e5;
	border-left: none;
	height: 30px;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	background: #ffffff url(Images/filters/bg.gif) bottom repeat-x;
	vertical-align: middle;
}

.center_def
{
	height: 90%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	zoom: 1;
}

.center_mws
{
	height: 100%; /*padding-right:10px;*/
	overflow:hidden;
}

.content
{
	background: #ffffff url(Images/v-border.gif) bottom left no-repeat;
	padding-left: 1px;
}

.workspace
{
	/*border-top: 1px solid #bcd4e5;*/
	background: #ffffff url(Images/v-border.gif) bottom right no-repeat;
	padding: 20px 20px 20px 20px;
	border-left: none;
	border-left: bottom;
	overflow: auto;
	zoom: 1;
}

.workspace2
{
	border-top: none;
	background: #ffffff url(Images/v-border.gif) bottom right no-repeat;
	border-bottom: none;
	border-left: none;
	padding:0px;
	overflow: auto;
	zoom: 1;
}

.workspaceInner
{
	zoom: 1;
}

.actions-help
{
	padding-right: 5px;
}

.footer
{
	background: #ffffff url(Images/bg_bottom.png) top repeat-x;
	padding-top: 5px;
	padding-left: 10px;
	z-index: 1000;
}

.site_page
{
	min-height: 100%;
	width: 100%;
	max-width: 980px;
	min-width: 980px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	zoom: 1;
}

* html .site_page
{
	min-height: 100%;
	width: 980px;
	max-width: 980px;
	min-width: 980px;
	overflow: hidden;
	margin-left: auto;
    margin-right: auto;
	padding: 0;
	zoom: 1;
}

.footer_bg
{
	background: #ffffff url(Images/bg_bottom.png) top repeat-x;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 27px;
}

.left-pane-toggler
{
	position:absolute;
	left:-20px;
	width:20px;
	top:250px;
	height:200px;
}
* html .left-pane-toggler-btn
{
    background:url(../../Images/SmartHelper/hidemenu_normal.png) center center no-repeat;
    /*filter:expression(fixPNG(this));*/
}
.left-pane-toggler-btn
{
	background:url(../../Images/SmartHelper/hidemenu_normal.png) center center no-repeat;	
	cursor:pointer;
	z-index:90;
}
* html .left-pane-toggler-btn:hover
{
    background-image:url(../../Images/SmartHelper/hidemenu_hover.png);
    /*filter:expression(fixPNG(this));*/    
}
.left-pane-toggler-btn:hover
{
	background-image:url(../../Images/SmartHelper/hidemenu_hover.png);	
}

.left-pane-toggler-btn-e
{
	background:url(../../Images/SmartHelper/hidemenu2_normal.png) center center no-repeat;
	cursor:pointer;
	z-index:90;
}
.left-pane-toggler-btn-e:hover{	background-image:url(../../Images/SmartHelper/hidemenu2_hover.png)}

/* ----------- ToDoTaskList preview -----------*/
.previewShow
{
	display: inline;
	position: absolute;
	background-color: white;
	padding: 0px;
	border: 1px solid gray;
	z-index: 50;
	width: 400px;
	height: 300px;
}

.previewHide
{
	display: none;
}

.previewHeader
{
	background-color: #99CC33;
	padding: 5px 5px 5px 50px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid gray;
}

.previewHeaderClose
{
	background-color: #99CC33;
	padding: 5px;
	text-align: right;
	border-bottom: 1px solid gray;
	vertical-align: middle;
}

.previewHeaderClose img
{
	cursor: pointer;
}

.previewBody
{
	padding: 0px;
}

.previewContent
{
	padding: 5px;
	overflow: auto;
	width: 390px;
	height: 264px;
}
/*----------- ToDoTaskList preview -----------*/

#ui-datepicker-div
{
	z-index: 9999999;
	background-color: White;
}

.guidesOuter
{
	width: 100%;
}

.guidesInner
{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	height: 100%;
}

.guidesOuterTitle
{
	width: 90%;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
}

.guideItem
{
	width: 90%;
}

.guideItemTitle
{
	border: 1px solid #BBB;
	height: 30px;
	padding-left: 5px;
	padding-top: 5px;
	color: #3552A5;
}

.guideItemLength
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #3552A5;
	vertical-align: bottom;
}

.guideItemButton
{
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: bottom;
}

.guidesSeparator
{
	height: 20px;
}

.guidesButton
{
	background: url('Images/btn_blue_32.png') no-repeat;
	border: 0px;
	color: White;
	font-size: 8pt;
	height: 23px;
	width: 34px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
}

.guidePage
{
	width: 100%;
}

.guideTitle
{
	font-size: 14pt;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.guideVideo
{
	text-align: center;
}

/*-------- Video begin ------------------------*/
.mm_l
{
	font-size: 1px;
	padding: 0;
	background: url('images/videoshadow_left.png') bottom no-repeat;
	width: 19px;
}

.mm_b
{
	font-size: 1px;
	padding: 0;
	background: url('images/videoshadow_bottom.gif') bottom repeat-x;
	height: 7px;
}
.mm_r
{
	font-size: 1px;
	padding: 0;
	background: url('images/videoshadow_right.png') bottom no-repeat;
	width: 19px;
}

.mm_link
{
	padding-bottom: 5px;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 11px;
}

.mm_link_img
{
	background: url('images/weblink.gif');
	width: 20px;
	height: 20px;
}
/*-------- Video end ------------------------*/

/*-------------- Confirm start -------------------*/
.confirmDialog
{
	position: fixed;
	display: none;
	border: solid 1px #ED6103;
	width: 350px;
	background-color: White;
	z-index: 1004;
}

.confirmHeader
{
	background-color: #FFF4EC;
	padding-left: 10px;
	line-height: 14px;
	height: 15px;
	border-bottom: solid 1px #ED6103;
}

.confirmImg
{
	background: url('../../images/34_warn.png');
	width:34px;
	height:34px;
}

* html .confirmImg
{
	background: url('../../images/34_warn.png');
	/*filter:expression(fixPNG(this));*/
	width:34px;
	height:34px;
}

#confirmLabel
{
	font-size: 11px;
	font-weight: bold;
	padding: 20px 15px 15px 15px;
}

#confirmCaptionLabel
{
	padding-top: 10px;
	padding-left: 40px;
}

#confirmModalBg
{
	position: fixed;
	z-index: 1003;
	top: 0px;
	left: 0px;
	right:0px;
	bottom:0px;	
	display: none;
	background-color: #000;
	opacity:0.2;
}

.confirmButtonTd
{
	padding: 10px;
}

.button64
{
	background: url('../../Images/button64.gif');
	border: 0px;
	color: White;
	font-size: 9pt;
	height: 21px;
	width: 64px;
	cursor: pointer;
}
/*-------------- Confirm end -------------------*/


.busyScreen
{
	display: none;
	background-image: url('../../images/busy.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
}

/*
.blockOverlay
{
	background-color:#666666;
	background-image: url('DatePicker/images/ui-bg_diagonals-thick_20_666666_40x40.png');
    background-position:50% 50%;
    background-repeat: repeat;
	opacity: .50;
	filter:Alpha(Opacity=50);
}
*/


#tb1 td
{
	vertical-align: middle;
}

/*--- Header box ----------------------------------- begin ---*/
.headerBox
{
	background: url('images/menu/nt.gif') repeat;
}
.headerBoxTop div
{
	background: url('images/menu/tl.gif') no-repeat top left;
}
.headerBoxTop
{
	background: url('images/menu/tr.gif') no-repeat top right;
}
.headerBoxBotom div
{
	background: url('images/menu/bl.gif') no-repeat bottom left;
}
.headerBoxBotom
{
	background: url('images/menu/br.gif') no-repeat bottom right;
}

.headerBoxTop div, .headerBoxTop, .headerBoxBotom div, .headerBoxBotom
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.headerBoxContent
{
	margin: 0 7px;
}

.headerBox
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
/*--- Header box ----------------------------------- end ---*/

/*--- Alerts box ----------------------------------- begin ---*/
.alertBox
{
	background: url('images/alerts/nt.gif') repeat;
}
.alertBoxTop div
{
	background: url('images/alerts/tl.gif') no-repeat top left;
}
.alertBoxTop
{
	background: url('images/alerts/tr.gif') no-repeat top right;
}
.alertBoxBottom div
{
	background: url('images/alerts/bl.gif') no-repeat bottom left;
}
.alertBoxBottom
{
	background: url('images/alerts/br.gif') no-repeat bottom right;
}

.alertBoxTop div, .alertBoxTop, .alertBoxBottom div, .alertBoxBottom
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.alertBoxContent
{
	margin: 0 7px;
}

.alertBox
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
/*--- Alerts box ----------------------------------- end ---*/

/*--- Filters box ----------------------------------- begin ---*/
.filterBox
{
	background: url('images/filters/nt.gif') repeat;
}
.filterBoxTop div
{
	background: url('images/filters/tl.gif') no-repeat top left;
}
.filterBoxTop
{
	background: url('images/filters/tr.gif') no-repeat top right;
}
.filterBoxBottom div
{
	background: url('images/filters/bl.gif') no-repeat bottom left;
}
.filterBoxBottom
{
	background: url('images/filters/br.gif') no-repeat bottom right;
}

.filterBoxTop div, .filterBoxTop, .filterBoxBottom div, .filterBoxBottom
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.filterBoxContent
{
	margin: 0 7px;
}

.filterBox
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

.filterBoxContent a, .filterBoxContent a:visted, .filterBoxContent a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

.filterBoxContent a:hover
{
	text-decoration: underline;
	color: #333;
}

.filterBoxSelected
{
	background: url('images/filters/nt_s.gif') repeat;
}
.filterBoxTopSelected div
{
	background: url('images/filters/tl_s.gif') no-repeat top left;
}
.filterBoxTopSelected
{
	background: url('images/filters/tr_s.gif') no-repeat top right;
}
.filterBoxBottomSelected div
{
	background: url('images/filters/bl_s.gif') no-repeat bottom left;
}
.filterBoxBottomSelected
{
	background: url('images/filters/br_s.gif') no-repeat bottom right;
}

.filterBoxTopSelected div, .filterBoxTopSelected, .filterBoxBottomSelected div, .filterBoxBottomSelected
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.filterBoxContentSelected
{
	margin: 0 7px;
}

.filterBoxSelected
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

.filterBoxContentSelected a, .filterBoxContentSelected a:visted, .filterBoxContentSelected a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: white;
}

.filterBoxContentSelected a:hover
{
	text-decoration: underline;
}
/*--- Filters box ----------------------------------- end ---*/

/*--- Button box ----------------------------------- begin ---*/

.buttonBox
{
	background: #6FB6E5;
	cursor: pointer;
}
.buttonBoxTop
{
	background: url('images/button/tr.gif') no-repeat top right;
	margin-bottom: -2px;
}
.buttonBoxTop div
{
	font-size: 0;
	height: 6px;
	background: url('images/button/tl.gif') no-repeat top left;
}
.buttonBoxBottom
{
	background: url('images/button/br.gif') no-repeat bottom right;
	margin-top: -2px;
}
.buttonBoxBottom div
{
	font-size: 0;
	height: 6px;
	background: url('images/button/bl.gif') no-repeat bottom left;
}
.buttonBoxContent
{
	padding: 0px 6px 0px 6px;
	color: White;
	font-weight: bold;
	text-align: center;
}
.buttonBoxOuter
{
	text-decoration: none;
}

/*--- Button box ----------------------------------- end ---*/

.errorText
{
	color: Red;
}
.infoText
{
	color: Blue;
}


/*--- Email boxes ------------------------ begin --- */
.emailBoxes
{
	color: #3552A5;
	font-weight: bold;
}

.emailBoxCurrent a, .emailBoxCurrent a:hover
{
	color: #3552A5;
	padding-right: 10px;
	text-decoration: underline;
}

.emailBox a
{
	color: #3552A5;
	padding-right: 10px;
	text-decoration: none;
}

.emailBox a:hover
{
	color: #3552A5;
	padding-right: 10px;
	text-decoration: underline;
}
/*--- Email boxes ------------------------ end --- */

/*--- Master Footer ---*/
.footerCopyright
{
	color: #828a90;
	padding-right: 10px;
	font-size: 11px;
}

.footerLink
{
	padding-right: 15px;
	font-size: 11px;
}

.footerLink a
{
	color: #006699;
	text-decoration: none;
}

.footerLink a:hover
{
	text-decoration: underline;
}

/*--- Sub menu ---------------- begin ---*/

.subMenuWrapper
{
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	background: url(images/sub_menu/bg_tabswrapper.gif) bottom repeat-x;
}

.subMenuLeft
{
	display: block;
	list-style: none;
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
	height: 30px;
}

.subMenuLeft li
{
	display: block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(images/sub_menu/bg_tabs1.gif) top repeat-x;
}

* html .subMenuLeft li
{
	display: block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	width:120px;
	background: url(images/sub_menu/bg_tabs1.gif) top repeat-x;
}

.subMenuLeft li.leftSpace
{
	display: block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	background: none;
	width: 20px;
}


.subMenuLeft li.active
{
	background: url(images/sub_menu/bg_tabs1_active.gif) top repeat-x;
}

.subMenuLeft li a
{
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	background: url(images/sub_menu/tabs1_separator.gif) top left no-repeat;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 1px 0 #0f3c5a;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.subMenuLeft li a span
{
	display: block;
	float: left;
	margin: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	/*min-width: 120px;*/
	margin-left:5px;
	margin-right:5px;
}


* html .subMenuLeft li a
{
    color: #ffffff! important;
	text-decoration:none;
}

* html .subMenuLeft li a:hover
{
	text-decoration:none;
}

* html .subMenuLeft li a span
{
	display: block;
	float: left;
	margin: 0;
	width: auto;
	height: 30px;
	line-height: 30px;
	width: 120px; 
	text-align: center;
}

.menuItemText
{
	margin-left: 10px;
	margin-right: 10px;
	min-width: 120px;
	text-align: center;
	height: 100%;
}

.subMenuLeft li.firstChild
{
	background: url(images/sub_menu/bg_tabs1_first.gif) top left repeat-x;
}

.subMenuLeft li.firstChildActive
{
	background: url(images/sub_menu/bg_tabs1_first_active.gif) top left repeat-x;
}

.subMenuLeft li.firstChild a, .subMenuLeft li.firstChildActive a
{
	background: none;
}

.subMenuLeft li.lastChild
{
	background: url(images/sub_menu/bg_tabs1_last.gif) top right repeat-x;
}

.subMenuLeft li.lastChildActive
{
	background: url(images/sub_menu/bg_tabs1_last_active.gif) top right repeat-x;
}

.subMenuLeft li.active a, .subMenuLeft li.firstChildActive a, .subMenuLeft li.lastChildActive a
{
	color: #333333;
	text-shadow: none;
}

* html .subMenuLeft li.active a, 
* html .subMenuLeft li.firstChildActive a, 
* html .subMenuLeft li.lastChildActive a
{
	color: #333333! important;
	text-shadow: none;
}

.subMenuRight
{
	float: right;
}

.subMenuRight li
{
	background: url(images/sub_menu/bg_tabs2.gif) top repeat-x;
}

* html .subMenuRight li
{
	background: url(images/sub_menu/bg_tabs2.gif) top repeat-x;
    width: 80px;
}

.subMenuRight li a
{
	background: url(images/sub_menu/tabs4_separator.gif) no-repeat left;
	font-weight: bold;
	color: #006699;
	text-shadow: 0 1px 0 #ffffff;
}

.subMenuRight li a span
{
	display: block;
	float: left;
	margin: 0;
	padding: 0px 10px 0px 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	min-width: 80px;
}

* html .subMenuRight li a, 
* html .subMenuRight li a:hover
{
    color: #006699! important;
	text-decoration:none;
}

* html .subMenuRight li a span
{
	display: block;
	float: left;
	margin: 0;
	padding: 0px 10px 0px 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 80px;
}

.subMenuRight li.firstChild
{
	background: url(images/sub_menu/bg_tabs2_first.gif) top left repeat-x;
}

.subMenuRight li.lastChild
{
	background: url(images/sub_menu/bg_tabs2_last.gif) top right repeat-x;
}

.tabYourProfile
{
	background: url(images/sub_menu/profile.png) 8px 3px no-repeat;
}

.tabCVs
{
	background: url(images/sub_menu/24.png) 8px 3px no-repeat;
}

.tabLetters
{
	background: url(images/sub_menu/24.png) 8px 3px no-repeat;
}
/*--- Sub menu ---------------- end ---*/

.newsP
{
	color: #006699;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.leftList
{
	/*border-bottom:solid 1px #c4e2f7; */
	color: #666666;
}

.leftList h1
{
	font-size: 16px;
	color: #181B21;
}

.leftItem
{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
}

.leftItemSeparator
{
	height: 1px;
	background: #b6d1e3 url('../../images/left_item_sep.gif') left no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size:1px;
}

* html .leftItemSeparator
{
	height: 1px;
	font-size:1px;
	background: transparent url('../../images/left_item_sep.gif') right no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
}

.rightItemSeparator
{
	width: 1px;
	background: #b6d1e3 url('../../images/right_item_sep.gif') bottom no-repeat;
	margin-bottom: 10px;
	height: 100%;
	float: right;
}

/*---Giudes grid--*/
.giudesGrid
{
	width: 100%;
	background-color: White;
	border-collapse: collapse;
	border: 0px;
}

.giudesGridRow td
{
	background-color: #E3F1FA;
	padding: 3px;
	cursor: default;
	vertical-align: middle;
	height: 24px;
	border: solid 3px white;
}

.giudesGridRow table
{
	width: 100%;
}

.giudesGridRow table td
{
	background-color: #E3F1FA;
	border: none;
	width: 100%;
}

.giudesTitle
{
	font-size: 8pt;
	font-weight: bold;
}

.giudesGrid .giudesFeature
{
	width: 25%;
	padding: 0px 10px 0px 4px;
}

.giudesGrid .giudesRight
{
	width: 50%;
	text-align: right;
	padding: 0px 10px 0px 4px;
}

.giudesFeatureValue
{
	font-size: 8pt;
	font-weight: bold;
}

.scrollBtnUp
{
	z-index: 101;
	position: relative;
	top: 40px;
}

.scrollBtnDown
{
	z-index: 102;
	position: absolute;
	bottom: 1px;
	width: 100%;
}
.scrollBtnHiden
{
	display: none;
}

.profileComplete table
{
	display: none;
	padding-top: 3px;
	width: 100%;
}

.profileComplete td
{
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 12px;
	height: 24px;
}

.instantTips
{
	padding-top: 3px;
	padding-left: 3px;
	width: 95%;
}

.instantTips td
{
	/*display: none;*/
	padding-right: 3px;
	color: #006699;
	font-family: 'Trebuchet MS' , Helvetica, Sans-Serif;
	font-size: 12px;
	height: 10px;
}

.instantTips td img
{
	vertical-align: middle;
}

.instantTipsDuration
{
	/*border-bottom: dotted 1px #cccccc;*/
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x bottom;
}

.instantTipsDurationImg
{
	padding-right: 3px;
}

.instantTipsDurationText
{
	color: #666666;
}

.leftItemTriangle
{
	cursor: pointer;
	padding-right: 5px;
}

/*--- CV Item ---------------------------------*/

.cvIconsList
{	
	margin-right:-20px;			
}

.full-sized .per3{display:none;}
.full-sized .per4{display:block;}
.per4{display:none;}
.per3, .per4{height:50px; clear:both; padding-top:1px;}

.full-sized .cvItemBoxOuter{margin-right:17px;}
.cvItemBoxOuter
{
	margin:0px 20px 0px 0px;
	width: 220px;	
	float:left;	
	
}

.cvItemBox
{
	height: 262px;
	background: url('../../images/cv_item_bg.gif') top left no-repeat;
	border-bottom: solid 1px #C2EBFF;
	padding: 0px 1px 10px 1px;
	
}

.cvItemBoxHover
{
	height: 262px;
	background: url('../../images/cv_item_focus_bg.gif') top left no-repeat;
	border-bottom: solid 1px #C2EBFF;
	padding: 0px 1px 10px 1px;
}

.cvItemBoxHover_SAVE
{
	height: 220px;
	background: url('../../images/cv_item_focus_bg.gif') top left no-repeat;
	border-bottom: solid 1px #C2EBFF;
	padding: 15px 20px 10px 20px;
}

.cvItemDate
{
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-bottom: 0px;
}

.cvItemDateLabel
{
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-bottom: 0px;
}

td .cvItemStatus
{
	padding-left: 18px;
}

.cvItemStatus
{
	font-size: 10px;
	color: #333333;
	padding-bottom: 0px;
	height: 33px;
}

.cvItemStatusLabel
{
	font-size: 10px;
	color: #999;
	text-align: right;
	padding-bottom: 0px;
}

.cvItemIconViewComplete
{
	width: 16px;
	height: 16px;
	background: url(../../images/cv_item_iv_complete.png) left no-repeat;
}

.cvItemIconViewIncomplete
{
	width: 16px;
	height: 16px;
	background: url(../../images/cv_item_iv_incomplete.png) left no-repeat;
}

.cvItemIconViewSent
{
	width: 16px;
	height: 16px;
	background: url(../../images/cv_item_iv_sent.png) left no-repeat;
}

.cvItemName
{
	color: #006699;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 18px;
	padding-right: 10px;
}

.cvItemName span
{
	color: #006699;
	font-size: 16px; /*font-weight: bold;*/
}

.cvItemName a
{
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}

.cvItemName a:hover
{
	font-size: 11px;
	text-decoration: underline;
}

.cvItemNote
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

.cvItemNote span
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

.cvItemHelp
{
	padding-left: 20px;
	padding-top: 35px;
}

.cvItemObjTitle
{
	font-size: 10px;
	color: #C4C7C8;
	font-weight: bold;
}

.cvItemInnerSeparator
{
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

.cvItemInnerSeparator div
{
	width: 90%;
	border-bottom: solid 1px #ffffff;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.cvItemObjDescr
{
	height: 80px;
	padding-left: 7px;
}

.cvItemObjChangeLayout
{
	text-align: left !important; 
	padding-left: 20px;
	padding-bottom: 7px !important;
	float:none !important;
}

.cvItemObjDescr .editLabelTable
{
}

.cvItemObjDescr .editLabelTableHover
{
	background: #F1F6F7;
}

.cvItemObjDescr .editLabelValue
{
	width: 173px;
	height: 60px;
}

.cvLinkButtons
{
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cvLinkButton
{
	font-weight: bold;
	font-size: 12px;
}

.cvLinkButton a
{
	color: #006699;
	text-decoration: none;
}

.cvLinkButton a:hover
{
	text-decoration: underline;
}

.cvItemStagesImg
{
	vertical-align: bottom;
	padding-bottom: 5px;
}

.cvItemStagesTxt
{
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 5px;
}

.cvItemSeparator
{
	margin-top: 20px;
	height: 1px;
	line-height:1px;
	overflow: hidden;
	font-size:0;
	background: #b6d1e3 url(../../images/cv_item_sep_bg.gif) top left no-repeat;
}

.cvItemWorkspace
{
	padding: 0px 1px 1px 20px;
}

.cvItemWorkspaceHover
{
	background-color: #FFEEE0;
	padding: 0px 1px 1px 20px;
}

.hideOnPreLoad
{
	display: none; /* will appear when layout inits */
}

A.disabled
{
	text-decoration: line-through;
	color: #D8C9C9 !important;
	cursor: default;
}

.TodoTasksContactCell
{
	color: #006699;
	font-weight: bold;
}

/*--- Email Templates ---*/
.userEmailTemplate
{	
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x bottom;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	cursor: pointer;
}

.userEmailTemplate:hover
{
	background-color: #f1f6f7;
}

.userEmailTemplate #divUserTemplateActions
{
	display:none;
}

.userEmailTemplate:hover #divUserTemplateActions
{
	display:inherit;
}

.userEmailTemplateHover
{
	/*border-bottom: dotted 1px #CCCCCC;*/
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x bottom;
	padding: 5px 5px 5px 5px;
	background-color: #f1f6f7;
	cursor: pointer;
}

.commonEmailTemplate
{
	/*border-bottom: dotted 1px #CCCCCC;*/
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x bottom;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	cursor: pointer;
}

.commonEmailTemplate:hover
{
	background-color: #F1F6F7;
}

.commonEmailTemplate #divCommonTemplateActions
{
	display:none;
}

.commonEmailTemplate:hover #divCommonTemplateActions
{
	display:inherit;
}

.commonEmailTemplateHover
{
	/*border-bottom: dotted 1px #CCCCCC;*/
	background: url("../../images/bg_dotted_h-line_3x1.gif") repeat-x bottom;
	padding: 5px 5px 5px 5px;
	background-color: #F1F6F7;
	cursor: pointer;
}

.flatButton
{
	text-align: center;
	width: 60px;
	background-color: #F1F6F7;
	color: #006699;
	cursor: pointer;
	border: none;
}

.flatButtonWhite
{
	text-align: center;
	width: 60px;
	background-color: #ffffff;
	color: #006699;
	cursor: pointer;
	font-weight: bold;
	border: none;
}

.flatButtonWhiteWithBorder
{
	text-align: center;
	width: 58px;
	background-color: #ffffff;
	color: #006699;
	cursor: pointer;
	font-weight: bold;
	border: solid 1px #1D70A8;
}
.flatBtnWhiteBorderNoBold
{
	text-align: center;
	width: 58px;
	background-color: #ffffff;
	color: #006699;
	cursor: pointer;
	font-weight: normal;
	border: solid 1px #1D70A8;
}

.flatButtonHoverWithBorder
{
	text-align: center;
	min-width: 60px;
	*width: 60px;
	background-color: #006699;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	border: solid 1px #1D70A8;
}

.flatButtonHover
{
	text-align: center;
	width: 60px;
	background-color: #006699;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	border: solid 1px #006699;
}

.flatButtonHoverNoBold
{
	text-align: center;
	width: 60px;
	background-color: #006699;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	border: solid 1px #006699;
}

a.flatButtonHover
{
	min-width:60px;
	line-height:20px;
	width:auto;
	padding:1px 15px 1px 15px;
	text-decoration:none;
	color:White;
}

a.flatButtonHover:hover
{
	color:White;
	text-decoration:none;
}

.flatButtonHoverLight
{
	text-align: center;
	width: 60px;
	background-color: #F1F6F9;
	color: #0764A9;
	cursor: pointer;
	font-weight: bold;
	border: solid 1px #F1F6F9;
}

a.flatButtonHoverLight
{
	min-width:60px;
	width:auto;
	padding:1px 15px 1px 15px;
	text-decoration:none;
}

.emailTemplateType
{
	font-size: 11px;
	font-weight: bold;
	background-color: #C2EBFF;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	margin-bottom: 6px;
}

.emailTemplateSubject
{
	font-size: 11px;
	border: solid 1px #B7B7A6;
	padding-left: 3px;
	width: 300px;
	height: 14px;
}

.emailTemplateAction
{
	color: #006699;
}

.emailTemplateAction:hover
{
	color: #297FA9;
	text-decoration: underline;
}

.emailTemplateActionHover
{
	color: #297FA9;
	text-decoration: underline;
}

.gridActionsTable
{
	border-collapse: collapse;
	margin-left: 5px;
}

.gridActionsTable a
{
	font-weight:normal;	
}

.gridActionsTable td
{
	color: #006699;
	font-size: 9pt;
	text-decoration: none;
	padding-right: 20px;
	white-space: nowrap;
	vertical-align:middle;
}

.boxFilter
{
	background-color: #F1F6F7;
	line-height:23px;
	padding:15px;
}
.boxFilter .left
{
	margin-right:15px;	
}

.boxFilter .topSeparator
{
	border-bottom:1px solid white;
	font-size:0px;
	line-height:0px;
	height:0px;
	margin:0px -15px;
}


#JobFeeds .header .helpIcon { background-position:left center;}
#JobFeeds .header a { margin-right:1em; }
#JobFeeds .header
{	
	height: 25px;	
	padding: 0 20px;
}
#JobFeeds .collapsed .iconCollapse{display:none;}
#JobFeeds .expanded .iconExpand{display:none;}
#JobFeeds .boxFilter { padding-bottom:0px; }
#JobFeeds .boxFilter .topSeparator
{
	padding-top:10px;
}

.collapsed .hide { display:none; }

/* Icon links*/

.iconLink
{
	padding-left:18px !Important;
	background:left center no-repeat;
}

.iconCollapse		{ background-image:url(../../Images/btn/arrowup_normal.png); }
.iconCollapse:hover { background-image:url(../../Images/btn/arrowup_hover.png); }

.iconExpand			{ background-image:url(../../Images/btn/arrowdown_normal.png); }
.iconExpand:hover	{ background-image:url(../../Images/btn/arrowdown_hover.png); }

/* Icon links*/

.gridFiltersTable
{
	background-color: #F1F6F7;
	width: 100%;
	height: 65px;
	margin-bottom: 13px;
}

.gridFiltersTable select, .gridFiltersTable select option
{
	padding-left: 5px; /*width: 160px;*/
	width: 100%;
}

.gridFiltersTable td
{
	padding: 0px 0px 10px 15px;
	white-space: nowrap;
}
.gridFiltersTable td.first
{
	padding-left: 12px;
}
.gridFiltersTable td.last
{
	padding-right: 0px;
}

.gridFiltersTable td.lastTD
{
	padding-right: 15px;
}

.gridFiltersTable td img
{
	border: 0px;
	cursor: pointer;
}
.gridFiltersTable td input
{
	width: 95%;	
}

.gridFiltersTable td select
{
	width: 95%;
	color: #333333;
}

.gridFiltersTable td input[type="checkbox"]
{
	width: auto;
}

* html .gridFiltersTable td span input
{
	width: 20px;
}

* html .gridFiltersTable td .gridFiltersTableChkBox
{
	width: 20px;
}

.gridFiltersTable label
{
	line-height: 18px;
	vertical-align: bottom;
	padding-bottom: 3px;
}

.gridFilterHead td
{
	padding: 15px 0px 3px 17px;
	color: #333333;
}

/*--- Resource lists ---*/
.ResourcesTable
{
	width: 100%;
	border-bottom: solid 1px #B2CEE1;
}

.ResourcesTable th
{
	text-align: left;
	color: #8FC9D2;
	border-bottom: solid 1px #C2EBFF;
	border-top: solid 1px #C2EBFF;
	border-right: 0px;
	border-left: 0px;
	height: 20px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 0px 2px 0px;
}

.AgenciesList, .JobWebsiteList, .NewsPapersList, .EmployersList
{
	width: 100%;
	border: 0px;
	line-height: 15px;
}
.JobWebsiteList td
{
	color: #006699 !important;
}

.AgenciesList td, .JobWebsiteList td, .AgenciesList td, .NewsPapersList td, .EmployersList td
{
	border: 0px;
	padding: 5px;
	cursor: pointer;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333333;
}

.AgenciesListWorkplace, .JobWebsitesListWorkplace, .NewsPapersListWorkplace, .EmployersListWorkplace
{
	height: 490px;
	width: 99%;
	overflow-y: auto;
	overflow-x: hidden;
}

.verticalBorderedTD
{
	border-left: solid 1px #B2CEE1;
	border-right: solid 1px #B2CEE1;
}

#ResourceDetails
{
	display: none;
}

#ResourceDetails h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #607080;
}

#BusinessAreaList, #RegionList
{
	height: 445px;
	width: 99%;
	overflow-y: auto;
	overflow-x: hidden;
}

#BusinessAreaList div.businessAreaItem, #RegionList div.regionsItem, #EmployersAreaList div.empCity
{
	padding: 3px 0px 3px 15px;
	font-family: Trebuchet MS;
	font-size: 12px;
}

.NoDataText
{
	color: #CCCCCC;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding-top: 100px;
	font-family: Trebuchet MS;
}
.gridSaveLink
{
	color: #006699;
	text-decoration: none;
	float: right;
	padding-right: 30px;
	font-family: Trebuchet MS;
}
.grdItemCount
{
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
}

.updateGroupsDiv
{
	float: right;
	margin-top: 3px;
	vertical-align: middle;
}
.contactsGroupsPreview, .contactsSpecialGroups
{
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 3px;
}
.contactsGroupsPreviewTD
{
	padding: 9px 0px 0px 16px;
	background-color: #ffffff;
	cursor: pointer;
}
.contactsGroupsPreviewTDAll
{
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	height: 22px;
}
.contactsGroupsEdit input
{
	border-color: #9DBFCF #B6DEF1 #B6DEF1 #9DBFCF;
	border-style: solid;
	border-width: 1px;
	color: #333333;
}
.contactsGroupsEdit a, #addAnotherGroup a
{
	padding-left: 3px;
	margin-top: 3px;
	font-weight: normal;
}

.contactsSpecialPreviewTD
{
	padding: 5px 5px 5px 15px;
	background-color: #ffffff;
	cursor: pointer;
}

.socialAuthLink
{
	float: right; 
	display: none;
}

.listContactsNames, .listContactsCompanies
{
	/*font-weight: bold;*/
	font-family: Trebuchet MS;
	font-size: 12px;
	width: 200px;
	height: 26px;
	line-height:26px;	
	cursor: pointer;
	background-color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	color: #666666;
	margin-left: 8px;
	padding-left: 5px;
}

.listContactsNamesMore
{
	padding-left: 20px !important;
	width: auto;
}
.listContactsNames
{
	/*padding-top: 5px;*/
}

.listContactsCompanies
{
	/*border-top: dotted 1px #CCCCCC;*/
	background: #FFFFFF url(../../Images/dottedGrayLine.gif) repeat-x top;
	/*padding-top: 5px;*/
}

.tblContactCompanies, .tblContactNames
{
} 
.contactsSpecialGroups
{
	font-family: Trebuchet MS;
}
.contactsTHRow, #grd tr th, #historyGrid tr th
{
	color: #8FC9D2;
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS;
	border-style: solid;
	border-width: 1px;
	border-color: #C2EBFF #FFFFFF #C2EBFF #FFFFFF;
	border-left: none;
	border-right: none;
	vertical-align: middle;
	height: 24px;
}
#historyGrid tr th
{
	text-align: left;
}

.contactFormEdit, .companyFormEdit
{
	padding-left: 20px;
}

.contactFormEdit table tr th, .companyFormEdit table tr th
{
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
}

.contactFormPreview table tr th a, .companyFormPreview table tr th a, .contactListHeader a
{
	padding: 0px 5px 0px 5px;	
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
}

.contactFormPreview table tr th, .companyFormPreview table tr th, .contactListHeader
{	
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-color: #F1F6F7;
	border: none;
	line-height:28px;
	height: 28px;
}

.contactListHeader
{
	margin:0px;	
	padding:0px;	
}

.contactFormPreview table tr td, .companyFormPreview table tr td
{
	padding-left: 20px;
}
.contactAnnoTD
{
	color: #9F9F9F;
	font-family: Trebuchet MS;
}

.contactEditAnnoTD
{
	color: #333333;
	font-family: Trebuchet MS;
}
.contactValueTD
{
	font-weight: bold;
	font-family: Trebuchet MS;
	color: #333333;
}
.contactValueTD a
{
	font-weight: normal;
}
.contactDashedLineTD
{
	background: #FFFFFF url(../../Images/dottedGrayLine_long.gif) no-repeat 20px bottom;
}

.contactDashedLineTD div.vp10
{
	padding:10px 0 10px 0;
}

.contactsPhoneTbl tr td.contactAnnoTD
{
	padding: 3px 0px 0px 15px;
}

.contactEditAnnoTD
{
	padding: 0px 0px 2px 15px;
}

.contactsPhoneTbl tr td.contactValueTD
{
	padding: 3px 0px 0px 15px;
}

.contactFormEdit table tr th, .companyFormEdit table tr th
{
	padding: 10px 0px 10px 0px;
	background-color: #F1F6F7;
}
.contactFormEdit table, .companyFormEdit table
{
	background-color: #F1F6F7;
}
.contactFormEdit .contactAnnoTD, .contactFormEdit .contactValueTD, .companyFormEdit .contactAnnoTD, .companyFormEdit .contactValueTD
{
	padding-left: 15px;
}
.contactFormEdit .contactAnnoTD, .companyFormEdit .contactAnnoTD, .contactFormEdit .contactEditAnnoTD, .companyFormEdit .contactEditAnnoTD
{
	padding-bottom: 1px;
}
.contactFormEdit .contactValueTD, .companyFormEdit .contactValueTD
{
	padding-bottom: 5px;
}

.contactValueTD input, .contactValueTD textarea
{
	border-style: solid;
	border-width: 1px;
	border-color: #9DBFCF #B6DEF1 #B6DEF1 #9DBFCF;
	width: 90%;
	color: #333333;
}
.centeredEmptyTd
{
	vertical-align: middle;
	text-align: center;
}

.addAgencyButton, #NewsPaperDetails div.addNewsPaperButton, #EmployerDetails div.addEmployerButton
{
	/*margin-top: 10px;*/
	line-height: 24px;
	padding-left: 10px;
	background: #F5F5F5 url(../../Images/dottedGrayLine_long.gif) no-repeat bottom;
}

#NewsPaperDetails div.addNewsPaperButton a span, #EmployerDetails div.addEmployerButton a span, .addAgencyButton a span
{
	color: #006699 !important;
}

.addAgencyButton a img, .alertDataButton a img, #NewsPaperDetails div.addNewsPaperButton a img, #EmployerDetails div.addEmployerButton a img
{
	border: none;
	vertical-align: middle;
}
.addAgencyButton a, .alertDataButton a
{
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #006699;
}

.alertDataButton
{
	margin-top: 10px;
}

.ulDirectoryTabs
{
	margin-bottom: 0px;
	padding-left: 10px;
}

.directoryTabs li
{
	display: inline;
	list-style-type: none;
	padding: 0px 5px 0px 5px;
	border: solid 1px #CCE7F8;
	padding-left: 5px;
	height: 20px;
}

.directoryTabs li a
{
	background-image: url(Images/directory_tabs_bg.png) top repeat-x;
}

.directoryTabs li.active a
{
	background-image: none;
}

.directoryTabs li.active
{
	display: inline;
	list-style-type: none;
	border-style: solid;
	border-width: 1px;
	border-color: #CCE7F8 #CCE7F8 #FFFFFF #CCE7F8;
}
.jobBoardsInContactSpan
{
	color: #666666;
	float: right;
	padding-right: 20px;
	display: block;
}
.jobWebAnchor, .jobWebAnchor span
{
	text-decoration: none;
	font-family: Trebuchet MS;
	float: right;
	padding-right: 20px;
}
.jobWebAnchor img
{
	border: none;
	vertical-align: middle;
}

.jobWebAnchorPlus
{
	background: url(../../Images/11_icon-plus.png) 0px 3px no-repeat;
	display: block;
	padding-left: 15px;
	color: #006699 !important;
}

.jobWebAnchorMinus
{
	background: url(../../Images/11_icon-minus.png) 0px 3px no-repeat;
	display: block;
	padding-left: 15px;
	color: #006699 !important;
}
#FeaturedSites div
{
	padding: 5px 5px 5px 0px;
}
.featuredDiv div a
{
	display: none;
}

.featuredDivHover div a
{
	display: inline;
}

.featuredDiv
{
	background: #FFFFFF url(../../Images/dottedGrayLine_long.gif) no-repeat bottom;
	height: 50px;
}

.featuredDivHover
{
	background-color:#F1F6F7 !important;
}

.featuredDivLast
{
	border-bottom: solid 1px #C2EBFF;	
	background-image:none;
}

* html .featuredDiv
{
	background: #FFFFFF url(../../Images/dottedGrayLine_long.gif) no-repeat bottom;
	height: 55px;
}

.featuredSpan
{
	color: #666666;
	font-family: Trebuchet MS;
}

.greetingText
{
	padding-left: 5px;
	height: 25px;
}
.greetingText span
{
	font-size: 12px;
}

.greetingHome, .greetingHomeDisabled,
.greetingWorkProgramme
{
	width: 32px;
	height: 30px;
	background: url(Images/tab_home.gif) top left no-repeat;
	cursor: pointer;
	position:absolute;
	*top:0px;
	*left:0px;
}

.greetingHomeDisabled
{
	background: url(Images/tab_home_disabled.png) top left no-repeat;
	cursor: default;
}

.greetingHome:hover
{	
	background: url(Images/tab_home_active.gif) top left no-repeat;		
}

.greetingWorkProgramme
{
	background: url(Images/tab_programme.png) top left no-repeat;
}

.greetingWorkProgramme:hover, 
.greetingWorkProgrammeHover
{	
	background: url(Images/tab_programme_active.png) top left no-repeat;		
}

.greetingTrHomePage
{
	width: 32px; 
	position: relative; 
	position:static\0/;/* IE8 css hack */
	*position: relative; /* IE7 css hack */
}

#ResourceDetails span, #NewsPaperDetails span, #EmployerDetails span
{
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 12px;
}

#ResourceDetails span.title, #NewsPaperDetails span.title, #EmployerDetails span.title
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #999999;
}
#ResourceDetails #lblAddress
{
	color: #333333;
}

#NewsPaperDetails div, #EmployerDetails div
{
	margin: 0px 12px 0px 7px;
	background: #FFFFFF url(../../Images/dottedGrayLine_long.gif) no-repeat bottom;
	padding: 10px 0px 10px 0px;
}

#NewsPaperDetails div span.blueSpan
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}


/*--<Filter>--*/

.gridFiltersTable td input.filterBtnUpdate
{
	width: 60px;
	color: #FFFFFF;
}

.gridFiltersTable td input.filterBtnClear
{
	width: 60px;
	color: #1D70A8;
}

.filterBtnUpdate
{
	border: solid 1px #1D70A8;
	background-color: #1D70A8;
	color: #FFFFFF;
	width: 60px;
	cursor: pointer;
}

.filterBtnClear
{
	border: solid 1px #1D70A8;
	background-color: #FFFFFF;
	color: #1D70A8;
	width: 60px;
	cursor: pointer;
}

.filterBtnCancel
{
	border: solid 1px #F1F6F7;
	background-color: #F1F6F7;
	color: #1D70A8;
	width: 60px;
	cursor: pointer;
}

/*--</Filter>--*/

.ulEmailSetting
{
	width: 400px;
}

.ulEmailSetting li
{
	padding-bottom: 10px;
}

.emailProviderDropDownList
{
	width: 180px;
}

.emailSettingEmailPasswordTable
{
	width: 100%;
}

.emailSettingEmailPasswordTable input
{
	width: 190px;
}

.secontTd
{
	padding-left: 10px;
}

.liEmailSettingButton
{
	text-align: right;
}
#tblAllGroupsTemplates, #tblSpecialGroupsTemplates
{
	font-size: 12px;
}

.contactGroups
{
	font-size: 12px;
	font-weight: bold;
	background-color: #C2EBFF;
	padding: 0px 5px 0px 5px;
	white-space: nowrap;
	font-family: Trebuchet MS;
	line-height: 22px;
	margin-bottom: 3px;
	color: #333333;
}

div.TDTEditor
{
	/*background-color: #F1F6F7; 	border-bottom: 1px dashed #CCCCCC;*/
	padding: 4px;
	background: #F1F6F7 url("../../images/dottedGrayLine2x1.gif") repeat-x bottom;
}

table.TDTEditor
{
}

table.TDTEditor span
{
	padding-right: 4px;
}

table.TDTEditor td
{
	height: auto;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	white-space: nowrap;
}

.negativeTr td
{
	background-color: #F1F6F7;
	border-bottom: solid 0px #333333;
	padding: 3px;
}

.positiveTr td
{
	background-color: #FFFFFF;
	border-bottom: solid 0px #333333;
	padding: 3px;
}

/*--- Message area ---------------*/
.messageBlockLeftRed
{
	height: 40px;
	padding-left: 20px;
	background: url(images/top_message/bg_message-left.png) left no-repeat;
	margin-top: 25px;
}

 * html .messageBlockLeftRed
{
	height: 40px;
	padding-left: 20px;
	background-image: url(images/top_message/bg_message-left.png);
	background-position:left;
	background-repeat:no-repeat;
	margin-top: 25px;

}

.messageBlockLeftGreen
{
	height: 40px;
	padding-left: 20px;
	background: url(images/top_message/bg_message-left-green.png) left no-repeat;
	margin-top: 25px;
}

.messageBlockRightRed
{
	height: 40px;
	padding-right: 20px;
	background: url(images/top_message/bg_message-right.png) right no-repeat;
}

* html .messageBlockRightRed
{
	height: 40px;
	padding-right: 20px;
	padding-left:10px;
	background: url(images/top_message/bg_message-right.png) right no-repeat;

}

.messageBlockRightGreen
{
	height: 40px;
	padding-right: 20px;
	background: url(images/top_message/bg_message-right-green.png) right no-repeat;
}


.messageBlockInner
{
	height: 40px;
	margin: 0 -20px;	
}

.messageBlockInnerLeft
{
	width: 10%;
	float: left;
	height: 30px;
}

.messageBlockText
{
	display: block;
	float: left;
	width: 80%;
	height:30px;
	text-align: center;
	margin: 2px 0 0 0;
	overflow: hidden;
	padding-top:2px;
}

.messageBlockText span
{
    line-height:30px;
}

.messageBlockInnerRight
{
	width: 10%;
	float: right;
	height: 30px;
}

.messageWarnIcon
{
	width: 34px;
	height: 34px;
	margin: -3px 0 0 auto;
	padding-left: 10px;
}

* html .messageWarnIcon
{
	margin: -2px 0px 0 10px;
	padding:0;
    /*filter:expression(fixPNG(this));*/
}

.messageCloseButton
{
	display: block;
	float: right;
	margin: 6px 6px 0 0;
	width: 28px;
	height: 28px;
	background: url(images/top_message/btn_message-close.png) no-repeat;
	cursor: pointer;
}

* html .messageCloseButton
{
	display: block;
	float: right;
	margin: 6px 6px 0 0;
	width: 28px;
	height: 28px;
	background: url(images/top_message/btn_message-close.png) no-repeat;
	cursor: pointer;
	/*filter:expression(fixPNG(this));*/
}

#grd tr th
{
	text-align: left;
}

#grd tr td
{
	height: 40px;
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #FFFFFF url(../../Images/dottedGrayLine.gif) repeat-x bottom;
	vertical-align: middle;
}

.markSpan a
{
	color: #006699;
}

.AppHistorySubject
{
	color: #006699 !important;
	font-family: Trebuchet MS;
	font-size: 13px;
}

#historyGrid #statusTable tr td
{
	background-image: none;
	padding-top: 0px;
	vertical-align: middle;
}
.exportHistoryLabel
{
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	font-family: Trebuchet MS;
	padding-right: 20px;
}

#historyGrid tr td
{
	height: 40px;
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #FFFFFF url(../../Images/dottedGrayLine.gif) repeat-x bottom;
	color: #333333;
	vertical-align: top;
	padding-top: 12px;
}
.filterCheckBox
{
	padding-left: 16px;
}

.settingsEmailForm
{
	width: 100%;
	background-color: #F1F6F7;
	text-align: left;
	padding: 0px 20px 0px 20px;
}

.settingsEmailForm th
{
	padding: 10px 0 5px 0;
	background: #F1F6F7 url(../../Images/dottedGrayLine.gif) repeat-x bottom;
	color: #333333;
}

.settingsRule
{
	margin-bottom: 20px;
	height: 1px;
	width: 100%;
	color: #C2EBFF;
	border: solid 1px #C2EBFF;
}
p.DNN_News_ItemDate
{
	margin-top: 10px;
	margin-bottom: 0px;
}
p.DNN_News_ItemLink
{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:21px;
}

p.DNN_News_ItemLink a
{
    font-size: 13px;
}

p.DNN_News_ItemDetails
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: #515358;
}

.dottedLine
{
	background: #FFFFFF url(../../Images/dottedGrayLine.gif) repeat-x bottom;
	height:1px;
	width:100%;
}

.adviceHeader
{
	background: url(Images/filters/bg.gif) repeat-x bottom;
	margin: -10px -10px 0px -10px;
	padding: 10px 10px 0px 30px;
	
}
.adviceList
{
	margin: 0px -10px 0px -10px;
}

a.linkClose
{
	background-position: 0px 0px;
	display: inline-block;
	height: 16px;
	width: 16px;
	/*padding-left: 16px;*/
	overflow: hidden;
	background-image: url('../../Images/close_16x16.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-bottom: 3px;
}

/*-------------- Suggestion start -------------------*/
.SuggestionHint
{
	position: absolute;
	display: none;
	border: solid 1px;
	width: 100px;
	height: 100px;
	padding: 10px 10px 10px 10px;
	background-color: White;
	z-index: 1001;
}
.SuggestionTextBox
{
	width: 350px;
	height: 130px;
}
.SuggestionLabel
{
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
}
.SuggestionDialog
{
	border: solid 1px #1D70A8 !important;
	background-color: #FFFFFF !important;
}
/*-------------- Suggestion end -------------------*/

.emailRightBorder
{
	background: url(Images/v-border.gif) no-repeat scroll right bottom;
}

.settingsHeader
{
	background: url(Images/filters/bg.gif) repeat-x bottom; 
	width:100%;
	height:25px;
	padding-left:14px;
}

.selectorTr:hover td
{
	color: #006699;
    background-color: #f1f6f7;
}

.adviceCentresSeparator
{
	background: url(../../Images/dottedGrayLine.gif) repeat-x bottom; 
}

.question img
{
	margin-top:5px;
} 

/*Link with plus left image*/
.addLink
{
	padding-left:18px !important;
	background-image:url(../../Images/add.gif);
	background-position:left center;	
	background-repeat:no-repeat;
}

.LinksToolbar a
{
	padding-right:20px;
}
.adviceCentreHomeBrowseDiv
{
	padding: 10px 10px 10px 23px; 
	border-bottom: 1px solid #C1EBFF;
	background: #ffffff url(Images/filters/bg.gif) bottom repeat-x;	
	border-right: 1px solid #bcd4e5;
	height: 40px;
	/*line-height: 40px;*/
	vertical-align: middle;
}

* html .taskStatusIcon
{
    width:34px;
    height:34px;
    /*filter:expression(fixPNG(this));*/
}

* html .SortOption img
{
    width:16px;
    height:18px;
    /*filter:expression(fixPNG(this));*/
}

.emailTemplateBox
{
    width:100%;/*740px*/
}

* html .emailTemplateBox
{
    width:100%;/*730px*/
}

.emailTemplateBoxEditor
{
    padding-right: 0px;
    padding-left: 8px;
    width:100%;
}

* html .emailTemplateBoxEditor
{
    padding-right: 0px;
    padding-left: 15px;
}

.groupLinkedIn, .groupFacebook, .groupTwitter
{
	display:none;
}

.addIcon
{
    height:21px;
    width:21px;
    background: url(../../Images/btn/add_normal.png) 0 0 no-repeat;	
}

.addIcon:hover
{
	height:21px;
    width:21px;
	background: url(../../Images/btn/add_hovered.png) 0 0 no-repeat;	
}

.folderIcon
{
    height:21px;
    width:21px;
    background: url(../../Images/btn/folder_normal.png) center center no-repeat;	
}

.folderIcon:hover
{
	height:21px;
    width:21px;
	background: url(../../Images/btn/folder_hovered.png) center center no-repeat;	
}

.favoriteIcon
{
    height:21px;
    width:21px;
    background: url(../../Images/elite_normal.png) top left no-repeat;	
}

.favoriteIcon:hover
{    
    background: url(../../Images/elite_hovered.png) top left no-repeat;	
}
.socialRefreshIcon
{
	height:20px;
	width:20px;
	background: transparent url(../../Images/refresh_normal.png);	
}
.socialRefreshIcon:hover
{	
	background: transparent url(../../Images/refresh_hover.png);	
}

.socialSingoutIcon
{
	height:20px;
	width:17px;
	background: transparent url(../../Images/singout_normal.png);
}

.socialSingoutIcon:hover
{
	background: transparent url(../../Images/singout_hover.png);
}



* html .favoriteIcon
{
    height:21px;
    width:21px;
    background: url(../../Images/elite_normal.gif) top left no-repeat;	
    /*filter:expression(fixPNG(this));*/
}

* html  .favoriteIcon:hover
{
    background: url(../../Images/elite_hovered.gif) top left no-repeat;	
    /*filter:expression(fixPNG(this));*/
}

.deleteIcon
{
    height:21px;
    width:21px;
    background: url(../../Images/delete_normal.png) top left no-repeat;	
}

.deleteIcon:hover
{   
    background: url(../../Images/delete_hovered.png) top left no-repeat;	
}

* html .deleteIcon
{
    height:21px;
    width:21px;
    background: url(../../Images/delete_normal.gif) top left no-repeat;	
    /*filter:expression(fixPNG(this));*/
}

* html  .deleteIcon:hover
{    
    background: url(../../Images/delete_hovered.gif) top left no-repeat;	
    /*filter:expression(fixPNG(this));*/
}

.feauturedImg
{
	margin-top:-13px;
}

* html .feauturedImg
{
    /*filter:expression(fixPNG(this));*/
    width:105px;
    height:45px;
}

.emailTemplateSubjectText
{
	font-size: 12px;
	font-weight: normal;
}


#tooltip 
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

a.openTutorialLink
{    	
	padding-left: 20px;	
	background:transparent url('../../Images/Programme/video16x16.png') no-repeat left center;		
}

a.getPDFReader
{
	padding-left:20px;	
	background:transparent url('../../Images/btn/iconpdf.png') no-repeat left center;
}

/*reports style*/
#chart_tooltip 
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #999999;
	background-color: #EBECEE;
	padding: 5px;
	/*opacity: 0.85;*/
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}
#chart_tooltip h3, #chart_tooltip div 
{ 
	margin: 0; 
}
span.number
{
	font-weight:bold;
	font-size:13px;
	color:#8FC9D2;
}
.image_point
{
	position:absolute;
	display:none;
}
/*end reports style*/

/** <MessageBox> **/

.ui-corner-all 
{
	-moz-border-radius:2px;
}

div.dlgMessageBox
{
	padding:1px;
	border:1px solid #b7b7b7 !Important;
	border-right:3px solid #879092 !Important;
	border-bottom:3px solid #879092 !Important;		
}

.dlgMessageBox .ui-dialog-content
{
	padding:0px;
	font-family: 'Trebuchet MS';
	font-size: 11px;	
}
.dlgMessageBox .head
{
	height:45px;
	line-height:48px;
	color:#333333;
	margin-bottom:10px;
	font-size: 15px;
}
.dlgMessageBox .head span
{
	padding-left: 8px;
}

.dlgMessageBox .head .closeIcon
{
	float:right;	
}

.dlgMessageBox .dlgBody
{
	padding:0px;
	margin:0px 15px 10px 15px;	
	color: #666666;
}

.dlgMessageBox .dlgBodyButtonts, .dlgBodyAlertButtont
{
	padding:0px;
	margin:0px 15px 10px 5px;	
	color: #666666;
	text-align: right;
	display:none;
}

.dlgBodyAlertButtont
{
	display:block;
}

.mbConfirm .dlgBodyButtonts, .mbSimple .dlgBodyButtonts
{
	display:block;
}

.mbConfirm .dlgBodyAlertButtont, .mbSimple .dlgBodyAlertButtont
{
	display:none;
}

.mbHelp .head, .mbConfirm .head
{
	background: #e9f2f6 url(../../Images/icon25/iconhelp25x25.png) no-repeat 15px center;
	padding-left:41px;
}

.mbMessage .head, .mbError .head, .mbConfirm .head, .mbSimple head
{
	padding-left:38px;
	font-size:15px;
	/*font-weight:bold;	*/
	height:40px;
	line-height:40px;
	margin-bottom:25px;
}

.mbMessage .head
{
	background: #E5F6C0 url(../../Images/icon25/msg26x26.png) no-repeat 10px center;	
}

.mbError .head
{
	background: #FFF1B2 url(../../Images/icon25/error26x26.png) no-repeat 10px center;	
}

.mbConfirm .head
{
		background: #FFF1B2 url(../../Images/icon25/confirm26x26.png) no-repeat 10px center;	

}

.mbMessage .dlgBody, .mbError .dlgBody 
{
	padding-bottom:25px;
	margin-bottom:0px;	
}

.mbSimple .head
{
	padding-left:5px !important;	
	margin-bottom:0px;
}

.mbSimple .dlgBody
{
	border-top: solid 1px #B1E1EB;
	border-bottom: solid 1px #B1E1EB;
	margin: 0px 0px 10px 0px;
	height:380px;
	overflow: auto;
}

/** </MessageBox> **/

.answer-option-edit
{
}

.survey
{
}

.survey-question-iterator
{
}

.block-includes-caption
{
	background-color: #F1F6F7;
}

.block-includes
{
	border: solid 3px #F1F6F7;
}

.survey-edit-tr
{
	border: 1px solid #CCCCCC;
	cursor: default;
	height: 30px;
	padding: 6px;
	vertical-align: middle;
}

.survey-edit-tr td
{
	padding: 5px;
}

.edit-table
{
	border: solid 1px #C2EBFF;
	width: 100%;
	background-color: #FCFFFF;
}

.survey-question-iterator
{
	background-color: #FFF;
}

.survey-add-button
{
	padding: 10px;
}

.survey-add-button img
{
	padding-right: 5px;
}

.survey input[type="text"]
{
	width: 250px;
}

.survey textarea
{
	height: 120px;
	width: 550px;
}

.edit-table-first-td
{
	width: 30%;
	padding-left: 25px !important;
}

.survey-action-buttons
{
	display: inline;
	float: right;
	padding-right: 60px;
}

.survey-message
{
	padding: 10px;
	display: block;
}

.survey-h2-action
{
	padding-left: 25px;
}

.survey-question-block
{
	background-color: #F1F6F9;
	padding: 0px 10px 0px 10px;	
}

.survey-table
{
	clear: both;
}

.survey-table-inner
{
	/*background-color: #F1F6F9;*/
	padding-bottom: 10px;
}

.survey-table h1
{
	padding-top: 20px;
	padding-bottom: 5px;
}

.survey-question-text
{
	padding: 10px 10px 8px;
	color: #0B729F;
	font-size: 15px;
}

.survey-table .header
{
	color: #E45D00;
	font-family: Century Gothic;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}

.survey-table .description
{
	width: 600px;
	color: #607080;
	font-size: 16px;
	line-height: 1.2em;
	margin: 15px 20px;
}

.survey-table .text2
{
	color: #0B729F;
	font-size:  12px;
	font-weight: normal;
	line-height: 1.2em;
}

.survey-table .adviceCentresSeparator
{
	margin-bottom: 8px;
}

.survey-footer-pager
{
	float: right;
	padding-right: 15%;
	color: #999999;
	font-family: Century Gothic;
	font-size: 14px;
}

.survey-current-page
{
	color: #607080;
}

.survey-footer-pager .survey-current-page
{
	color: #333333;
}

.survey-usertext
{
	margin-top: 5px;
	margin-left: 10px;
}

.survey-usertext-extended
{
	width: 500px;
	height: 100px;
	overflow: auto;
	margin-top: 5px;
	margin-left: 10px;
}

.best-worst-pair-table
{
	width: 100%;
}

.best-worst-pair-table td
{
	padding: 5px;
}

.divAnswerOption
{
	margin-top: 5px;
	padding: 0px 10px 10px;
	font-size: 12px;
	height: auto;
	line-height: 20px;
	vertical-align: middle;
}
.divAnswerOption input
{
	height: 20px;
	line-height: 20px;
}

.divOptionContainer
{
	/*display: table;*/
	height: 100%;	
}

span.survey-validator
{
	color: #E45D00 !important;
	padding-left: 10px;
}

.survey-page-number-div
{
	color: #666666;
	display: block;
	font-size: 20px;
	text-align: center;
	width: 90px;
	background-color: #F1F6F9;
	margin-right: 1px;
	float: right;
}

.survey-page-number
{
	padding: 15px 15px 0px 15px;
	display: block;
}

.survey-page-number .survey-current-page
{
	color: #607080;
	font-size: 30px;
}

.survey-table input[type=radio]
{
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.survey-table input[type=checkbox]
{
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

img.corner
{
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}

.roundbottom
{
	text-align: left;
}

.page-section-table
{
	display: inline;
}

.page-section-table input[type=text]
{
	width: 90px;
}

.question-types
{
	margin-left: -10px;
}

.question-types td
{
	padding-top: 0px;
}

/* Natification items */
.natifiaction-item
{
	padding: 5px;
	margin:0px;
	background-color: #F8FCE1;
	border: solid 1px #B3B7B8;
	line-height: 16px;
	cursor: pointer;
	width: 45px;
	*width: 47px;
}

.natifiaction-item img
{
	vertical-align: middle;
}

.home-right-td
{
	padding-top: 0px;
	width: 38%;
}

.tasks-notification-popup
{
	background-color: #F8FCE1;
	border: 1px solid #B7B7B5;
	margin-left: -140px;
	position: absolute;
	width: 190px;
	display: none;
	z-index: 1000;
}

.task-notification-popup-date
{
	padding: 5px;
	width: 35px;
	color: #FF8102;
}

.task-notification-popup-subject
{
	color: #67666E;
}

.trTaskItem:hover
{
	background-color: #E0EAEB;
}

.trTaskItem
{
	cursor: pointer;
}

.other-month
{
	color: #036999;
}

.task-dialog
{
	display: none;
	padding: 0 !important;
	background-color: #F8FCE1 !important;
}

.task-dialog-table-title
{
	background-color: #FCEFA1;
	height: 45px;
	padding:10px 20px 10px 10px;
	color:#000;
}

.task-dialog-table-details
{
	background-color: #F8FCE1;
	padding: 10px;
	color:#67666E;
}

.btnGTMRegister
{
	background: url(../../Images/advice/webinars/btnreg_normal.png) no-repeat;
	width: 120px;
	height: 40px;
}
.btnGTMRegister:hover
{
	background: url(../../Images/advice/webinars/btnreg_hover.png) no-repeat;
	width: 120px;
	height: 40px;
	cursor: pointer;
}

.btnGTMRegisterDisabled
{
	background: url(../../Images/advice/webinars/btnreg_normal.png) no-repeat;
	width: 120px;
	height: 40px;
}
.cvItemEditImg
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/iconCVedit_normal.png) center center no-repeat;		
}

.uploadedCl
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/iconCVedit_disabled.png) center center no-repeat;		
}

.cvItemEditImg:hover
{
	background: url(../../Images/CVItem/iconCVedit_hover.png) center center no-repeat;	
}

.cvItemDeleteImg
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/iconCVdell_normal.png) center center no-repeat;
}

.cvItemDeleteImg:hover
{
	background: url(../../Images/CVItem/iconCVdell_hover.png) center center no-repeat;
}

.cvItemDuplicateImg
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/iconCVduplicate_normal.png) center center no-repeat;
}

.uploadedCd
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/iconCVduplicate_disabled.png) center center no-repeat !important;
}


.cvItemDuplicateImg:hover
{	
	background: url(../../Images/CVItem/iconCVduplicate_hover.png) center center no-repeat;
}
.cvItemExportImg
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/iconCVprint_normal.png) center center no-repeat;
}
.cvItemExportImg:hover
{	
	background: url(../../Images/CVItem/iconCVprint_hover.png) center center no-repeat;
}

.cvItemOnlineProfileImg
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/OnlineProfile_normal.png) center center no-repeat;
}
.cvItemOnlineProfileImg:hover
{	
	background: url(../../Images/CVItem/OnlineProfile_active.png) center center no-repeat;
}
.uploadedOp
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/OnlineProfile_disabled.png) center center no-repeat !important;
}

.cvIconButton a
{	
	padding-right: 16px;
}

.cvItemChangeLayoutImg
{
	background: url(../../Images/cvspreview.png) no-repeat;	
	padding: 0px 0px 3px 20px;
}
 
.cvItemChangeLayoutImg1
{
	background: url(../../Images/CVItem/cvspreview_disabled.png) no-repeat !important;	
	color: #666666 !important;
	text-decoration : none !important;	
	padding: 0px 0px 3px 20px !important;	
}

.cvItemChangeLayoutImg1 a
{
	color: #666666 !important;
	text-decoration : none !important;	
}

.cvItemChangeLayoutImg:hover
{
	text-decoration: underline;
	background: url(../../Images/CVItem/cvspreview_hover.png) no-repeat;
}
.cvBtnMoveUp
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/iconYPUp_normal.png) center center no-repeat;
}
.cvBtnMoveUp:hover
{
	background: url(../../Images/CVItem/iconYPUp_hover.png) center center no-repeat;
}
.cvBtnMoveUpDisabled
{
	width: 25px;
	height: 25px;
	display: block;
	background: url(../../Images/CVItem/iconYPUp_disabled.png) center center no-repeat;	
	cursor: default !important;
}
.cvBtnMoveDown
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/iconYPdown_normal.png) center center no-repeat;
}
.cvBtnMoveDown:hover
{
	background: url(../../Images/CVItem/iconYPdown_hover.png) center center no-repeat;
}
.cvBtnMoveDownDisabled
{
	width: 25px;
	height: 25px;
	display: block;
	background: url(../../Images/CVItem/iconYPdown_disabled.png) center center no-repeat;
	cursor: default !important;
}
.cvBtnEdit
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/iconYPedit_normal.png) center center no-repeat;
}
.cvBtnEdit:hover
{
	background: url(../../Images/CVItem/iconYPedit_hover.png) center center no-repeat;
}
.cvBtnDelete
{
	width: 25px;
	height: 25px;
	display: block;	
	background: url(../../Images/CVItem/iconCVdell_normal.png) center center no-repeat;
}
.cvBtnDelete:hover
{
	background: url(../../Images/CVItem/iconCVdell_hover.png) center center no-repeat;
}


/*Top popup menu*/

.pnlSubMenu
{
   
}

.dropmenu
{
    position:absolute;
    width: 142px;
    overflow: auto;
    display:none;
    /*border: solid 1px red;*/
}
.dropmenucontainer
{
    overflow: auto;
    background-color: #CCCCCC;
}
.dropmenucontainerbg
{
    float: left;
    background: #fefefe url("Images/menu/dropmainmenucentercenter.png") repeat-x right top;
    width: 137px;
    border: solid 1px #b7bcc5;
    border-top: solid 0;
    border-bottom: solid 0px;
}
.dropmenuitems
{
    padding-top: 15px;
    padding-bottom: 5px;
    /*border: solid 1px green;*/
}
.dropmenubottomleft
{
    float: left;
    background: url("Images/menu/dropmainmenubottomleft.png") no-repeat right top;
    width: 25px;
    height: 13px;
}
.dropmenubottomcenter
{
    float: left;
    background: url("Images/menu/dropmainmenubottomcenter.png") repeat-x right top;
    width: 92px;
    height: 13px;
}
.dropmenubottomright
{
    float: left;
    background: url("Images/menu/dropmainmenubottomright.png") no-repeat right top;
    width: 25px;
    height: 13px;
}

.dropmenuitems ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    /*border: solid 1px blue;*/
}

.dropmenuitems ul li
{
    list-style: none;
    padding: 3px 20px 3px 20px;
    /*border:solid 1px yellow;*/
}

.dropmenuitems ul li a
{
    padding: 3 0 3 0;
    text-decoration: none;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

/** SmartHelper **/
.div-frame
{
	border-color: #FFD129;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
	display: none;
	position: absolute;
	z-index: 999;
}

.div-overlay
{
	cursor:pointer;
	background-color:Black;
	opacity: .01;
	filter:Alpha(Opacity=1);
}

div#overlay-div.div-frame
{
	cursor:pointer;
	background-color:Black;
	opacity: .01;
	filter:Alpha(Opacity=1);
}

.free-arrow
{
	position:absolute;
	z-index:999;
	display:none;
}

/*** user drop down menu start***/
.drop-down-menu-wraper
{
	margin: 20px 0 0 0;
	/*padding-right: 24px;*/
	width: 100%;
}
* html .menu-logo
{
    background: url("Images/menu/menu-logo.png") no-repeat scroll left top transparent;
    /*filter:expression(fixPNG(this));*/
}

.menu-logo
{
	background: url("Images/menu/menu-logo.png") no-repeat scroll left top transparent;	
	height: 50px;
	margin: 0;
	display: block;
	text-decoration: none;
	width: 210px;
}

.drop-down-menu
{
	height: 50px;
	margin: 0; 
	padding: 0; 
}

.drop-down-menu li a {
	text-decoration: none;
}

.drop-down-menu .topitems {
    display: block;
    float: left;
    height: 100%;
    margin-left: -30px;
    position: relative;
}

.drop-down-menu .toplevel { 
	color: #006699;
    font-family: Century Gothic,Trebuchet MS,HelveticaNeue Bold,Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
	background: url("Images/menu/bg_menu.png") repeat scroll center top transparent;
	float: left;
	height: 34px; 
	*height:37px;
	min-width:60px;
	padding-left:50px;
	padding-top:16px;
	*padding-top:13px;
	text-align:center;
}

.admin-drop-down-menu .drop-down-menu .toplevel
{
	padding-left: 35px;
}

.drop-down-menu .hovered-menu-item .toplevel.hovered-menu-item  			
{
	background: url("Images/menu/hovermainmenubgline.png") repeat scroll center top transparent; 
}

.drop-down-menu .hovered-menu-item .drop-down-menu-border-corner
{
	background: url("Images/menu/bgmenuitem_hover.png") repeat scroll center top transparent;
}

.drop-down-menu .active-menu-item .toplevel
{
	background: url("Images/menu/bg_menu_active.png") repeat scroll center top transparent;
	color: #333333;
}

.drop-down-menu .disabled-menu-item .toplevel
{
	background: url("Images/menu/bg_menu_disabled.png") repeat scroll center top transparent;
	cursor: default;
	color: #bebebe;
}

.menu-arrow
{
	width: 16px;
	height: 16px;
	background: url(../../Images/next1.gif) no-repeat;
	display: inline-block;
	margin-bottom: -2px;
}

.admin-drop-down-menu .menu-arrow
{
	display: none;
}

.hovered-menu-item .menu-arrow,
.active-menu-item .menu-arrow
{
	background: url(../../Images/down.gif) no-repeat !important;
}

.disabled-menu-item .menu-arrow
{
	background: url(../../Images/next1_disabled.gif) no-repeat !important;
}

* html .drop-down-menu-border-corner
{
    background: url("Images/menu/bgmenuitem_normal.png") repeat scroll center top transparent;
    /*filter:expression(fixPNG(this));*/
}

.drop-down-menu-border-corner
{
	float: left;
	width: 22px;
	background: url("Images/menu/bgmenuitem_normal.png") repeat scroll center top transparent;	
	height: 48px;
	padding: 1px;
	cursor: pointer;
}

* html .disabled-menu-item .drop-down-menu-border-corner-disabled
{
    background: url("Images/menu/bgmenuitem_disabled.png") repeat scroll center top transparent;
    /*filter:expression(fixPNG(this));*/
    cursor: default; 
}

.disabled-menu-item .drop-down-menu-border-corner
{
	background: url("Images/menu/bgmenuitem_disabled.png") repeat scroll center top transparent;	
	cursor: default; 
}

* html .active-menu-item .drop-down-menu-border-corner
{
    /*filter:expression(fixPNG(this));*/
    background: url("Images/menu/bgmenuitem_pushed.png") repeat scroll center top transparent;
}

.active-menu-item .drop-down-menu-border-corner
{
	background: url("Images/menu/bgmenuitem_pushed.png") repeat scroll center top transparent;	
}

.hovered-menu-item .drop-down-menu-border-corner
{
	background: url("Images/menu/bgmenuitem_hover.png") repeat scroll center top transparent;
}

.drop-down-menu-before-layer
{
	background: url("Images/menu/bg_menu.png") repeat scroll center top transparent;
	height: 50px;
	margin-left: 20px;
	position: absolute;
	width: 936px;
	float: left;
}
* html .drop-down-menu-before-layer-corner
{
    /*filter:expression(fixPNG(this));*/
    background: url("Images/menu/bgmenuitem_normal.png") repeat scroll center top transparent;
}

.drop-down-menu-before-layer-corner
{
	background: url("Images/menu/bgmenuitem_normal.png") repeat scroll center top transparent;
	float: right;
	height: 48px;
	padding: 1px;
	width: 22px;
}

.drop-down-menu-wraper li.accountRelated .beforeSeparator a
{
	float: right;
}

.drop-down-menu-wraper li.accountRelated a
{
	background: none repeat scroll 0 0 transparent;
	clear: both;
	float: left;
	font-size: 12px;
	height: auto;
	line-height: 22px;
	padding: 0 8px;
	text-shadow: none;
	white-space: nowrap;
	color: #0079B9;
}

.drop-down-menu-wraper li.accountRelated
{
	float: right;
	height: 47px;
	margin: 0;
	padding: 3px 0 0 5px !important;
	width: auto;
}

.div-left-corner
{
	height: 10px;
	background: url(../../Images/cornerleft_hover.png) bottom left no-repeat;
	width: 10px;
	float: left;
}

.div-left-corner2
{
	height: 10px;
	background: url(../../Images/cornerleft_hover2.png) bottom left no-repeat;
	width: 10px;
	float: left;
}

.div-right-corner
{
	height: 10px;
	background: url(../../Images/cornerright_hover.png) bottom right no-repeat;
	width: 10px;
	float: right;
}

.div-right-corner-top
{
	height: 10px;
	background: url(../../Images/cornerright_top_hover.png) bottom right no-repeat;
	width: 10px;
	float: right;
}

.div-left-corner-top
{
	height: 10px;
	background: url(../../Images/cornerleft_top_hover.png) bottom left no-repeat;
	width: 10px;
	float: left;
}

.div-empty-for-corner-top
{
	background-color: #FFFFFF;
	border-top: 1px solid #C0BBB8;
	height: 9px;
	margin:-10px 10px 0px 0px;
	*line-height:0;
}

.div-empty-for-corner
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #C0BBB8;
	height: 9px;
	margin: 0 10px;
}

.menu-black-shadow div, .menu-black-shadow ul, .menu-black-shadow li
{
	background: #000 !important;
}

.drop-down-menu ul.sub-ul-first					
{
	background: url("../../Images/dropmenuline.png") repeat-x scroll left top transparent;
}

.drop-down-menu ul.sub-ul-first li,					
.drop-down-menu ul.sub-ul li
{
	background-color: #FFFFFF;
    border-left: 1px solid #C0BBB8;
    border-right: 1px solid #C0BBB8;
}

.drop-down-menu ul.sub-ul-first li a,
.drop-down-menu ul.sub-ul li a 
{
    background: none repeat scroll 0 0 transparent !important;
    border-right: medium none !important;
    color: #333333 !important;
    font-size: 11px !important;
    height: auto !important;
    width: 100%;
    *line-height: 15px;
}
	
.drop-down-menu ul.sub-ul-first li a span,
.drop-down-menu ul.sub-ul li a span
{
    display: block;
    font-size: 13px;
    padding: 6px 20px;
}

.drop-down-menu ul.sub-ul-first li a.hovered-menu-item,
.drop-down-menu ul.sub-ul li a.hovered-menu-item
{
	background-color: #D6E8EC !important;
}

.drop-down-menu .lispace
{
	background-color:transparent !important;
	height:13px;
	*height:10px;
	*line-height:0;
	*font-size:0;
}
/*** user drop down menu end***/

/** rssFeedsSettings **/
.dlgRssFeedSettings, .dlgSOCSettings
{
    border:none;
}

#rssFeedsSettings {padding-top:4px;}
#rssFeedsSettings .header 
{
	height:30px;
	line-height:30px;	
	margin-bottom:4px;
}
#rssFeedsSettings .header .closeIcon 
{
	float:right;	
	margin-right:-10px;	
}
#rssFeedsSettings .header .title6
{
	font-size: 16px;
	color:#006699;
	font-weight:normal;
}

#rssFeedsSettings .setting_caption span
{
	font-size:13px;
	font-weight:normal;
	color:#333333;
}

#rssFeedsSettings .bottom-actions
{
	font-size:11px;
	font-weight:normal;
	color:#006699;
}

#rssFeedsSettings .column		{ width:224px;	border-top:1px solid #b6def1; }
#rssFeedsSettings .separator	{ width:20px;	border-top:1px solid #b6def1; }

#rssFeedsSettings .linkClose { text-decoration:none; }

#rssFeedsSettings .view-block span.label { display:inline; }

#rssFeedsSettings .view-block .label
{
	color: #666666;
	font-weight:normal;
	font-size:12px;	
}

#rssFeedsSettings .view-block
{
	background: url(../../Images/jf_settings_bg.png) repeat-x bottom;
	height:29px;
	line-height:29px;
	padding-left:17px;
	padding-right:5px;	
}

#rssFeedsSettings .view-block-hover { background-color: #F1F6F7; }

#rssFeedsSettings .view-block		.hidden-actions{ visibility: hidden; }
#rssFeedsSettings .view-block-hover .hidden-actions{ visibility: visible; }
#rssFeedsSettings .view-block img { margin-top:3px; }

/*** end user drop down menu ***/

.spanOptionText
{		
	white-space: normal;
}
.clearfix
{
	 display: inline-block;
	//height: 1%;
}
.clearfix:after
{
 content: '.';
 display: block;
 clear: both;
 visibility: hidden;
 height: 0;
 line-height: 0;
}

.radio-list-text-middle
{
	display: block;
    padding-top: 5px;
}

.radio-list-text-middle label
{
	display:inline-block;
	margin-top:0px;
	padding-right:5px;
	/* IE7 css hack */
	margin-top:3px;
	/* IE8 css hack */
	/*margin-top:3px; */
}

.radio-list-text-middle input
{
	vertical-align:top;
	margin-top:0 !important;
}

.newsItemHighLighted
{
	background-color: #fff1b1 !important;
}

.feedbackDivInner
{
	background: url(../../Images/feedback_normal.png) no-repeat;
	width: 36px;
	height: 101px;
}

.feedbackDivInner:hover
{
	background: url(../../Images/feedback_hover.png) no-repeat;
	cursor: pointer;	
}

.tblSignUpDetailsDiv
{
	background-color: #F1F6F7;	
	padding: 16px;
}

.tblSignUpDetails td
{
	padding: 5px;
	vertical-align: middle;
}

.tblSignUpDetails .titleR td
{
	padding-bottom: 0px;
}
.signUpTypesDiv
{
	padding-top: 10px;
}

.tblSignUpDetails input
{
	width: 200px;
}
.tblSubscriptionOpts td
{
	width: 180px;
}

.proceedDiv
{
	background: url(../../Images/btn/bullet_right.gif) no-repeat 100% 0%;
	padding-right: 20px;	
}
.divEmployerSign
{
	padding: 5px 0px 13px 10px;
}

.divEmployerSign p
{
	font-size: 13px;
}
.tblAmountDetails th
{
	text-align: left;
}
.tblAmountDetails td
{
	padding: 5px;
	width: 100px;
}

.divEmployerSign h3
{
	color: #666666; 
	font-family: Trebuchet MS;
	font-size: 15px;
}
.chkAgreement input
{
	margin: 0px;
}

.contactus
{
	background: url("../../Images/btn/btngreen_normal.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 41px;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    width: 114px;    
}
.contactus:hover
{
	background: url("../../Images/btn/btngreen_hover.png") no-repeat scroll 0 0 transparent;    
}

.todotaskopacity
{      
   opacity: 0.6 !important;
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
}

.flatButtonHoverBlocked
{
	text-align: center;
	width: 78px;
	background-color: #ffffff;
	color: #006699;
	cursor: pointer;
	font-weight: bold;
	border: solid 1px #006699;
	float: right;
	margin-right: 25px;
}

/*Smart helper styles start*/
#divHelper
{
	display:none;
	position:relative;
	/*margin-top:55px;*/
}

#divHelper #imgStop
{
	position:absolute;
	top:125px;
	left:150px;
	cursor:pointer;
}

#prevStep,
#nextStep
{
	cursor:pointer;
}

#divOpenButtonContainer
{
	position:absolute;
	width:32px;
	height:30px;
}

.btnNoActive
{
	background:url(../../Images/SmartHelper/tab_helper.png) no-repeat;
}

.btnHelperDisabled
{
	background:url(../../Images/SmartHelper/tab_helper_disabled.png) no-repeat;
}

.btnHelperHide,
.btnHelperHide #btnOpen,
.btnHelperDisabled #btnOpen
{
	display: none;
}

.btnActive,.btnNoActive:hover
{
	background:url(../../Images/SmartHelper/tab_helper_active.png) no-repeat;
}

#divOpenButtonContainer #btnOpen
{
	cursor: pointer; 
	height: 100%; 
	width: auto;
}

.separator_line
{
	height:1px;
	width:100%;
	margin: 3px 0px;
	background-color:#ffffff;
}

#tblScenarios, #tblBranches
{
	width:100%;
	border: solid 3px #FFD129;
}

#tblScenarios td, #tblScenarios td:hover
{
	height:25px;
	vertical-align:middle;
	padding-left:10px;
}

#tblScenarios td:hover, #tblBranches td:hover
{
	background-color: #F1F6F9;
}

#tblBranches td, #tblBranches td:hover
{
	height:18px;
	vertical-align:middle;
	padding-left:20px;
}

#divScenarios
{
	position:relative;
}

#arrowScenarios
{
	position:absolute;
	top: -50px;
	left: 25px;
}

.helperPlaceHolder
{
	top:0px;
	left:0px;
	min-height:1px;
	padding:0px 5px 10px 5px;
	width:185px;
	background-color:White;
}
/*Smart helper styles end*/
/*Dashboard report styles begin*/
.db_email_msg
{
    cursor: pointer;
    background: url("../../Images/btn/btnsendmessage_normal.png") no-repeat;
    background-position: center;
    height: 24px;
    width: 105px;
}
.db_email_msg:hover
{
    cursor: pointer;
    background: url("../../Images/btn/btnsendmessage_hover.png") no-repeat;
    background-position: center;
}
.db_email_dismsg
{
    cursor: default;
    background: url("../../Images/btn/btnpendingsendmessage_disable.png") no-repeat;
    background-position: center;
    height: 24px;
    width: 105px;
}
.db_good_value
{
    background: url("../../Images/iconreportup.png") no-repeat;
    background-position: center;
    height: 16px;
    width: 16px;
}
.db_bad_value
{
    background: url("../../Images/iconreportdown.png") no-repeat;
    background-position: center;
    height: 16px;
    width: 16px;
}
/*Dashboard report styles end*/
/*Ixion*/
.ixionModule {
    background-image: url("../../Images/ixionItem.png") !important;
    background-position: 0 0 !important;
    margin-left:15px;
}
.ixionModuleRed {
    background-image: url("../../Images/ixionItem2.png") !important;
    background-position: 0 0 !important;
    margin-left:15px;
}
.ixionModuleBlack {
    background-image: url("../../Images/ixionItem3.png") !important;
    background-position: 0 0 !important;
    margin-left:15px;
}
.ixionModuleWhite {
    background-image: url("../../Images/ixionItem4.png") !important;
    background-position: 0 0 !important;
    margin-left:15px;
}
.wpToolTip
{
   border: 1px solid black;
   margin-left: -99px;
   margin-top: -43px;
   background-color: rgb(255, 255, 255);
   padding: 8px;
   display:none;
   position:absolute;
   border:1px solid black; 
   width:80px;
}
/*Ixion end*/


.trSimilarOcupation div
{
    height: 29px;
    line-height: 29px;
    padding-left: 17px;
    background:url('../Images/jf_settings_bg.png') repeat-x scroll center bottom transparent
}

.codeProveded
{
    padding: 20px 0px 20px 40px;
    display: inline-block;
    margin-bottom:15px;        
}

.nextbuttondisabled
{
    cursor: default;
    color: #a8cbe2;
    background-color: #ffffff;
    border: solid 1px #bfddee;
}

.tblAdvOptions
{
    width:100%;
    vertical-align:middle;    
}
.tblAdvOptions td
{
    padding-bottom: 3px;
    vertical-align: middle;
}
.tblAdvOptions td input[type=text]
{
    float: right;
}
.tblSavedSearches tr:hover
{
    background-color: #D6E8EC;
}
.tblSavedSearches
{
    width: 100%;
}
.tblSavedSearches td
{
    height:40px;
    border-bottom:solid 1px #D0E7F7;
    vertical-align: middle;
    padding-left: 5px;
}

.tblSavedSearches td span
{
    color: #999999;
}

.searchParams
{
    color: #999999;
}

#FindRelatedJobs div, .tblAdvOptions td
{
    color: #006699;
}

.JobFilters span.head
{
    font-size: 16px;
    color: #006699;
}

.JobFilters span.subhead
{
    font-size: 14px;
    padding-left: 6px;    
}

.JobFilters div a
{
    font-size: 12px;
    color: #333333;    
    padding-left: 12px;
    padding-top: 3px;
}

