/* ----------------------------------------
   GradFutures Stylesheet
   © Evolving Media Limited 2008
   www.evolvingmedia.co.uk
   ----------------------------------------
   Created by Evolving Media
   on Mon, 23 Jun 2008 10:32:01 +0100
   ---------------------------------------- */

/* ----------------------------------------
                'Containers'
   ---------------------------------------- */
 
body 
{
	background: #ffffff url(/static/images/site/body_bg.jpg) repeat-x left top;
	font-size: 0.7em;
	font-family: Lucida Grande,Verdana,Sans-Serif;
	color: #555555;
}

body.home
{
	background-image: url(/static/images/site/body_home_bg.jpg);
}

#container
{
	margin: 0 auto 20px auto;
	width: 960px;
}

#container .liner
{
}

#apex 
{
	position: relative;
	height: 160px;
	margin: 0 0 15px 0;
	/*background: transparent url(/static/images/site/strapline.gif) no-repeat right 60px; */
}

	#apex #logo a
	{
		display: block;
		text-indent: -9999px;
		width: 255px;
		height: 115px;
		background: url(/static/images/site/logo.gif);
	}
	
	#apex #account
	{
		position: absolute;
		top: 0;
		right: 0;
		color: #93b8d5; 
		height: 34px;
	}
	
		#apex #account .liner
		{
			display: block;
			height: 31px;
			line-height: 31px;
			background: #013e6b;
			float: left;
			margin-top: 3px;
		}
		
		#apex #account img
		{
			float: left;
		}
		
		#apex #account a, #apex #account strong
		{
			color: #ffffff;
		}
		
	#apex #search
	{
		position: absolute;
		right: 0;
		bottom: 5px;
		background: #012c4f;
	}
	
		#apex #search .liner
		{
			padding: 5px;
		}

#jsWarning
{
	padding: 5px 110px;
	border: 1px solid #e1e1e1;
	background: #fefdee;
	margin: 0 0 15px 0;
}

#message div
{
	padding: 5px 30px;
	margin: 0 0 15px 0;
}

#message .failed, #message .error
{
	border: 1px solid #d78d8d;
	background: #f1dcdc url(/static/images/site/icon_error.gif) no-repeat 10px;
}

#message .success {
	border: 1px solid #8dd7b5;
	background: #e6f4ed url(/static/images/site/icon_valid.gif) no-repeat 10px;
}

#message .notice, #message .notify
{
	border: 1px solid #8da4d7;
	background: #e5effe url(/static/images/site/tip-icon.gif) no-repeat 10px;
}

#frame
{
	width: 960px;
	float: left;
}

	#frame.home
	{
		padding: 140px 0 0 0; 
		background: transparent url(/static/images/site/home_frame_bg.gif) no-repeat 0 15px;
	}

#join
{
	clear: both;
	padding: 0 0 25px 0;
	border-bottom: 2px solid #bfdbee;
	margin: 0 0 20px 0;
}
	
.join_point
{
	width: 285px;
	height: 200px;
	float: left;
}

.point-1
{
	background: transparent url(/static/images/site/point-3-bg.gif) no-repeat 190px 5px;
}

.point-2
{
	background: transparent url(/static/images/site/point-2-bg.gif) no-repeat 190px 5px;
}

.point-3
{
	background: transparent url(/static/images/site/point-1-bg.gif) no-repeat 175px 5px;
}

.join_point h5
{
	color: #095994;
	font-size: 1.2em;
	padding: 0 60px 0 0;
	height: 70px;
}

.join_point.last
{
	width: 250px;
}

.join_point .liner
{
	padding: 0 30px 0 0;
}

.join_point.last .liner
{
	padding: 0px;
}

.join_point .liner a
{
	font-weight: bold;
}

#adverts
{
	width: 120px;
	float: right;
	
}

		#adverts .liner
		{
		}

#controlPanel
{
	float: left;
	width: 220px;
}

#subnavigation
{
	float: left;
	width: 220px;
	margin-bottom: 20px;
}

.panel
{
	margin: 0 0 15px 0;
}

.panelTitle
{
	background: #cb7915 url(/static/images/site/panel_title_bg.gif) repeat-x left top;
	color: #ffffff;
	padding: 0 10px;
	line-height: 28px;
}

.panelTitle.companyUser
{
	background: #8ac43e url(/static/images/site/panel_title_company_bg.gif) repeat-x left top;
}

#content
{
	position: relative;
	float: right;
	width: 725px;
}

#social {
	background: transparent;
	position: absolute;
	top: -10px;
	right: 0;
	padding-left: 10px;
}

#twitter, #facebook {
	float: right;
	vertical-align: bottom;
	text-align: right;
}

#twitter {
	margin-right: 5px;
}

#facebook {
}

#social_share {
	margin: 10px 0 0 0;
}

#twitter_retweet, #facebook_share {
	float: right;
	vertical-align: bottom;
	text-align: right;
}

#twitter_retweet {
	margin-right: 10px;
}

span.fb_share_count, span.fb_share_count_inner, span.fb_share_count_nub_top {
	text-align: center;
	display: block !important;
}

#joinPanel
{
	background: #00619f url(/static/images/site/join_bg.gif) no-repeat bottom right;
	color: #ffffff;
	padding: 10px;
}

	#joinPanel ul
	{
		margin: 0 0 15px 0;
		padding: 0;
	}
	
		#joinPanel ul li
		{
			margin: 0 0 10px 0;
			background: url(/static/images/site/li-square-white.png) 10px 6px no-repeat;
		}

.tabTitle
{
	display: block;
	float: left;
	padding: 0 10px;
	height: 27px;
	line-height: 27px;
	color: #ffffff;
	background: #095994;
}

.homeSearch
{
	clear: left;
	background: #c9e1f1 url(/static/images/site/homesearch_bg.gif) no-repeat bottom right;
	padding: 10px 20px;
}

.homeSearch.padded
{
	padding: 10px 45px;
}

