/* BEGIN buttons */
.glbBtn:hover
{
	text-decoration: none !important; /* override standard link behavior */
}
.glbBtn
{
	border-right:  1px solid #bbbbbb;
    cursor: pointer;
    background-color: #eeeeee;	/*background-color: transparent;*/
	background-image: url('https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_main30_img.axd');
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline; /* IE7 fix */
    *zoom: 1; /* IE7 fix */
}
span:hover.glbBtn,
a:hover.glbBtn,
span:hover.glbBtn input
{
   color: #893cd1;
}
span:active.glbBtn,
a:active.glbBtn
{
    color: #673695;
}
span.glbBtn.glbBtnDisabled, 
a.glbBtn.glbBtnDisabled, 
.glbBtnDisabled input
{
    color: #646464 !important;
    cursor: default;
	pointer-events: none;
}
.glbBtnA, 
span:active.glbBtnA.glbBtnDisabled,
a:active.glbBtnA.glbBtnDisabled
{
    margin: 0px 0px 0px 0px;
    padding: 5px 8px 5px 8px;
    height: 16px; /* needed for mac display issues */
    background-position: 0px -90px;
    height: 16px; /* Safari on Mac fix */
}
span:active.glbBtnA,
a:active.glbBtnA,
a:focus.glbBtnA
{
    background-position: 0px -116px; /* active state has darker top bg and all dark borders (don't confuse with hover state) */
	/*outline: #ffffff dotted 1px;*/ /* for FF (and IE8+ when we drop 7 compat mode); maybe we don't want this */
} 
.glbBtnB, 
span:active.glbBtnB.glbBtnDisabled,
a:active.glbBtnB.glbBtnDisabled
{
    margin: 0px 0px 0px 0px;
    padding: 0 15px !important;
    /**padding-top: 8px;*/ /* IE7 fix */
    background-position: 0px -194px;
    height: 34px; /* Safari on Mac fix */
line-height:36px; /* To vertically center the button */
text-shadow: 1px 1px #fff
}
span:active.glbBtnB,
a:active.glbBtnB,
a:focus.glbBtnB /* for FF and IE8 */
{
    background-position: 0px -228px; /* active state has darker top bg and all dark borders (don't confuse with hover state) */
	/*outline: #ffffff dotted 1px;*/ /* for FF (and IE8+ when we drop 7 compat mode); maybe we don't want this */
}
.glbBtnD, 
span:active.glbBtnD.glbBtnDisabled,
a:active.glbBtnD.glbBtnDisabled
{
    margin: 0px 0px 0px 0px;
    padding: 0 15px !important;
    height: 34px;
	line-height: 36px; /* To vertically center the button */
	text-shadow: 1px 1px #fff;
	color:#333;
    background-position: 0px -398px;
}
span:hover.glbBtnD,
a:hover.glbBtnD
{
    background-position: 0px -432px; /* active state has darker top bg and all dark borders (don't confuse with hover state) */
	/*outline: #ffffff dotted 1px;*/ /* for FF (and IE8+ when we drop 7 compat mode); maybe we don't want this */
} 
span:active.glbBtnD,
a:active.glbBtnD,
a:focus.glbBtnD
{
	color:#333;
    background-position: 0px -466px; /* active state has darker top bg and all dark borders (don't confuse with hover state) */
	/*outline: #ffffff dotted 1px;*/ /* for FF (and IE8+ when we drop 7 compat mode); maybe we don't want this */
} 
/* new CSS buttons styleD and styleE*/
.btn {
 	font-family: Arial !important;
	font-weight: bold !important; 
	width: auto; /* IE 7 input button fix */
	overflow: visible; /* IE7 input button fix */
	outline: none;
	cursor: pointer;
	text-decoration: none !important; 
	vertical-align: middle;
	box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
input.btn.styleA, input.btn.styleD {
	*height:34px;
	*line-height:31px;
	position:relative;
	outline:none;
	box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
input.btn.styleB, input.btn.styleE {
	*height:26px;
	*line-height:22px;
	position:relative;
	outline:none;
	box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
button.btn.styleA, button.btn.styleD {
	*height:34px;
	line-height:34px;
	*line-height:31px;
}
button.btn.styleB, button.btn.styleE {
	*height:26px;
	line-height:25x;
	*line-height:22px;
}
.styleA, .styleB, .styleD, .styleE, .styleF, .styleG, .styleH, .styleF a, .styleG a, .styleH a{
	text-transform: uppercase;
	text-shadow: 1px 1px white;		
	display: inline-block;	
	margin:0;
}
.styleF, .styleG, .styleH {
	text-transform: none;
}
.styleA, .styleB {
	color: #673695 !important;
	border: 1px solid #ccc;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dedddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dedddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dedddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#dedddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dedddd 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#dedddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dedddd',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 0 0 #fff inset;
}
.styleA:hover, .styleB:hover{
	color:#893cd1 !important;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dedddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dedddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dedddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#dedddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dedddd 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#dedddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dedddd',GradientType=0 ); /* IE6-9 */
}
.styleA:active, .styleA:focus, .styleB:active, .styleB:focus {
	color: #673695 !important;
	background: #dfdfde; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfdfde 0%, #dedddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfde), color-stop(100%,#dedddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfdfde 0%,#dedddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfdfde 0%,#dedddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfdfde 0%,#dedddd 100%); /* IE10+ */
	background: linear-gradient(top,  #dfdfde 0%,#dedddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfde', endColorstr='#dedddd',GradientType=0 ); /* IE6-9 */
}
.styleD, .styleE {
	color: #333 !important;
	border: 1px solid #9DB629;
	background: #dfee98; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfee98 0%, #c1d270 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfee98), color-stop(100%,#c1d270)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfee98 0%,#c1d270 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfee98 0%,#c1d270 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfee98 0%,#c1d270 100%); /* IE10+ */
	background: linear-gradient(top,  #dfee98 0%,#c1d270 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfee98', endColorstr='#c1d270',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 0 0 #f7fdd9 inset;
}
.styleD:hover, .styleE:hover{
	background: #c3d473; /* Old browsers */
	background: -moz-linear-gradient(top,  #c3d473 0%, #c0d16f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d473), color-stop(100%,#c0d16f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c3d473 0%,#c0d16f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c3d473 0%,#c0d16f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c3d473 0%,#c0d16f 100%); /* IE10+ */
	background: linear-gradient(top,  #c3d473 0%,#c0d16f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d473', endColorstr='#c0d16f',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 0 0 #dfeaad inset;
}
.styleD:active, .styleD:focus, .styleE:active, .styleE:focus {
	background: #c2d371; /* Old browsers */
	background: -moz-linear-gradient(top,  #c2d371 0%, #e0ef99 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2d371), color-stop(100%,#e0ef99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c2d371 0%,#e0ef99 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c2d371 0%,#e0ef99 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c2d371 0%,#e0ef99 100%); /* IE10+ */
	background: linear-gradient(top,  #c2d371 0%,#e0ef99 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2d371', endColorstr='#e0ef99',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 0 0 #dfeaad inset;
}
.styleA, .styleD {
	height: 32px;
	line-height: 34px;
	font-size:16px;
	padding:0 15px;
}
.styleB, .styleE {
	font-size: 13px;
	height: 24px;
	line-height: 25px;
	*line-height: 24px;
	padding:0 10px;
}
.styleA.disabled, .styleA.disabled:hover, .styleA.disabled:active, .styleA.disabled:focus,
.styleB.disabled, .styleB.disabled:hover, .styleB.disabled:active, .styleB.disabled:focus
 {
	color: #999 !important;
	cursor: default !important;
	box-shadow: none !important;	
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddedd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddedd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddedd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#dddedd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dddedd 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#dddedd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddedd',GradientType=0 ); /* IE6-9 */
}
.styleD.disabled, .styleD.disabled:hover, .styleD.disabled:active, .styleD.disabled:focus,
.styleE.disabled, .styleE.disabled:hover, .styleE.disabled:active, .styleE.disabled:focus
 {
	color: #9db629 !important;
	cursor: default !important;
	box-shadow: none !important;	
	background: #dfee98; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfee98 0%, #c1d270 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfee98), color-stop(100%,#c1d270)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfee98 0%,#c1d270 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfee98 0%,#c1d270 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfee98 0%,#c1d270 100%); /* IE10+ */
	background: linear-gradient(top,  #dfee98 0%,#c1d270 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfee98', endColorstr='#c1d270',GradientType=0 ); /* IE6-9 */
}
/* END buttons */
/* START fb button*/
.styleF  a, .styleG  a, .styleH  a{
	padding:6px 14px 6px 18px;
	background: #1271cd; /* Old browsers */
	background: -moz-linear-gradient(top,  #1271cd 0%, #0c49a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1271cd), color-stop(100%,#0c49a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1271cd 0%,#0c49a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1271cd 0%,#0c49a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1271cd 0%,#0c49a3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1271cd 0%,#0c49a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1271cd', endColorstr='#0c49a3',GradientType=0 ); /* IE6-8 */
	text-shadow: -1px -1px #083c92;
	text-transform:none;
	box-shadow:0 1px 0 0 #418dd7 inset;
	}
.styleF.disabled a i, .styleF.disabled a span, .styleF.disabled:hover a i, .styleF.disabled:hover a span, .styleF.disabled:active a i, .styleF.disabled:active a span, .styleF.disabled:focus a i, .styleF.disabled:focus a span, .styleG.disabled a i, .styleG.disabled a span, .styleG.disabled:hover a i, .styleG.disabled:hover a span, .styleG.disabled a:active i, .styleG.disabled:active a span, .styleG.disabled:focus a i, .styleG.disabled:focus a span,
.styleH.disabled a i, .styleH.disabled a span, .styleH.disabled:hover a i,  .styleH.disabled:hover a span, .styleH.disabled:active a i, .styleH.disabled:active a span, .styleH.disabled:focus a i , .styleH.disabled:focus a span {
	color: #5186cb;
	}
.styleF.disabled a i, .styleG.disabled a i, .styleH.disabled a i  {
	background: url("https://securemedia.newjobs.com/mm/redux/buttons/facebook-styleF-disabled.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	border-right:1px solid #5186cb;
	}
.styleG.disabled a i {
	background: url("https://securemedia.newjobs.com/mm/redux/buttons/facebook-styleG-disabled.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	}
.styleH.disabled a i {
	background: url("https://securemedia.newjobs.com/mm/redux/buttons/facebook-styleH-disabled.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	}
.styleF.disabled a span, .styleG.disabled a span, .styleH.disabled a span {
	border-left: 1px solid #2c70c0;
}
.styleF.disabled a, .styleF.disabled:hover a, .styleF.disabled:active a, .styleF.disabled:focus a, .styleG.disabled a, .styleG.disabled:hover a, .styleG.disabled:active a, .styleG.disabled:focus a,
.styleH.disabled a, .styleH.disabled:hover a, .styleH.disabled:active a, .styleH.disabled:focus a {
	cursor: default !important;
	background: #0c4ba4; /* Old browsers */
	background: -moz-linear-gradient(top,  #0c4ba4 0%, #1063bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c4ba4), color-stop(100%,#1063bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0c4ba4 0%,#1063bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0c4ba4 0%,#1063bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0c4ba4 0%,#1063bd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0c4ba4 0%,#1063bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4ba4', endColorstr='#1063bd',GradientType=0 ); /* IE6-8 */
	box-shadow:0 1px 0 0 #3d6fb6 inset;
	}
.styleF.disabled, .styleF.disabled:hover, .styleF.disabled:active, .styleF.disabled:focus, .styleG.disabled a, .styleG.disabled:hover a, .styleG.disabled:active a, .styleG.disabled:focus a,
.styleH.disabled a, .styleH.disabled:hover a, .styleH.disabled:active a, .styleH.disabled:focus a{
	cursor:default;
}
.styleF:hover, .styleF:hover, .styleG:hover, .styleG:hover a, .styleH:hover a, .styleH:hover a{
	cursor:pointer;
}
.styleF:hover a, .styleG:hover a, .styleH:hover a{
	background: #1061bc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #1061bc 0%, #0c4da7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1061bc), color-stop(100%,#0c4da7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1061bc 0%,#0c4da7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1061bc 0%,#0c4da7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1061bc 0%,#0c4da7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1061bc 0%,#0c4da7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1061bc', endColorstr='#0c4da7',GradientType=0 ); /* IE6-8 */
	box-shadow:0 1px 0 0 #4081c9 inset;
}
.styleF:active a, .styleG:active a, .styleH:active a, .styleF:focus a,.styleG:focus a, .styleH:focus a{
	background: #0c4ba4; /* Old browsers */
	background: -moz-linear-gradient(top,  #0c4ba4 0%, #1063bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c4ba4), color-stop(100%,#1063bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0c4ba4 0%,#1063bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0c4ba4 0%,#1063bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0c4ba4 0%,#1063bd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0c4ba4 0%,#1063bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4ba4', endColorstr='#1063bd',GradientType=0 ); /* IE6-8 */
	box-shadow:0 1px 0 0 #3d6fb6 inset;
}
div.styleF, div.styleG, div.styleH {
	-webkit-border-radius: 5px;
	border-radius:5px;
	border:1px solid #3a5e99;	
	-webkit-box-shadow:  0px 1px 3px 1px rgba(0, 0, 0, .2);
	box-shadow:  0px 1px 3px 1px rgba(0, 0, 0, .2);
	overflow:hidden;
}
.styleG  a{
	padding:7px 10px 7px 10px;
	}
.styleH  a{
	padding:6px 10px 6px 10px;
	}
.styleF i , .styleG i , .styleH i{
	width:14px;
	height:29px;
	float:left;
	padding-right:12px;
	border-right: 1px solid #3d60a7;
	background: url("https://securemedia.newjobs.com/mm/redux/buttons/facebook-styleF.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-top:1px;
	padding-bottom:1px;
	}
.styleG i {
	width:10px;
	height:20px;
	float:left;
	padding-right:8px;
	background: url("https://securemedia.newjobs.com/mm/redux/buttons/facebook-styleG.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	}
.styleH i {
	width:7px;
	height:13px;
	*height:14px;
	float:left;
	padding-right:8px;
	background: url("https://securemedia.newjobs.com/mm/redux/buttons/facebook-styleH.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	}
.styleF span, .styleG span, .styleH span  {
	float:left;
	padding-left:8px;
	border-left:1px solid #70a7dd;
	line-height:31px;
	}
.styleG span {
	padding-left:6px;
	border-left:1px solid #70a7dd;
	line-height:22px;
	}
.styleH span {
	padding-left:6px;
	border-left:1px solid #70a7dd;
	line-height:15px;
	*line-height:16px;
	}
.fbBee {
	margin-left:50px;
	}
/* END fb button*/
/*  START Global Button Skeleton */
a.globalButton {
	color:#fff !important;
	font-family: Arial !important;
	font-weight:bold !important;
	font-size:12px !important;
	white-space: nowrap !important;
	overflow: visible !important;		
	cursor:pointer !important;			
	height:18px !important;
	display: inline-block !important;
	display: -moz-inline-box !important;
	zoom: 1 !important;
	vertical-align:middle !important;
	text-decoration: none !important;
	padding: 0px 8px 1px 8px ;
	line-height: 16px;
}
input.globalButton {
	color:#fff !important;
	font-family: Arial !important;
	font-weight:bold !important;
	font-size: 12px !important;
	white-space: nowrap !important;
	overflow: visible !important;		
	cursor: pointer !important;			
	display: block !important;
	zoom: 1 !important;
	vertical-align:middle !important;
	text-decoration: none !important;
	padding: 2px 8px 0 8px;
}
button.globalButton {
	color:#fff !important;
	font-family: Arial !important;
	font-weight:bold !important;
	font-size: 12px !important;
	white-space: nowrap !important;
	overflow: visible !important;		
	cursor: pointer !important;			
	display: block !important;
	zoom: 1 !important;
	vertical-align:middle !important;
	text-decoration: none !important;
	padding: 2px 8px 0 8px;
}
.globalButton:hover { 
	color: white !important; 
	text-decoration: none !important; 
}
@media all and (min-width: 0px){ 
	.globalButton  { 
		margin:0px !important; 
		padding-top: 0px !important; 
		line-height: 18px; 
		height:19px !important;
	}
}
*:first-child+html .globalButton { 
	padding-top: 0px !important; 
	line-height: 18px !important;
}
/*  END Global Button Skeleton */
/*  START Global Button Styles */
.gbOrangeButton { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -420px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#dc8f60 #a3531f #a3531f #dc8f60;
	background-color: #ec8632;
}
.gbOrangeButton:hover { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -439px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#e68d43 #853106 #853106 #e68d43;
	background-color: #ec8632;
}
.gbOrangeButtonSSL { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -420px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#dc8f60 #a3531f #a3531f #dc8f60;
	background-color: #ec8632;
	text-indent: 0 !important;
}
.gbOrangeButtonSSL:hover { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -439px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#e68d43 #853106 #853106 #e68d43;
	background-color: #ec8632;
}
.gbOrangeButtonSSL span.gbButtonLock {
    background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_main_img.axd) no-repeat;
	background-position: -556px 0px; 
	height: 14px;
	width: 8px;
	float: left;
	text-indent: -100em;
	margin: 0px 6px 0 0;
}
.gbGreenButton  { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -516px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#abb85f #657116 #657116 #abb85f;
	background-color: #abc03d;
}
.gbGreenButton:hover { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -535px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#b7c859 #424f03 #424f03 #b7c859;
	background-color: #abc03d;
}
.gbPurpleButton { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -382px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#cfb4db #684477 #4f325b #9b7aaa;
	background-color: #825995;
}
.gbPurpleButton:hover { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -401px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#bfa4cb #583467 #3f224b #8b6a9a;
	background-color: #825995;
}
/* Regular Size Disabled Button */
.gbGrayButton { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -458px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#cdcec6 #7c7e77 #7c7e77 #cdcec6;
}
/*Small Size Disabled Button */
.gbGraySmallButton { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -477px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#c0c1ba #8d8f88 #8d8f88 #c0c1ba; 
	color:#fff !important; 
	font: normal 10px Arial !important; 
	white-space: nowrap !important; 
	cursor:pointer !important; 
	height:13px !important; 
	padding:0px 4px;
	display: inline-block !important; 
	display: -moz-inline-box !important; 
	zoom: 1 !important; 
	vertical-align:middle !important; 
	text-decoration: none !important; 
}
a.gbGreenSmallButton {
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -490px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#9cb368 #666633 #666633 #9cb368; 
	color:#fff !important; 
	font: normal 10px Arial !important; 
	white-space: nowrap !important; 
	cursor:pointer !important; 
	height:13px !important; 
	padding:0px 4px;
	display: inline-block !important; 
	display: -moz-inline-box !important; 
	zoom: 1 !important; 
	vertical-align:middle !important; 
	text-decoration: none !important;
}
a.gbGreenSmallButton:hover { 
	background: transparent url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_width1px_img.axd) repeat-x;
	background-position: 0px -503px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#bdd091 #7e9055 #7e9055 #bdd091; 
	text-decoration: none !important;
}
/* START fb button*/
/* #btnFcbk{
	    background: url("https://securemedia.newjobs.com/mm/redux/buttons/facebookBig.png") repeat scroll left transparent;
		height: 49px;
		line-height: 46px;
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0 0 0 58px;
		postion: relative;
}
#btnFcbk.fntFcbk
{
	color : #fff; 
	font-family: Arial; 
	font-size: 15px; 
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000 0px -1px 0px;
 }	
#btnFcbk span {
	background: url("https://securemedia.newjobs.com/mm/redux/buttons/facebookBig.png") no-repeat scroll right center transparent;
	height: 49px;
	width: 7px;
	left: 7px;
	position: relative;
	float: right;
	*float:none;
	*vertical-align:middle;
	*zoom:1;		
}*/
span.circleSeparator  { 
	text-align: center;
	width: 100%;
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	height: 0px;
	top: 20px;
	margin: 25px 0 35px 0;
}
span.circleSeparator b { 
	background-color: #fff; 
	font-family: Arial; 
	font-size: 13px; 
	color: #777777; 
	padding: 14px 10px;
	border-radius: 50px;
	box-shadow: 0px 1px 1px #555 inset;
	display: inline-block;
	min-width: 24px;
	margin: auto;
	margin-top: -22px;
}
span.circleSeparatorGray  { 
	text-align: center;
	width: 100%;
	display: block;
	height: 0px;
	top: 20px;
	margin: 25px 0 35px 0;
}
span.circleSeparatorGray b { 
	background-color: #F2F2F2; 
	padding: 11px 7px;
	border-radius: 30px;
	box-shadow: 0px 1px 1px #555 inset;
	display: inline-block;
	min-width: 24px;
	margin: auto;
	margin-top: -22px;
}
span.separator
{
    text-align: center;
	width: 100%;
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	height: 0px;
	margin: 0 0 21px 0px;
	*margin: 21px 0px;
	}
span.separator b { 
	background-color: #fff; 
	font-family: Arial; 
	font-size: 13px; 
	color: #999999; 
	padding: 14px 2px;
	display: inline-block;
	min-width: 24px;
	margin: auto;
	margin-top: -22px;
}
/* END fb button*/
/*  END Global Button Styles */
/* CSS for SavedApplyInfo.aspx */
#Saved_Apply_Info{
    width:943px;
    font-family:Verdana;
    font-size:10px;
    text-align:left;  
	position: relative;        
}
span.purple-text-bold{
     font-size:14px;
     font-weight:bold;
     color:#704783;
     margin-top: 10px;
}
.msgCreateResume
{
    font-size:14px;
     font-weight:bold;
     color:#704783;
     margin-left: 25px;
     position: relative;
    }
    #requiredFieldLegend
    {
        float:right;
        }
span.purple-text-normal{
     color:#704783;     
}
.CreateResContainer{
}
.hlViewStyle
{
    text-decoration:underline !important;
}
#welcomeHeading{
    width:410px;
    position:relative;
    float:left;    
    font-size:16px;
    color:#D66D29;
    font-weight:bold;
    left: 20px;
}
#savedApply{
    width:420px;
    position:relative;    
    padding:5px; 
	overflow:hidden;
}
#savedApplyContent{
    width:400px;
    height:270px;
    position:relative;
    float:right; 
    padding-top:10px;   
}
#EEO-contentWrapper{
     position:relative;
     left:10px;
     font-weight:bold;
}
#EEO-content{
    width:386px;
    position:relative;
    float:right;    
    padding:5px;
}
#EEO-contentLeft{
    width:126px;
    position:relative;
    float:left;    
}
#EEO-contentRight{
    width:260px;
    position:relative;
    float:right;    
}
#diversityWrapper{
    width:392px;
    position:relative;    
    float:right;
}
#diversityLeftContent{
    width:136px;
    position:relative;
    float:left;    
    font-weight:bold;
}
#diversityRightContent{
    width:256px;
    position:relative;
    float:right;    
}
a.buildResume{
    text-decoration:underline;
    color:#704783;
}
#emptyRow{
    width:380px;
    height:70px;
    clear:both;    
}
#diffApply{
    width:420px;
    position:relative;
    display:none;
    float:left;   
    padding-top:10px; 
}
.diffApplyBlock
{
    float:left; 
    width:420px; 
    display: block;
    }
#diffApplyContent{
    width:400px;
    position:relative;
    float:right;    
}
#repeater1Wrapper{
	width:380px;
	position:relative;
	float:right;    
	padding:0;
	padding:0;
}    
#repeater1LeftContent{
	width:190px;
	position:relative;
	float:left;    
	padding:0;
	margin:0;
	height: 18px;  
}
.repeater1LeftContent{
	width:190px;
	position:relative;
	float:left;    
	padding:0;
	margin:0;
	height: 18px;  
	clear: left;
}
.repeater1RightContent{
    width:133px;
    position:relative;
    padding:0;
    margin:5px 0 0 0;
    float:right;   
}
#repeater1RightContent{
    width:133px;
    position:relative;
    padding:0;
    margin:0;
    float:left;   
}
#alignDate{
    float:right;
}
#alignView{
    float:left;
}
#repeater1HeadingWrapper{
    width:380px;
    position:relative;
    float:right; 
    padding-top:5px;
    margin:0;
    padding: 0;
    text-align: left;  
}
#repeater1LeftHeading{
    width:190px;
    float:left; 
}
#repeater1RightHeading{
    width:124px;
    position:relative;
    float:right;    
    height: 18px;      
}
.repeater2Wrapper{
    width:445px;
    position:relative;
    float:right; 
    padding:0;
    margin:0;
}
.repeater2WrapperSpacer {display: none;}
.repeater2Wrapper input{	
	vertical-align:middle;
	height: 10px;
	padding: -2px;
}
.repeater2TitleWrapper{
     width:445px;
    position:relative;
    float:right;    
    padding-top:3px;
    padding:0;
	margin:0;
	height: 10px;
}
.repeater2LeftContent{
    width:300px;
    position:relative;
    float:left;    
    padding:0;
    margin:0;
    height: 18px;
}
.repeater2LeftContent input{
	padding: 0;
	margin: 0px;
}
.repeater2LeftContent span{
	padding: 0;
	margin: 0;
}
.repeater2RightContent{
    width:110px;
    position:relative;
    float:right;   
    padding:0 2px;
    margin:0;
    height: 10px;
}
span.selResumeFont{
    font-size:14px;
    font-weight:bold;
    color:#704783; 
}
span.creResumeFont{
    font-size:14px;
    color:#585858;
}
#creResume{
   display:none;
   position:relative;
   top:10px;
   height:250px;
   width:400px;
}
#copyRes{
    display:none;
}
#coverLetter{
    width:480px;
    float:right;    
    padding-top:10px;
}
#coverLetterWrapper{
    width:460px;
    position:relative;
    float:left;   
    height:320px; 
}
#savedApplyBottomLeft{
    width:400px;
    position:relative;
    float:right;    
}
#SavedApplyNote{
    width:370px;
    position:relative;
    float:right;    
}
#savedApplyBottomRight{
	margin-top:0px;
    width:440px;
    position:relative;
}
#cover-letter{
    position:relative;
    left:0px;    
    padding-left:10px;
}
img.loader{
    display:none;
}
#savedApplySpacer{
    width:943px;
    height:10px;
    clear:both;
    overflow: hidden;    
}
#savedApplyTitle{
    width:480px;
    position:relative;
    float:right;    
}
#viewLink{
    width:50px;
    position:relative;
    float:left;    
}
#savedResumeTitle{
    width:290px;
    position:relative;
    float:right;    
}
.seekerSkin .mceToolbar {
    height:0px;
    background:transparent url(https://securemedia.newjobs.com/mm/redux/jobview/apply/rte-bg.png) repeat-x top;
    padding-left:10px;    
    border-left:1px solid #E0D7D2;
    border-right:1px solid #E0D7D2;
}   
#uploadRes{
    font-size:10px;
} 
#resumeTitle{
    width:230px;
    height:22px;
}
#textAreaWrapper{
    width:443px;    
}
#textAreaWrapper textarea {
    width:443px;
    border: 1px solid #B2B9C3;
    font-family: Verdana;
    font-size: 10px; 
}
span.textAreaRight{
    color:#808080;
    position:relative;
    top:6px;
}
#textAreaCreateResume{
    width:200px;
    position:relative;
    float:right;    
}
#msgNotePosition{
    position: absolute;
    top:343px;
    left:20px;
    float: left;
    display: block;
}
#repeaterResumes{    
    width: 400px;
}
.inlineSpacer{
    width:380px;
    height:1px;
    clear:both;    
}
.inlineSpacerTA{
    height:3px;
    padding: 0;
    margin: 0;
    clear:both;
    overflow: hidden;
    border-bottom:1px solid #CCCCCC;
}
.savedApplyBottomSpacer
{
    width:380px;
    height:5px;
    clear:both; 
}
a.notUser{
    color:#474747;
    font-size:11px;
    font-weight:normal;
    text-decoration:underline;
    cursor:pointer;
}
.errorMsgSavedApply{
    width:400px;
    height:19px;
    color:#DD1E13;
    border:1px solid;    
    background-color:#FAF9CB;
    padding-top:2px;
    padding-left:2px;
}
.uploadErrorMsg
{
    width:410px;
    height:19px;
    color:#DD1E13;
    border:1px solid;    
    background-color:#FAF9CB;
    padding-top:2px;
    padding-left:2px;
}
.errorResumeAlreadyUsed{
    width:360px;
    height:19px;
    color:#DD1E13;
    border:1px solid;    
    background-color:#FAF9CB;
    padding-top:2px;
    padding-left:2px;
}
.btnSpacer{
    padding-right:7px;
}
#btnsPosition{
	position:relative;
    float:right;
}
span.alignRadioBtn{
    vertical-align:middle;
}
input.radioBtnAlign{
    vertical-align:middle;
}
.radioBtns{
    vertical-align:middle;
}
span.imgError{
     color:#EF2F0F;
}
/****** Gray line & Tabs recode *****/
#grayLine {overflow: hidden; width: 938px; height: 5px; background-image: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/applyGrayBarFull.gif); clear: both;}
#tabs {position: relative; top: -31px; left: 15px; float: left; height: 31px; z-index: 2; min-width: 450px; width: auto !important;}
	#tabs a {color: #666666; text-decoration: none !important;}
