
/*
Project: EHN jobs
Author: eva vartmann
Version: 1
Date: 27th december 2007

*/

 

/* global page element styles ---------------------------------- */

body {
	font-size: 11pt;
	color:#000;
	background:none;
}

a {
	color:#000;
}

a:hover {
	color:#000;
}
h1 {
	color:#000;
	margin-top:35px;
	font-size:22pt;
}
h1#home {
	background:none;
	text-indent: 0;
	height:auto;
}

h2 {
	color:#000;
	font-size:18pt;
	letter-spacing:-1pt;
}
.form h2, .colContent h2, .boxed2 h2 {
	color:#000;
	font-size:17pt;
}
form.search h2 {
	font-size:18pt;
	letter-spacing:-1pt;
}
h3 {
	color:#000;
	font-size:14pt;
}
h4 {
	font-size:10pt;
}


/* standard page architecture styles ----------------------------------------------------- */

#wrapper {
	width:auto;
	font-size:11pt;
	padding-top:5px;
}

.center {
	width:auto;
}

#banner {
	display:none;
}		
#header {
	background:#fff;
	width:auto;
}
#header .center {
	background: none;
	height:auto;
}
#logo img{
	display:none;
}
#logo span img {
	display:block;
	height:auto;
	float:left;
	width:390px;
	height:84px;
	margin-left:25px;
}

#loggedIn {
	display:none;
}

#col1, #col2, #colLeft, #colCenter {
	width:auto;
}
#col3 {
	width:auto;
	background:#fff;
}
#colLeft {
	width:auto;
	float:left;	
}
#colCenter{
	width:auto;
	float:left;
}

#oneCol {
	width: auto;
}
#wideCol {
	width:auto;
}

/* skip ----------------------------------------------------- */

.skipTo {
	display:none;
}

/* Navigation ----------------------------------------------------- */

#nav {
	display:none;
}

/* Sub navigation ----------------------------------------------------- */

#subNav {
	display:none;
}

/* Side Col Features ----------------------------------------------------- */

.featureContent p {
	color:#000;
}



/* Home page (incl. boxes) ----------------------------------------------------- */

#col1 .featured h3 {
	font-weight:bold;
	font-size:10pt;
}
.boxed {
	background:#fff;
}
#email, #cv {
	display:none;
}

/* Forms ----------------------------------------------------- */

form textarea {
	height:auto;
}
.form {
	width:auto;
	background:#fff;
	float:none;
}
.form.search {
	display:none;
}
#col3 .form {
	background:#fff;
	width:auto;
}
.form fieldset {
	float:left;
}
.form fieldset p {
	padding-bottom:20px;
	float:none;
	clear:left;
}
#oneCol .form fieldset p {
	width:auto;
}
#oneCol #colLeft .form{
	display:none;		
}
.form p label span {
	display:block;
	font-size:9pt;
}
.form p label.checkbox {
	width:auto;
}
.form p.button {
	width:auto;
}
#colLeft p.button {
	width:auto;
}
#col1 p.button {
	margin-top:0;
}
.form p.button input {
	background: none;
	font-weight:bold;
	width:auto;
	height:auto;
	color:#000;
	float:left;
}

/* Login --------------------------------------*/

#col3 .featureContent ul li{
	float:none;
	width:auto;
}

/* Tables --------------------------------------*/

.table th {
	color:#000;
}

/* Jobdetail page -------------------------------- */

.boxed2 {
	width:100%;
}
.boxed2 img {
	float:none;
	margin-left:22px;
}
dl {
	width:100%;
	float:left;
}
dl dt {
	width:35%;
	float:left;
}
dl dd {
	width:65%;
	float:left;
}
ul.actions {
	display:none;	
}


/* Job listings (home and search results) -------------------------------- */


#colCenter .featured {
	background:#fff;
	color:#0000;
}
#colCenter .summary {
	width:auto;
	font-size:9pt;
}
#colCenter .featured p.apply {
	display:none;
}
#colCenter .featured .summary ul li {
	color:#000;
	border-left:1px solid #000;
}
#colCenter .featured .summary ul li.first{
}
ul.actions.icons {
	display:none;
}
ul.actions.next {
	display:none;
}
p.filter {
	display:none;
}

.featured h3 {
	font-size:11pt;
}
.featured p.date {
	font-size:9pt;
}

/* Employers ---------------------------------------------- */	

ul.az {
	display:none;
}

/* Footer ---------------------------------------------- */	

#footer {
		width:auto;
		background:#fff;
		color:#000;
		font-size:11pt;
}
#footer p {
		font-size:8pt;	
}
#footer ul {
		display:none;
}
#footer a {
		color:#000;
}
