/* NewUI.css */
/* Kevin Fales + Carmen Aguilera */
/* Hcareers 2008 */

/* This file is a duplicate of /public/css/interface.css that only exists for legacy reasons (HcareersCampus uses it also) - Kevin F */

/* -------- HTML tag definitions */

h1 {
	font-size: 27px;
	color:#527698;
	font-weight:normal;
	padding-bottom: 6px; 
	margin-top: 16px;
	letter-spacing: -1px;
}

h2 {

	font-size: 18px;
	color:#527698;
	margin-bottom: 12px;
}

h3 {
	font-size: 12px; 
	color:#0F396B;
	font-weight:bold;
}

h4 {
	font-weight: normal; 
	font-size: 11px; 
	color: #527698;
	margin-bottom: 0px;
}


p {
	padding: 0 0 18px 0;
	margin: 0;
}

a {
	color: #365390;
}
	a:hover{
		color: #6699CC;
	}

img {
	border: 0;
}

form {
	margin: 0;
}



ol {
	color: #527698;
	font-size: 1.0em;
	line-height: 2em;
	margin-top: 16px;
}

label {
	font-size: 12px;
	color: #0F396B;
	font-weight: bold;
	}

/* -------- End HTML tag definitions */


/* -------- Lists */

ul {
	list-style-type: disc;
	font-size: 12px;
	margin: 0px 0px 18px -26px;			/* --Overwrites old css-- */
	*margin: 0px 0px 18px 20px;			/* --Overwrites old css-- */
	}