#savedApplyHeaders {min-height: 55px; height: auto !important; height: 55px;}
#UseSavedApply {float: left; text-align: center !important;  z-index: 3;}
#UseDiffInfo {float: left; text-align: center !important; z-index: 3;}
.tabUnselectedBg {position: absolute; top: 29px; left: 19px; float: left; height: 31px; z-index: 1;}
	.tabUnselectedBg .lcap {height: 31px; width: 10px; background-image: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/applyBlueTab_left.gif); float: left;}
	.tabUnselectedBg .bg {height: 31px; float: left; background-image: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/applyBlueTab_background.gif);}
	.tabUnselectedBg .rcap {height: 31px; width: 10px; background-image: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/applyBlueTab_right.gif); float: left;}
/****** 
	Please note that the PNG files used for .tab-selected requires IE6 specific styles that can be found 
	in \Resources\Web\FileResources\css\jobview\iepngfixes.css
******/
.tab-selected {z-index: 3 !important;}
	.tab-selected a {color: #7b4f90 !important;}
	.tab-selected .lcap {height: 31px; width: 10px; background-image: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/applyWhiteTab_left.png); float: left;}
	.tab-selected .bg {height: 31px; float: left; background-image: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/applyWhiteTab_bg_.png);}
	.tab-selected .rcap {height: 31px; width: 10px; background-image: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/applyWhiteTab_right.png); float: left;}
