/**
*** NewPeople stylesheet
***
*** Minimum fontsize: 70%
**/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	color: black;
	background: white;
	margin: 0;
	padding: 0;
}

#fckBody {
	font-size: 100%;
}

a {
	color: #f65a0b;
	text-decoration: none;
	/*background: transparent url(/images/link_dotted_underline.gif) repeat-x scroll bottom left;*/
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #f8854b;
}

a img {
	border: none;
}

img {
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	/*color: #f65a0b;*/
	margin: 5px 0 0 0;
	font-weight: bold;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
}

h3, h4, h5, h6 {
	font-size: 100%;
}

p {
	line-height: 150%;
	margin: 2px 0;
}

p#teaser {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#middle ul {
	margin: 2px 0;
	padding: 0 0 0 0;
	list-style: none;
}

#middle ul li {
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 15px;
	background: transparent url(/images/bullet.png) no-repeat scroll 2px 7px;
}

.clearboth {
	clear: both;
}


/**
*** Layout
**/
body#newpeople {
	margin: 0 auto;
	padding: 0;
	width: 975px;
}

#pageContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 970px;
}

#pageContainer #topContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 190px;
	width: 100%;
}

#pageContainer #mainContainer {
	position: absolute;
	top: 190px;
	left: 0;
	width: 975px;
	margin-bottom: 100px;
}

#pageContainer #mainContainer #tweet {
	float: left;
	width: 154px;
	margin: -34px 0 0 447px;
}

#pageContainer #tweet.blog {
	margin-left: 56px !important;
}

#pageContainer #tweet img#twitter_bird_feet.blog {
	left: 63px;	
}

#pageContainer #mainContainer #tweet div.button {
	float: right;
	width: 83px;
	height: 21px;
	margin-top: 2px;
	padding: 3px 3px 3px 11px;
	background-image: url(/images/button_bg.png);
	font-family: 'Trebuchet MS';
	font-size: 11px;
	text-shadow: #FFF 1px 1px 0;
}
#pageContainer #mainContainer #tweet div.button a {
	display: block;
	float: left;
	height: 18px;
	padding-top: 2px;
	text-decoration: none;
	text-align: center;
	outline: 0;
}
#pageContainer #mainContainer #tweet div.button a.button_left {
	width: 26px;
	background-image: url(/images/button_left.png);
	color: #2A2A2A;
	font-weight: bold;
}
#pageContainer #mainContainer #tweet div.button a.button_right {
	width: 53px;
	background-image: url(/images/button_right.png);
	color: #F65A0B;
	padding-right: 2px;
}
#pageContainer #mainContainer #tweet div.button a:active.button_right {
	background-image: url(/images/button_right_active.png);
	border: none;
}

#pageContainer #mainContainer #twitter_bird {
	float: left;
	margin-right: 3px;
	margin-top: -3px;
}

#pageContainer #mainContainer #twitter_bird_feet {
	position: absolute;
	left: 454px;
	top: -3px;
	z-index: 999;
}

#pageContainer #middleContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
}

#pageContainer #rightContainer {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
}

#pageContainer #middle,
#pageContainer #right {

}


/**
*** Cloud
**/
#cloud {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 600px;
	height: 444px;
	background: #eee url(/images/cloud_bg.png);
	z-index: 10;
	overflow: hidden;
}

#cloud #cloudTitle {
	height: 50px;
	visibility: hidden;
}

#cloud .tag_row {
	position: relative;
	overflow: visible;
	left: -50%;
	width: 200%;
	line-height: 45px;
	margin-top: -15px;
	height: 45px;
	text-align: center;
	font-size: 60%;
}

#cloud .tag {
	vertical-align: middle;
	text-decoration: none;
	color: rgb(68,68,68);
	margin: 0 2px;
	padding: 0px 5px;
	z-index: 1000;
}

#cloud .tag.disabled {
	font-size: 100%;
	color: rgb(190,190,190);
	cursor: default;
}

#cloud .tag.selected {
	background: #f65a0b url(/images/tag_selected_bg.png) repeat-x center left;
	/*background: transparent url(/images/tag_selected_bg.png) repeat-x center;*/
	color: rgb(255,255,255);
	margin: 0;
	padding: 0px 7px;
	cursor: pointer;
}

#cloud a.tag:hover {
	background: #ccc;
}