.homeSearch .homeAdvancedToggleOff
{
	float: left;
	background: transparent url(/static/images/site/toggle-off-bg.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
	cursor: pointer;
	color: #095994;
	font-weight: bold;
}

.homeSearch .homeAdvancedToggleOn
{
	float: left;
	background: transparent url(/static/images/site/toggle-on-bg.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
	cursor: pointer;
	color: #095994;
	font-weight: bold;
}

.homeSearch ul#alphabet, .homeSearch ul#alphabet li
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	float: left;
}

.homeSearch ul#alphabet li a
{
	float:left;
	width: 20px;
	height: 25px;
	margin-right: 1px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	background: transparent url(/static/images/site/alphabet_bg.gif) no-repeat left top;
}

.homeSearch ul#alphabet li a:hover, .homeSearch ul#alphabet li a.selected
{
	background-image: url(/static/images/site/alphabet_bg_over.gif);
	color: #ffffff;
	text-decoration: none;
}

ul#accountLinks
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#accountLinks li
{
	margin: 0;
	display: block;
	padding: 5px 10px 5px 5px;
	background: #c7e1f2 url(/static/images/site/control_panel_bg.gif) repeat-x left top;
	border: 1px solid #dfedf6;
}

ul#accountLinks li.companyUser
{
	background: #dbedc3 url(/static/images/site/control_panel_company_bg.gif) repeat-x left top;
	border: 1px solid #e8f6df;
	font-size: 0.9em;
}

ul#accountLinks li a#account, ul#accountLinks li a#messages,
ul#accountLinks li a#applications, ul#accountLinks li a#news,
ul#accountLinks li a#discussions, ul#accountLinks li a#pages, 
ul#accountLinks li a#events, ul#accountLinks li a#schemes
{
	background: transparent url(/static/images/site/icon_account.gif) no-repeat left;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #0072b9;
}

ul#accountLinks li a#pages
{
	background-image: url(/static/images/site/icon_pages.gif);
}

ul#accountLinks li a#messages
{
	background-image: url(/static/images/site/icon_messages.gif);
}

ul#accountLinks li a#applications
{
	background-image: url(/static/images/site/icon_applications.gif);
}

ul#accountLinks li a#news
{
	background-image: url(/static/images/site/icon_news.gif);
}

ul#accountLinks li a#discussions
{
	background-image: url(/static/images/site/icon_discussions.gif);
}

ul#accountLinks li a#schemes
{
	background-image: url(/static/images/site/icon_schemes.gif);
}

div.calendar
{
	padding: 10px;
	background: #095994;
	color: #ffffff;
}

#brace, #blog
{
	clear: left;
	width: 220px;
}

		#brace .liner
		{
		}

#signoff
{
	background: #ffffff url(/static/images/site/signoff_bg.gif) no-repeat left;
	height: 90px;
}

#base 
{
	position: relative;
	padding: 3px 10px 5px 10px;
	background: #00619f;
	color: #ffffff;
}

	#base_navigation
	{
		position: absolute;
		top: 3px;
		right: 10px;
	}
	
		#base_navigation a
		{
			color: #ffffff;
		}
		
#footer
{
	position: relative;
	margin: 10px 0 40px 0;
	padding: 0 10px;
}

	#footer a
	{
		color: #555555;
	}
	
div#crumbs
{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

div#crumbs a
{
	font-weight: bold;
}

span#addthis img
{
	float: left;
	vertical-align: middle;
}

/* ----------------------------------------
             'Landing' styles
   ---------------------------------------- */
   
div#landing_banner
{
	position: relative;
	height: 155px;
	background: transparent url('/static/images/site/landing_banner.gif') no-repeat left top;
}

div#browse_buttons
{
	position: absolute;
	top: 36px;
	right: 21px;
}

div#browse_buttons img
{
	margin-bottom: 5px;
}

div#landing_box
{
	width: 945px;
	margin: 0 auto;
}

div#landing_box .liner
{
	zoom: 1;
	background: transparent url(/static/images/site/landing_box_bg.gif) no-repeat left top;
}

div.landing_section
{
	border-left: 1px solid #d4dbe1;
	width: 235px;
	margin: 10px 0 0 0;
	float: left;
}

div.landing_section.first
{
	border: 0;
}

div.landing_section div.inner
{
	padding: 0 15px 0 65px;
	font-size: 1.15em;
	letter-spacing: 0.5px;
	background: transparent url(/static/images/site/landing_icon_search.gif) no-repeat left top;
	zoom: 1;
}

div.landing_section div.inner.search
{
	background-image: url(/static/images/site/landing_icon_search.gif);
}

div.landing_section div.inner.edge
{
	background-image: url(/static/images/site/landing_icon_edge.gif);
}

div.landing_section div.inner.control
{
	background-image: url(/static/images/site/landing_icon_control.gif);
}

div.landing_section div.inner.more
{
	background-image: url(/static/images/site/landing_icon_more.gif);
}

div.landing_button
{
	width: 235px;
	margin: 10px 0 0 0;
	float: left;
	text-align: center;
}

div#landing_box div.landing_button.last
{
	width: 462px;
	text-align: right;
}

div#more_info
{
	zoom: 1;
	font-size: 1.1em;
	background: transparent url(/static/images/site/landing_box_more_bg.gif) repeat-y left top;
	padding: 15px 15px 1px 15px;
}

img#moreToggle
{
	cursor: pointer;
}

/* ----------------------------------------
             'Generic' styles
   ---------------------------------------- */
   
a:link, a:active, a:visited 
{
	color: #5196dc;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

.clearance
{
	clear: both;
	line-height: 0;
	font-size: 0.1em;
	height: 0;
}

.reset
{
	margin: 0;
	padding: 0;
	border: 0;
}

span.highlight
{
	font-weight: bold;
	color: #5196DC;
}

div.titleBar {
	height: 24px;
}

div.titleBar .toggler
{
	background: #003a62;
	position: relative;
	display: block;
	padding: 0 25px 0 10px;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
}

div.titleBar:hover .toggler
{
}

div.titleBar .toggler a
{
	color: #ffffff;
	display: block;
}

div.titleBar .toggler h5
{
	margin: 0;
	padding: 0;
}

div.titleBar .off
{
	background: #909090 url(/static/images/site/titlebar-off-bg.gif) no-repeat right top !important;
	color: #cccccc;
	cursor: pointer !important;
}

div.titleBar .off:hover
{
	color: #ffffff !important;
}

div.titleBar .on
{
	background: #003a62 url(/static/images/site/titlebar-on-bg.gif) no-repeat right top !important;
	cursor: pointer !important;
}

div.toolBar
{
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 25px 0 0;
}

div#mugshot
{
	float: right;
	clear: both;
	text-align: center;
	margin: 0 0 0 15px;
}

p.welcome 
{
	line-height: 1.7em;
}

div#mugshot img
{
	padding: 5px;
	background: #F7FBFE;
}

div.detail
{
	margin: 15px 0;
	padding: 0 10px;
}

table.list
{
	margin: 0;
}

table.list td
{
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
}

table.list th
{
	background: #000000;
	padding: 0 5px 5px 5px;
	color: #ffffff;
}

table.list .odd
{
}

table.list .even
{
}

table.list .unread
{
	background: #dae6ef;
	font-weight: bold;
	font-size: 1.1em;
}

table.list .selected
{
	background: #ecf2f7;
}

table.list td.small
{
	font-size: 0.9em;
	color: #888888;
}

table.list input
{
	float: none;
	margin: 0;
	padding: 0;
}

table.summary
{
	width: 100%;
	border-bottom: 3px solid #4d4d4d;
	border-spacing: 0 2px;
	margin: 0;
}

table.summary td.key
{
	background: #dae7f0;
	width: 120px;
	padding: 5px;
	border-right: 2px solid #F7FBFE;
	font-weight: bold;
}

table.summary td.value
{
	background: #f2f2f2;
	padding: 5px;
	width: 90%;
}

table.green_diary
{

}

table.grey_diary
{
	background: #f2f2f2;
}

table.grey_diary th
{
	background: #cfcfcf;
	color: #676767;
	font-weight: bold;
	text-align: left;
	padding: 3px 10px;
}

table.green_diary .apply
{
	background: #d2eed5;
}

table.green_diary th
{
	background: #6ea98d;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 3px 10px;
}

table.green_diary td, table.grey_diary td
{
	position: relative;
	padding: 5px 10px;
	border-bottom: 1px dotted #d2d6d9;
}

div.remove
{
	position: absolute;
	top: 5px;
	right: 1px;
}

div.buttonBar
{
	position: relative;
	background: #095994 url(/static/images/site/tab-black-off-bg.gif) repeat-x left top;
	padding: 8px 10px;
	color: #ffffff;
}

div.rightDiv
{
	position: absolute;
	float: right;
	top: 8px;
	right: 10px;
}

div.buttonBar input, div.buttonBar img
{
	margin: 0;
	padding: 0;
}

div.subbar
{
	position: relative;
	background: #333333;
	color: #666666;
	margin: 2px 0 3px 0;
	padding: 5px 10px;
}

div.subbar a, div.toolbar a
{
	color: #ffffff;
}

.tabSet
{
	margin: 15px 0 0 0;
}

div.innerBox
{
	padding: 10px;
	background: #e6e6e6;
	border: 1px solid #d2d2d2;
}

div.promoBox
{
	padding: 10px;
	border: 1px solid #8da4d7;
	background: #e5effe;
	margin: 0 0 15px 0;
}

div.promoBox label
{
	width: 165px !important;
}

.padded
{
	padding: 10px;
}

.clickable
{
	cursor: pointer;
}

.featured
{
	float: left;
	width: 144px;
	margin-top: 15px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	height: 200px;
}

.featured .liner
{
	padding: 5px;
}

.featured .liner .logo
{
	background: #f2f2f2;
	height: 95px;
	margin: 0 0 5px 0;
}

.featured .liner h6
{
	padding: 0;
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

.featured.last
{
	border-right: 0 !important;
}

#spotlight
{
	margin: 15px 0 0 0;
	background: transparent url(/static/images/site/spotlight-bg.gif) repeat-y top right;
}

#spotlight .logo
{
	width: 140px;
	float: left;
}

#spotlight .logo .liner
{
	padding: 5px 0px 5px 5px;
}

#spotlight .description
{
	width: 435px;
	float: left;
}

#spotlight .description .liner
{
	padding:  0 10px;
}

#spotlight .description .liner h6
{
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}

#spotlight .description .liner img
{
	margin: 10px 0 0 0;
}

#spotlight .details
{
	width: 130px;
	float: left;
	padding: 10px 0 10px 10px;
}

.scheme
{
	position: relative;
	font-size: 0.95em;
}

.groupBar .scheme {
	border: 2px solid #1F5FA0;
}

.type, .salary, .closing_date {
	zoom: 1;
}

.type {
	float: left;
	width: 200px;
}

.salary {
	float: left;
	width: 175px;
}

.closing_date {
	float: right;
	width: 300px;
	text-align: right;
}

.schemes
{
}

.scheme p
{
	margin-bottom: 10px;
}

.scheme h6
{
	font-size: 1.3em;
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	clear: both;
}

div.cmshighlight
{
	display: block;
	background: #f1f1f1;
	padding: 5px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}

div.cmshighlight ul {
	margin-bottom: 0;
}

.key
{
	float: left;
	color: #798791;
	font-size: 0.9em;
}

.key strong
{
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}

.homeSearch span.high
{
	display: inline;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	color: #5196DC;
}

.homeSearch span.greyout
{
	color: #899cab;
}

.eventlist
{
	padding: 5px;
}

.buttons
{
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
	background:transparent url(/static/images/site/dot_bg.gif) repeat-x scroll left top;
}

.post, .poster {
	margin: 0 0 10px 0;
}

.portrait
{
	float: left;
	width: 150px;
}

.comment
{
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	float: left;
	width: 555px;
}

div.poster 
{
	background: transparent url(/static/images/site/poster_comment_arrow.gif) no-repeat left top;
}

div.post 
{
	background: transparent url(/static/images/site/post_comment_arrow.gif) no-repeat left top;
}

div.post div.comment 
{
	background: #eeeeee url(/static/images/site/post_comment_bg.gif) repeat-x left top;
}

div.poster div.comment 
{
	background: #cedeea url(/static/images/site/poster_comment_bg.gif) repeat-x left top;
}

div.post-date 
{
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.comment.odd
{
	background: #e5e5e5;
	border: 1px solid #c1c1c1;
}

.comment.admin
{
	border: 1px solid #8da4d7;
	background: #e5effe;
}

.comment.admin strong
{
	color: #0072B9;
}

.tooltip_large
{
	float: right;
}

/* ----------------------------------------
             Tabbed Styles
   ---------------------------------------- */
   
.poll_bg
{
	background: #f1f1f1 url(/static/images/site/poll-bg.gif) repeat-x center left;
	border: 1px solid #dddddd;
}

.poll
{
	background: #cc0000 url(/static/images/site/poll.gif) repeat-x center left;
}



/* ----------------------------------------
             Tabbed Styles
   ---------------------------------------- */


.tab-wrapper
{
	margin: 0 0 15px 0;
	clear: both;
	border: 1px solid #095994;
}

.tab-menu
{
	margin:	0;
	padding: 0;
	list-style:	none;
	overflow: hidden;
}

.tab-menu li
{
	margin:	0 3px 0 0;
	padding: 0;
	float: left;
	background: #FEFEFE url(/static/images/site/tab-black-off-bg.gif) repeat-x left top;
}

.tab-menu li a
{
	display: block;
	padding: 3px 13px;
	color: #4d4d4d;
	font-size: 1.2em;
}

.tab-menu li a:hover,
.tab-menu li a:focus
{
	text-decoration: none;
	background: #999999;
	color: #ffffff;
}

.tab-menu li.tab-selected a
{
	text-decoration: none;
	background: #012c51 url(/static/images/site/tab-blue-bg.gif) repeat-x left top;
	color: #ffffff;
}

.tab-menu li a span span
{
	font-size: 0.8em;
	color: #777777;
}

.tab-menu li a:hover span span,
.tab-menu li a:focus span span
{
	color: #dddddd;
}

.tab-menu li.tab-selected a span span
{
	color: #99aebd;
}

#tabSet h6.tab, #tabSet2 h6.tab
{
	padding: 3px 15px;
	margin: 0;
	background: #012c51 url(/static/images/site/tab-blue-bg.gif) repeat-x left top;
	color: #ffffff;
	clear: both;
	font-size: 1em;
}

.tab-menu2
{
	margin:	0;
	padding: 0;
	list-style:	none;
}
* html .tab-menu2,* html .tab-menu {
	height: 1%;
}

.tab-menu2 li
{
	margin:	0 3px 0 0;
	padding: 0;
	float: left;
	background: #FEFEFE url(/static/images/site/tab-black-off-bg.gif) repeat-x left top;
}

.tab-menu2 li a
{
	display: block;
	padding: 3px 13px;
	color: #4d4d4d;
}

.tab-menu2 li a:hover,
.tab-menu2 li a:focus
{
	text-decoration: none;
	background: #999999;
	color: #ffffff;
}

.tab-menu2 li.tab-selected a
{
	text-decoration: none;
	background: #242021 url(/static/images/site/tab-black-bg.gif) repeat-x left top;
	color: #ffffff;
}

.tab-menu2 li a span span
{
	color: #777777;
}

.tab-menu2 li.tab-selected a span span,
.tab-menu2 li a:hover span span,
.tab-menu2 li a:focus span span
{
	color: #dddddd;
}

#tabSet h6.tab, #tabSet2 h6.tab
{
	padding: 3px 15px;
	margin: 0;
	background: #242021 url(/static/images/site/tab-black-bg.gif) repeat-x left top;
	color: #ffffff;
	clear: both;
	font-size: 1em;
}


/* ----------------------------------------
             Navigation Menu
   ---------------------------------------- */

#navigation
{
	position: absolute;
	left: 0;
	bottom: 5px;
}

		#navigation .liner
		{
		}

		#navigation ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#navigation ul li 
		{
			list-style: none;
			background: none;
			margin: 0;
			padding: 0;
			float: left;
		}
		
		#navigation ul li a
		{
			display: block;
			background: transparent url(/static/images/site/navigation.gif) no-repeat 1px 0px;
			height: 35px;
			text-indent: -9999px;
			width: 67px;
			outline: none;
			overflow: hidden;
		}
		
		#navigation ul li a.home:hover
		{
			background-position: 1px -35px; 
		}
		
		#navigation ul li.selected a.home
		{
			background-position: 1px -70px; 
		}
		
		#navigation ul li a.search:hover
		{
			width: 136px;
			background-position: -67px -35px;
		}
		
		#navigation ul li a.search
		{
			width: 136px;
			background-position: -67px 0px;
		}
		
		#navigation ul li.selected a.search
		{
			background-position: -66px -70px; 
		}
		
		#navigation ul li a.companies:hover
		{
			background-position: -203px -35px; 
		}
		
		#navigation ul li a.companies
		{
			width: 160px;
			background-position: -203px 0px;
		}
		
		#navigation ul li.selected a.companies
		{
			background-position: -202px -70px; 
		}
		
		#navigation ul li a.sectors:hover
		{
			background-position: -363px -35px; 
		}
		
		#navigation ul li a.sectors
		{
			width: 137px;
			background-position: -363px 0px;
		}
		
		#navigation ul li.selected a.sectors
		{
			background-position: -362px -70px; 
		}
		
		#navigation ul li a.career:hover
		{
			background-position: -500px -35px; 
		}
		
		#navigation ul li a.career
		{
			width: 119px;
			background-position: -500px 0px;
		}
		
		#navigation ul li.selected a.career
		{
			background-position: -499px -70px; 
		}
		
		#navigation ul li a.events:hover
		{
			background-position: -619px -35px; 
		}
		
		#navigation ul li a.events
		{
			width: 65px;
			background-position: -619px 0px;
		}
		
		#navigation ul li.selected a.events
		{
			background-position: -618px -70px; 
		}
		
		#navigation ul li a.blog:hover
		{
			background-position: -684px -35px; 
		}
		
		#navigation ul li a.blog
		{
			width: 54px;
			background-position: -684px 0px;
		}
		
		#navigation ul li.selected a.blog
		{
			background-position: -684px -70px; 
		}

/* ----------------------------------------
           Sub-Navigation Menu
   ---------------------------------------- */

#sub_navigation
{
}

#sub_navigation ul
{
	padding: 0;
	margin: 0;
}

		#sub_navigation a.selected
		{
			color: #000000;
			font-weight: bold;
			text-decoration: none;
		}

		#sub_navigation ul li
		{
			display: block;
			background: #cedeea url(/static/images/site/subnav-bg.gif) repeat-x left top;
			list-style-type: none;
			margin: 0 !important;
			padding: 0 !important;
			border: 1px solid #cedeea;
			border-bottom: 1px solid #FCFCFC;
		}
		
		#sub_navigation ul li.selected
		{
			background: #095994;
			color: #ffffff;
			border: 1px solid #095994;
			margin-bottom: 1px;
		}
		
		#sub_navigation ul li a
		{
			display: block;
			padding: 3px 0 3px 10px;
			margin: 0;
			color: #0072B9;
		}
		
		#sub_navigation ul li.selected a
		{
			color: #ffffff;
		}
		
		#sub_navigation ul li ul li, #sub_navigation ul li.selected ul li.selected
		{
			background: #E6F1F8;
			border: 1px solid #E6F1F8;
			border-bottom: 1px solid #FCFCFC;
		}
		
		#sub_navigation ul li ul li a
		{
			color: #0072B9 !important;
			padding: 3px 0 3px 20px;
			margin: 0;
		}
		
		#sub_navigation ul li ul li ul li, #sub_navigation ul li.selected ul li.selected ul li.selected
		{
			display: block;
			background: #e6e6e6;
			border: 1px solid #e6e6e6;
			border-bottom: 1px solid #FCFCFC;
		}
		
		#sub_navigation ul li ul li ul li a
		{
			color: #0072B9;
			padding: 3px 0 3px 40px;
			margin: 0;
		}

/* ----------------------------------------
                Form Styles
   ---------------------------------------- */
   
input.field, select.field, textarea.field
{
	display: block;
	width: 209px;
	float: left;
	background: #f5f5f5;
	border: 1px solid #999999;
	margin: 0 0 10px 0;
	font-size: 1em;
	font-family: Lucida Grande,Verdana,Sans-Serif;
}

select.field
{
	width: 211px;
}

div.widthfix select.field
{
	/* works ONLY in IE6. Let IE6 auto-size it's select boxes as we can never be sure the option content won't overflow the select container */
	*width: 385px;
}

input.field.slim
{
	width: 100px;
}

input.field.code1
{
	width: 40px !important;
}

input.field.code2
{
	width: 65px !important;
}

span.divider
{
	float: left;
	padding: 0 5px;
}

input.checkbox
{
	width: auto;
	background: none;
	border: 0;
}

.field.submit.green {
	background: url('/static/images/site/button_search_green.gif');
	width: 183px;
	height: 29px;
	border: 0;
	text-indent: -999em;
}

.right_submit {
float:right !important;
margin:0 !important;
}


.multiSelect
{
	display: block;
	float: left;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
}

.multiSelect select
{
	margin: 0 2px 5px 0 !important;
	width: 205px !important;
	background: #f5f5f5;
	border: 1px solid #999999;
}

.multiElement
{
	width: 100%;
}

.multiElement select, .multiElement label, .multiElement input, .multiElement textarea
{
	margin-bottom: 5px !important;
}

.multiSelect td
{
	vertical-align: middle;
}

.multiElement .even, .multiElement .odd
{
	display: block;
	padding: 5px 0 0 0;
	border-top: 1px dotted #cccccc;
}

.multiElement .odd
{

}

.multiSelect a.add, 
.multiSelect a.remove,
.multiElement .addRow,
.multiElement .removeRow
{ 
	background: transparent url(/static/images/site/icon_select_plus.gif) no-repeat top left; 
	height: 16px; 
	width: 16px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	outline: none;
}

.multiSelect a.remove 
{ 
	background-image: url(/static/images/site/icon_select_minus.gif);
}

.multiSelect a.add:hover, .multiSelect a.remove:hover, .multiElement .removeRow:hover, .multiElement .addRow:hover
{
	background-position: 0 -16px;
}

.multiElement .moveRowUp,
.multiElement .moveRowDown
{
	display: none;
}

.multiElement .removeRow
{
	background: url(/static/images/site/icon_select_minus.gif);
}

.multiElement tr.controls td
{
	padding-left: 175px;
}

.form label
{
	display: block;
	width: 175px;
	float: left;
	clear: both;
	margin-bottom: 15px;
	color: #4f738d;
}

.form label.required
{

}

.form input.submit
{
	width: auto;
	clear: both;
	margin: 0 0 0 175px;
	padding: 5px 10px;
	background: #013E6B;
	border: 1px solid #3E81AE;
	color: #ffffff;
	cursor: pointer;
}

div.time input
{
	width: 30px !important;
	float: none !important;
	display: inline;
	vertical-align: baseline;
}

.mceEditor #registration_details_tbl,
.mceEditor #description_tbl,
.mceEditor #other_benefits_tbl,
.mceEditor #other_entry_requirements_tbl,
.mceEditor #editor_tbl {
 	width: 387px !important;
}

.form textarea.editor
{
	float: left !important;
	width: 386px !important;
	height: 250px;
}

.form textarea.medium
{
	float: left !important;
	width: 386px !important;
	height: 100px;
}

.form input.error, .form select.error, .form textarea.error {
	border: 1px solid #d78d8d;
	background: #f1dcdc url(/static/images/site/icon_error.gif) no-repeat right;
}

.form input.valid, .form select.valid, .form textarea.valid {
	border: 1px solid #8dd7b5;
	background: #e6f4ed url(/static/images/site/icon_valid.gif) no-repeat right;
}

div.errors
{
	border: 1px solid #d78d8d;
	background: #f1dcdc;
	padding: 10px;
	margin: 0 0 15px 0;
}

select.day, select.month, select.year, .reminder select, .form input.checkbox, .form input.radio
{
	float: left;
	width: auto !important;
	margin: 0 5px 0 0;
	background-image: none;
}

div.checkboxes
{
	float: left;
	clear: none;
	width: 250px;
	margin-bottom: 10px;
}

div.checkboxes label
{
	float: left;
	display: inline;
	width: 230px;
	clear: right;
	margin-bottom: 5px;
	color: #555555;
}

label.radio
{
	display: inline;
	width: auto;
	clear: none;
	margin-right: 10px;
	color: inherit;
}

textarea.large
{
	width: 350px;
	height: 200px;
}

.compact label, .compact input.field, .compact select.field, .compact textarea.field
{
	margin-bottom: 3px;
}

input.search
{
	border: 1px solid #095994;
	background: #ffffff url(/static/images/site/search_bg.gif) repeat-x;
	height: 15px;
}

input.subtle
{
	color: #999999;
}

/* ----------------------------------------
                Text Styles
   ---------------------------------------- */
h1
{
	color: #0072B9;
	font-size: 1.7em;
}

h2
{
	color: #0072B9;
	font-size: 1.5em;
}

h3
{
	color: #0072B9;
	font-size: 1.3em;
}
 
.lead_para
{
	font-size: 1.2em;
	margin-bottom: 15px;
}

.titleBar h5
{
	margin: 0;
	font-size: 1.1em;
}

.detail h6
{
	display: block;
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #d7dbde;
	font-size: 1.1em;
}

.detail label
{
	width: 150px;
	clear: left;
	float: left;
	font-weight: bold;
	margin: 0 0 0 5px;
}

.innerBox h6
{
	margin: 0 0 5px 0;
}

.panelTitle h3
{
	color: #ffffff;
	font-size: 1.2em;
	display: inline;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.panelTitle h3 a
{
	color: #ffffff;
}

.form h5
{
	margin-bottom: 0 !important;
	padding: 0;
}

.alternate
{
	padding: 5px;
	background: #ecf0f3;
}

.alternate.odd
{
	background: #eff5f9;
}

.alternate label
{
	width: 145px;
}

.inline .checkbox
{
	float: none;
	display: inline;
	margin: 0;
}

.inline label
{
	margin: 0 15px 0 0;
}

.column
{
	float: left;
	margin: 0 15px 0 0;
	width: 240px;
}

.column input, .column select, .column textarea
{
	width: 235px;
}

.column.wide
{
	width: 290px;
}

.column.wide input, .column.wide select, .column.wide textarea
{
	width: 290px;
}

.column.last
{
	margin-right: 0;
}

.item
{
	float: left;
	width: 325px;
	margin: 0 25px 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #aaaaaa;
}

.item.last
{
	margin-right: 0;
}

.seperator
{
	display: block;
	height: 1px;
	line-height: 1px;
	font-size: 0.1em;
	border-bottom: 1px dotted #abbfcd;
	margin: 10px 0;
	clear: both;
}

.career-advice h5
{
	margin: 0;
	font-size: 1.1em;
}

/* ----------------------------------------
              Section Styles
   ---------------------------------------- */
   
div.section
{
	float: left;
	width: 360px;
	border-top: 1px solid #dddddd;
}

div.section div.liner
{
	padding: 5px 0 0 0 !important;
	border: 0 !important;
}

		div.section div.section_icon
		{
			float: left;
			width: 60px;
		}
		
		div.section div.section_content
		{
			float: left;
			width: 230px;
			padding: 0 0 5px 0;
		}
		
		div.section h5
		{
			font-size: 1.3em;
			margin: 0 0 0 0 !important;
			margin-bottom: 0 !important;
		}
		
		div.section a
		{
			color: #0072B9;
		}
		
		div.section p
		{
			color: #888888;
			margin-bottom: 2px;
		}
		
h5.section
{
	background: #808080;
	color: #ffffff;
	padding: 3px 10px;
	font-size: 1.05em;
	margin-bottom: 10px;
}

div.sub_section
{
	padding: 0 10px;
	border-bottom: 1px dotted #abbfcd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.sub_section strong a
{
	color: #0072B9;
	font-weight: bold;
	font-size: 1.2em;
}
		

/* ----------------------------------------
                Diary Styles
   ---------------------------------------- */

.diary
{
	width: 100%;
	text-align: center;
	color: #ffffff;
	margin: 0;
}

.diary th
{
	text-align: center;
}

.diary .weekdays
{
	border-top: 1px solid #2a70a4;
	border-bottom: 1px solid #2a70a4;
}

.diary .weekdays td
{
	font-weight: bold;
	text-align: center;
}

.diary .we .day
{
	background: transparent;
	color: #2a70a4;
}

.diary .we .day a
{
	color: #3b81b5;
}

.diary .day
{
	color: #5e8cba;
	text-align: center;
	background: #12619b;
	border-right: 2px solid #095994;
	border-bottom: 1px solid #095994;
	padding: 2px;
}

.diary .day a
{
	color: #6f9dcb;
}

.diary div.today a
{
	color: #ffffff;
}

.diary div.day a:hover
{
	color: #ffffff;
}

a.white
{
	color: #ffffff;
}

.diary div.event
{
	cursor: pointer;
	background: #3b84b9 !important;
	color: #ffffff !important;
}

.diary div.event a
{
	color: #ffffff !important;
	text-decoration: none;
}

.diary div.today
{
	background: #F7921E !important;
	color: #ffffff;
}


/* ----------------------------------------
             ToolTip Styles
   ---------------------------------------- */

.tips
{
	width: 188px;
	z-index:9999;
}

.tips a:hover {
	color:#5196DC;
	text-decoration:underline;
}
.tip-top
{
	width: 188px;
	height: 17px;
	background: url(/static/images/site/tip-top.gif) no-repeat left top;
}

.tip br
{
	clear: both;
}

.tip
{
	background: #242021;
	padding: 0 10px;
	font-size: 0.75em;
	font-size: 1em;
	color: #cccccc;
}

.tip span.time
{
	display: block;
	width: 50px;
	font-weight: bold;
	color: #ffffff;
	float: left;
	clear: both;
}

.tip span.title
{
	display: block;
	float: left;
	width: 110px;
	clear: right;
}

.tip-bottom
{
	clear: both;
	width: 188px;
	height: 8px;
	background: url(/static/images/site/tip-bottom.gif) no-repeat left top;
}


/* ----------------------------------------
             Pagination Styles
   ---------------------------------------- */

div.pagination 
{
	padding: 1px 0;
}

.pagination_company {
	text-align:left;
	width:332px;
	margin: 8px 0 0 0;
}

div.pagination span, div.pagination a 
{
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	font-variant: small-caps;
}

div.pagination a 
{
	border: 1px solid #095994;
	text-decoration: none; 
	color: #fff;
	background: #095994 url(/static/images/site/page_bg.gif);
}

div.pagination a:hover, div.pagination a:active, div.pagination span.current {
	border:1px solid #F7921E;
	color: #FFF;
	background: #F7921E url(/static/images/site/page_current_bg.gif);
}

div.pagination span.current {
	font-weight: bold;
}

div.pagination span.disabled {
	border: 1px solid #d3d3d3;
	color: #bbbbbb;
}

/* ----------------------------------------
                Alert Styles
   ---------------------------------------- */

#alerts
{
	position: relative;
	padding: 10px;
	border: 1px solid #e1e1e1;
	background: #fefdee;
	margin: 10px 0 15px 0;
}

#alerts h6
{
	color: #0072B9;
	margin: 0 0 5px 5px;
	font-size: 1.25em;
}

#alert-settings
{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

.alert
{
	background: url(/static/images/site/alert-bg.gif) repeat-x top;
	padding: 4px 0 4px 5px;
	border-top: 1px solid #e4e3d6;
	overflow: hidden;
}

.alert a
{
	font-weight: bold;
}

/* You might be interested in... alert styles */
.interested_in {
	margin-top: 20px;
}


.interested_in .alert {
	border-top: 0px;
	height: 33px;
	padding-left: 25px;
}

.interested_in h6 {
	padding-bottom: 5px;
	border-bottom: 1px solid #E4E3D6;
}

.interested_in .scheme_suggested .alert {
	background: url(/static/images/site/interested-in-scheme-icon.png) 0 6px no-repeat;
}

.interested_in .event_suggested .alert {
	background: url(/static/images/site/interested-in-event-icon.png) 0 6px no-repeat;
}

.interested_in .footer {
	background: url(/static/images/site/list-item-footer.png);
	height: 1px;
	overflow: hidden;
}

.interested_in .scheme_suggested .lower {
	font-size: 0.9em;
	margin-top: 3px;
}

.interested_in .event_suggested .upper {
	font-size: 0.9em;
}


/* ----------------------------------------
                Brace Styles
   ---------------------------------------- */
.panel_container{
	margin:0 0 15px;
}
.panelHead{
	position: relative;
	background: #013057 url(/static/images/site/panelHead.gif) repeat-x left center;
	color: #ffffff;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}
.panelHead h3{
	color: #ffffff;
	font-size: 1.2em;
	display:inline;
	margin:0px;
	text-transform:uppercase;
}
.rightFloat{
	position: absolute;
	top: 5px;
	right: 5px;
}
.yellow{
	background-color:#f7f3f0;
}
.blue{
	background-color:#e7f2f8;
}
.blue_border{
	border:1px solid #acbfcd;
	border-bottom:1px solid #7d93a8;
}
.panelBody{	
	padding:10px;
}
.panelBody input{
	padding-top:4px;
	padding-bottom:4px;
}
.panelBody label{
	color:#095994;
}
.panelBody .submit{
	background:url(/static/images/site/panel_submit.gif) no-repeat;
	color:#fff;
	padding:5px 4px 3px;
	float:left;
	width:59px;
	height:19px;
	text-indent:-9999px;
}
.panelBody .more{
	background:url(/static/images/site/panel_more.gif) no-repeat;
	text-indent:-9999px;
	width:57px;
	height:19px;
	display:block;
}
.panelBody .results_view{
	background:url(/static/images/site/arrow_right.gif) no-repeat right 9px;
	color:#0070ba;
	padding:2px 10px 3px;
	float:right;
}
.panelBody a:hover
{
	color: #0070ba;
}
#career{
	color:#095994;
}
#career ul{
	margin:0pt 0pt 15px;
	padding:0px;
}
#career ul li{
	margin:0pt 0pt 10px 15px;
}
#blog h3 div {
	float: left;
}
#blog h3 .rss_feed {
	color: #ffffff;
	display: block;
	float: right;
	font-size: 7pt;
	font-weight: normal;
	padding-right: 20px;
	background: url(/static/images/site/rss-icon.gif) no-repeat right;
	text-transform: none;
}

#blog #post .pubDate {
	font-size: 7pt;
	color: #989c9d;
}

#blog #post .title {
	color: #0072B9;
	font-weight: bold;
}


.panelBody #news{

}
.panelBody #news .date{
	color:#333;
	padding-top:3px;
	padding-bottom:3px;
}
.panelBody #news .title{
	padding-bottom:5px;
}
.panelBody #news .title a{
	color:#0a5a95;
	text-decoration:none;
	font-weight:bold;	
}
.panelBody #news .title a:hover{
	text-decoration:underline;
}
.panelBody #news .desc{
	color:#666;
	padding-bottom:10px;
}
.panelBody .tabs{
	background-color:#d4d5d7;
}
.panelBody .tabs .news{
	
}
.panelBody .tabs .whats_on{

}
.panelBody .tabs .active{

}