#UseSavedApply .lcap, #UseDiffInfo .lcap {height: 31px; width: 10px; float: left;}
#UseSavedApply .bg, #UseDiffInfo .bg {height: 31px; float: left;}
#UseSavedApply .rcap, #UseDiffInfo .rcap {height: 31px; width: 10px; float: left;}
span.tab_ApplyInfo, span.tab_DiffInfo {z-index: 3; line-height: 31px; height: 31px; z-index: 4 !important;}
.applyTabDivs {width: 420px;}
#contentsContainer {height: 350px; width: auto; position: relative; top: -30px;}
	#contentsContainer a {text-decoration: none; color:#7B4F90; }
	#contentsContainer .leftColumn {width: 420px; height: 350px; float: left; 
	                                }
	#contentsContainer .rightColumn {width: 480px; height: 350px; float: right;}
#selResume {width: 400px; height:240px;   position:relative;
   top:10px;}
/****** New Cover Letter DropDown CSS ********/
span.chCoverLetter{font-weight:bold;}
.coverLetterSpacer{clear:both;height:10px;}
.pnlCoverLetterError{position:relative;left:10px;}
/* CSS stylesheet for the describyourself.aspx */
#describeWrapper{
    width: 943px;
    text-align: left; 
    font-size: 10px;
    font-family: Verdana;   
}
#describeYourselfPanel
{
    height:375px;
}
#desribeYourself{
    position:relative;
    float: left;
    width: 390px;
    height:320px;
}
#desribeYourselfUI{
    position:relative;
    float: right;
    width: 360px;
    margin-top: 5px;   
}
#eeoAffrimative{   
    position:relative;
    float: right;
    width: 520px;
}
#eeoAffrimative div.row{
    background: #F1F1F1;
    clear: both;
    width: 475px;
    padding: 0 0 6px 0;
    margin: 0 14px;
}
#desribeYourselfUI div.row{
    background: #ffffff;
    clear: both;
    width: 340px;
    padding: 6px 0 0 0;
}
#divEthnicity{
    position:relative;
    float: left;
    width: 240px;
    background: #F1F1F1;         
}
#gender{
    position:relative;
    float: right;
    width: 230px;
    background: #F1F1F1;
}
#bottomButtons{
    width: 920px;
    }