#cloud a.tag.disabled:hover {
	background: none;
}

#cloud a.tag.selected:hover {
	background: #f65a0b url(/images/tag_selected_bg.png) repeat-x center left;
	/*background: transparent url(/images/tag_selected_bg.png) repeat-x center;*/
}
	
	
/**
*** Joblist
**/
#jobList {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 560px;
}

#jobList a {
	color: black;
	text-decoration: none;
}

#jobList #selection {
	text-align: left;
	height: 45px;
	width: 275px;
}

#jobList #selection #amountFound,
a#video_title {
	font-size: 130%;
	font-weight: bold;
	color: #f65a0b;
}
a#video_title {
	display: block;
	padding: 6px 0;
	color: #fff;
	background-color: #f65a0b;
	text-align: center;
}
a#video_title:hover { text-decoration: none; }

#jobList #selection #selectedTags {
	font-size: 70%;
	margin: 0 0 0 3px;
}

#jobList #selection #reset {
	position: absolute;
	right: 0;
	top: 5px;
}

#jobList #pager {
	text-align: center;
	height: 30px;
	position: relative;
	overflow: visible;
	padding-top: 1px;
}

#jobList #prev_page,
#jobList #next_page {
	vertical-align: top;
	position: absolute;
	top: 6px;
}

#jobList #prev_page {
	left: 0;
}

#jobList #next_page {
	right: 0;
}

#jobList #pager a.page_button {
	display: inline;
	padding: 6px 3px 0 3px;
	font-size: 70%;
	background: transparent url(/images/pagina_inactief.png) repeat-x center top;
	color: white;
	margin: 0 1px;
}

#jobList #pager a.page_button :hover {
	
}

#jobList #pager a.page_button.active {
	background: url(/images/pagina_actief.png) repeat-x center top;
}

#jobList ul#jobs {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#jobList ul#jobs li {
	line-height: 135%;
	display: block;
	position: relative;
	overflow: visible;
	margin: 1px 0;
	padding: 0;
	font-size: 70%;
	min-height: 50px;
	height:auto !important;
	height: 50px;
}

#jobList ul#jobs li a {
	color: black;
	text-decoration: none;
}

#jobList ul#jobs li.current {
	background: #f65a0b;
	color: white;
}

#jobList ul#jobs li.current a {
	color: white;
}

#jobList ul#jobs li.hover {
	background: #f65a0b;
	color: white;
}

#jobList ul#jobs li.hover a {
	color: white;
}

/* functioneert als a:active */
#jobList ul#jobs li.active{

}

#jobList ul#jobs li .logo {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 10px;
	width: 95px;
	height: 75px;
	text-align: center;
	background: white;
}

#jobList ul#jobs li .logo img {
	margin: 5px;
}

#jobList ul#jobs li .title {
	font-weight: bold;
	padding: 2px 0 0 0;
	margin-left: 110px;
}

#jobList ul#jobs li .location {
	padding: 0;
	margin-left: 110px;
}

#jobList ul#jobs li .postedAt {
	font-size: 90%;
}

#jobList #rss {
	position: absolute;
	left: 0;
	bottom: -7px;
	height: 100px;
	width: 100%;
	/*background: transparent url(/images/rss_logo.png) no-repeat scroll 0 4px;*/
}

#jobList #rss #feed {
	margin-left: 100px;
	font-size: 80%;
}

#jobList #rss #feed a {
	display: block;
	font-size: 140%;
	margin: 3px 0 10px 0;
}

#jobList #rss #feed a img {
	position: absolute;
	top: 0;
	left: 0;
}

#jobList #rss #uitleg {
	margin-left: 100px;
	font-size: 80%;
}

#jobList #rss #uitleg a {
	color: #7f7f7f;
}

#jobList #rss #uitleg a:hover {
	color: black;
	text-decoration: underline;
}

#spinner {
	position: absolute;
	left: 150px;
	top: 200px;
}


/**
*** Top bar
**/
#topBar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#topBar #logo {
	position: absolute;
	left: 5px;
	top: 50px;
}

#topBar #mainNav {
	position: absolute;
	left: 195px;
	top: 70px;
	width: 800px;
}

#topBar #mainNav ul {
	margin: 0;
	padding: 0;
}

#topBar #mainNav ul li {
	display: block;
	float: left;
	margin: 0 0 0 -5px;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	color: black;
}