span.tooltip {
	margin:8px 0 0 3px;
	background:url(/static/images/site/tip-icon.gif) top left no-repeat scroll;
	width:14px;
	height:14px;
}


.cmstable th, .cmstable td {
	padding:5px;
}

.discussion-form label {
	width:100px !important;
}
.discussion-form textarea {
	width:460px;
}
.discussion-form input.submit {
	margin: 0 0 0 100px !important;
}

div.switch-label {
	width: 445px; 
	float: left; 
	line-height: 30px; 
	border-bottom: 1px dotted #cccccc;
}

div.switch {
	width: 120px; 
	float: right; 
	line-height: 30px;
}

div.groupBar {
	position: relative;
	background: #1F5FA0;
	padding: 10px;
	color: #ffffff;
	line-height: 1.5em !important;
	height: auto !important;
}

.read-more a {
	color: #ffffff;
	text-decoration: underline;
}

.re-collapse {
	display: none;
}

.light_bg {
	zoom: 1;
	background: #e6f1f7;
}

.dark_bg {
	zoom: 1;
	background: #d2e5f3;
}

div.group_count {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #cedfe9;
}

div.groupBar div.collapse {
	background: transparent url(/static/images/site/button_show_schemes.gif) no-repeat right bottom;
	font-size: 1.1em;
	font-weight: bold;
}