ul.icon {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul.icon li {
		line-height: 20px;
		padding: 0 0 0 16px;
		background-repeat: no-repeat;
		background-position: 0 4px;
		}
	ul.icon.checkmark {
		margin-left: 16px;
		}
		ul.icon.checkmark li {
			background-image: url('/images/homepage/bullet-check.gif');
		}
	ul.icon.pin li {
		background-image: url('/images/homepage/bullet-pin.gif');				
	}

/* -------- Divider */

.gradient {

 	background-color: #ffffff;
   	background-image: url(/public/seeker/home/Gradient.gif);
   	background-repeat: repeat-y;
   	background-position: left top;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	FONT: 14px Helvetica, sans-serif;
	font-weight:bold;
	COLOR: #FFFFFF; 
	margin-bottom: 20px;

}

/* Asterisk on required form fields */

span.required { 
	font-weight:bold;
	display:inline;			/* --Overrides main span definition -- */
	color:#d22;
	margin-left: 3px;  		/* This spaces out the asterisk from the field label */
}

/* Error msg */
/* This is the style for "Please correct the errors below and submit again."  -- DEPRECATED -- USE DIV.ERROR-BOX INSTEAD - KF 14/07/08 */
.title_error {
	font-weight:bold; 
	COLOR: #f00;
	font-size: 12px;
}

/* Style for each error (located under the field with a wrong value) */
.showerror {
	/*DISPLAY: inline;*/ 	/* Overwrites old css */
	FONT-SIZE: 11px; 
	font-weight:bold; 
	COLOR: #f00;
}

.error {		/* Legacy error class, don't use this for new development */
	color: #c00;
	}

/* -------- Coloured Message Windows (Errors, Messages, Warnings, etc.) */

div.error-box {
	background-image: url('/images/icons/stop.gif');
	background-repeat: no-repeat;
	background-position: 12px 11px;
	background-color: #fbefee;
	border: 1px solid #d8665f;
	padding: 12px 10px 11px 40px;
	margin: 15px 0px;
	color: #ca2d24;
	font-weight: bold;
	font-size: 11px;
	}

div.success-box {
	background-image: url('/images/successbox-check.jpg');
	background-repeat: no-repeat;
	background-position: 12px 11px;
	background-color: #f2fbee;
	border: 1px solid #84c45c;
	padding: 15px 15px 15px 53px;
	margin: 15px 0px;
	color: #256704;
	font-weight: bold;
	font-size: 11px;
	}
	
div.warning-box {
	background-image: url('/images/warningbox-exclamation.jpg');
	background-repeat: no-repeat;
	background-position: 12px 9px;
	background-color: #fefdf2;
	border: 1px solid #db9f45;
	padding: 15px 15px 15px 53px;
	margin: 15px 0px;
	color: #a75818;
	font-size: 11px;
	}

div.message-box {
	background-image: url('/images/info-icon.jpg');
	background-repeat: no-repeat;
	background-position: 12px 11px;
	background-color: #f2f4fe;
	border: 1px solid #9fb5e4;
	padding: 15px 15px 15px 53px;
	margin: 15px 0px;
	color: #0a4594;
	font-size: 11px;
	}
	
div.message-box.multiline {		/* If you know a message is going to be long, this makes the padding smaller */
	padding-top: 9px;
	padding-bottom: 9px;
}	

	div.message-box ul {
		list-style-type: disc;
		font-size: 11px;
		color: #0a4594;
		}

div.note-box {
	background-image: url('/images/icons/pin.gif');
    background-repeat: no-repeat;
    background-position: 12px 11px;
    background-color: #f2fbee;
    border: 1px solid #6f9bbc;
    padding: 15px 15px 15px 53px;
    margin: 15px 0px;
    color: #256704;  
    font-size: 11px;
    }              

/* ------------ Forms + Buttons */

a.button-big {
	background: transparent url('button-big-right.gif') no-repeat scroll top right;
	
	display: block;
	float: left;
	height: 56px;
	margin-right: 6px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
	outline: none; /* hide dotted outline in Firefox */
}

a.button-big span {
	font: normal 22px Helvetica, sans-serif;
	color: #fff;
	background: transparent url('button-big-left.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 23px 8px 20px 22px;
	white-space: nowrap;
}
a.button-big:active {
	background-position: bottom right;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}
a.button-big:active span {
	background-position: bottom left;
	padding: 24px 8px 18px 22px; /* push text down 1px */
}

input.graphiteButton {
	border-color: #ddd #888 #888 #ddd;
	border-style: solid;
	border-width: 1px;
	color: #000;
	cursor: pointer;
	font-size: 10pt;
	padding: 2px 8px;
	text-decoration: none;
	background: url('/images/bg2.gif') repeat-x;
	outline: none;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

input.graphiteButton-big {
	
	border-color: #ddd #888 #888 #ddd;
	border-style: solid;
	border-width: 1px;
	color:#000000;
	cursor: pointer;
	font-size: 20px;
	padding: 0px 15px;
	text-decoration: none;
	background: transparent url('/images/graphitebutton-big-bg.gif') repeat-x scroll 0%;
	height: 36px;
	outline: none;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;

}

.buttons-center-container {/*DIV*/
	text-align: center; 
	border: none;
	margin-bottom: 15px;
}

.buttons-center-container table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border:none;

}

.buttons-center-container table TD{
	border:none;

}

.buttons-left-padding {
	border: none;
	padding-left:213px
}

/* -------------- End Forms + Buttons */

/* -------- Table and cells */

.withoutborder_table {
	margin-bottom:20px;
	font-size: 12px;
}

.withoutborder_table td {
	vertical-align:top
}

.withoutborder_table th {
	font-weight:bold;
	border-right: 9px white solid;
	text-align:left;
	background-color:#efefef;
	padding-left: 5px;
}

table.pretty {
	font-size: 12px;
	}
	
table.pretty th {
	background: #D8DFE7;
	text-align: left;
	vertical-align: left;
	color: #333;
	font-weight: bold;
	padding: 5px;
	color: #0a486f;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;	/* This gives highlighted rows a clear distinction between the rows above and below */
	
	}
	table.pretty th a {
		/* color: red; */
		}

table.pretty tr.odd {
	background-color: #f2f2f2;
	}

table.pretty td {
	padding: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;	/* This gives highlighted rows a clear distinction between the rows above and below */
	}
	
	table.pretty.search-results td {
	height: 57px;
	}

/* -------- End Table/Cell styles */

.search-results-nav {
	text-align: center;
	margin: 10px 0px;
	}
	div.search-results-nav a {
		font-weight: bold;
	}

/* -------- Form Field styles */

.name_field {
	color: #006699;
	/*font-weight:bold*/
}

.value_field {
	font-size: 12px;
}

.warning_field {
	font-size: 11px;
	/* color: #006699; */
}

/* Input styles */

.withoutborder_table input, .withoutborder_table select  {
	font: 11px arial, verdana, tahoma;
	color: #333;
	border: 1px solid #a5acb2;
	padding: 2px;
}

.withoutborder_table select   {
	font: 10px arial, verdana, tahoma;
	width: 250px;
}

.withoutborder_table select.short   {
	width: 85px;
}

.withoutborder_table textarea {
	font:  12px arial, verdana, tahoma;
	color: #333;
	border: 1px solid #a5acb2;
}


div.visit {			/* "Email this job to a friend" link on job postings */
	font-size: 11px;
}

.dotted_line_short {
	CLEAR: both; 
	BACKGROUND: url('/images/dotted_clear.gif') repeat-x; 
	HEIGHT: 1px; 
	width: 100%;
}



/* -------- Featured Employer Boxes */

.feb-box.horizontal {		/* usage: <div class="feb-box horizonal"> <h3>Title</h3> :: Creates a horizontal featured employer box, scales with page width. */
	padding: 13px 10px;
	border: 1px solid #ccddeb;
	margin-bottom: 12px;

	}
	.feb-box.horizontal h3 {
		margin: 0px 0px 12px 0px;
		font-size: 15px;
		}
	.feb-box.horizontal img {
		margin: 0px 2px;
		border: 0px;
		}
	.feb-box.horizontal ul {
		text-align: center;
		margin: 0px;
		padding: 0px 3px;
		list-style: none;
		}
	.feb-box.horizontal ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: inline;
		}
		
/* -------- End Featured Employer Boxes */


/* -------- Mouseover Tooltips */

.div_tooltip {
	position: absolute;
	width: 450px;
	height: 400px;
	display:none;
	padding: 0px;
	border: 0px;
}

.table_tooltip { 
	color: #930;
	padding: 0px;
	border-bottom: none;
}

.table_tooltip TD{ 
	padding: 0px;
	border-bottom: none;
	text-align: center;
}

.tooltip_top {
	height: 44px;
}

.tooltip_middle {
	text-align: center;
  	background: url('/public/common/tooltip_fill.gif') repeat bottom; 
  	font-size: 11px;
	vertical-align: top;
	height: 100%;	
}

.tooltip_bottom {
	height: 15px;
}

.title_underline   {
    text-decoration: underline;
    font-weight:bold;
}

.tooltip_div{
	width:370px;
	height:280px;
	overflow:auto;
	text-align:left;
	padding-LEFT: 15px;
	padding-top:15px;
	margin-top:15px;
	background-color: #e5ebf5;
	margin-left:auto;
	margin-right:auto;
}

.tooltip_div LI{
	font: 11px arial, verdana, tahoma;
	padding-LEFT: 35px;
}

/* -------- End Tooltip stuff */


#legend {	
	font-weight: bold;
	color: #527698;
}

	#legend .icon {
		color: #CC0000;	
	}
	
