@charset "utf-8";
/* HcareersCampus Styles
   (c) 2008 Hcareers
   Created by Kevin Fales 20/05/08 */
   
/* Assumes /images/newUI.css is also called */

/*  ----------------------
 *  Campus-specific styles
 *  ----------------------
*/  

a {
	color: #365390;
}
a:hover {
	color: #6699CC;
}


div#welcome-message {
	background-image: url('/public/cjb/ichrie/images/icon-grad.gif');
	background-repeat: no-repeat;
	padding-left: 60px;
	font-size: 11px;
	color: #333;
	line-height: 15px;

	}
	
.roundbox {
	margin-bottom: 15px;
	color: #0f396b;
	background-color: #eef8ff;
	}
	
	.roundbox h2 {
		color: #0f396b;
		font-size: 14px;
		display: block;
		}
		
		.roundbox div.hd {
			background: url('/images/homepage/roundbox-tl.gif') top left no-repeat;
			}
	
	.roundbox.searchbox h2 {
		font-size: 18px;
		}
	.roundbox.searchbox div.hd h2 {
		font-size: 18px;
		padding: 10px 15px;
		}
	.roundbox.searchbox select {
		font-size: 11px;
		width: 200px;
		margin-right: 8px;
		margin-bottom: 8px;
		}

	.roundbox div.hd h2 {
		padding: 10px 10px;
		background: url('/images/homepage/roundbox-tr.gif') top right no-repeat;
		display: block;
		}
	
	.roundbox h2 a:link, .roundbox h2 a:visited {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		}
	
	.roundbox div.section {
		background: url('/images/homepage/roundbox-bl.gif') bottom left no-repeat;
		font-size: 11px;
		line-height: 16px;
		color: #0f396b;
		}
	
	.roundbox div.section div.body {
		background: url('/images/homepage/roundbox-br.gif') bottom right no-repeat;
		padding: 10px;
		padding-top: 0px;
		color: #0f396b; /* OVERWRITES OLD CSS */
		}
		
/* Buttons */

a.searchbutton {
	width: 190px;
	height: 34px;
	background: url('/images/homepage/button-searchjobs-bg.gif') 0 0 no-repeat;
	padding-left: 65px;
	padding-top: 13px;
	padding-bottom: 3px;
	font-size: 32px;
	font-weight: bold;
	color: #0f396b;
	text-decoration: none;
	letter-spacing: -2px;
	display: block;
	line-height: 22px;
	cursor: pointer;
	*height: 50px;  /* Sigh, IE calculates padding as part of the width */
	*width: 255px;	/* Sigh, IE calculates padding as part of the width */
	}
a:hover.searchbutton {
	background-position: 0 -50px;
	color: #0f396b; /* Only for IE */
	}
	
a.button {
	width: 117px;
	height: 18px;
	padding-left: 35px;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #0f396b;
	text-decoration: none;
	display: block;
	*width: 152px;	/* Sigh, IE calculates padding as part of the width */
	*height: 21px;	/* Sigh, IE calculates padding as part of the width */
	}
	a:hover.button.diversity, a:hover.button.advanced, a:hover.button.newsletter, a:hover.button.newsletter-edit {
		background-position: 0 -21px;
		color: #0f396b; /* Only for IE */
	}
	a.button.diversity {
		background: url('/images/homepage/button-diversitysearch-bg.gif') 0 0 no-repeat;
		}
	a.button.advanced {
		background: url('/images/homepage/button-advancedsearch-bg.gif') 0 0 no-repeat;
		}
	
/* Layout */

div#leftside {
	float: left;
	width: 440px;
	}
div#rightside {
	float: left;
	width: 288px;
	margin-left: 0px;
	text-align: right;
	}
	
div#searchbuttons {
	margin-top: 10px;
	}
	
div#skyscraper-ad {
	float: left;
	width: 160px;
	margin-right: 24px;
	height: 600px;
	}
div#resource-center {
	float: left;
	width: 540px;
	margin-top: 12px;
	}
	div#resource-center h2 {
		font-size: 18px;
		color: #0f396b;
		}
div.resource-article {
	padding-left: 78px;
	margin: 33px 0px;
	background-repeat: no-repeat;
	background-position: 18px 4px;
	background-image: url('/public/cjb/ichrie/images/icon-article.gif');
	}
	div.resource-article h3 {
		font-size: 12px;
		color: #0f396b;
		margin: 0px;
		}
		div.resource-article h3 a {
		color: #0f396b;
		text-decoration: none;
		}
	div.resource-article p {
		margin: 0px;
		font-size: 11px;
		}

/* Lists */

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');				
	}
	
/* Search Results */

.result-nav {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	}
.result-nav a {
	font-weight: bold;
	}

.contentwrapper a {
	font-size: 12px; }

table.pretty.results td {		/* table.pretty is in newUI.css, this makes rows for search results bigger */
	padding: 8px 5px;
	}
table.pretty.results td a {		/* table.pretty is in newUI.css, this makes rows for search results bigger */
	font-weight: bold;
	}

/* -- Forms -- */

label {
	color: #0F396B;
	font-size: 12px;
	font-weight: bold;
}

.form-select-wide {
	width: 280px;
	font-size: 12px;	
}

.form-input-wide {
	width: 280px;
	font-size: 12px;
}