div.groupBar.off div.collapse strong {
	color: #095994;
}

div.groupBar.on div.collapse {
	background-image: url(/static/images/site/button_hide_schemes.gif) !important;
}

div.groupBar h5 {
	color: #ffffff;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.25em;
	border-bottom: 1px solid #3f89b8;
	padding: 0 0 5px 0;
}

div.groupBar.on h5 {
	color: #ffffff !important;
}

div.update
{
	position: absolute;
	top: 5px;
	right: 10px;
}

div#progress
{
	background: #ffffff;
	border: 1px solid #0061A0;
	padding: 10px 10px 10px 20px;
}

div#chart
{
	float: left;
	margin-right: 10px;
}

div.checklist
{
	width: 220px;
	float: left;
	line-height: 20px;
	border-bottom: 1px dashed #dddddd;
	margin-top: 5px;
}

div.checklist.wide
{
	width: 440px !important;
}

div.checklist a.checkOff, div.checklist a.checkOn
{
	display: block;
	background: #ffffff url(/static/images/site/checklist_off.gif) no-repeat left top;
	padding: 0 0 0 20px;
	color: #555555;
}

div.checklist a.checkOn 
{
	background-image: url(/static/images/site/checklist_on.gif);
	color: #00A0E4;
	font-weight: bold;
}