#saveMyChoices{
    position:relative;
    float: left;
    width: 680px;
    padding-left:20px;
}
#cbxSaveChoices{
    width:20px;
    float:left;
}
#txtSaveChoices{
    float:right;
    width:650px;
}
#buttonContainer{
    position:relative;
    float: right;
    width: 200px;
    text-align: right;
}
.lblSaveChoice{
    font-weight: bold;
}
#cbSaveMyChoices{
    padding:0 4px;
    margin:0 4px;	
}
.FormLabel{
    margin: 4px 0 7px 0;           
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
    position:relative;
    z-index:1;
}
.backLink, .backLink a {
    display:block;
    height: 10px;
    padding:  6px 0 15px 0;   
    text-decoration: none !important;
    border: none 0px none !important;    
}
.backLink img, #backLink img {text-decoration: none !important; border: 0px !important;}
.topInfo{
    color: #7A5090;
    font-family: Verdana;
    padding: 0 0 4px 0;
    margin:0;
    font-size:10px;
    display: block;
}
.eeoHeadline{	
	color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    font-family:Verdana;
    display: block;    
}
.introHeadline{
    color: #DA8145;
    font-size: 14px;
    font-weight: bold;
    padding:0 0 5px 0;         
    font-family:Verdana;        
}
.msgVetNote{
    color: #000000;
    font-family: Verdana;
    padding:0 0 10px 0;
    font-size:11px;
    display: block;        	
}
.noteText{
    font-size: 11px;
}
#backLink, #backLink a {
    color: #92A732;
    text-decoration: none !important;
    border: none 0px none !important;
}
.welcomeHeading{
    position:relative;
    margin-left:30px;
    float:left;
    width:500px;
    font-size:14px;
    color:#D66D29;
    font-weight:bold;
}
#diversityCb{        		
	padding:8px 0 10px 0;        		
}   
.errorMsgDescribe{
    color:#DD1E13;
    border:1px solid;
    width:315px;
    height:19px;
    background-color:#FAF9CB;
    padding-top:2px;
    padding-left:2px;
    float: none !important;
}      	
/*  Rounded corner box for EEO section*/		
.roundcont {
	width: 505px;
	background-color: #F1F1F1;
	color: #000;
	border: 1px solid #CCCCCC;
}
.roundcont p {
	margin: 0 10px;
}
.roundtop { 
	background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/trCorner.gif) no-repeat top right;
	position:relative;
	top: -1px;
	right: -1px;
}
.roundbottom {
	background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/brCorner.gif) no-repeat top right;
	position:relative;
	bottom: -1px;
	left: 1px;  
}
img.corner {
	width: 15px;
	height: 15px;
	position:relative;
	top: -1px;
	left: -2px; 
	border: none;
	display: block !important;
}
span.imgError{
     color:#EF2F0F;
}
/*  css for EEO flyout*/
#flyoutContainer{
    position: absolute;
    top: 10px;
    left: 31px;
    width: 405px;
    padding: 0;
    margin: 0;
    z-index: 500;
}
#mouseoverFacetsTop{
    background: url(https://securemedia.newjobs.com/mm/core/top.png) no-repeat right top;
    height: 18px;
    width: 405px;
    overflow: hidden;    
}
#mouseoverFacetsBody{
    background: url(https://securemedia.newjobs.com/mm/core/bodyTile.png);
    width: 405px;
    min-height: 200px;
    height: auto !important;
    height: 200px;   
    background-repeat:repeat-y;
    position:relative; 
}
#mouseoverFacetsBottom{
    background: url(https://securemedia.newjobs.com/mm/core/bottom.png) no-repeat right top;
    height: 18px;
    width: 405px;    
}
#mouseoverFacetsBody p{
    font-size: 10px;
    font-family:verdana;
    color: #666666;
    padding:  5px 0 0 15px;
    margin:   0 15px 0 15px;
    text-align: left;
}
#nub{
    position: absolute;
    top: 80px;
    right: 2px;
    background: url(https://securemedia.newjobs.com/mm/core/nub.png) no-repeat right top;
    height: 100px;
    width: 20px;
}
.mouseoverFacets{
	height: 275px;
}
/****** General Confirmation Styles ******/
/* Confirmation pages for the jobview apply flow revamp */
/* Containers */
#jvFullConfirmation {font-family: Verdana; display: block; margin-bottom: 15px;}
#jvFullConfirmation .pcBgTop {margin: 0px;}
#jvFullConfirmation .jvConfLeftCol {width: 620px; float: left; background: url(https://securemedia.newjobs.com/mm/redux/apply/temp/smArrow.gif) no-repeat 518px 20px; padding-bottom: 20px;}
#jvFullConfirmation .jvConfLeftCol .divider,
#jvFullConfirmation .jvConfLeftColPlain .divider {width: 100%; height: 1px; overflow: hidden; background-color: #e3e3e3; clear: both; margin: 0 0 20px 0;}
#jvFullConfirmation .jvConfLeftColPlain {width: 620px; float: left;}
#jvFullConfirmation .jvConfRightCol {width: 310px; float: left;padding-left: 25px;}
/* Fonts, Colors, Etc */
#jvFullConfirmation .pcConfTitle,
#jvFullConfirmation .pcConfSubTitle {width: 475px;}
#jvFullConfirmation .pcConfTitle,
#jvFullConfirmation .pcConfTitle span {font-size: 17px; color: #e86d00; font-weight: bold; margin: 0px 0px 5px 0px; padding: 0px;}
#jvFullConfirmation .pcConfSubTitle,
#jvFullConfirmation .pcConfSubTitle span {color: #7b4f90; font-size: 14px; font-weight: bold;}
#jvFullConfirmation .pcPopupBackup {
	background-color: #FEF9C2;
	margin: 0 auto;
	padding: 10px 27px 10px 15px;
	font-family: Arial,Helvetica,Sans-Serif;
	margin-bottom: 7px;
	position: relative;
}
#jvFullConfirmation .pcPopupBackup span.closeBtn{
	cursor: pointer;
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 17px;
	height: 17px;
	background-image: url('https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_main30_img.axd');
	background-repeat: no-repeat;
	background-position: -120px 0px;
}
#jvFullConfirmation .pcPopupBackup a {
	font-size: 13px;
}
/* Content */
#jvFullConfirmation div.pcConfCheckList {width: 420px; padding: 25px 0 10px 0;}
#jvFullConfirmation .pcConfCheckList ul#jvCheckList {list-style: none; margin: 0; padding: 0;}
#jvFullConfirmation .pcConfCheckList ul#jvCheckList li {list-style: none; list-style-position: outside; margin: 0 0 15px 0; padding: 0 0 0 24px; background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/check.gif) no-repeat top left;}
#jvFullConfirmation div.pcConfJobsList {padding: 10px 0 10px 0;}
#jvFullConfirmation .pcConfJobsList ul#jvJobsList {list-style: none; margin: 0; padding: 0;}
#jvFullConfirmation .pcConfJobsList ul#jvJobsList li {list-style: none; list-style-position: outside; margin: 0 0 15px 0; padding: 0 0 0 24px; background: url(https://securemedia.newjobs.com/mm/redux/globalIcons/blue-checkmark.png) no-repeat top left;}
#jvFullConfirmation .pcConfNote a {display: block; text-decoration: none; padding-left: 10px; background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/jvConfArrow.gif) no-repeat left center;}
#jvFullConfirmation .pcConfNote a span {text-decoration: underline;}
#jvFullConfirmation .pcConfInfoMessage {padding-top: 30px; width: 475px; font-size: 12px;}
#jvFullConfirmation .confCarrat {width: 13px; height: 20px; margin: 3px 5px 0 0; display: block; float: left; background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/jvConfNectCarrat.gif) no-repeat;}
#jvFullConfirmation .jvConfSideLinks {padding-left: 12px;}
#jvFullConfirmation a.jvConfReturnLink {height: 27px; display: block; float: left; padding: 3px 25px 0 0; background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/jvConfReturnArrow2.gif) no-repeat top right;}
#jvFullConfirmation .jvConf330Ad {width: 300px; height: 360px; overflow: hidden; padding: 10px 0px;}
#jvFullConfirmation .jvConf330AdSpacer {height: 10px;}
/**** widget RecommendedJobs ****/
#jvFullConfirmation #wdgWrapper, #jvFullConfirmation .CMIApplyConfirmWrapper {width: 570px; padding-top: 37px;}
#jvFullConfirmation .CMIApplyConfirmWrapper {margin-top:30px;}
#jvFullConfirmation .CMIApplyConfirmWrapper .wdgCMIItem {position:relative;}
#jvFullConfirmation .wdgApplyRecommendedJobs {width: 556px;}
#jvFullConfirmation .confBodyWhite, #jvFullConfirmation .ctlJobList {background-color: White !important;}
.wdgApplyRecommendedJobs {width:560px; float:left; font-size:11px;}
.wdgApplyRecommendedJobs .ctlJobList {overflow: auto; position: relative;}
.wdgApplyRecommendedJobs .ctlJobListEntry {position: relative;  min-height: 38px; height: auto !important; height: 38px;}
.wdgApplyRecommendedJobs .ctlJobTitle {background-color:White;padding:5px 5px 0px 10px; width: 250px; }
.wdgApplyRecommendedJobs .ctlJobTitle a {color:#7B4F90;text-decoration:underline;}
.wdgApplyRecommendedJobs .ctlJobCompany {background-color:White;padding:0px 5px 7px 10px; }
.wdgApplyRecommendedJobs .ctlPosted {background-color:White;padding:0px 5px 0px 10px; position: absolute; top:4px; right: 120px; text-align: left; min-width: 120px; width: auto !important; width: 120px;}
.wdgApplyRecommendedJobs .ctlLocation {background-color:White;padding:0px 5px 5px 10px; width: 80px; border: 100px;  position: absolute; top:4px; right: 5px;}
.wdgApplyRecommendedJobs .wdgRecommendJobsLinks {display:none;}
#jvFullConfirmation .wdgConfItem {position:relative; color:#000; z-index:1;}
#jvFullConfirmation .wdgBgMid {width: 556px;}
#jvFullConfirmation .wdgTitle {margin: 0px; padding-left: 65px; color: #7b4f90; font-size: 17px; font-weight: bold; position: absolute; top: -42px; left: 10px; height: 37px; line-height: 37px; background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/jvConfirmWidgetIcon.gif) no-repeat bottom left;}
#jvFullConfirmation .CMIApplyConfirmWrapper .wdgTitle { background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/jvCMIWidgetIcon.gif) no-repeat scroll left bottom transparent; height:44px;top:-48px;line-height:43px;white-space: nowrap;}
#CMIApplyConfirmRightCol { width:300px; }
  #CMIApplyConfirmRightCol #wdgWrapper
, #CMIApplyConfirmRightCol .CMIApplyConfirmWrapper
, #CMIApplyConfirmRightCol .wdgApplyRecommendedJobs
, #CMIApplyConfirmRightCol .wdgBgMid { width:100%; }
#CMIApplyConfirmRightColInner { border:1px solid #dfdfdf; background:#fff; padding:10px 12px 3px; }
#CMIApplyConfirmRightCol .confirmationBox_body { background:#fff; }
#CMIApplyConfirmRightCol .wdgTitle { margin:0; color:#7B4F90; padding:0px; position:static; height:auto; line-height:100%; background:none; font-size:120%; }
#CMIApplyConfirmRightCol .CMISkillChart { padding:0; }
#CMIApplyConfirmRightCol table.footer { position:relative; }
#CMIApplyConfirmRightCol table.footer td { font-size:100%; }
#CMIApplyConfirmRightCol table.footer td.left div { height:8px; width:8px; position:absolute; top:5px; left:0px; }
#CMIApplyConfirmRightCol table.footer td.right div { height:8px; width:8px; position:absolute; top:5px; right:0px; }
#CMIApplyConfirmRightCol #axisLabel { font-size:100%;  }
#CMIApplyConfirmRightCol .seeAll { padding:0px; font-weight:normal; background:none; }
#CMIApplyConfirmRightCol .CMICourseContent .seeAll { border-top:1px solid #dfdfdf; padding:10px 0; font-weight:bold; }
#CMIApplyConfirmRightCol div.course { border:none; border-top:1px solid #dfdfdf; margin:10px 0; padding:8px 0 0 0; }
#CMIApplyConfirmRightCol div.course:hover { background:#fff; }
#CMIApplyConfirmRightCol .course a { font-size:100%; font-weight:normal; }
#CMIApplyConfirmRightCol .genericContainer { padding:10px 0; }
#CMIApplyConfirmRightCol .genericContainer ul { margin:5px 0 10px 15px; }
/****** Shared Continue Page ******/
#jvSharedConfirmation {font-family: Verdana; font-size: 12px; display: block; margin-bottom: 15px; }
#jvSharedConfirmation div.pcConfCheckList {width: 420px; padding: 25px 0 10px 0;}
#jvSharedConfirmation .pcConfCheckList ul#jvCheckList {list-style: none; margin: 0; padding: 0;}
#jvSharedConfirmation .pcConfCheckList ul#jvCheckList li {list-style: none; list-style-position: outside; margin: 0 0 15px 0; padding: 0 0 0 24px; background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/check.gif) no-repeat top left;}
#jvSharedConfirmation .ctl060CheckBoxRow {font-size: 11px;}
.confirmationAd {float: right;}
.confirmationContainer {min-height: 250px; height: auto !important; height: 250px; width: 570px !important; float: left;}
.confHeadingWhite {color: #7b4f90; font-size: 12px; font-weight: bold; overflow: hidden;}
	.confHeadingWhite span {position: relative;}
.xwdgConfItem {position: relative; margin: 0px auto; color: #000; z-index: 1; margin-right: 10px; float: left;}
.confirmationLink a {text-decoration:underline;}
.confirmationLink a:link {font-size: 11px;font-weight: normal; color:#7b4f90;}
.confirmationLink a:visited {font-size: 11px;font-weight: normal;color:#7b4f90;}
.confirmationLink a:active {font-size: 11px;font-weight: normal;color:#7b4f90;}
.confirmationLink a:hover {font-size: 11px;font-weight: normal;color:#7b4f90;}
div.confirmationLink, .confirmationLink a {margin: 5px 0 5px 0;}
.confirmationWidgetBodyImage {margin: 0 5px 0 0; float:left;}
.wdgDataGridViewAll {padding: 5px 10px; font-weight: bold; font-size: 11px;}
	.wdgDataGridViewAll a {color: #7b4f90;}
#static_container_body_main {margin-top: -15px;}
/****** Confirmation Widgets ******/
.wdgConfProfile {width: 180px; float: left;}
.wdgConfCareerPath {width: 180px; float: left;}
.wdgConfBenchmarking {width: 180px; float: left;}
.wdgConfResume {width:180px; float:left;}
.wdgConfAdviceLong{width:180px; float:left;}
	.wdgConfAdviceLong .wdgCareerAdviceContent{height:150px;}
.wdgConfFinishApply{width:180px;float:left;}
.wdgConfFinishApply .wdgConfFinishApplyContent{font-size:11px;}
.wdgConfBenchmarkingLong {width:370px; float:left;}
.wdgConfCareerGoals{width:180px;float:left;}
.ctlJobList .ctrJobListGraySeparator{clear:both; height:5px; overflow: hidden; background-color: #efefef;}
.confPromoteResume {margin-right: 0px !important;}
	.confPromoteResume .confHeadingWhite span {top: -7px;} 
/*for separator a cannot have padding like normal widget */
.wdgApplyRecommendedJobs .ctrJobListSeparator{height:7px;margin-left:0px;_font-size:1px;}
.wdgApplyRecommendedJobs .wdgConfBody{padding:0px !important;background-color:transparent !important;}
.wdgApplyRecommendedJobs .wdgDataGridViewAll{display:none;}
/**** widget Profile ****/
.wdgApplyProfile{width:180px; float:left;}
.wdgApplyProfileLong{width: 560px; float:left; margin-top: 10px; margin-right: 0px !important;}
.wdgApplyCareerStatus{width:560px; margin-left:5px; float:left;}
.wdgApplyCareerStatusLong{width:560px; float:left; margin: 10px 0;}
.wdgApplyResume{width:180px;margin-left:5px;float:left;}
.wdgApplyResume .wdgConfBody{height:160px;overflow:auto;}
.wdgApplyExploringCareersLong {width:560px;float:left; margin: 10px 0; }
.divConfirmation{margin-top: 15px; margin-bottom: 15px; width: 450px;}
/****** Apply Flow Styles ******/
#applyFlowConfirm {width: 943px; padding: 0 10px;}
#applyFlowConfirm .wrapperWidget, #applyFlowConfirm .rightPanelPart { margin-top: 10px;}
#applyFlowConfirm .wrapperleftWidget{ margin-top: 10px;}
.rightPanelPart #ucConfirm_msgNext span { font-family: verdana; font-size: 14px; font-weight: bold; color:#5A386A;}
.rightPanelPart #ucConfirm_msgRecJobs span { font-family: verdana; font-size: 12px; font-weight: normal; color:#5A386A; margin-left: 10px; display: block;}
.rightPanelPart{float:right; width:330px; height:100%; margin-left:10px; margin-right:10px;}
#applyFlowConfirm .largePurpleHeading {text-align: left; margin-top: 7px; float: left; width: 450;}
/****** Next Steps block ******/
	#applyFlowConfirm #rightPanelPart .alsoApplieTitle {margin: 0 !important;}
	#applyFlowConfirm #rightPanelPart .adApplyConfirmPanel {margin-top: 0px !important;}
	#applyFlowConfirm #rightPanelPart .confPanelSpacer {height: 5px !important;}
	#applyFlowConfirm #rightPanelPart div{min-height:20px; margin-top: 10px;   width: 300px;}
	#applyFlowConfirm #rightPanelPart #ucConfirm_msgNext{ }
	#applyFlowConfirm #rightPanelPart #ucConfirm_msgRecJobs{ }
	#applyFlowConfirm #rightPanelPart #ucConfirm_msgRecJobs span{float: left; width: 90%; margin-bottom: 10px; display: block; }
    #ucConfirm_lnkJobSearch {margin-left: 25px;  display:block;}
    /****** ad  block ******/
#applyFlowConfirm #rightPanelBottomPart .ad300x250backgroundLine {background: url(https://securemedia.newjobs.com/mm/redux/reusedBoxes/ad300x250backgroundLine_small.gif) no-repeat; height:260px; padding:10px 0 0 15px; width:315px;}
.rightPanelBottomPart{float:right; width:330px; height:100%; margin-left:10px; margin-right:20px;}
	#applyFlowConfirm #rightPanelBottomPart .adApplyConfirmPanel {margin-top: 0px !important;}
/* Widget-Specific */
#applyFlowConfirm .wdgApplyCareerStatusLong .confBodyWhite {height: 75px; padding: 8px; overflow: auto;}
#applyFlowConfirm .wdgApplyProfileLong .confBodyWhite {height: 75px; padding: 8px; overflow: auto;}
#applyFlowConfirm .wdgApplyExploringCareersLong .confBodyWhite {height: 75px; padding: 8px; overflow: auto;}
#applyFlowConfirm .confPromoteResume .confirmationWidgetBody {overflow-y: auto; overflow-x: hidden; height: 110px; width: 150px; background-color: White; margin: 0 auto; padding: 8px; text-align:left;}
#applyFlowConfirm .wdgApplyProfile .confirmationWidgetBody {overflow-y: auto; overflow-x: hidden; width: 150px; height: 110px; background-color: White; margin: 0 auto; padding: 8px; text-align:left;}
#applyFlowConfirm .wdgApplyRecommendedJobs .ctlJobList {height: 190px !important;}
.confirmationBox_body { background: red; }
.confirmationBox_body .confHeadingWhite img {position: relative; top: -3px; left: -5px; float: left;}
.bottomUi {border: 1px solid red; width:100%;}
.wrapperConfirm {text-align:left; font-family:verdana; font-size:12px; height:100%;}
.wrapperWidget {clear:both; float:left; width: 570px;}
.wrapperLeftWidget {clear:both; float:left; margin-top:10px; width: 570px;}
.wrapperLeftWidget .smArrow {
background:transparent url(https://securemedia.newjobs.com/mm/redux/apply/temp/smArrow.gif) no-repeat scroll right top ;
float:right;
height: 99px;
width:40px;
}
.wrapperMsgAppSubmited{
    color:#76825e;
    font-size:20px;
    width:450px;
}
.wrapperMsgConfirmation{
    margin-top:2px;
    color:#7B4F90;
	padding: 5px;
}
.wrapperMsgGoodLuck{
    color:#000;
    margin-top:2px;
    width:565px;
}
.confirmationBody {
	width: 533px;
	margin: 0 0 13px 0;
	padding: 0 0 0 18px;
}
.confirmationContainer {
	min-height:380px;
	margin: -27px 0 0 0;
}
.confirmation_button {
	padding: 0 0 0 18px;
}
.confirmationWidget {
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/background.gif);
    border:1px solid #cccccc;
    padding: 5px 5px 5px 5px;
    text-align: center;
    float: left;
    margin: 0px 0px 0px 0;
    height:260px;
}
.confirmationWidgetDark {
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/background.gif);
    border:1px solid #cccccc;
    width: 180px;
    padding: 0px 5px 5px 5px;
    text-align: center;
    float: left;
    margin: 0px;
    min-height: 205px;
    height:290px;
}
.confirmationWidgetWide {
    width: 365px;
    padding: 0;
    text-align: center;
    float: left;
    margin: 20px 8px 20px 0;
}
.confirmationWidgetWide .item {
    text-align: left;
}
.wdgRecommendJobsLinks{
    width:100%;
}
.confirmationWidgetFull{
    width: 180px;
    padding: 0;
    text-align: center;
    float: left;
    margin: 0;
    min-height: 200px;
    clear: left;
    height:300px !important;    
}
.confirmationWidgetFull .wdgHeader {
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/widget_module_header_grey_p1.png);
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    line-height:25px;
    text-decoration:none;
}
.confirmationWidgetFull .wdgHeaderEnd {
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/widget_module_header_grey_p2.png);
    background-position: top right;
}
.confirmationWidgetFull .wdgOuterContainer {
    border-color:#cccccc;
    border-style:solid;
    border-width:0px 1px;
    min-height:182px;
}
.confirmationWidgetFull .wdgInnerContainer {
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/background.gif);
    padding:7px 0px 0px;
    border: 0;
}	
.confirmationWidgetFull .wdgContentBlock {
    background-color:#dfdfdf;
    min-height: 161px;
    overflow-y:scroll; /* Not compatible */
    height:235px;
    text-align:left;
    padding:0px 6px 0px 0px;
}
.confirmationWidgetFull .wdgDefaultFooter {
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/default_footer_grey_left.png);
    height: 8px;
    width:100%;
}
.confirmationWidgetFull .wdgDefaultFooterEnd{
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/default_footer_grey_right.png);	
    background-position: top right;
    height: 8px;
    margin-top: -8px;
}
.confirmationWidgetFull .wdgActionFooter {
    background:none;
    color:white;
    height:5px;
}
.confirmationWidgetFull .wdgDatagridDivider {
    background-color: white;
    border: none;
    height:7px;
}
.confirmationWidgetFull .wdgActionFooter-end {
    background:none;
}
.ctrJobList {
    text-align: left;
}
.confirmationWidgetHeader {
    margin:0 0 10px 0;
    text-align: left;
    height: 38px;
}
#staticConfirmApply .confirmationWidgetBody {min-height: 144px; height: auto !important; height: 144px; background-color: White; margin: 0 auto; padding: 8px; text-align:left;}
span.confirmationPurpleH2Smaller{
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
}
h1.confirmation_h1{
    font-weight: normal;
    float: left;
    padding: 0 0 0 18px;
    margin: 24px 0;
}
.confirmation_icon {
    float: right;
    margin: 24px 46px 0 0;
}
h2.confirmationPurpleH2{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #5A386A;
    margin: 0 0 5px 0;
    padding: 0;
}
h2.confirmationGreenH2{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #777f6a;
    margin: 0 0 5px 0;
    padding: 0;
}
h2.confirmationGrayH2{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    margin: 0 0 5px 0;
    padding: 0;
}
span.confirmationBody{
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    margin: 0 0 5px 0;
    padding: 0;
    clear: both;
}
a.confirmationLink:link {
        font-family: verdana;
        font-size: 11px;
        font-weight: normal;
        color:#5A386A;
		text-decoration:underline;
}
a.confirmationLink:visited {
        font-family: verdana;
        font-size: 11px;
        font-weight: normal;
        color:#5A386A;
		text-decoration:underline;
}
a.confirmationLink:active {
        font-family: verdana;
        font-size: 11px;
        font-weight: normal;
        color:#5A386A;
		text-decoration:underline;
}
a.confirmationLink:hover {
        font-family: verdana;
        font-size: 11px;
        font-weight: normal;
        color:#5A386A;
		text-decoration:underline;
}
div.confirmationLink {
    margin: 5px 0 5px 0;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color:#5A386A;
   /* text-decoration: underline;*/
    cursor: pointer;
    clear: both;
}
div.resumeWidgetHeader{
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/resumeBgImage.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 38px;
    background-color: white;
}
.resumeWidgetHeaderText{
    margin: 0 0 0 84px;
    padding-top: 7px;
}
.noPadding{
    padding: 0;
}
.confirmationWidgetHeaderDark{
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/dark_background.gif);
    width: 180px;
    height: 23px;
    padding: 0;
    vertical-align: bottom;
}
.confirmationNotRoundFooter{
    height: 5px;
    width: 180px;
}
.confirmationNotRoundFooterLeft{
    height: 5px;
    width: 5px;
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/bl.png);
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
}
.confirmationNotRoundFooterMiddle{
    height: 5px;
    width: 170px;
    border-bottom: 1px solid #cccccc;
    float: left;
}
.confirmationNotRoundFooterRight{
    height: 5px;
    width: 5px;
    background: url(https://securemedia.newjobs.com/mm/redux/confirmationPages/br.png);
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
}
.confirmationWidgetBodyImage{
    margin: 5px;
}
.confirmationJobLink{
    clear: both;
    margin: 10px 0;
    font-family: Verdana;
    color: #666666;
    text-align: left;
}
.confirmationJobLink td {
    align: left;
}
.confirmationJobsPersonalize{
    margin-top: 10px;
    clear: both;
    text-align: left;
}
.confirmationViewAllJobs{
    clear: both;
    text-align: left;
}
.wrapperProfile .confirmationWidget{
    height:120px;
    width:563px;
}
.wrapperProfile .confirmationWidgetBody{
}
#ucConfirm_msgAppliedTo{
    color:#76825e;
    font-size:14px;
    font-weight:bold;
    font-family: Verdana;
}
.adApplyConfirmPanel{
    width:330px;
    height:275px;
}
.adTopImage{
    background:transparent url(https://securemedia.newjobs.com/mm/redux/apply/panel/ad/IAB300250Top.png) no-repeat scroll 0 0;
    filter: progid:dximagetransform.microsoft.alphaimageloader(src='https://securemedia.newjobs.com/mm/redux/apply/panel/ad/IAB300250Top.png',sizingmethod='scale');    
    height:10px;
    width:332px;
}
 .adBottomImage{
    background:transparent url(https://securemedia.newjobs.com/mm/redux/apply/panel/ad/IAB300250Bottom.png) no-repeat scroll 0 0;
    filter: progid:dximagetransform.microsoft.alphaimageloader(src='https://securemedia.newjobs.com/mm/redux/apply/panel/ad/IAB300250Bottom.png',sizingmethod='scale');   
    height:10px;
    width:332px;
}
.slpSquareAdApplyUnit{
    border-left:2px solid #E1E1E1;
    border-right:2px solid #E1E1E1;
    height:250px;
    padding-bottom:0;
    text-align:center;
    width:328px; 
}
.slpSquareAdApplyUnit iframe{
    margin-top:0px;
}
.wrapper{
    width:180px;    
    margin-right:10px;
    float:left;
}
.alsoApplieTitle{
    color:#5A386A;
    font-size:12px;
    font-weight:bold;
    margin: 5px 0px 5px 0px;
}
.alsoAppliedPosition{
    color:#7b4f90;
    font-size:14px;
    font-weight:bold;
    padding:0px;
    margin-bottom: 5px;
}
.alsoAppliedLocation{
    color:#787878;
    font-size:12px;
    width: 450px;
    padding:0;
}
.alsoAppliedCompany{
    color:#787878;
    font-size:12px;
   padding:0;
   width: 450px;
}
.alsoAppliedBackground{
   padding:5px;
   margin:0;
   width: 450px;
}
.confirmationWidgetDark .confirmationWidgetBody{
    height:257px;
}
.linkJobSearchImg{
    float:left;
    clear:both;
    margin-left:10px; 
    margin-top:3px;
}
.linkJobSearch{
    float:left;       
    margin-left:5px; 
} 
.linkJobSearch a{ 
    color:#5A386A;
    text-decoration:underline;
}
.wdgDataGridViewAll{
    background-color:White;
    padding-left:0px;
	/* float:left;*/
}
/* new css for tile frame */
.wdgConfItem .wdgConfWrapper,
.wdgConfItem .wdgConfTop,
.wdgConfItem .wdgConfBottom,
.wdgConfItem .wdgConfBottom div {
 background:transparent url(https://securemedia.newjobs.com/mm/redux/confirmationPages/confWidget800x600.png) no-repeat top right;
 _background-image:url(https://securemedia.newjobs.com/mm/redux/confirmationPages/confWidget800x600.png);
}
.wdgConfItem .wdgHeaderTitle
{
padding-left:4px;height:7px;_font-size:1px
}
.wdgConfItem .wdgConfTitle img{
padding-right:10px;float:left;
}
.wdgConfItem .wdgConfTitle{
background-color:#fff;padding:0px;font-weight:bold;font-size:12px;color:#7b4f90;height:34px;padding:0px 5px 4px 10px;	
}
.wdgConfItem .wdgConfWrapper {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 7px 0px 0px;
}
.wdgConfItem .wdgConfTop {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:7px; /* top slice width */
 margin-left:-3px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}
.wdgConfItem .wdgConfBody{
background-color:#fff;padding:10px 5px 5px;margin-top:7px;
}
.wdgConfItem .wdgConfBottom {
 /* bottom */
 position:relative;
 width:100%;
}
.wdgConfItem .wdgConfBottom,
.wdgConfItem .wdgConfBottom div {
 height:7px; /* height of bottom cap/shade */
 _font-size:1px;
}
.wdgConfItem .wdgConfBottom {
 background-position:bottom right;
}
.wdgConfItem .wdgConfBottom div {
 position:relative;
 width:7px; /* bottom corner width */
 margin-left:-3px;
 background-position:bottom left;
}
.wdgConfItem .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
/****end ***/
.purpleSmallerText{
	color:#7b4f90;
	font-size:10px;
	}
	.purpleTextStrong{
	color:#7b4f90;
	font-weight:bold;
	font-size:12px;
	}
.confPanelSpacer
{
    height:10px;
    clear:both;
    overflow: hidden;
}
.CMISkillContent .course, 
.CMICourseContent .course
{
    padding-left:10px; 
    font-size:11px;
    color:#787878;
}
.CMISkillContent .course
{
    border-top: 5px solid #EFEFEF;
}
.CMICourseContent .course
{
    border-bottom: 5px solid #EFEFEF;
}
.CMISkillContent .course a, 
.CMICourseContent .course a
{
    font-size:13px;
    font-weight:bold;
}
.seeAll
{
    font-size:11px;
    font-weight:bold;
}
.CMISkillContent .seeAll 
{
    padding: 5px 10px 10px;
}
.CMICourseContent .seeAll 
{
    background-color: #EFEFEF;
    padding-top: 5px;
}
.CMISkillChart 
{
    padding:10px;   
}
.CMISkillContent .CMISkillChart .CMIInnerContainer {
    line-height:17px;
}
.genericContainer 
{
    padding:10px;   
}
.genericContainer ul {
    margin: 5px 0 10px 12px;
}
.genericContainer b {
    font-size:13px;
    font-weight:bold;
    color:#7b4f90;
}
.jobTitleContainer 
{ 
    max-height:38px; 
} 
/* CSS for logon.aspx */
#pnlApply1 {width:943px; font-family:Verdana; font-size:10px; text-align:left;}
span.applyBold {font-weight:bold;}
#linkLogin {color:#704783; font-size:13px; margin-top:15px;}
#linkBecome {color:#704783; font-size:13px; margin-top:15px;}
#logonLeftContentWrapper {width:470px; position:relative; float:left;}
#logonLeftContent {width:420px; position:relative; float:right;}
#logonHeadingText {padding-top:12px; padding-left:17px;}
#logonRightContentWrapper {width:470px; position:relative; float:right; padding-top:10px;}
#logonRightContent {width:420px; position:relative; float:left;}
#login-buttons {position:relative; float:right; padding-right:0px;}
#emptyRow {width:943px; clear:both;}
a.privacyStmt {color:#785588; text-decoration:underline;}
.errorMsgLogon {width:295px; height:16px; color:#DD1E13; border:1px solid; background-color:#FAF9CB; padding-top:2px; padding-left:2px;}
#cbSpacer {height:8px; clear:both; width:300px;}
#btnSpacer {width:300px; clear:both; height:15px;}
.logonSpacer {height:12px;}
.pwdSpacer {height:12px;}
.pnlConsoleError {height: 431px; background: url(https://securemedia.newjobs.com/mm/redux/footer/slideOut/white_bg.gif) no-repeat scroll right bottom; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;}
/********** CSS for Loading Spinner **********/
.ajaxLoadingSpinnerApply {background: transparent url(https://securemedia.newjobs.com/mm/redux/ajax/loading.gif) no-repeat scroll center; width:100%; height:100%; position:absolute; top:0pt; left:0pt; z-index:4000; display:none;}
/****** Log-in Panel Styles ******/
#NoteEmployers1_pNote {position: absolute; bottom: 65px;}
#loginLeftContent {float: left; margin-top: 12px; width: 460px; padding-left: 55px;}
	#loginLeftContent .applyArrow {float: right; width: 50px; height: 325px; background: url(https://securemedia.newjobs.com/mm/redux/apply/temp/applyArrow.gif) no-repeat center center;}
	#loginLeftContent .applyToContent {width: 400px;}
	#loginLeftContent span.lblJobTitle {font-size:17px; font-weight: bold; color: #75825e;}
	#loginLeftContent span.lblJobTitle strong {font-size: 12px; color: #7b4f90; padding: 10px 0; display:block;}
	#loginLeftContent .applyNoteHeader {font-size: 17px; color: #7b4f90; padding: 7px 0; display:block; font-weight: bold;}
	#loginLeftContent .applyNoteBody {font-size: 12px; color: #666666;}
	#loginLeftContent .applyDivider {width: 380px; height: 1px; overflow: hidden; margin: 25px auto; background-color: #d7d7d7;}	
#loginRightContent {width: 425px; float: right; margin-top: 12px; height: 310px;}
	#loginRightContent #loginPanelHolder {width: 379px;}
	#loginRightContent #loginPanelHolder .loginTabs {overflow: hidden; width: 335px; height: 33px; margin: 0 auto; position: relative; top: 4px;}
	#loginRightContent #loginPanelHolder .loginContent {width: 339px; min-height: 320px; height: auto !important; height: 260px; background: url(https://securemedia.newjobs.com/mm/redux/apply/temp/applyLogIn_content_BG2.png); padding: 0 20px;}
#loginRightContent .loginTabs #tabLogIn, #loginRightContent .loginTabs #tabCreate {line-height: 36px; margin-top: 2px; text-align: center;}
#loginRightContent .loginTabs #tabLogIn {float: left; height: 33px; background: url(https://securemedia.newjobs.com/mm/redux/apply/temp/applyLogIn_tabs_unselected.gif) no-repeat left;}
#loginRightContent .loginTabs #tabCreate {position: relative; left: -3px; float: left; height: 33px; background: url(https://securemedia.newjobs.com/mm/redux/apply/temp/applyLogIn_tabs_unselected.gif) no-repeat right;}
#loginRightContent #linkLogin, #loginRightContent #linkBecome {padding: 0 7px;}
#loginRightContent .loginTabs #tabLogIn.selectedLogIn, #loginRightContent .loginTabs #tabCreate.selectedCreate {margin-top: 0px; line-height: 32px;}
#loginRightContent .loginTabs #tabLogIn.selectedLogIn a, #loginRightContent .loginTabs #tabCreate.selectedCreate a {font-weight: bold;}
	#loginRightContent .loginTabs #tabLogIn.selectedLogIn {position: relative; background: none; top: 2px;}
	#loginRightContent .loginTabs #tabLogIn.selectedLogIn .middleTab {float: left; height: 33px; background-image: url(https://securemedia.newjobs.com/mm/redux/apply/temp/applyLogIn_tabs_selectedBG3.png);}
	#loginRightContent .loginTabs #tabLogIn.selectedLogIn .frontCap {float: left; width: 9px; height: 33px; background-image: url(https://securemedia.newjobs.com/mm/redux/apply/temp/applyLogIn_tabs_selectedFrontCap2.png);}
	#loginRightContent .loginTabs #tabLogIn.selectedLogIn .endCap {float: left; width: 9px; height: 33px; background-image: url(https://securemedia.newjobs.com/mm/redux/apply/temp/applyLogIn_tabs_selectedEndCap2.png);}
	#loginRightContent .loginTabs #tabCreate.selectedCreate {position: relative; background: none; top: 2px;}
	#loginRightContent .loginTabs #tabCreate.selectedCreate .middleTab {float: left; height: 33px; background-image: url(https://securemedia.newjobs.com/mm/redux/apply/temp/applyLogIn_tabs_selectedBG3.png);}
	#loginRightContent .loginTabs #tabCreate.selectedCreate .frontCap {float: left; width: 9px; height: 33px; background-image: url(https://securemedia.newjobs.com/mm/redux/apply/temp/applyLogIn_tabs_selectedFrontCap2.png);}
	#loginRightContent .loginTabs #tabCreate.selectedCreate .endCap {float: left; width: 9px; height: 33px; background-image: url(https://securemedia.newjobs.com/mm/redux/apply/temp/applyLogIn_tabs_selectedEndCap2.png);}
#loginRightContent #logonBodyText {width:309px; padding: 20px 5px 0 12px;}
#loginRightContent #forgotPass {position:relative; top:-35px;}
#loginRightContent a.forgotPassFont {color:#704783; text-decoration:underline;}
#chkBoxes {padding:0 5px 0; width:300px; }
#chkAllowDiv{padding:0 4px 0; width:300px; }
#loginRightContent span.imgError {color:#EF2F0F; float: left; padding: 0 1px;}
#loginRightContent input.chkLeft {width:13px; position:relative; float:left; margin-left: 2px;}
#loginRightContent label.chkRight {width:270px; position:relative; float:left; margin-left: 2px;}
#xxlogonBodyText input{margin-left: 15px;}
input.tbxLogin {width:187px; height:15px; position:relative; margin-left: 15px;}
input.tbxEmail{width:187px; height:15px; position:relative; margin-left: 15px;}
input.tbxPasswordConfirm{width:187px; height:20px; position:relative; margin-left: 15px;}
#Email span{margin-left: 2px;}
#Password span{margin-left: 2px;}
#PasswordConfirm span{margin-left: 2px;}
#reqLegend{float: right; text-align: right; margin-left: 4px;}
/* CSS for interimConfirmation.aspx */
#interimConfirmation
{
    font-family:Verdana;
    font-size:10px;
    text-align:left;
    width:943px;
}
#interimLeftContentWrapper
{
    position:relative;
    float:left;
    width:320px;
    padding-left:15px;
}
#interimLeftContent
{
    position:relative;
    float:right;
    width:310px;
    margin-top:20px;
}
#interimRightContentWrapper
{
    position:relative;
    float:right;
    width:600px;
}
#interimRightContent
{
    position:relative;
    float:left;
    width:570px;
    margin-top:20px;
}
#lblReviewinfoBelow
{
    position:relative;
    float:left;
    font-weight:bold;
    font-size:12px;
    color:#758E30;    
}
#errorRow
{
    width:590px;
    height: 30px;
    position: relative;
    }
    #pnlErrorConsole
    {
        float: left;
        }
#interimValidate
{
    position:relative;
    float:right;
    top: 0;
    right: 0;
}
.interimEmptySpace
{
    clear:both;
    height:5px;
    width:530px;
}
#interimContactInfo
{
    border:1px solid #E0D7D2;
    width:590px;
    background-color:White;
}
#divSalutation
{
    position:relative;
    float:left;
    width:70px;
    padding-right:10px;
}
#interimFirstName
{
    position:relative;
    float:left;
    width:190px;
    padding-right:10px;
}
#interimMiddleName
{
    position:relative;
    float:left;
    width:30px;
    padding-right:10px;
}
#interimLastName
{
    position:relative;
    float:left;
    width:190px;
    padding-right:10px;
}
#interimAddress1
{
    position:relative;
    float:left;
    width:250px;
    padding-right:10px;
}
#interimAddress2
{
    position:relative;
    float:left;
    width:250px;
}
#interimCity
{
    position:relative;
    float:left;
    width:270px;
    padding-right:10px;
}
#interimState
{
    position:relative;
    float:left;
    width:140px;
    padding-right:10px;
}
#interimZipCode
{
    position:relative;
    float:left;
    width:80px;
}
#interimCountry
{
    position:relative;
    float:left;
    width:255px;
}
#interimMobilePhone
{
    position:relative;
    float:left;
    width:250px;
    padding-right:10px;
}
#interimPrimaryPhone
{
    position:relative;
    float:left;
    width:250px;
}
#interimConfBottomSpace
{
    clear:both;
    height:3px;
    width:530px;
}
#interimConfButtonsPositionWrapper
{
    position:relative;
    float:left;
    width:580px;
    top:10px;
}
#interimConfButtonsPosition
{
    float:right;
}
#lblAlmostDone
{
    font-size:26px;
    color:#785588;
}
#interimNoteBg
{
    background-color:#FDE7D9;
    border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
    padding: 4px;
    width:294px;
}
.interimLeftSpacer
{
    width:290px;
    height:20px;
}
span.GreenText
{
    font-size:14px;
    color:#758E30;
    font-weight:bold;
}
#interimRoundtop { 
	background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/corner_rightTop.gif) no-repeat top right;
	position:relative;
	top: -1px;
	right: -1px; 
}
#interimRoundbottom {
	background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/corner_rightBottom.gif) no-repeat top right;
	position:relative;
	bottom: -1px;
	left: 1px;  
}
img.corner {
    width: 15px;
    height: 15px;
    position:relative;
    top: 0;
    left: -2px; 
    border: none;
    display: block !important;
}
#interimContactInfo div.row
{
    clear: both;
    width: 560px;
height: 40px;
    margin: 0 17px;
    overflow:hidden;
}
#interimContactInfo div.autoAgentRow
{
    clear: both;
    width: 530px;
    padding: 0 0 5px 0;
    margin: 0 17px;
}
#interimContactInfo div.autoAgentRow .autoAgentHeader
{
	font-weight:bold;
}
.errorMsgInterim
{
    color:#DD1E13;
    border:1px solid;
    width:300px;
    height:19px;
    background-color:#FAF9CB;
    padding-top:2px;
    padding-left:2px;
}
span.imgError
{
     color:#EF2F0F;
}
#noteTopConf
{	
	background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/applyMsgTop.png) no-repeat top;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='https://securemedia.newjobs.com/mm/redux/jobview/apply/msgNoteTop.png',sizingmethod='scale') !important;
	height:7px;
	position:relative;
	top: 1px;
    width:304px;
}
#noteBottomConf
{
	background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/applyMsgBottom.png) no-repeat bottom;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='https://securemedia.newjobs.com/mm/redux/jobview/apply/msgNoteBottom.png',sizingmethod='scale') !important;
	height:7px;
	position:relative;       
	bottom: 1px;
	width:304px;
}
/* PAGE CONTAINER WIDE */
.PageContainerWide_dialog { padding: 0 0 10px; }
.PageContainerWide_dialog .PageContainerWide_hd { margin-bottom: -12px; background: transparent url(https://securemedia.newjobs.com/mm/redux/PageContainer/hr_l.gif) 0 0 no-repeat; height: 91px; }
.PageContainerWide_dialog .PageContainerWide_hd .PageContainerWide_c { background: transparent url(https://securemedia.newjobs.com/mm/redux/PageContainer/hr_r.gif) 100% 100% no-repeat; height: 91px; }
.PageContainerWide_dialog .PageContainerWide_bd { border-left: 1px solid #CECECE; border-right: 1px solid #CECECE; padding: 0px 10px 15px; background-color: #F9F9F9; }
.PageContainerWide_dialog .PageContainerWide_ft { background: transparent url(https://securemedia.newjobs.com/mm/redux/PageContainer/bl_wide.gif) 0 0 no-repeat; }
.PageContainerWide_dialog .PageContainerWide_ft .PageContainerWide_c { background: transparent url(https://securemedia.newjobs.com/mm/redux/PageContainer/br.gif) 100% 0 no-repeat; height: 6px; }
html>body .PageContainerWide_dialog pre { font-size: 1.1em; }
.PageContainerWide_heading { position: absolute; top: 0; left: 10px; padding: 0; margin:0;}
.PageContainerWide_heading h1 { color: #5A386A; font: 26px Verdana,Arial,Helvetica,Sans-Serif; font-weight: normal; padding: 0; margin: 35 0 24 5;}
/* FIX: Page Container Wide creep under Black Pod  */
#mcPod {z-index:1 !important; margin-bottom:-35px !important}
.wacCenterStage {position:relative}
/* PAGE CONTAINER WIDE END*/
/* CSS for Message Notes */
#noteTop{	
	background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/msgNoteTop.gif) no-repeat top left;
	height:7px;
	position:relative;
	top: 5px;   
}
#noteBody{
	background-color:#FDE7D9;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 4px;
}
#noteBottom{
	background: url(https://securemedia.newjobs.com/mm/redux/jobview/apply/msgNoteBottom.gif) no-repeat bottom left;
	height:9px;
	position:relative;       
	bottom: 3px;
}
/*CSS for Job Questionaire*/    
#jvFullApplyPageWrapper .questRequiredLegend {position: relative; color:#666666; font-size:10px; text-align: right; padding-bottom: 5px; position: absolute; top: 12px; right: 15px; line-height: 15px;}
#jvFullApplyPageWrapper .questRequiredLegend span {height: 15px; display: block; float: right !important;}
#jvFullApplyPageWrapper .questRequiredLegend .required {position: static; color: #FF0000; font-size: 10px; font-weight: normal; text-align: right; overflow: hidden; margin-right: 3px;}
#jvFullApplyPageWrapper .questRequiredLegend .ctl060HelpIconLink {width: 15px; height: 15px; overflow: hidden; margin-left: 3px; display: block; float: right;} 
#jvFullApplyPageWrapper .questRequiredLegend .ctl060LabelText,
#jvFullApplyPageWrapper .questRequiredLegend .ctl060LabelText span {min-width: 10px; width: auto !important; width: 10px; float: right !important;}
#jvFullApplyPageWrapper .questionaireAnswers {padding: 2px 0 0 0px;}
#jvFullApplyPageWrapper #questionnaireSection {padding-top: 10px;}
#jvFullApplyPageWrapper #questionnaireSection table {padding: 0px; margin: 0;}
#jvFullApplyPageWrapper #questionnaireSection table td {padding: 0 0 8px 0; margin: 0px;}
#jvFullApplyPageWrapper #questionnaireSection table td  input, #questionnaireSection table td  label {float: none; display: inline; padding-left: 4px;}
#jvFullApplyPageWrapper .quesBtnWrapper {margin-bottom: 10px; display: block; height: 20px; text-align: right; line-height: 18px;}
#jvFullApplyPageWrapper .radioButtonRepeater {}
#jvFullApplyPageWrapper .radioButtonRepeater input {margin: 0; padding: 0; height: 13px; width: 13px; overflow: hidden; vertical-align: middle;}
#jvFullApplyPageWrapper .radioButtonRepeater label {line-height: 13px; padding: 0 25px 0 8px;}
#jvFullApplyPageWrapper #questionnaireSection .required {position: static; float: left;}
#jvFullApplyPageWrapper #questionnaireSection .jvLabelHeader {padding-left: 0px;}
#jvFullApplyPageWrapper #questionnaireSection textarea {width: 700px;}
.questionaireAnswers .groupVertical input, .questionaireAnswers .groupVertical label { padding-left: 4px; float: none;}
.questionaireAnswers  .groupHorizontal input, .questionaireAnswers .groupHorizontal label {display: inline;float: none;padding: 0 25px 0 4px;}
#questionnaireSection.questionaireAnswers  .groupHorizontal input, .questionaireAnswers .groupHorizontal label {display: inline;float: none;padding-left:4px; margin-left: 20px;}
/* css for questionaire modal */
#quesBackgroundOverlay {
    height: 100% !important;
    width: 98.7% !important;
    opacity: 0.5 !important;    
    position: fixed !important;
    left: 0pt !important;
    top: 0pt !important;
    margin:0px !important;
    padding:0px !important;
    z-index: 3000 !important;
    display: none;
    filter :alpha(opacity=50) !important;
    -moz-opacity : 0.5 !important;
    background-color:#000000 !important;
    position:absolute !important;
}
#quesHiddenModalDiv{
    display:block;
    margin-left: -155px; 
    position: absolute; 
    width: 350px;         
    top:25%;    
    left:50%;	
	z-index:22000;
	text-align:left;
	font-family:Verdana;
	font-size:12px;
}
#quesModalHeading{
    background:transparent url(https://securemedia.newjobs.com/mm/redux/modal/headingBg.png) repeat-x scroll center top;
    color:#5C6D27;
    font-size:1em;
    font-weight:bold;
    height:24px;
    line-height:24px;
    margin:0pt 5px;
    padding-left:1.25em;
    position:relative;    
}
#quesTopLeft{
    background:transparent url(https://securemedia.newjobs.com/mm/redux/modal/headingLeft.png) no-repeat scroll left top;
    height:24px;
    left:-8px;
    position:absolute;
    top:0pt;
    width:13px;
}
#quesTopRight{
    background:transparent url(https://securemedia.newjobs.com/mm/redux/modal/headingRight.png) no-repeat scroll right top;
    height:24px;
    position:absolute;
    width:13px;
    right:-6px;
    top:0pt;
}
#quesBottomLeft{
    background:transparent url(https://securemedia.newjobs.com/mm/redux/modal/bottomLeft.png) no-repeat scroll left bottom;
    left:-8px;
    position:relative;
    height:150px;    
}
#quesBottomRight{
    background:transparent url(https://securemedia.newjobs.com/mm/redux/modal/bottomRight.png) no-repeat scroll right bottom;
    left:14px;
    position:relative; 
    height:150px;     
}
a.modalCloseImg{
    background:transparent url(https://securemedia.newjobs.com/mm/redux/modal/close.gif) no-repeat scroll left top;
    cursor:pointer;
    display:block;
    height:13px;
    position:absolute;
    right:0.66em;
    text-indent:-5000px;
    top:0.5em;
    width:13px;
    z-index:3200;
}
#quesApplyButtons{
    text-align:right;
    padding-right:20px;
}
#quesSpacer{
    height:20px;
}
#quesConfirmMessage{
    width:300px;
    padding:20px 20px 0px 10px;
}
#quesContentLeft{
    float:left;
    width:25px;
}
#quesContentRight{
    float:right;
    width:275px;
}
/* CSS for Custom Apply */
#customApplyWrapper {
    text-align:left;
    font-family:Verdana;
    font-size:11px;
    width:643px;
    margin-top:130px;
    margin-left:330px;
}
#customApplyWrapper #customApplyDiv {
    width:300px;
}
#customApplyWrapper #customApplyTitle{
    font-size:26px;
    color:#6F527D;
}
#customApplyWrapper #customApplyButtons{
    float:right;
}
#customApplyWrapper .customApplySpacer{
    height:30px;
}
#customApplyWrapper .gbGreenButton{
    font-weight:bold;
    color:White;
    height:20px;
    width:60px;
}
#customApplyWrapper .gbOrangeButton{
    font-weight:bold;
    color:White;
    height:20px;
    width:70px;
}
/* CSS for redirecting to resume builder */
#resumeBuilderWrapper{
    text-align:left;
    font-family:Verdana;
    font-size:11px;
    width:643px;
    margin-top:130px;
    margin-left:230px;
}
#resumeBuilderDiv{
    width:470px;   
}
#resumeBuilderTitle{
    font-size:26px;
    color:#6F527D;
}
#resumeBuilderButtons{
    float:right;
}
.resumeBuilderSpacer{
    height:30px;
}
.batchApply {
    font-family: Arial,Verdana,Helvetica,Sans-Serif;
}
#divValidJobsList,
#divApplyControl {
    margin-top: 20px;
}
#divAlreadyAppliedList {
    margin-top: 30px;
}
.applyActions {
    margin-top: 12px;
}
.divJobCheckbox {
    float: left;
    padding-top: 3px;
    clear: both;
}
.divJobItem {
    margin-top: 10px;
}
.divJobInfo {
    margin-left: 20px;
}
.divJobInfo label, .divJobInfo .divHelpLink {
    float: left;
}
.divJobInfo #smHelp {
    width: 400px;
    position: absolute;
}
.jobItemDivider {
    background: #ccc;
    height: 1px;
    margin: 7px 0;
}
.appliedCheckmark {
    background: url(https://securemedia.newjobs.com/mm/redux/globalIcons/blue-checkmark.png) no-repeat top left;
    display:inline-block;
    height: 12px;
    width: 14px;
}
#multiApplyPopup.stdModal {
	position: fixed;
	text-align: left;
	width: 460px;
	margin-left: -230px;
	left: 50%;
	top: 223px;
}  
/* confirmation page styles */
.jvConfTopBox {
    background: #eee;
    padding: 10px;
}
.batchConfTitle {
    padding-bottom: 5px;
}
.jvConfList,
.jvConfInfo {
    margin-top: 20px;
}
.jvConfList ul {
    padding: 0;
    margin: 0;
}
.jvConfList li {
    margin-bottom: 15px;
    list-style-type: none;
}
.jvConfList li .appliedCheckmark  {
    margin-right: 5px;
}
#divMultiApplyQueueListTitle {
	height:	20px;
	margin:20px 0 10px 0;
}
#divMultiApplyQueueListTitle .divCounter {
	float: left;
}
#divMultiApplyQueueListTitle .divHelpLink {
	float: left;
	margin: 2px 6px;
}
#divMultiApplyQueueListTitle #smHelp {
    width: 300px;
    position: absolute;
}
#divMultiApplyQueueListTitle .divClearQueue {
	float: right;
	margin: 2px 0;
}
.jvConfTopBox .fnt5 {
word-wrap:break-word !important;
color: #333;
cursor: default;
font-size: 13px;
font-weight: bold;
}
#yahooAdsBottom
{
    width: 970px;
    margin:0 auto;
}
#yahooAdsBottom
{
    background-color: #FFFFFF;
    background-image: none;
    clear: both;
    padding: 15px;    
}
#yahooAdsRightCol
{
    clear: both;
}
#yahooAdsBottom .YahooAdsHeader, #yahooAdsRightCol .YahooAdsHeader
{
    color: #999;
    padding-bottom: 7px;
}
#yahooAdsBottom .YahooAdsItem, #yahooAdsRightCol .YahooAdsItem
{
    margin: 0 0 14px;
    clear: both;
    line-height: 17px;
}
.YahooAdsItem a
{
    text-decoration: none;   
    color: #0D51AB; 
}
.YahooAdsItemm a:visited
{
    color: #AE7CDD;
}
.YahooAdsItem .YahooAdURL
{
    color: #0E774A;
    font-size: 11px;
    clear: both;
}
.YahooAdsItem .YahooAdURL b
{
    font-weight: normal;
}
.YahooAdsItem .YahooAdTitle a
{
    font-size: 16px;
}
.YahooAdsItem .YahooAdSiteLink
{
    margin-right: 15px;
    font-size: 12px;
}
 .YahooAdsItem  .YahooAdSiteLinkRow
 {
     clear:both;
 }