.pretty .icon {
	color: #c00;			 
	font-weight: bold;
}

/* -------- Employer control panel bar */

#top_bar {
	text-align:right;
	}

	#top_bar UL {
		margin: 0 0 10px 0;		
		_width:760px
		}
	
		#top_bar UL LI {
			DISPLAY: inline; 
			LIST-STYLE-TYPE: none;			
			padding-left: 25px;
			padding-top: 3px;
			_padding-top: 1px;
			padding-bottom: 8px;
			padding-right: 7px;	
			text-align: left;
			}
			
			#top_bar UL LI A {
				TEXT-DECORATION: none;
				cursor: pointer;
				cursor: hand;		/* IE 5+*/
				font-size: 11px;	
				padding: 3px 9px 8px 5px;
				_padding-bottom: 2px;
				height:30px;
				background:  url(top_button_rightside.gif) top right no-repeat;
				}
	
			#top_bar UL LI A:hover {
				COLOR: #6699CC; 
				TEXT-DECORATION: underline;	
				}
	
			#top_bar UL LI A.active {
				COLOR: #ee3224; 
				TEXT-DECORATION: underline;
				}

		#top_bar UL LI.manage-letter {
			background: url(manage-letter.gif) no-repeat 0 0;	
			}
	   
		#top_bar UL LI.back-inbox {
			background: url(back-to-inbox.gif) no-repeat 0 0;
			}
		
		#top_bar UL LI.post-job {
			background: url(post-job.gif) no-repeat 0 0;	
			}
	   
		#top_bar UL LI.add-to-archive {
			background: url(add-to-archive.gif) no-repeat 0 0;
			}