#topBar #mainNav ul li a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 15px;

}

#topBar #mainNav ul li a.active {
	/*background: ; */
	color: white;
}

/*#topBar #mainNav ul li a:hover,*/
#topBar #mainNav ul li ul li a:hover {
	color: #F65A0B;
}

#topBar #mainNav ul li.over-ons a.active {
	background: transparent url(/images/menu/main_menu_over-ons.png) no-repeat scroll 3px 0;
	color: #FFF;
}

#topBar #mainNav ul li.kandidaten a.active {
	background: transparent url(/images/menu/main_menu_kandidaten.png) no-repeat scroll 3px 8px;
	color: #FFF;
}
#topBar #mainNav ul li.newskool a.active {
	background: transparent url(/images/menu/main_menu_newskool.png) no-repeat scroll 3px 8px;
	color: #FFF;
}

#topBar #mainNav ul li.interim a.active {
	background: transparent url(/images/menu/main_menu_interim.png) no-repeat scroll 6px 7px;
	color: #FFF;
}

#topBar #mainNav ul li.opdrachtgevers a.active {
	background: transparent url(/images/menu/main_menu_opdrachtgevers.png) no-repeat scroll 3px 12px;
	color: #FFF;
}

#topBar #mainNav ul li.nieuws a.active {
	background: transparent url(/images/menu/main_menu_nieuws.png) no-repeat scroll 3px 12px;
	color: #FFF;
}

#topBar #mainNav ul li.newsblog a.active {
	background: transparent url(/images/menu/main_menu_newsblog.png) no-repeat scroll 3px 12px;
	color: #FFF;
}

#topBar #mainNav ul li.next a.active {
	background: transparent url(/images/menu/main_menu_next.png) no-repeat scroll -1px 8px;
	color: #FFF;
}

#topBar #mainNav ul li ul {
	position: absolute;
	margin: 0 0 0 7px;
	_width: 400px;
}

#topBar #mainNav ul li ul li {
	display: inline;
	margin: 1px 0 0 10px;
	padding: 0;
	font-weight: normal;
	font-size: 70%;
	float: left;
	position: relative;
}


#topBar #mainNav ul li ul li a {
	display: inline;
	padding: 0;
	color: black;
	background: none !important;
}

#topBar #mainNav ul li ul li a.active {
	color: #F65A0B !important;
}

#topBar #mainNav ul li ul li div {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 18px;
	left: 0px;
	white-space: nowrap;
}

#topBar #mainNav ul li ul li div span{
	padding: 0px 7px 0px 0px;
	white-space: nowrap;
}

#topBar #mainNav ul li ul li div span a{
	font-size: 80%;
	white-space: nowrap;
}

#topBar #miniNav {
	position: absolute;
	top: 10px;
	left: 0;
	width: 975px;
	text-align: right;
	font-size: 80%;
	color: #555;
}

#topBar #miniNav ul {
	display: inline;
	margin: 0;
	padding: 0;
}
	
#topBar #miniNav ul li {
	display: inline;
	margin: 0 0 0 8px;
}

#topBar #miniNav ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#topBar #miniNav ul li a {
	color: #555;
	text-decoration: none;
}

#topBar #miniNav ul li#networks {
	margin-left: 15px;
	font-size: 80%;
}

#topBar #miniNav ul li#networks ul li {
	margin: 0;
}


/**
*** Job page
**/
#job {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
}

#job #header {
	position: relative;
	height: 246px;
	color: white;
	background: url(/images/incentives/default.png);
}

#job #header #employerLogo,
#job #header #jobTitle,
#job #header #location,
#job #header #teaser {
	position: absolute;
	left: 20px;
}

#job #header #employerLogo {
	top: 15px;
	width: 170px;
	height: 80px;
}

#job #header #jobTitle {
	top: 115px;
}

#job #header #jobTitle h1 {
	font-size: 145%;
	font-weight: bold;
	color: white;
	margin: 0;
}

#job #header #location {
	top: 145px;
	font-size: 80%;
}

#job #header #postedAt {
	font-size: 80%;
}

#job #header #teaser {
	top: 180px;
	font-size: 80%;
	width: 300px;
	height: 65px;
}

#job #header #quickActions {
	position: absolute;
	top: 180px;
	left: 340px;
	font-size: 100%;
	font-weight: bold;
}