.kununuStarRatingDiv
{
	clear:both;
	padding: 0 30px;
}
/** place holder **/
/* CSS for empty job posting */
.errorPanelWrapper {
    width:720px;
    height:302px;
    background-color:#F1F1F1;
    border:1px solid #cccccc;
    padding:12px;
}
.errorPanel {
    font-family:Verdana;
    font-size:10px;
    text-align:left;
    padding-top:30px;
    padding-left:20px;
    border:1px solid #cccccc;
    background-color:#FFFFFF;
    height:270px;
}
.errorSorry {
    color:#92A732;
    font-size:16px;
    font-weight:bold;
}
.errorSearchLink {
    text-decoration:underline;
    color:#7A5090;
}
/****** General Apply Flow Styles ******/
html, body {font-family: Arial,Helvetica,Sans-Serif; margin: 0; padding: 0; height: 100%; font-size: 13px;}
/****** Apply Flow Header Nav ******/
	div#monsterAppliesHeaderHolder * {background: none; position: static; overflow: visible; z-index: auto; height: auto; width: auto; font-weight: bold; font-family: Arial,Helvetica,Sans-Serif; list-style: none; margin: 0; padding: 0; line-height: normal; text-align: left; text-decoration: none; white-space: normal;}
	div#monsterAppliesHeaderHolder {height: 70px;  background: url("https://securemedia.newjobs.com/mm/redux/apply/header/lineBackground.gif") repeat-x left bottom; overflow: hidden; background-color: #ffffff;}
	div#mAH_top {height: 65px; width: 100%; margin-right: -220px; overflow: hidden; margin-left: 0; float: left; background-color: #fff; background: none;}
	div#monsterAppliesHeaderHolder_Overflow {width: 910px;}
	div#mAH_top a#logo_monster_apply {float: left; display: block; background: url("https://securemedia.newjobs.com/mm/redux/apply/header/monsterlogo.gif") no-repeat left top; width: 230px; height: 35px; margin-left: 50px; margin-top: 20px;}
	div#mAH_top a#logo_monster_apply span {display: none;}
	div#mAH_top a#logo_monster_apply_nldu {float: left;	display: block; background: url("https://securemedia.newjobs.com/mm/redux/apply/header/monsterlogo_nldu.gif") no-repeat left top; width: 230px; height: 35px; margin-left: 50px; margin-top: 20px;}
	div#mAH_top a#logo_monster_apply_nldu span {display: none;}
	div#mAH_top a#logo_monster_apply_plpo {float: left; display: block; background: url("https://securemedia.newjobs.com/mm/redux/apply/header/monsterlogo_plpo.gif") no-repeat left top; width: 230px; height: 35px; margin-left: 50px; margin-top: 20px;}
	div#mAH_top a#logo_monster_apply_plpo span {display: none;}
	div#mAH_top a#logo_monster_apply_sksk {float: left; display: block; background: url("https://securemedia.newjobs.com/mm/redux/apply/header/monsterlogo_sksk.gif") no-repeat left top; width: 230px; height: 35px; margin-left: 50px; margin-top: 20px;}
	div#mAH_top a#logo_monster_apply_sksk span {display: none;}
	div#mAH_top a#logo_monster_apply_cncn {float: left; display: block; background: url("https://securemedia.newjobs.com/mm/redux/apply/header/monsterlogo_cncn.gif") no-repeat left top; width: 230px; height: 50px; margin-left: 50px; margin-top: 4px;}
	div#mAH_top a#logo_monster_apply_cncn span {display: none;}
	div#mAH_top a#logo_monster_apply_ruru {float: left; display: block; background: url("https://securemedia.newjobs.com/mm/redux/apply/header/monsterlogo_ruru.gif") no-repeat left top; width: 230px; height: 35px; margin-left: 50px; margin-top: 20px;}
	div#mAH_top a#logo_monster_apply_ruru span {display: none;}
	div#mAH_top ul {display: block; list-style: none; float: left; margin: 0px -5px 0 5px; height: 100%; font-family: Arial,Helvetica,Sans-Serif; font-size: 12px; overflow: hidden;}
	div#mAH_top ul a {color: #663399; font-size: 12px; line-height: 40px; text-decoration: none; font-family: Arial,Helvetica,Sans-Serif; font-weight: normal;}
	div#mAH_top ul li {display: block; float: left; margin: 0px 0 0px 0; padding: 0 7px 0 7px; border-left: 1px solid #eee; line-height: 40px; height: 40px; overflow: hidden;}
	div#mAH_top ul li.mAH_firstLi {border: 0;}
	div#monsterAppliesHeaderHolder span.monsterApplies_arrows_org {color: #ff6600; line-height: 20px;}
	div#mAH_top .mainMenuHeader {float: left; height: 50px; margin-top: 10px;}
	div#mAH_top .mainMenuHeaderBorderLeft {float: left;}
	div#mAH_top .mainMenuHeaderBorderLeftTop {background: url('https://securemedia.newjobs.com/mm/redux/apply/header/left.gif') no-repeat left top; width: 10px; height: 40px; float: left;}
	div#mAH_top .mainMenuHeaderBorderLeftBottom {clear: both; float: left; height: 10px; width: 10px; background: url('https://securemedia.newjobs.com/mm/redux/apply/header/bottomLeft.gif') no-repeat left top;}
	div#mAH_top .mainMenuHeaderCentral {float: left;}
	div#mAH_top .mainMenuHeaderCenterTop {float: left; height: 50px; background: url('https://securemedia.newjobs.com/mm/redux/apply/header/bottomBackground.gif') repeat-x bottom left!important;}
	div#mAH_top .mainMenuHeaderBorderRight {float: left;}
	div#mAH_top .mainMenuHeaderBorderRightTop {float: left; background: url('https://securemedia.newjobs.com/mm/redux/apply/header/right.gif') no-repeat left top; width: 10px; height: 40px;}
	div#mAH_top .mainMenuHeaderBorderRightBottom {float: left; clear: both; height: 10px; width: 10px; background: url('https://securemedia.newjobs.com/mm/redux/apply/header/bottomRight.gif') no-repeat left top;}
	div#mAH_top ul a, div#mAH_top ul a: hover, div#mAH_top ul a: active, div#mAH_top ul a: visited {color: #663399; font-family: Arial,Helvetica,Sans-Serif; font-size: 12px; font-variant: small-caps; font-weight: normal; line-height: 40px; text-decoration: none;}