/* -------- End Employer Control Panel bar */


.dotted_clear_top, .dotted_clear_bot {
	clear: both;
	width: 730px;
	background:  url(/images/new_seeker/dotted_clear.gif) repeat-x;
	height: 1px;
}

img.arr_visit {
	margin: 0 25px -2px 2px;
}

/* Used for the eLearners i-frame popup on login + register success pages */
#eLearners
{
	z-index: 10;
	POSITION: absolute;
	width: 780px;
	_width: 778px;
	height: 1150px;
	border: 0px;
	frameBorder: 0px;
	border-style: none;
}

#theLayer
{
	z-index: 10;
	POSITION: absolute;
	TOP: 115px;
	_top: 135px; 
	LEFT: -82px;
	_left: -83px;
	VISIBILITY: hidden;
	WIDTH: 450px;
	border: 0;
	border-color: #ffffff;
	border-width: 0px;
} 	
	
/* Specific styles -- please note where these are used --
   Here's where we put the styles that we don't often use, lets keep them in one place */

ul.alphabet {			/*    Used on seeker/employer-profiles/    */
	text-align: center;
	margin: 10px 0px 20px 0px;
	}
	
	ul.alphabet li {	/* Child of ul.alphabet */
		display: inline;
		margin-right: 1px;
		list-style: none;
		}
		
		ul.alphabet li a {	/* Child of ul.alphabet li */
			padding: 4px 6px;
			background: #527698;
			color: #fff;
			font-weight: bold;
			width: 10px;
			text-decoration: none;
			}
		ul.alphabet li a:hover {	/* Child of ul.alphabet li */
			background: #0F396B;
			}
	


/*    Used on /employer/letters/customEmail.jsp   */
.letter_top {			
	background-image: url('/images/letter_top.jpg'); 
	height: 36px;
	width:600px;
	}

.letter_middle {
	background: url(/images/'letter_middle.jpg') repeat-y;
	padding: 0 40px 0 40px;
	width: 540px;
	}

.letter_bottom {
	background-image: url('/images/letter_bottom.jpg');
	height: 29px;
	width:600px;
	}

.letter_email_top {			
	font-size: 12px;
	width: 525px;
	}


.letter_email_bottom {
	font-size: 12px;
	width: 525px;
	}

.item_no {				/* Result number ____ of ____ --- Hopefully get rid of this ASAP and replace with something better */
	color: #CC0000;
	font-weight: bold;
	font-size: .8em;
}


/*--------------------------------------------------------------------------------------*/	


/***** The following classes/styles are only in place to overwrite existing styles while we transition *******/
/*
#table_letter_container {    /* --Overwrites old css--  
    margin-left: auto;        /* Some pages don't use menuTop.jsp and use letterTop.jsp instead. 
    margin-right: auto;                       
            }  */

#enews {					/* --Overwrites old css-- */
	font-size: 11px;
	}

#featured_emp_vert .hd IMG.divsearch {  	/* --Overwrites old css (diversity search)-- */
	margin-TOP: 7px;
	padding-top: 0px;
}