div#ajaxCompanies 
{
	height: 26em;
}

table td.active
{
	color: #84BC3C;
}

table td.pending
{
	color: #F3941E;
}

#suggestions_more {
	margin-top: 10px;
	float: left;
	outline: none;	
}

#suggestions_loader {
	margin: 12px 0 0 8px;
	float: left;
	position: relative;
	display: block;
	background-image: url(/static/images/site/suggestions_loader.gif);
	width: 16px;
	height: 16px;
}

#suggestions_more {
	position: relative;
	display: block;
	width: 59px;
	height: 21px;
	background-image: url(/static/images/email/more-button.gif);
}

#set_reminder {
	position: absolute;
	width: 710px;
}

#set_reminder .company_title {
	color: #0072B9;
	font-weight: bold;
	float: left;
	width: 110px;
	text-indent: 4px;
}

#set_reminder .title {
	float: left;
	color: #0072B9;
	font-weight: bold;
}

#set_reminder .closing_date {
	padding-left: 110px;
	position: absolute;
	top: 0;
	right: 0;
}

#set_reminder .closing_date div {
	padding-left: 5px;
	display: inline;
}

#set_reminder .closing_date strong {
	color: #333333;
}

#set_reminder .reminder_box {
	margin-top: 10px;
	padding: 10px;
	background-color: #F2F2F2;
	border-top: 1px solid #095994;
}

