﻿/* generelle klasser på jobsite */
body
{
	background: #f3f3f3;
	padding-bottom: 2em;
}

a
{
	color: #2896bf;
}

a:hover
{
	color: #2896bf;
}

body, h1, h2, h3, h4, h5, h6
{
	color: #1e533c;
}

h1
{
	font-size: 2em;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h3
{
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h4, h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6
{
	font-size: 1em;
	font-weight: bold;
}

tr.even td
{
	background: #f5f5f5;
}

select.noMargin
{
	margin: 0;
}

/* Styles for rounded buttons */
button.rounded
{
	padding: 0 20px 0 0;
}

a.rounded
{
	text-decoration: none;
	padding: 5px 20px 5px 0;
}

button.rounded, a.rounded
{
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: auto;
}

button.rounded, a.rounded
{
	background: transparent url( ../images/btn_right.png ) no-repeat scroll right top;
	clear: left;
	font-size: 1.3em;
}

button.rounded.disabled, a.rounded.disabled
{
	background: transparent url( ../images/btn_right_disabled.png ) no-repeat scroll right top;
}

button span
{
	display: block;
	padding: 0 0 0 20px;
}

button span, a.rounded span
{
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}

a.rounded span
{
	padding: 5px 0 5px 20px;
}

button.rounded span, a.rounded span
{
	background: transparent url( ../images/btn_left.png ) no-repeat scroll left top;
	color: #FFFFFF;
}

button.rounded.disabled span, a.rounded.disabled span
{
	background: transparent url( ../images/btn_left_disabled.png ) no-repeat scroll left top;
}

button.rounded:hover, a.rounded:hover
{
	background-position: 100% -30px;
}

button.rounded:hover span, a.rounded:hover span
{
	background-position: 0% -30px;
}

button::-moz-focus-inner
{
	border: none;
}

/* Class to align content */

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.floatRight, #subheader #dwbpager
{
	float: right;
}

#subheader #dwbpager
{
	margin-right: 20px;
}

/* Classes to style elements on the page */

#siteheader
{
	background: url(../images/siteheaderBackground.png);
	height: 88px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#siteheader a
{
	text-decoration: none;
}

#siteheader h1
{
	padding: 20px 0 0 25px;
	color: #2a7654;
	font-weight: bold;
	font-size: 3em;
}

#top
{
	background: url(../images/backgroundTop.png) top center no-repeat;
	padding-top: 15px;
	margin-top: -15px;
}

#topContainer
{
	position: relative;
}

#menu
{
	background: url(../images/menuBackground.gif);
	height: 55px;
	position: relative;
}

#menu ul
{
	margin: 0 0 0 18px;
	padding: 0;
}

#menu li
{
	float: left;
	list-style-type: none;
	position: relative;
}

#menu a, #menu a:hover, #menu li.active a
{
	text-decoration: none;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 15px 15px;
}

#menu a
{
	color: white;
}

#menu a:hover, #menu li.active a
{
	background: url(../images/menuHoverBackground.gif) top left repeat-x;
	color: #1e5633;
}

#siteImage, #siteImage .image
{
	height: 142px;
}

#siteImage
{
	background: url(../images/siteImageBackground.gif) top left repeat-x;
	margin-top: 2px;
}

#siteImage .image
{
	background: url(../images/siteImage.jpg) top left no-repeat;
}

#tagline,
#tagline h2,
#tagline h3,
#tagline a
{
	color: White;
}

#tagline
{
	background: #57907b;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#tagline a
{
	font-weight: bold;
}

#tagline h2
{
	font-size: 2em;
	margin: 0.1em 0.2em 0.5em 0;
	display: inline;
}

#tagline h3
{
	font-size: 1.5em;
	line-height: 1;
	margin: 0;
	display: inline;
}

#tagline #loginName
{
	background: url(../images/lock.png) top right no-repeat;
	padding-top: 7px;
	padding-right: 35px;
	height: 25px;
	display: inline-block;
}

#introText
{
	color: #1e5633;
	font-size: 14px;
	padding-top: 1em;
	padding-left: 12px;
}

#searchWrap
{
	background: url(../images/SearchBackground.png) no-repeat;
	padding: 12px 17px;
	width: 464px;
	position: absolute;
	top: -56px;
	right: 10px;
	z-index: 1000;
}

/* Hides from IE5-mac \*/
* html #searchWrap
{
	height: 1%;
}
/* End hide from IE5-mac */


#search
{
	background: #def0ea url(../images/searchTopBackground.png) no-repeat;
}

#searchMain
{
	background: #62bfa9 url(../images/searchMainBackground.png) repeat-x;
	padding: 15px;
}

#searchBottom
{
	background: #4ead96 url(../images/searchBottomBackground.png) no-repeat center bottom;
	padding: 15px;
}

#search ul
{
	margin: 0;
}

#search li
{
	list-style: none;
}

#search h3
{
	color: #1e533c;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 10px 15px 8px 15px;
	line-height: 1;
}

#search select
{
	width: 434px;
	height: 28px;
}

#search .text
{
	width: 424px;
}

#subheader
{
	background: #dbefe9 url(../images/subheaderBackground.gif) bottom center no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contentWrap
{
	background: url(../images/background.png) top center repeat-y;
}

#defaultContents
{
	padding-top: 1.5em;
}

.infoBox
{
	background: #f5f5f5 url(../images/infoBoxBottomBackground.gif) bottom center no-repeat;
	padding: 5px 20px;
	margin-bottom: 1.45em;
}

.infoBoxTop
{
	background: #3c5763 url(../images/infoBoxTopBackground.gif) top center no-repeat;
	color: White;
	font-size: 18px;
	padding: 5px 20px 3px;
}

#partnerImages
{
	margin: 0 auto;
	text-align: center;
}

#partnerImages img
{
	margin-top: 30px;
}

#banners
{
	padding-top: 10px;
}

#banners div a
{
	height: 156px;
}

#banners div a
{
	display: block;
	text-decoration: none;
}

#banner1
{
	background: url(../images/BannerJobMatch.gif) top left no-repeat;
}

#banner2
{
	background: url(../images/BannerRisRos.gif) top left no-repeat;
}

#banner3
{
	background: url(../images/BannerAlleJob.gif) top left no-repeat;
}

.bannerTitle
{
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
}

.bannerTitle, #banners div a, #banners div a:hover
{
	color: White;
}

#banner1 a, #banner2 a, #banner3 a
{
	height: 116px !important;
	line-height: 1.2em;
	font-size: 1.1em;
	position: relative;
}

#banner1
{
	margin-left: 10px;
	margin-right: 0;
}

#banner2
{
	margin-left: 5px;
	margin-right: 5px;
}


#banner1 a, #banner2 a
{
	padding: 20px 15px 20px 160px;
}

#banner3 a
{
	padding: 20px 150px 20px 15px;
}

#banner3 .jobAdInfo, #banner3 .jobAdCount
{
	cursor: pointer;
}

#banner3 .jobAdInfo
{
	display: block;
	position: absolute;
	bottom: 30px;
	left: 15px;
	height: 30px;
	width: 250px;
	color: #D39518;
	font-size: 1.1em;
	font-weight: bold;
}

#banner3 .jobAdCount
{
	font-size: 1.5em;
	color: #E2553D;
	margin-right: 5px;
}

#footer
{
	background: url(../images/backgroundLogoer.gif) no-repeat top center;
	height: 84px;
	text-align: center;
}

#footer img
{
	margin: 0 auto;
}

#bottom
{
	background: url(../images/backgroundBottom.png) no-repeat top center;
	height: 30px;
}

.watermark
{
	color: #999 !important;
}

#searchResults,
.contentBox
{
	background: url(../images/SearchResultsBackground.gif) repeat-y top center;
}

#searchResults .result
{
	height: 156px;
	background: white;
	margin-bottom: 10px;
}

#searchResults .result .title, #searchResults .result .facts
{
	height: 141px;
	padding-top: 15px;
}

#searchResults .result .title
{
	background: url(../images/SearchResultLeftBackground.gif) no-repeat top left;
}

#searchResults .result .title a
{
	text-decoration: none;
}

#searchResults .result .title a:hover
{
	text-decoration: underline;
}

#searchResults .result .title h2
{
	margin-top: 1.75em;
	text-decoration: inherit;
}

#searchResults .result .facts
{
	background: #f5f5f5 url(../images/SearchResultRightBackground.gif) no-repeat top right;
	overflow: hidden;
}

#pager button
{
	margin-right: 5px;
}

#searchResultsTop,
.contentBoxTop
{
	background: url(../images/SearchResultsTopBackground.gif) no-repeat top center;
	height: 12px;
}

#searchResultsBottom,
.contentBoxBottom
{
	background: url(../images/SearchResultBottomBackground.gif) no-repeat bottom center;
	min-height: 10px;
}

#navigator
{
	background: url(../images/navigatorBackground.png) no-repeat top center;
	position: relative;
	overflow: hidden;
	padding: 10px 0 17px;
}

#navigator ul
{
	margin: -8px 0 0 0;
}

#navigator .previous
{
	float: left;
	margin-left: 50px;
}

#navigator .next
{
	float: right;
	margin-right: 50px;
}

#navigator li
{
	list-style: none;
	float: left;
	padding: 5px;
}

#tooltip
{
	background: white;
	color: #1e533c;
	display: none;
	padding: 15px;
	width: 200px;
	border: 1px solid #22565d;
}

#tipenven
{
	margin: 1.5em;
	padding: 1.4em 1.4em 0;
}

#tipenven textarea
{
	width: 300px;
}

#jobmatchLoginWrap
{
	background: url(../images/JobMatchLoginWrapBackground.gif) top center no-repeat;
	padding-top: 20px;
	height: 518px;
	overflow: hidden;
}

#jobmatchLoginInnerWrapTop
{
	background: url(../images/JobMatchLoginInnerWrapTopBackground.png) top center no-repeat;
	height: 22px;
}

#jobmatchLoginInnerWrap
{
	background: url(../images/JobMatchLoginInnerWrapBackground.png) bottom center no-repeat;
	padding-bottom: 22px;
}

#jobmatchLogin
{
	background: white url(../images/JobMatchLoginBackground.gif) bottom center no-repeat;
	overflow: hidden;
	padding-bottom: 20px;
}

#jobmatchLogin p,
#jobmatchLogin form,
#jobmatchLogin a.rounded
{
	margin-left: 1.5em;
	margin-right: 1.5em;
}

#loginForm
{
	overflow: hidden;
}

#loginForm div
{
	width: 312px;
}

label.error
{
	margin-left: 0.5em;
}

#jobmatchLogin h2,
#jobmatchLogin h3
{
	color: White;
	background: #57907b;
}

#jobmatchLogin h2
{
	background: #57907b url(../images/JobMatchLoginTitleBackground.gif) top center no-repeat;
	font-size: 2.1em;
	font-weight: bold;
	padding: 0.5em;
}

#jobmatchLogin h3,
.contentBox h3
{
	font-size: 1.75em;
	padding: 0.2em 0.5em;
	margin-bottom: 0.75em;
}

#jobmatchLogin h3#newUser
{
	background-image: url(../images/user.png);
}

#jobmatchLogin h3#existingUser
{
	background-image: url(../images/lock.png);
}

#jobmatchLogin h3#newUser,
#jobmatchLogin h3#existingUser
{
	background-repeat: no-repeat;
	background-position: 97% 100%;
}

.jobmatch
{
	background: url(../images/jobMatchBackground.png) no-repeat top left;
	min-height: 379px;
}

.jobmatch ul
{
	margin: 2em 0;
}

.jobmatch li
{
	font-weight: bold;
	padding: 1em;
	font-size: 1.1em;
}

.contentBox h3,
.contentBox h4
{
	background: url(../images/JobMatchHeaderBackground.png) no-repeat top center;
	color: White;
	padding-left: 1em;
	margin-bottom: 0;
}

.contentBox h4
{
	font-weight: normal;
	font-size: 1.75em;
	background: #57907b;
	padding: 0.2em 1em;
	line-height: 1.25em;
	margin-bottom: 1em;
}

.jobmatchSubheader
{
	background: white;
	margin-bottom: 0;
	overflow: hidden;
}

.contentBox h5
{
	background: #dbefe9;
	color: #1e533c;
	font-size: 1.2em;
	margin: 0.2em 0;
	font-weight: bold;
	padding: 0.2em 1em;
	line-height: 1.25em;
}

.contentBox h5.floatRight
{
	margin-right: 1.7em;
}


#jobMatchGeography
{
	background: white;
	height: 250px;
	overflow: auto;	
}

#overlay
{
	display: none;
	z-index: 10000;
	position: absolute;
	width: 866px;
}