/****** Security Notice
	.securityNotice a {color:#EF5139; font-size:14px; font-weight:bold;}
	.securityNotice a:hover {color:#EF5139; font-size:14px; font-weight:bold; text-decoration: underline;}
*/
/****** Layout Structure ******/
.pageContainer .pcBgMid .pcBody {position: relative; padding-top:14px} 
#jvFullApplyPageWrapper {width: 960px; margin: 0 auto; text-align: left; clear: both; overflow: visible; position: relative;}
#jvFullApplyPageWrapper #jvFullApplyPageColumns {width: 960px; clear: both; overflow: visible;}
#jvFullApplyPageWrapper #jvFullApplyPageColumns .jvApplyLeftCol {width: 765px; float: left; padding-right: 15px;}
#jvFullApplyPageWrapper #jvFullApplyPageColumns .jvApplyRightCol, #jvFullApplyPageWrapper .jvApplyRightCol {width: 180px; float: left;}
#jvFullApplyPageWrapper .jvInfoBlock {clear: both; overflow: visible; padding-bottom: 30px; position: relative; z-index: 1;}
#jvFullApplyPageWrapper .jvPadTop {padding-bottom:14px; /*padding-top: 10px !important;*/}
#jvFullApplyPageWrapper #jvLoginBlock .ctl060Row,
#jvFullApplyPageWrapper #jvLoginBlock .ctl060RowLast,
#jvFullApplyPageWrapper #jvContactInfo .ctl060Row,
#jvFullApplyPageWrapper #jvContactInfo .ctl060RowLast {position: relative;}
#jvFullApplyPageWrapper #jvPersonalDataBlock .ctl060Row,
#jvFullApplyPageWrapper #jvPersonalDataBlock .ctl060RowLast {position: relative;}
/* Left Column */
/* Right Column */
#jvJobDescriptionBlock {width: 176px; height: 300px;}
#sidecol .sidecolboxtop {-moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(https://securemedia.newjobs.com/jobview_standard/images/sidebar_header_top.gif) no-repeat; float:none; height:6px; margin:0; width:180px; overflow: hidden;}
#sidecol .sidecolbox {-moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#FFFFFF url(https://securemedia.newjobs.com/jobview_standard/images/sidebar_bg.gif) no-repeat left bottom; margin-bottom:10px; padding: 0 0 15px 0;}
#sidecol .sidecolbox h2 {-moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#FFFFFF url(https://securemedia.newjobs.com/jobview_standard/images/sidebar_header_btm.gif) no-repeat scroll left bottom; color:#564060; display:block; font-size: 13px; font-weight:bold; height:auto; margin:0; padding:6px 12px 24px;}
/****** Fonts & Visual Styles ******/
#jvFullApplyPageWrapper #jvHeadings {color: #758E30;}
#jvFullApplyPageWrapper #jvHeadings .jvHeadTop {font-size: 26px; padding-bottom: 9px;}
#jvFullApplyPageWrapper #jvHeadings .jvHeadBottom {/*font-size: 17px; font-weight: bold;*/}
#jvFullApplyPageWrapper #jvHeadings .jvHeadSubtext {/*font-size: 12px; font-weight: bold; */padding-top: 9px;}
#jvFullApplyPageWrapper #jvRequiredLegend {position: relative; color:#666666; font-size:10px; text-align: left; padding-bottom: 5px; /*position: absolute; top: 12px; right: 15px;*/ line-height: 15px; z-index:2;overflow:hidden;}
#jvFullApplyPageWrapper #jvRequiredLegend span {height: 15px; display: block; float: right !important;}
#jvFullApplyPageWrapper #jvRequiredLegend .required {position: static; color: #FF0000; font-size: 11px; font-weight: normal; text-align: right; overflow: hidden; margin-right: 3px;}
#jvFullApplyPageWrapper #jvRequiredLegend .ctl060HelpIconLink {width: 15px; height: 15px; overflow: hidden; margin-left: 3px; display: block; float: right;}
#jvFullApplyPageWrapper #jvRequiredLegend a {width: 15px; height: 15px; overflow: hidden; margin-left: 3px; display: block; float: right; display: inline-block; background: url(https://securemedia.newjobs.com/mm/redux/ctl036/fsgIconSprite_errorHelp.png) no-repeat bottom left; cursor: pointer;}
#jvFullApplyPageWrapper #jvRequiredLegend a:hover { text-decoration: none;}
.ctl060HelpIconLink {}
#sidecol .sidecolbox dl {margin: 0 15px 10px 15px !important; font-size: 11px;}
#sidecol .sidecolbox dl dt {font-weight: bold;}
#sidecol .sidecolbox dl dd {font-weight:normal; line-height:1.25em; margin:0 0 10px;}
#sidecol .sidecolbox dd.multipledd {-moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(https://securemedia.newjobs.com/jobview_standard/images/purple_bullet.gif) no-repeat scroll left top; margin-bottom:3px; padding-left:16px;}
#sidecol .sidecolbox dd.multipleddlast {-moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(https://securemedia.newjobs.com/jobview_standard/images/purple_bullet.gif) no-repeat scroll left top; margin-bottom:10px; padding-left:16px;}
#sidecol a {cursor: pointer !important;}
#sidecol .sidecollist  {overflow: auto; max-height: 250px;}
#sidecol .sidecollist  .listitem {margin: 0 15px 5px 15px; padding-bottom: 5px; font-size: 12px; border-bottom: 1px solid lightgray;}
#sidecol .sidecollist  .lblGreen {color: green;}
#sidecol #hintJobs {margin-left: 15px; font-size: 11px; color: gray;}
.jvPurpleHeading {font-weight: bold;}
.jvPurpleHeading a {font-size: 13px; font-weight: normal; color: #7b4f90; text-decoration: underline;}
.jvLabelHeader {font-size: 12px; font-weight: bold; color: #5f5f5f; padding-bottom: 2px;}
.jvOrangeHeading {font-size: 16px; font-weight: bold; color: #E86D00; font-family: Arial,Helvetica,Sans-Serif;}
.pcTitlCheckList {font-size: 12px; font-weight: bold;}
#jvFullApplyPageWrapper #spanLoginWelcomeBack,
#jvFullApplyPageWrapper #spanWelcomeBack {font-weight: bold;}
#jvFullApplyPageWrapper #jvKnowMore {}
/****** Section-Specific Styles ******/
/* DOI */
#DOIDivBlock .jvDOIMessage {font-size: 12px !important; width: 500px;}
#DOIDivBlock .jvDOIMessage a {font-size: 12px !important;}
/* Login Section */
.jvMemberLink {text-align: right; float: right;}
#jvMemberEmail {text-align: left; float: left; padding-bottom: 5px;}
#LoginButtonDiv {float:none;/*padding-right: 374px;*/}
#PasswordBlock {height: 77px;}
/* Resume & Coverletter Section */
	#jvResumeCLBlock {}
	#jvResumeCLBlock #jvResumeTabsContainer {width: 709px; overflow: visible; clear: both; position: relative; padding: 10px 0 30px 23px;}
	#jvResumeCLBlock #jvResumeCopyPaste .ctl060InputSubText {position: relative;}
    #jvResumeCopyPaste { display: none; }
	#jvResumeCLBlock .ctl060InputSubText .btnResumeSpellCheck {position: absolute; right: 10px; top: 1px; display: block; padding: 0px;}
	#jvResumeCLBlock .jvNewCLSection .ctl060InputSubText, #jvSummary .jvNewCLSection .ctl060InputSubText {position: relative; padding-top: 5px;}
	#jvResumeCLBlock .jvNewCLSection .ctl060InputSubText span, #jvSummary .jvNewCLSection .ctl060InputSubText span {padding: 0px;}
	#jvResumeCLBlock .ctl060InputSubText .btnLetterSpellCheck, #jvSummary .ctl060InputSubText .btnLetterSpellCheck {position: absolute; right: 20px; top: -5px; display: block; padding: 0px;}
	#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTypesHolder {width: 500px; position: relative; overflow: visible; float: left; background: #e7e6e6 url(https://securemedia.newjobs.com/mm/redux/apply/revamp/jvResumeBigStripeDark.gif) no-repeat scroll 9px bottom; padding: 20px 15px 20px 15px; min-height: 150px; height: auto !important; height: 150px; overflow: visible; color: #5F5F5F;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTypesHolder .jvResumeCornerTL {width: 9px; height: 9px; overflow: hidden; position: absolute; top: 0px; left: 0px; background: url(https://securemedia.newjobs.com/mm/redux/apply/revamp/jvResumeDarkCornerTL.gif) no-repeat top left;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTypesHolder .jvResumeCornerTR {width: 9px; height: 9px; overflow: hidden; position: absolute; top: 0px; left: 521px; background: url(https://securemedia.newjobs.com/mm/redux/apply/revamp/jvResumeDarkCornerTR.gif) no-repeat top right;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTypesHolder .jvResumeCornerBL {width: 9px; height: 9px; overflow: hidden; position: absolute; bottom: 0px; left: 0px; background: url(https://securemedia.newjobs.com/mm/redux/apply/revamp/jvResumeDarkCornerBL.gif) no-repeat top left;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTypesHolder .jvResumeCornerBR {width: 9px; height: 9px; overflow: hidden; position: absolute; bottom: 0px; left: 521px; background: url(https://securemedia.newjobs.com/mm/redux/apply/revamp/jvResumeDarkCornerBR.gif) no-repeat top right;}
	#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs {width: 174px; overflow: visible; float: left; padding-top: 12px; position: relative; z-index: 20;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .jvTab {width: 174px; padding: 8px 0; position: relative; float: left; overflow: visible; background-color: #f1f1f1; margin: 2px 0; z-index: 5;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .jvTab a {width: 121px; margin: 0 0 0 18px; color: #7b4f90; text-decoration: underline; display: block;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .jvTab .jvTabCornerTop {width: 9px; height: 9px; position: absolute; top: 0px; left: 0px; background: url(https://securemedia.newjobs.com/mm/redux/apply/revamp/jvResumeLightCornerTL.gif) no-repeat top left; overflow: hidden;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .jvTab .jvTabCornerBottom {width: 9px; height: 9px; position: absolute; bottom: 0px; left: 0px; background: url(https://securemedia.newjobs.com/mm/redux/apply/revamp/jvResumeLightCornerBL.gif) no-repeat top left; overflow: hidden;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .ui-tabs-selected .jvTab, #jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .jvTabSelected {width: 174px; background: #e7e6e6 url(https://securemedia.newjobs.com/mm/redux/apply/revamp/jvResumeSmallStripeDark.gif) no-repeat scroll 9px bottom; padding: 8px 0;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .ui-tabs-selected .jvTab a, #jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .jvTabSelected a {width: 121px; margin: 0 0 0 18px; color: #5b2175; text-decoration: none; display: block;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .ui-tabs-selected .jvTab .jvTabCornerTop, #jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .jvTabSelected .jvTabCornerTop {width: 9px; height: 9px; position: absolute; top: 0px; left: 0px; background: url(https://securemedia.newjobs.com/mm/redux/apply/revamp/jvResumeDarkCornerTL.gif) no-repeat top left; overflow: hidden;}
		#jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .ui-tabs-selected .jvTab .jvTabCornerBottom, #jvResumeCLBlock #jvResumeTabsContainer #jvResumeTabs .jvTabSelected .jvTabCornerBottom {width: 9px; height: 9px; position: absolute; bottom: 0px; left: 0px; background: url(https://securemedia.newjobs.com/mm/redux/apply/revamp/jvResumeDarkCornerBL.gif) no-repeat top left; overflow: hidden;}
	#jvResumeCLBlock #jvCLSection {padding-top: 10px;}
		#jvResumeCLBlock #jvCLSection .bold {font-weight: bold;}
		#jvResumeCLBlock #jvCLIncludeSection {color: #5f5f5f;}
		#jvResumeCLBlock #jvCLSection #jvNewCLSection .jvLightNote {padding: 3px 0;}
	table#jvCurrentResumeList {empty-cells: show; width: 500px; color: #5f5f5f; font-size: 11px; padding: 0px; margin: 0px;}
		table#jvCurrentResumeList td {padding: 7px 5px; vertical-align:top;}
		table#jvCurrentResumeList .jvHeaderRow {font-size: 12px; color: #5f5f5f; font-weight: bold;}
		table#jvCurrentResumeList .jvHeaderRow th {text-align:left;}
		table#jvCurrentResumeList .jvHeaderRow td {border-bottom: 1px solid #b2b3b5; padding-top: 0px;}
		table#jvCurrentResumeList .jvResumeNames {width: 320px; overflow: hidden;}
		table#jvCurrentResumeList .jvResumesUpdated {width: 120px;  }
		table#jvCurrentResumeList .jvResumesLinks {width: 70px; text-align: center;}
		table#jvCurrentResumeList .ctl060InputRadios {overflow: hidden; float:left;}
		table#jvCurrentResumeList .ctl060InputRadios label {padding-right: 0px; margin-left:20px; word-wrap:break-word; width:280px; float:left; position:relative; top:-14px}
    .jvCoverletter .ctl060Row .ctl060CheckBoxRow,
    .jvCoverletter .ctl060RowLast .ctl060CheckBoxRow {padding-bottom: 0px;}
    /* Coverletter summary mode specific css */
    .jvCoverletterSummary{ background-color: #f1f1f1; padding: 0 14px; min-height: 85px; height: auto !important; height: 80px; width: auto; }
    .jvPurpleHeadingSummary {font-size: 12px; font-weight: bold; color: #5F5F5F; padding: 14px 0;}
    .coverLetterToggleContent {display: none; min-height: 10px; height: auto !important; height: 10px; clear: both;}
    .coverLetterToggleContent .ctl060Label {position: static;}
/* Ethnicity/Diversity/EEO */
#jvFullApplyPageWrapper #ethnicitySelections1 table {font-family: Arial; font-size: 11px; color: #5f5f5f; padding: 0px; margin: 0px; width: 100%;}
#jvFullApplyPageWrapper #ethnicitySelections2 table {font-family: Arial; font-size: 11px; color: #5f5f5f; padding: 0px; margin: 0px; width: 100%;}
#jvFullApplyPageWrapper #ethnicitySelections1 table td,
#jvFullApplyPageWrapper #ethnicitySelections2 table td {vertical-align: top; padding: 0 5px 5px 0; margin: 0px;}
#jvFullApplyPageWrapper #ethnicitySelections1 table radio, 
#jvFullApplyPageWrapper #ethnicitySelections1 table .radios,
#jvFullApplyPageWrapper #ethnicitySelections2 table .radios,
#jvFullApplyPageWrapper #ethnicitySelections2 table .radio {width: 13px;}
#jvFullApplyPageWrapper #jvDiversityBlock .ctl060Input {min-height: 19px; height: auto !important; height: 19px;}
#jvFullApplyPageWrapper #veteranCategories {color:#555555; font-family:Arial; font-size:11px;}
/* Citizenship */
#divCitizenship {margin-top:20px;}
/* Notices Section */
#jvFullApplyPageWrapper #jvNoticesBlock {font-size: 11px;}
#jvFullApplyPageWrapper #jvNoticesBlock .ctl060Indent {padding-top: 25px;}
#jvFullApplyPageWrapper #jvNoticesBlock .pcDivider {margin: 0px;}
#jvFullApplyPageWrapper #jvNoticesBlock .jvNoticeFooter {padding-left: 35px;}
 span#MONSMessage2 strong {
	float: none;
	line-height: normal;
	}
/* Quick Apply Summary Section */
#jvSummary {padding-bottom: 30px;}
#jvSummary #jvSummaryHolder {font-size: 11px; padding-top: 20px; position: relative;}
#jvSummary #jvSummaryHolder .jvSumInfo {font-weight: bold; word-wrap:break-word;}
#jvSummary #jvSummaryHolder .jvSumTitle{margin-right: 5px;}
#jvSummary #jvSumCoverLetter {padding: 20px 12px; margin: 0 18px;}
#jvSummary div.jvSumEnabled {background-color: #ffffff; color: #5f5f5f;}
#jvSummary div.jvSumEnabled #jvSumCoverLetter {background-color: #f1f1f1;}
#jvSummary div.jvSumDisabled {background-color: #f1f1f1; color: #969799;}
#jvSummary div.jvSumDisabled div, #jvSummary div.jvSumDisabled span {color: #969799 !important;}
#jvSummary div.jvSumDisabled #jvSumCoverLetter {background-color: #e4e4e4;}
#jvSummary div.jvSumDisabled .jvSumInfo {display: none !important;}
#ApplyFormFull {position: relative;}
div.displayDisabled {background-color: #f1f1f1; filter:alpha(opacity=50); opacity: 0.5; -moz-opacity:0.50; z-index: 3000; height: 100%; width: 100%; background-repeat:no-repeat; background-position:center; position:absolute; top: 0px; left: 0px; display: none;}
#jvSummary #jvSumPersonalInfo {padding-bottom: 15px;}
#jvSummary #jvSumPersonalInfo span {padding-bottom: 5px; display: inline-block;}
#jvSummary #jvSumDiversity {padding-top: 0px;}
#jvSummary #jvSumDiversity .ctl060Indent {padding-top: 20px;}
#jvSummary #jvSumDiversity span {padding-bottom: 5px; display: inline-block;}
#jvSummary #jvSumDiversity .ctl060RowLast {padding-top: 25px;}
#jvSummary #jvSumSouthAfricaEEO span {padding-bottom: 5px; display: inline-block;}
/* Special Errors */
.formStyleGuide .ctl036_Help {padding: 8px 14px; display: none;}
.formStyleGuide .ctl060InputSubText div.rctl ,
.formStyleGuide .ctl060InputSubText div.rctr ,
.formStyleGuide .ctl060InputSubText div.rcbl ,
.formStyleGuide .ctl060InputSubText div.rcbr {padding: 0px;}
.formStyleGuide #divEmailField .ctl060RowRight,
.formStyleGuide #PasswordBlock .ctl060RowRight, 
.formStyleGuide #divPasswordConf .ctl060RowRight {position: relative;}
/*.formStyleGuide #tbxEmail_message {position: absolute; top: 8px; width: 319px;}
.formStyleGuide #tbxPassword_message {position: absolute; top: 8px; width: 319px;}
.formStyleGuide #tbxPasswordConfirm_message {position: absolute; top: 8px; width: 319px;}
*/
 .clsApplyYahooLoginDiv {width: 350px;}
 .phYahooLoginLinkAccountHasBeenMovedDiv {padding-left: 20px; margin-top:-3px;}
 .loginBoxErrorMessageBlock {padding-bottom: 10px;}
 .loginBoxErrorMessage {color: #FF0000; font-weight: bold;}
 .imgYahooOpenIdSignInButton {padding-left: 15px; padding-bottom: 30px;}
 /* tabs panle */
 .ui-tabs .ui-tabs-nav { margin: 0px;} 
 .ui-tabs .ui-tabs-nav li {list-style: none outside none;border:0px;}
 .ui-tabs .ui-tabs-hide { display: none !important; }
 /* error summary */
 .errSummary {display:none;border:1px solid #E1CC6D;background:#FCF1B6;padding:10px;margin-top:15px;font-weight: normal !important}
 .errSummaryEmpty { height: 1px;}
 .jvApplyLeftCol fieldset {margin-bottom: 0px;}
 .pageContainer .marginTop0 {margin-top: 0px;}
 .paddingLeft0 { padding-left: 0px !important;}
 .left0 { left: 0px !important;}
 #jvButtonsBlock {float:none;}
 /*.formStyleGuide .ctl060Indent {padding: 0px !important;}*/
 .termsAndPrivacy {float: none;}
 div.FbAreaDiv {text-align: center;}
 div.FbAreaLogo {display:inline-block; *display:inline; zoom:1;}
 div.FbAreaDiv .styleF {
	*display:inline;
	}
 div.fbBtnCenter {margin-left: 0;}
 div.fbAreaDescription {text-align:center; margin:0 auto; padding-top:7px; clear:left;}
 #jvLoginBlock span.circleSeparator {margin:7px 0 21px 0;}  
 #jvLoginBlock span.circleSeparator b {box-shadow:none; border-radius:0; padding:0 5px; margin-top:-8px;}
 .cssMarginBottom14 {margin-bottom:14px;}
 .cssMarginBottom18 {margin-bottom:18px; padding-top: 10px;}
 .cssMarginBottom0 {margin-bottom:0px;}
 .jvCLPlainText strong {float:none;line-height: 1.5;}
 #jvRevisedEthnicity .groupVertical li label > span,
 #jvEthnicity .groupVertical li label > span { position: relative;display: block;*margin-left: 25px;}
 /* this fix is due to changes in forms.css */
 label span.fnt20 {margin-top: 0px !important;}
 .skip {height: 1px;left: -10000px;overflow: hidden;position: absolute;width: 1px;}
 #PasswordBlock .skip {height: 1px;left: -10000px;overflow: hidden;position: absolute;width: 1px; display:none;}
 #msgEEOInfo strong {float:none;}
 .signInBlockRight {background: #eee;float:right;padding:14px; width:321px;margin-left:34px}
  #signinHdrtop .signInBlockRight {background: #eee;float:right;padding:14px; width:321px;margin-left:0}
  #signinHdrtop .fbTop {margin-top:7px;}
 .signInBlockLeft {}
 .jvInfoBlock .GSld5 .FbAreaDiv .GSld10, .jvInfoBlock .GSgd5 .FbAreaDiv .GSld10 {width:350px;float:left;}
 .orLine {width:auto;*width:733px;}
 #signinHdrtop .orLine {width:350px;}
 /*.jvInfoBlock .GSld5 .FbAreaDiv , .jvInfoBlock .GSgd5 .FbAreaDiv {width: 350px;}*/
 .jvSecondaryButtons {line-height: 32px;*line-height:34px;padding-left:5px;*display:inline-block;}
 .GSgd5 .jvSecondaryButtons {line-height: 26px;*line-height:24px;}
 #CreateAccountLinkDiv {margin-top:7px;}
 .forgotPassFont {display:block; margin-top:5px;}
 .characterCount { margin-top:7px;}
 #msgEmployersWLC {display:block; margin-top: 5px;}
 span#qaEditDiv {float:right; margin-right:5px;}
 a.skip:focus { position:fixed; width:auto !important;height:auto;padding: 5px;margin: 5px;top: 10px;left: 10px !important;background-color: #000;color: #ff0;z-index: 1000;overflow: auto !important; font-weight: normal;} 
/* IMonster HomeV2.aspx styles */
#homeV2 h1.titleHeader {
	margin-left: 0;
}
#homeV2 #homeV2left {
	float:left;
	width: 650px;
}
#homeV2 #homeV2left h2 {
	font-size:17px;
	color: #3F3F3F;
}
#homeV2 #homeV2left h3 {
	color: #000;
}
#homeV2 #homeV2right {
	float: left;
	min-height: 150px;
	width: 310px;
}
/* JobView MultiApplyQueueConfirmation.ascx styles */
#divRecommendedJobsConfirm h2 {
	margin: 6px 0 3px 0 ;
	/*font-size:17px;*/
	/*color: #7B4F90;*/
}
#divRecommendedJobsConfirm h3 {
	/*color: #000;*/
	margin:0;
}
.findMoreCta {
	margin: 10px 0 8px 0;
	padding-top: 8px;
	border-top: 1px solid #E3E3E3;
	height: 20px;
	/*width:98%;*/
}	
.findMoreCta a {
	float:right;
}
#divMultiApplyQueueConfirm .findMoreCta a:first-child {
    float:left;
}
/* Common styles for SharedUI RecommendedJobsV2.ascx and JobView MultiApplyQueueList  */
/*
.divJobList {
	font-weight: normal;
	font-size:11px;
	color: #787878;
}               
.divJobList a {
	color: #7B4F90;
	text-decoration:underline;
	font-weight:normal;
}               
.divJobList a:hover {
	text-decoration:none;
}
*/
.divJobList .ulRecommendedJobs {
	margin: 14px 0 0 0;
}
.divJobList .ulRecommendedJobs li {
	list-style: none;
	clear: left;
	border-top: 1px solid #C9C9C9;
	padding: 10px 0;
}
.divJobList .ulRecommendedJobs li:first-child {
	zoom: 1; /* ie fix top row checkbox misalignment */
	border-top: 0;
	padding-top: 0;
}
.divJobList .ulRecommendedJobs li h4 {
	display:inline-block;
}        
.divJobList .ulRecommendedJobs td {
	vertical-align: middle;
	padding-left: 0;
	padding-right: 0;
}
.divJobList .ulRecommendedJobs table {
	margin: 7px 0;
}
.divJobList .ulRecommendedJobs label {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.divJobList .ulRecommendedJobs p {
	margin-top: 4px;
	margin-bottom: 0;
}
.divJobList .ulRecommendedJobs .left {
	float: left;
	max-width: 440px;
}
.divJobList .ulRecommendedJobs .right {
	float: right;
	padding-top: 7px;
	max-width: 135px;
}
/* JobView MultiApplyQueueList.ascx styles */
#divMultiApplyQueueList.divJobList .ulRecommendedJobs td.applyCta {
	text-align: right;
	white-space:nowrap;
}
#divMultiApplyQueueList.divJobList .ulRecommendedJobs td.applyCta a {
	font-weight: bold;
}
/*
#divMultiApplyQueueList h3 {
	font-size: 15px;
	color: #E86D00;
	font-weight: bold;
}
*/
/* SharedUI RecommendedJobsV2.ascx styles */
#divRecommendedJobs.divJobList .recommendedJobsControlsWrapper { 
	margin-top:10px;
	/*font-size:11px;*/
	padding: 0;
}
#divRecommendedJobs.divJobList .recommendedJobsControlsWrapper .recommendedJobsControls {
	float:left;
	clear: both;
	/*line-height:34px;*/
	margin-bottom:30px;
}
#divRecommendedJobs.divJobList .recommendedJobsControlsWrapper #divRecommendedJobsBottomLeft {
	float:left;
	clear: both;
	/*line-height:34px;*/
	margin-bottom:30px;
	*clear:none;
}
#divRecommendedJobs.divJobList .recommendedJobsControlsWrapper #divRecommendedJobsBottomRight {
   float:left;
   line-height:17px;
   clear:both;
   width: 650px;
}
#divRecommendedJobs.divJobList .recommendedJobsControlsWrapper #divViewAllRecommended
{ 
   float:left;
   line-height:17px;
   clear:both;
   width: 650px;
   padding-top : 21px;
   padding-bottom: 28px;
}
.recJobsHeader
{
    padding-top : 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
 }