#job #header #quickActions ul li {
	background: transparent url(/images/action_bullet.png) no-repeat scroll 0px 5px;
	padding: 0 0 0 18px;
}

#job #header #quickActions a {
	color: white;
	text-decoration: none;
}

#job #employerDescription,
#job #description,
#job #requirements,
#job #terms,
#job #consultant,
#job #incentive,
#job #applySelf,
#job #applyOther,
#job #relatedTags {
	margin: 20px 20px 0 20px;
}

#job #employerDescription,
#job #description,
#job #requirements,
#job #terms,
#job #consultant,
#job #incentive {
	font-size: 75%;
}

#job #consultant #card {
	position: relative;
	left: -7px;
	width: 447px;
	height: 203px;
	background-image: url(/images/visitekaart_bg.png);
}

#solliciteer {
	height:	160px;
	}

#solliciteer .applySelfLink {
	background: url('../images/submit_solliciteer.jpg') no-repeat 0px 0px;
	width: 199px;
	height:	65px;
	display: block;
	margin: 45px 0px 3px 20px;
	float: left;
	}

#solliciteer .applyOtherLink {
	background: url('../images/submit_aanmeld.jpg') no-repeat 0px 0px;
	width: 297px;
	height:	65px;
	display: block;
	margin: 45px 0px 3px 20px;
	float: left;
	}

#solliciteer a h4 {
	color:	#ffffff;
	font-size:	1em;
	font-weight: bold;
	margin:	13px 0px 0px 75px;
	}
	
#solliciteer a:hover  {
	text-decoration:	none;
	}
		
	
#solliciteer a p	{
	color:	#ffffff;
	font-size:	65%;
	line-height: 0.65em;
	margin:	2px 0px 0px 75px;
		}
	
#solliciteer .tekst-solliciteer {
	background:	url('../images/arrow.jpg') no-repeat 0px 4px;
	color: #000000;
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	float: left;
	margin: 5px 0px 0px 245px;
	padding-left: 15px;
	}
	
#solliciteer a.tekst-solliciteer:hover {
	text-decoration: underline;
	color:	#F65A0B;
			}	
	
#print {
	width: 104px;
	}
	
#aanmelden img {
	margin: 0px 0px 60px 200px;
	height: 120px;
	}
	
#print img {
	margin: 20px 0px 5px 15px;
	}

#job #consultant #card a {
	text-decoration: none;
	color: white;
}

#job #consultant #card a:hover {
	text-decoration: underline;
	color: white;
}

#job #consultant #card #consultantPhoto {
	position: absolute;
	top: 40px;
	left: 100px;
	border: 4px solid #fff;
}

#job #consultant #card #consultantName,
#job #consultant #card #consultantFunction,
#job #consultant #card #consultantContactInfo {
	position: absolute;
	margin-left: 240px;
	color: white;
}

#job #consultant #card #consultantName {
	top: 37px;
	font-weight: bold;
	font-size: 125%;
}

#job #consultant #card #consultantFunction {
	top: 57px;
	font-weight: bold;
	font-size: 100%;
}

#job #consultant #card #consultantContactInfo {
	top: 95px;
	font-size: 90%;
}

#job #applySelf h2,
#job #applyOther h2 {
	font-size: 85%;
}

#job #applySelf a,
#job #applyOther a {
	color: black;
}

#job .closeForm {
	margin: 0;
	width: 450px;
	text-align: right;
	font-size: 75%;
}

#job #relatedTags {
	margin-top: 25px;
	font-size: 75%;
}

#job #relatedTags ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

#job #relatedTags ul li {
	background-image: none;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}

#job #relatedTags ul li a {
	display: block;
	text-decoration: none;
	background: #F1F1F1;
	color: black;
	padding: 1px 5px;
}

#job #relatedTags ul li a:hover {
	background: #CCCCCC;
}


/**
*** Applicationform
**/
.applicationForm {
	background: #f0f0f0 url('/images/application_form_bg.png') repeat-x scroll bottom left;
	text-align: right;
	width: 450px;
}

.applicationForm .success {
	background: white;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
}

.applicationForm h3 {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	padding: 15px 0 0 20px;
	margin: 0;
}

.applicationForm .formError {
	font-size: 70%;
	color: red;
	font-weight: bold;
	margin: 0 20px 0 120px;
	text-align: left;
}