.form-checkbox, .form-radio {
	border: none;
	background: none;
}

.form-checkbox2 {
    border: none;
    background: none;
    color: #000000;
    font-weight: normal;
    font-size: 11px;
}

.formtip {
	display: block;
	margin-left: 15px;
	margin-top: 10px;
	font-style: italic;
	color: #666;
	}
.formreq {
	color: #FF2222;
	font-weight: bold;
	font-size: 14px;
	}

.error {
	color: #c00;
	font-weight: bold;
	background: #fee;
	margin: 3px 0px;
	padding: 2px 0px;
	}

/*  ----------------------
 *  Site-specific styles (hcareers layout, etc.)
 *  ----------------------
*/  

body {

	background-color: #edf1f4;
	text-align: center;
	margin: 0px;
	font: 11px arial, verdana, tahoma;
	margin:0pt 0pt 0pt 100px;
}

#container {
	/*margin: 0 auto auto 57px;*/
	margin: 0 auto;
	position: relative;	
	padding: 0px;
	left: 16px;	
	/*padding-right: 20px;*/
	background: url('http://www.hcareers.com/images/bg.gif') repeat-y;
	width: 1000px;
}

#content {
	float: left;
	background-color: #fff;
	width: 780px;
	min-height: 705px;
	height: auto !important;
	height: 715px;
	margin: 0px 14px 0px 11px;
	padding-bottom: 12px;
	display: inline;
	left: 14px;
	text-align: left;
}

/* Region Links */

.region_links
{

	float: right; 
	margin:0px 0px 0px 10px;
	width:300px;
	height:17px;
	background: url('http://www.hcareers.com/images/regions_bg.gif') top right;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}

/* \*/
* html .region_links {
	margin: 0;
	padding: 0;
}
/*  */

.region_links .first 
{
	border: none;
}


.region_links a
{
	color: #DCE4EA;
	text-decoration: underline;
}

.region_links a:hover
{
	text-decoration: none;
}
.region_link
{
	float: right;
	margin-top: 2px;
	padding: 0 5px;
	border-left: 1px solid #DCE4EA;
}

.region_link a, .region_link a:visited {
	font-size: 10px;
}



/* Hcareers Logo */

.logo   {
	float: left;
	margin: 10px 0px 0px 11px;
}

.logo img.hcareers   {	
	position: absolute;
	top: 9px;
	left: 37px;
	border: none;
}

/* Login box */
.reg_log input.login_input   {
	border: 1px solid #424242;
	width: 155px;
	color: #424242;
}

.login_prompt
{
	text-align: right;
}

.reg_log input.txt_first   {
	margin: 3px 0 3px 0;
}

.reg_log   {
	/* float: right;*/
	margin: 79px 0px;
	text-align: right;
}
.reg_log_form .submit   {
	margin: 0px 0px 0px 9px;
}

.reg_log p 
{
	margin: 0;
	padding: 2px 0 0;
}

#fade_bottom   {
	clear:both;
	width: 940px;
	background: url('/public/custom/ichrie/bg_bottom.gif') no-repeat;
	height: 15px;
}

/* ----------------------- *
 *      New CSS Nav        *
 * ----------------------- */
#nav   
{
	padding: 7px 0;
	clear: both;
	background-color: #527698;
	float: left;
	background: url('http://www.hcareerscampus.com/public/custom/ichrie/nav-bg.jpg');
}


#nav ul
{
	margin: 0;
	padding: 0;
	
	width: 780px;
	font: 11px arial, verdana, tahoma;
	float: left;
}

#nav ul li {
	margin: 0;
	padding: 0;
	
	display: inline;
	list-style-type: none;
	float: left;
}

#nav ul li a
{
	margin: 0;
	padding: 7px 20px;
	
	border-right: 1px solid white;
	font: 14px Arial, sans-serif;

	color: white;
	height: 28px;
	
	letter-spacing: 0px;
	
}

/* \*/
* html #nav { padding: 0; }
* html #nav ul li { padding: 0; }
/*  */


#nav ul li a:hover, #nav ul li a.active
{
	background-color: #FF1100;
	text-decoration: none; 
	color: #fff;
}


#nav a   
{
    text-decoration: none;
    color: #005488;
	font: 1.1em arial, verdana, tahoma;
}

#nav span 
{
	display: inline;
}

#nav a:hover   {
    text-decoration: underline;
    color: #ee3224;
}

#nav a.selected   {
    text-decoration: underline;
    color: #ee3224;
}

#sub_nav {
	clear: both;
	margin: 0;
	padding-left: 31px;
	padding-top: 4px;
	height: 18px;
	background: #ffffff url('http://www.hcareers.com/images/nav_bg.gif') repeat-x bottom left;
}

#sub_nav ul {
	margin: 0;
	padding: 0;
}

#sub_nav ul li {
	display: inline;
	list-style-type: none;
}

#sub_nav ul li a {
	color: #005488;
	padding: 0 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-decoration: none;
	border-right: 1px solid #005488;;
}

#sub_nav ul li a.last {
	border: none;
}

#sub_nav ul li a:hover, #sub_nav ul li a.active {
	color: #EE3224;
	text-decoration: underline;
}

/* \*/
* html #sub_nav {
	height: 23px; 
}
/*  */

/* ----------------------- *
 *	   End New CSS Nav     *
 * ----------------------- */