#divRecommendedJobs.divJobList .ulRecommendedJobs tr td:first-child{
	width:25px;
}
/* Tooltip specific stuff needs to be refactored */
#divRecommendedJobs .divHiddenDescription ,
#divRecommendedJobs .divHiddenFooter 
{
	display: none;
}
#divRecommendedJobsTooltip  div.divContentWrapper{
	background-color: #FFF;
	width: 570px;
	padding: 6px;
	text-align: left;
	font-size: 0.9em;
	color: #787878;
}
#divRecommendedJobsTooltip  a.linkViewDescription{
	margin:5px 0;
	color: #7B4F90;
	text-decoration: underline;
	font-weight: bold;
	display:block;
}
#divRecommendedJobsTooltip  a.linkViewDescription:hover{
	text-decoration: none;
	font-weight: bold;
}
#divRecommendedJobsTooltip {
	display: none;    
	position: absolute;
	padding: 5px;
	background-image: url('https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_main30width1px_img.axd');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#divRecommendedJobsTooltip  div.divFooterContent {
	padding: 0 6px;
}
#divRecommendedJobsTooltip  div.divFooterContent ul{
	float:left;
	width: 165px;
	margin: 0;
	padding-left: 15px;
	margin-right: 3px;
}
#divRecommendedJobsTooltip  div.divFooterContent ul li{
	padding: 2px 0;
	word-wrap: break-word;
}
#divRecommendedJobsTooltip  div.divFooterContent a{
	color: #7B4F90;
    font-weight: normal;
    text-decoration: underline;
}
#divRecommendedJobsTooltip  div.divFooterContent a:hover{
    text-decoration: none;
}
#imgWhoKnow{
	display:block;
	margin: 0 auto 4px;
	clear:both;
	position:relative;
	background: url(https://img-seeker.newjobs.com/uken/v4.1.1.2684/global_main_img.axd);
	width: 27px; height: 16px; background-position: -117px -239px;
}