.applicationForm .formRow {
	padding: 10px 0 0 20px;
	text-align: left;
	font-size: 70%; 
}

.applicationForm .formRow label {
	display: block;
	width: 100px;
	float: left;
	font-weight: bold;
	color: #626262;
}

.applicationForm .formRow input,
.applicationForm .formRow select {
	font-family: "Trebuchet MS";
	width: 304px;
	margin: 0;
	padding: 0;
	border: 3px solid #fff;
}

.applicationForm .formRow .listbox,
#contactForm .formRow .listbox {
	width: 310px;
	float: left;
	margin: 0 0 5px 0;
}

#contactForm .formRow .listbox {
	width: 150px;
}

.applicationForm .formRow .listbox input,
#contactForm  .formRow .listbox input {
	width: auto;
	margin: 3px 5px 0 0;
	border-style: none;
}

.applicationForm .formRow .listbox label,
#contactForm .formRow .listbox label {
	display: inline;
	width: auto;
	float: none;
	font-weight: normal;
}

.applicationForm .formRow textarea {
	margin: 0;
	padding: 0;
	width: 304px;
	font-family: "Trebuchet MS";
	color: black;
	font-size: 1em;
	border: 3px solid #fff;
}

.applicationForm .upload input {
	width: 310px;
}

.applicationForm .comment {
	padding: 1px 0 0 120px;
	color: #626262;
}

.applicationForm .submit {
	text-align: right;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
}

.applicationForm .submit input {
	border-style: none;
}

/**
*** Standard page (and full-width standard pages)
**/
#standardPage {
	position: absolute;
	top: 0;
	left: 520px;
	width: 450px;
	font-size: 75%;
}

#fullPage {
	font-size: 75%;
	margin: 0 0 0 10px;
	width: 700px;
}

#standardPage p,
#fullPage p {
	margin: 5px 0px 5px 0px;
}

#standardPageVisual {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
}

.standardPageVisualImg {
	display: block;
	height: 333px;
}

.academyApplicationButton {
	float: right;
	margin-top: 15px;
}

#standardPage ul#pageList {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	border-style: solid;
	border-color: #eee;
	border-width: 0 0 1px 0;
}

#standardPage ul#pageList li {
	background: #FFF;
	display: block;
	margin: 3px 0;
	padding: 3px 3px 10px 3px;
	border-style: solid;
	border-color: #eee;
	border-width: 1px 0 0 0;
}

#standardPage ul#pageList  li.listHover {
	background-color: #F65A0B !important;
}

#standardPage ul#pageList li .title{
	background: #FFF;
	font-weight: bold;
}

#standardPage ul#pageList  li.listHover .title {
	background-color: #F65A0B !important;
}

#standardPage ul#pageList li .title a {
	background: #FFF;
	text-decoration: none;
	color: #F65A0B;
	/*background: transparent url(/images/link_dotted_underline.gif) repeat-x scroll bottom left;*/
}

#standardPage ul#pageList li .title a:hover {
	text-decoration: underline;
}

#standardPage ul#pageList  li.listHover .title a{
	color: #FFF !important;
	background-color: #F65A0B !important;
	text-decoration: underline;
}

#standardPage ul#pageList li .teaser {
	background: #FFF;
	margin: 2px 0 0 0;
}

#standardPage ul#pageList  li.listHover .teaser{
	color: #FFF !important;
	background-color: #F65A0B !important;
}

/**
*** Employee overview (criminal people)
**/
.employeeView {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 366px;
}

#employeeList {
	position: absolute;
	top: -1px;
	left: 625px;
	width: 350px;
}

#employeeList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#employeeList ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 115px;
	width: 115px;
	overflow: hidden;
}

#employeeList a {
	padding: 0;
}

#employeeList a img {
	border: 1px solid white;
}

#employeeList a:hover img,
#employeeList a.active img {
	border-color: #F65A0B;
}

.employeeView a {
	color: #333;
}

.employeeView .name,
.employeeView .function,
.employeeView .oneliner,
.employeeView .contactInfo {
	margin-left: 55px;
	width: 225px;
	color: #333;
	font-size: 90%;
}

.employeeView .name {
	margin-top: 30px;
	font-weight: bold;
	font-size: 130%;
}

.employeeView .function {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 50px;
}