#set_reminder label {
	color: #4D4D4D;
	font-weight: bold;
	display: block;
	width: 100px;
	float: left;
}

#set_reminder .reminder_box .reminder_type {
	width: 302px !important;
}

#set_reminder select {
	font-size: 0.9em;
}

#set_reminder .reminder_box .field {
	width: 51px !important;
}

#set_reminder .reminder_box select.year {
	width: 58px !important;
}

#set_reminder #hour, #set_reminder #min {
	margin: 0 5px 0 0;
}

#set_reminder .at {
	float: left;
	width: 20px;
	text-indent: 3px;
	line-height: 20px;
	font-weight: bold;
}

#set_reminder .details {
	padding-left: 100px;
}

#set_reminder #error {
	height: 20px;
	padding-left: 100px;
	color: #D73322;
}

#set_reminder .no_thanks_button {
	background: url(/static/images/site/no-thanks-button.gif);
	display: block;
	width: 120px;
	height: 27px;
	text-indent: -10000px;
	overflow: hidden;
	outline: none;
	float: left;
	margin-top: 10px;
}

#set_reminder .set_reminder_button {
	margin-top: 10px;
	float: right;
}

.height10 {
	height: 10px;
	overflow: hidden;
}

.set_a_reminder_button {
	display: block;
	background: url(/static/images/site/set-a-reminder.gif);
	width: 95px;
	height: 17px;
	text-indent: -10000px;
	overflow: hidden;
	outline: none;
}