.employeeView .oneliner {
	/*font-weight: bold;*/
	position: absolute;
	top: 125px;
	font-size: 75%;
}

.employeeView .contactInfo {
	position: absolute;
	bottom: 30px;
	font-weight: bold;
	font-size: 75%;
}

.employeeView #vacature_link {
	display: block;
	position: absolute;
	top: 50px;
	left: 300px;
	width: 300px;
	height: 316px;
}


/**
*** Incentive overview
**/
#incentiveView {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: auto;
}

#incentiveList {
	position: absolute;
	top: 35px;
	left: 625px;
	width: 350px;
	font-size: 80%;
}

#incentiveView #description {
	margin-top: 10px;
	font-size: 75%;
}

#incentiveView #relevant_jobs {
	margin-top: 20px;
}

#incentiveView #relevant_jobs ul {
	/*list-style: none;*/
	margin: 10px 0 0 20px;
	padding: 0;
}

#incentiveView #relevant_jobs ul li a {
	color: #f65a0b;
	font-size: 75%;
}

/*#incentive #relevant_jobs ul li {
	line-height: 135%;
	display: block;
	position: relative;
	overflow: visible;
	margin: 1px 0;
	padding: 0;
	font-size: 70%;
	height: 50px;
	width: 350px;
}

#incentive #relevant_jobs ul li a {
	color: black;
	text-decoration: none;
}

#incentive #relevant_jobs ul li.hover {
	background: #f65a0b;
	color: white;
}

#incentive #relevant_jobs ul li.hover a {
	color: white;
}

#incentive #relevant_jobs ul li.active{

}

#incentive #relevant_jobs ul li .logo {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 10px;
	width: 95px;
	height: 50px;
	text-align: center;
	background: white;
}

#incentive #relevant_jobs ul li .logo img {
	margin: 5px;
}

#incentive #relevant_jobs ul li .title {
	font-weight: bold;
	padding: 2px 0 0 0;
	margin-left: 110px;
}

#incentive #relevant_jobs ul li .location {
	padding: 0;
	margin-left: 110px;
}

#incentive #relevant_jobs ul li .postedAt {
	font-size: 90%;
}*/

#incentiveList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#incentiveList ul li {
	margin: 0;
	padding: 0 0 10px 0;
}

#incentiveList ul li a {
	font-weight: bold;
	color: #f65a0b;
}

#incentiveList ul li a.active {
	color: black;
}


/**
*** Open application
**/
#openApplication {
	position: absolute;
	top: 0;
	left: 520px;
	width: 450px;
}

#openApplication #standardPageText {
	font-size: 75%;
	margin-bottom: 15px;
}

#openApplication .applicationForm {
	width: 350px;
}

#openApplication .applicationForm .formRow input,
#openApplication .applicationForm .formRow textarea {
	width: 204px;
}

#openApplication .applicationForm .formRow select {
	width: 210px;
}

#openApplication .applicationForm .formRow .listbox,
#openApplication .applicationForm .upload input {
	width: 210px;
}

#openApplication .applicationForm .formRow .listbox input {
	width: auto;
}


/**
*** Contactform
**/
#contactForm {
	position: absolute;
	top: 0;
	left: 520px;
	width: 450px;
	font-size: 75%;
}

#contactForm #contactInfo {
}

#contactForm form {
	text-align: left;
	width: 350px;
	margin-top: 25px;
}

#contactForm .success {
	background: white;
	text-align: left;
	font-weight: bold;
}

#contactForm h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 0 10px 0;
	margin: 0;
}

#contactForm .formRow {
	padding: 0 0 5px 0;
}

#contactForm .formRow label {
	display: block;
	width: 100px;
	margin-right: 15px;
	float: left;
	font-weight: bold;
}

#contactForm .formRow input {
	width: 223px;
	font-family: "Trebuchet MS";
	border: 1px solid #aaa;
}

#contactForm .formRow textarea {
	font-family: "Trebuchet MS";
	border: 1px solid #aaa;
	width: 223px;
	font-size: 100%;
}

#contactForm .fieldWithErrors input,
#contactForm .fieldWithErrors textarea {
	border-color: red;
}

#contactForm .formError {
	font-size: 90%;
	color: red;
	font-weight: bold;
	text-align: right;
}

#contactForm .submit {
	
}

#contactForm .submit input {
	/*margin-top: 10px;*/
	margin-left: 220px;
	/*width: 225px;*/
}


/**
*** Employer overview
**/
#employerOverview {

}

#employerOverview ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#employerOverview ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 20px;
}


/**
*** Chart & options box
**/
#chart {
	position: absolute;
	background: white;
	left: 250px;
	top: 850px;
	width: 400px;
}

#chart table {
	width: 400px;
}

#chart th {
	text-align: left;
}

#chart tr {
	height: 20px;
}

#chart th #weightBar1,
#chart th #weightBar2,
#chart th #weightBar3,
#chart th #weightBar4 {
	position: absolute;
	top: 0;
	bottom: 0;
	/*background: transparent url(/images/black.gif) repeat-y scroll right;*/
}

#chart th #weightBar1 {
	background-color: #ccc;
}

#chart th #weightBar2 {
	background-color: #bbb;
}

#chart th #weightBar3 {
	background-color: #aaa;
}

#chart th #weightBar4 {
	background-color: #999;
}

#chart .bar {
	position: relative;
	background: #EF6D27;
	float: left;
	text-align: right;
	font-weight: bold;
	color: black;
}

#options {
	position: absolute;
	background: #eee;
	top: 850px;
	width: 160px;
	font-size: 70%;
	border: solid 1px black;
	cursor: move;
	z-index: 500;
}

#options p {
	line-height: 23px;
	vertical-align: middle;
	margin: 2px;
	padding: 0;
}

#options input {
	position: absolute;
	right: 2px;
	width: 40px;
	padding: 0;
	margin: 2px 0 0 0;
}

/* footer */

div#middle {
	height: 444px;
	position: relative;
}

div#footer {
	position: absolute;
	bottom: -49px;	
	left: 0px;
	padding-bottom: 15px;
} 

div#footer ul{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

div#footer ul li{
	color: #555;
	font-size: 70%;
	display: block;
	list-style: none;	
	background: none;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

div#footer ul li a{
	color: #AAA;
	margin: 0px;
	padding: 0px;
	background: none;
}

div#footer ul li a:hover{
	color: #555;
}

/* File types */ 
a.downloadXLS {
	background: url(/images/xls.png) no-repeat;	
	display: block;
	padding: 0px 0px 15px 20px;
}


a.downloadXLS:hover {
}

/* Twitter */

div#twitter_div {
	margin: 20px 0;
}

ul#twitter_update_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#twitter_update_list li {
	margin: 0 0 2px 0;
	padding: 5px;
	background-color: #F65A0B;
	color: white;
}

ul#twitter_update_list li a {
	color: white;
	font-weight: bold;
}

/**
*** NewSkool Signup
**/
#newskool_signup {
	position: absolute;
	top: 0;
	left: 520px;
	width: 450px;
}

#newskool_signup #standardPageText {
	font-size: 75%;
	margin-bottom: 15px;
}

#newskool_signup .applicationForm {
	width: 450px;
}

#newskool_signup .applicationForm .formRow {
	clear: both;
	padding: 0 0 10px 20px;
}

#newskool_signup .applicationForm h3 {
	clear: both;
	padding-bottom: 2px;
}

#newskool_signup .applicationForm .formRow label {
	width: 150px;
}

#newskool_signup .applicationForm .formError {
	margin-left: 170px;
}

#newskool_signup .applicationForm .formRow input,
#newskool_signup .applicationForm .formRow textarea {
	width: 254px;
}

#newskool_signup .applicationForm .formRow select {
	width: 260px;
}

#newskool_signup .applicationForm .date_select select {
	width: auto;
}

#newskool_signup .applicationForm .formRow .listbox,
#newskool_signup .applicationForm .upload input {
	width: 260px;
}

#newskool_signup .applicationForm .formRow .listbox input {
	width: auto;
}

#video {
	display: none;
	width: 600px;
	height: 444px;
	position: absolute;
	top: 0;
	left: 262px;
	margin-left: -262px;
	z-index: 100;
	background-color: #FFF;
	color: #F65A0B;
	font-size: 130%;
	font-weight: bold;
}
	#video span {
		position: absolute;
		top: 47px;
		right: 46px;
		padding: 1px 7px 4px;
		cursor: pointer;
	}
	#video span:hover {	color: #000; }
	#video.visible { display: block; }
	#video #vimeo_video { margin: 80px 0 0 48px; }