.edit_reminder_button {
	display: block;
	background: url(/static/images/site/edit-reminder.gif);
	width: 95px;
	height: 17px;
	text-indent: -10000px;
	overflow: hidden;
	outline: none;
}

.reminder_settings_display {
	margin: 3px 0 0 6px;
	font-size: 0.8em;
}

#set_reminder .left, #set_reminder .right {
	margin: 15px 0 5px 0;
}

#set_reminder .left {
	width: 50%;
	float: left;
}

#set_reminder .right {
	width: 50%;
	float: right;
	text-align: right;
}

.apply_box .details {
	padding: 0 !important;
}

#suggested_companies {
	float: right;
	width: 200px;
	padding: 10px;
	margin: 0 0 10px 10px;
}

#suggested_companies ul {
	margin: 0;
}

.enhance {
	padding: 5px !important;
	background: #E6E6E6;
	font-weight: bold;
}

div.preference_button {
	float: left;
	width: 15px;
}

div#account_buttons {
	margin: 15px 0 10px 0;
	float: right;
}

div#account_buttons img {
	margin: 0 0 0 5px;
}

div#account_usp, div#account_join_button {
	float: right;
	padding: 10px 0 0 0;
}

div#account_usp {
	line-height: 38px;
	margin: 0 10px 0 0;
	color: #ffffff;
}

div#results {
	position: relative;
}

div#sort_order {
	position: absolute;
	top: 10px;
	right: 0;
}

div#sort_order ul, div#sort_order li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sort_order li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
	background: none;
}

div#sort_order li.first {
	border-left: 0;
	margin-left: 0;
}

div#sort_order li.label {
	border-left: 0;
	padding: 0;
	margin: 0;
}

div#sort_order li.selected a {
	font-weight: bold;
	color: #000000;
}

.career-advice h2 {
	color: #0072B9;
	font-weight: bold;
	font-size: 1.2em;
}

.career-advice h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #555555;
}

/* Homepage styles */

div#construct, div#primary, div#secondary {
	position: relative;
}

div#primary {
	background: transparent url(/static/images/site/home-primary-bg.gif) repeat-y bottom left;
	margin: 0;
	padding: 0;
}

div#secondary {
	padding: 10px 0 0 0;
	clear: both;
}

div#intro {
	width: 385px;
	margin: 0 10px 0 15px;
	padding: 0 0 5px 0;
	font-size: 96%;
}

div#intro p {
	margin: 0 0 7px 0;
}

div#about {
	clear: both;
}

a#join_button {
	display: block;
	width: 277px;
	height: 34px;
	background: transparent url(/static/images/site/join-gradfutures-today.gif) no-repeat top left;
	margin: 0 auto;
	text-indent: -999em;
	overflow: hidden;
}

div#blog_entries {
	float: left;
	width: 500px;
	margin: 0 0 20px 0;
}

div#latest {
	position: absolute;
	top: 10px;
	right: 0;
	width: 440px;
	background: #E5F1F8;
}

div#actions {
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 10px;
	width: 510px;
}

div#actions h3 {
	float: left;
	width: 310px;
}

div#actions h3 a {
	color: #ffffff;
	text-transform: uppercase;
	height: 33px;
	line-height: 33px;
	font-size: 1.4em;
}

div#scheme_count {
	background: transparent url(/static/images/site/scheme_count_bg.gif) no-repeat top left;
	float: right;
	width: 188px;
	height: 33px;
	position: relative;
}

span#label {
	display: none;
}

span#count {
	position: absolute;
	top: 0;
	right: 1px;
	width: 75px;
	text-align: center;
	height: 32px;
	line-height: 31px;
	font-size: 1.5em;
	font-weight: bold;
}

div#tabbed_list {
	display: block;
	width: 100%;
	height: 35px;
	background: transparent url(/static/images/site/search_schemes_bg.gif) no-repeat top left;
	list-style: none;
	margin: 10px 0 0 0;
}

div#tabbed_list span {
	display: block;
	float: left;
	width: 173px;
	height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
}

div#tabbed_list span#browse_sectors {
	width: 155px;
}


div#tabbed_list span a {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div#search_form {
	background: #ffffff;
	border: 2px solid #F7931E;
	padding: 10px;
	color: #000000;
}

div#about_para {
	float: left;
	width: 315px;
	color: #77862C;
	font-size: 1.1em;
}

div#about h2 {
	text-transform: uppercase;
	font-size: 1.6em;
	color: #095994;
	margin: 0 0 5px 0;
}

div#about_content {
	float: left;
	margin: 0 0 0 20px;
	width: 585px;
}

div#about div.liner {
	zoom: 1;
	padding: 0 15px 10px 15px;
	background: transparent url(/static/images/site/about-bg.gif) no-repeat bottom left;
}

div#latest div.scheme {
	position: relative;
	padding: 10px;
	zoom: 1;
}

div#latest div.even {
	background: #D9EAF5;
}

div#latest div.scheme_logo {
	width: 132px;
	float: left;
}


div#latest h3, div#latest h3 a {
	margin: 0;
	color: #00619F;
}

div#latest span {
	color: #96A526;
	font-weight: bold;
}

div#latest p {
	margin: 0;
}

div#latest p.closing_date {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.panel_header {
	padding: 5px 10px;
	background: #012c51 url(/static/images/site/panel_header_bg.gif) repeat-x center left;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	text-transform: uppercase;
}

div.panel_footer {
	position: relative;
	background: #BFDBEE;
	padding: 5px 10px;
	line-height: 24px;
	zoom: 1;
}

a#search_schemes_button {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 122px;
	height: 24px;
	text-indent: -999em;
	overflow: hidden;
	background: transparent url(/static/images/site/search-schemes.gif) no-repeat top left;
}

div#keyword_container {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 5px 0 10px 0;
	padding: 5px 0 0 0;
}

div#keyword_container input {
	width: 520px;
}

a#advanced_search {
	display: block;
	padding: 0 0 0 16px;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #00619F;
	background: transparent url(/static/images/site/advanced_search_bg.gif) no-repeat center left;
}

input#search_button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.blog_post {
	margin: 5px 0;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #DDDDDD;
}

div.blog_post h3, div.blog_post h3 a {
	margin: 0;
	color: #00619F;
}

a.read_more {
	display: block;
	padding: 0 0 0 16px;
	font-weight: bold;
	color: #00619F;
	text-transform: uppercase;
	background: transparent url(/static/images/site/advanced_search_bg.gif) no-repeat center left;
}

span.published {
	color: #808080;
}

/* End Homepage Styles */

/* /blog */

body#blog-wordpress {
	
}

body#blog-wordpress .entry-utility {
	padding-top: 10px;
	clear: both;
}

body#blog-wordpress #nav-below {
	display: none;
}

body#blog-wordpress #frame 	#search {
	background: none repeat scroll 0 0 #012C4F;
	padding: 3px;
	width: 200px;
}

body#blog-wordpress #frame #blog ul li {
	margin-bottom: 10px;
}

body#blog-wordpress #search-2 {
	background: none;
}

body#blog-wordpress .nav-previous {
	float: left;
	width: 345px;
	height: 16px;
	overflow: hidden;
}

body#blog-wordpress .nav-next {
	float: right;
	width: 345px;
	height: 16px;
	overflow: hidden;
	text-align: right;
}

body#blog-wordpress .hentry {
	clear: both;
}

body#blog-wordpress .thumbnail-image-float-right {
	float: right;
}

body#blog-wordpress .thumbnail-image-float-right span {
	display: block;
	padding-bottom: 10px;
	text-align: center;
	padding-left: 10px;
	font-size: 9px;
}

body#blog-wordpress .thumbnail-image-float-right img {
	border: 1px solid #CCCCCC;
}

body#blog-wordpress .thumbnail-image-float-left {
	float: left;
}

body#blog-wordpress .thumbnail-image-float-left span {
	display: block;
	padding-bottom: 10px;
	text-align: center;
	padding-right: 10px;
	font-size: 9px;
}

body#blog-wordpress .thumbnail-image-float-left img{
	border: 1px solid #CCCCCC;
}

/*body#blog-wordpress .full-image-float-left img, */
body#blog-wordpress img.alignleft{
	float: left;
	padding-right: 10px;
}

body#blog-wordpress .alignleft{
	float: left;
	padding-right: 10px;
}

/*body#blog-wordpress .full-image-float-right img, */
body#blog-wordpress img.alignright{
	float: right;
	padding-left: 10px;
}

body#blog-wordpress .alignright{
	float: right;
	padding-left: 10px;
}

body#blog-wordpress .wp-caption-text{
	text-align: center;
	font-size: 9px;
	padding-top: 5px;
}

body#blog-wordpress .thumbnail-image-block, body#blog-wordpress .thumbnail-image-inline {
	display: block;
	clear: both;
}

body#blog-wordpress .thumbnail-image-block span, body#blog-wordpress .thumbnail-image-inline span {
	display: block;
	clear: both;
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
}

body#blog-wordpress .entry-title {
	padding: 10px 0 0 0;
	margin-bottom: 0;
}

body#blog-wordpress div.post {
	background: none;
}

body#blog-wordpress .entry-meta {
	padding-bottom: 10px;
	text-transform: uppercase;
}

body#blog-wordpress .widget-area {
	float: left;
}

/* =Comments
-------------------------------------------------------------- */
body#blog-wordpress #comments {
	clear: both;
}
body#blog-wordpress #comments .navigation {
	padding: 0 0 18px 0;
}
body#blog-wordpress h3#comments-title,
body#blog-wordpress h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
body#blog-wordpress h3#comments-title {
	padding: 24px 0;
}
body#blog-wordpress .commentlist {
	list-style: none;
	margin: 0;
}
body#blog-wordpress .commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
body#blog-wordpress .commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
body#blog-wordpress #comments .comment-body ul,
body#blog-wordpress #comments .comment-body ol {
	margin-bottom: 18px;
}
body#blog-wordpress #comments .comment-body p:last-child {
	margin-bottom: 6px;
}
body#blog-wordpress #comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
body#blog-wordpress .commentlist ol {
	list-style: decimal;
}
body#blog-wordpress .commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
body#blog-wordpress .comment-author {
}
body#blog-wordpress .comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
body#blog-wordpress .comment-author .says {
	font-style: italic;
}
body#blog-wordpress .comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
body#blog-wordpress .comment-meta a:link,
body#blog-wordpress .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
body#blog-wordpress .comment-meta a:active,
body#blog-wordpress .comment-meta a:hover {
	color: #FF4B33;
}
body#blog-wordpress .commentlist .even {
}
body#blog-wordpress .commentlist .bypostauthor {
}
body#blog-wordpress .reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
body#blog-wordpress .reply a,
body#blog-wordpress a.comment-edit-link {
	color: #888;
}
body#blog-wordpress .reply a:hover,
body#blog-wordpress a.comment-edit-link:hover {
	color: #FF4B33;
}
body#blog-wordpress .commentlist .children {
	list-style: none;
	margin: 0;
}
body#blog-wordpress .commentlist .children li {
	border: none;
	margin: 0;
}
body#blog-wordpress .nopassword,
body#blog-wordpress .nocomments {
	display: none;
}
body#blog-wordpress #comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
body#blog-wordpress .commentlist li.comment+li.pingback {
	margin-top: -6px;
}
body#blog-wordpress #comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
body#blog-wordpress #comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
body#blog-wordpress input[type=submit] {
	color: #333;
}
body#blog-wordpress #respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
	clear: both;
}
body#blog-wordpress #respond p {
	margin: 0;
}
body#blog-wordpress #respond .comment-notes {
	margin-bottom: 1em;
}
body#blog-wordpress .form-allowed-tags {
	line-height: 1em;
}
body#blog-wordpress .children #respond {
	margin: 0 48px 0 0;
}
body#blog-wordpress h3#reply-title {
	margin: 18px 0;
}
body#blog-wordpress #comments-list #respond {
	margin: 0 0 18px 0;
}
body#blog-wordpress #comments-list ul #respond {
	margin: 0;
}
body#blog-wordpress #cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
body#blog-wordpress #respond .required {
	color:#FF4B33;
	font-weight:bold;
}
body#blog-wordpress #respond label {
	color: #888;
	font-size: 12px;
}
body#blog-wordpress #respond input {
	margin:0 0 9px;
	width:98%;
}
body#blog-wordpress #respond textarea {
	width:98%;
}
body#blog-wordpress #respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
body#blog-wordpress #respond .form-allowed-tags code {
	font-size: 11px;
}
body#blog-wordpress #respond .form-submit {
	margin: 12px 0;
}
body#blog-wordpress #respond .form-submit input {
	width: auto;
	font-size: 14px;
}