@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


h1, h2, h3, h4, h5 {color: #1390c6;}
h1 {font-size: 34px; letter-spacing: -2px;
}

h2 {font-size: 24px; letter-spacing: -2px}
h3 {font-size: 18px; letter-spacing: -1px}
h4 {font-size: 14px; letter-spacing: -1px}
h5 {font-size: 12px; letter-spacing: -1px}

a, a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

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


hr {
	border: 0px;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
}


p {
	font-size: 12px;
	width: 75%;
	line-height: 1.5em;
	margin-bottom: 20px;
}




/* HEADER */


#headerWrapper {
	background: url(/images/newDesign/backgroundHeader.jpg) repeat-x;
	height: 120px;
}

#header {
	width: 982px;
	height: 120px;
	margin: 0px auto;
	padding-left: 12px;
}

#headerLogo {
	text-align: left;
	width: 358px;
	float: left;
}
#headerTag {
	text-align: left;
	width: 350px;
	float: left;
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
	color:white;
	padding-top:52px;
}

#headerLoginWrapper {
	float: left;
	width: 274px;
	height: 120px;
	overflow: hidden;
}


#loginArbetstagare {
	background: url(/images/newDesign/backgroundLoginArbetstagare.jpg) no-repeat;
	height: 120px;
}

#loginArbetsgivare {
	background: url(/images/newDesign/backgroundLoginArbetsgivare.jpg) no-repeat;
	display: none;
	height: 120px;
}

.loginToggle1 {
	margin: 22px 0px 0px 13px;
	width: 120px;
	text-align: center;
	float: left;
	display: inline;
}
.loginToggle2 {
	margin: 22px 13px 0px 0px;
	width: 120px;
	text-align: center;
	float: right;
	display: inline;
}

.loginToggle1 a, .loginToggle2 a {
	color: #128bc2;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

.loginForm {
	clear: both;
	width: 250px;
	padding: 15px 0px 0px 15px;
	text-align: left;
	color: #128bc2;
	font-size: 9px;
}

.loginForm input {
	font-size: 10px;
	color: #128bc2;
	border: 1px solid #cccccc;
}
.loginForm input.field {
	height: 12px;
	width: 100px;
}







a.roundedButton {
	background: url(/images/newDesign/buttonRounded.png) no-repeat;
	display: block;
	float: left;
	width: 89px;
	height: 35px;
	text-align: center;
	padding-top: 6px;
	margin: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color:#FFFFFF;
	text-transform: uppercase;

}
a.roundedButton:hover { background: url(/images/newDesign/buttonRoundedActive.png) no-repeat; }


input.btnSmall {
	background-image: url(/images/newDesign/buttonRounded2.png);
	width: 89px;
	height: 35px;
	border: 0px;
	cursor: pointer;
	background-color: transparent;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-transform: uppercase;
}

input.btnSmall:hover {
	background-position: 0px 35px;
}







/* NAVIGATION ROWS */
#topNavigationWrapper {
	background:url(/images/newDesign/backgroundTopNavigation.jpg) repeat-x;
	height: 45px;
	overflow: hidden;
}
#topNavigation {
	margin: 0px auto; 
	text-align: left;
	width: 970px;
	padding: 15px 0px 0px 0px;
}
#topNavigation a { color: #666666; font-weight: bold; }
#topNavigation a:hover { color: #319dcc; text-decoration: none; }



#topNavigationLeft {
	float: left;
	width: 650px;
	/*border: 1px solid #999;*/

	font-size: 14px;
	font-family: 'trebuchet ms', arial, sans-serif;
	letter-spacing: -0px;
	text-transform:uppercase;
}
#topNavigationLeft a { margin-right: 20px; }



#topNavigationLeft ul { margin: 0px; padding: 0px; }
#topNavigationLeft li {
	font-size: 14px;
	font-family: 'trebuchet ms', arial, sans-serif;
	text-transform: uppercase;
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

#topNavigationLeft li.active a { color: #1390c6; }



#topNavigationRight {
	/*border: 1px solid #999;*/
	text-align: right;
	width: 300px;
	float: right;
}
#topNavigationRight a { margin-left: 20px; }



#subNavigationWrapper {
	/*min-height: 30px;*/
	background: #efefef url(/images/newDesign/backgroundNavigationShadow.jpg) bottom repeat-x;
}
#subNavigation {
	margin: 0px auto; 
	text-align: left;
	width: 970px;
	font-size: 12px;
	padding: 10px 0px 18px 0px;
}
#subNavigation a {
	color: #666666;
	font-weight: bold;
}
#subNavigation ul { margin: 0px; padding: 0px; }
#subNavigation li {
	font-family: trebuchet ms;
	text-transform: uppercase;
	
	background: url(/images/newDesign/subMenuDots.png) 0px 0px no-repeat;
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 10px;
	padding-left: 10px;
}

#subNavigation li.first-child {
	padding: 0px;
	background: none;
}

#subNavigation li.active a { color: #1390c6; }





/* CONTENT AREA */




#contentWrapper {
	padding: 10px 0px 30px 0px;
	width: 970px;
	margin: 0px auto;
}

#contentLeftColumn {
	width: 720px;
	padding-right: 15px;
	float: left;
	text-align: left;
}

#contentRightColumn {
	width: 235px;
	float: right;
}






.leftBoxTopWide {
	background: url(/images/newDesign/backgroundLeftColumnTop.jpg) no-repeat;
	height: 14px;
	width: 720px;
}
.leftBoxBottomWide {
	background:url(/images/newDesign/backgroundLeftColumnBottom.jpg) no-repeat;
	height: 14px;
	margin-bottom: 8px;
	width: 720px;
}
.leftBoxWide {
	background: url(/images/newDesign/backgroundBoxesIE.jpg);
	text-align: left;
	padding: 0px 15px 0px 15px;
	font-size: 11px;
	width: 690px;
}






.leftBox {
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	width: 720px;
}

.leftBox p, .leftBoxWide p, .rightBox p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.5em;
}

.leftBox h3, .leftBoxWide h3, .rightBox h3 {
	margin: 0px;
	padding: 0px;
	color: #1390c6;
	font-size: 14px;
	letter-spacing: -1px;
	
}

.leftBox a, .rightBox a { font-weight: normal; }

.rightBoxTop {
	background: url(/images/newDesign/backgroundRightColumnTop.jpg) no-repeat;
	width: 235px;
	height: 14px;
	margin: 0px;
}
.rightBoxBottom {
	background:url(/images/newDesign/backgroundRightColumnBottom.jpg) no-repeat;
	width: 235px;
	height: 14px;
	margin-bottom: 8px;
}
.rightBox {
	background: url(/images/newDesign/backgroundBoxesIE.jpg);
	text-align: left;
	padding: 0px 11px 0px 11px;
	font-size: 11px;
	width: 213px;
}


.frontPageDate {
	font-weight: bold;
	margin-right: 0.5em;
}


#searchResultList, #searchResultList a { font-size: 12px; color: #333333; }
#searchResultList .frontPageDate { margin-right: px; }

#footerWrapper {
	height: 120px;
	background: url(/images/newDesign/backgroundFooter.jpg) repeat-x;
}

#footer {
	width: 970px;
	margin: 0px auto;
	text-align: left;
}
#footerLogo {
	width: 150px;
	float: left;
}
#footerText {
	color: #444;
	font-size: 12px;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}


/* Advertisements */
.advertisementBox{}
.advertisementRightColumn {
	width: 212px;
	height: 206px;
	overflow: hidden;
}
.advertisementLeftColumn {
	width: 688px;
	height: 5px;
	overflow: hidden;
}




/* index page */
.searchBoxHeader {
	background: url(/images/newDesign/searchListHeader230.jpg) no-repeat;
	width: 225px;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	padding: 5px 0px 0px 5px;
}

.searchBox {
	width: 230px;
	float: left;
	margin-left: 10px;
	
}
.searchBox select {
	width: 230px;
	border: 1px solid #666666;
	font-size: 11px;
}

.first {
	margin: 0px;
}




























/* Ad templates */
.grayBg {
	border: 1px solid #e2e2e2;
	background-color: #f3f3f3;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.divApplyingOption {
	width: 165px;
	float: left;
}


#divAdHeadline {
	margin-top: 20px;
	margin-bottom: 20px;
}

.jobAdBody {
	font-size: 12px;
	line-height: 1.5em;
}
.jobAdBody h4 {margin: 40px 0px 0px 0px}
.jobAdBody p {margin: 0px}






/* CUSTOM STYLES FOR arbetstagare.php & arbetsgivare.php */
#employerSplashWrapper	{ background: url(/images/newDesign/splash_employer.png); width: 637px; height: 325px; margin: 50px 0px 50px 0px; color: #666666 }
#employeeSplashWrapper	{ background: url(/images/newDesign/splash_employee.png); width: 637px; height: 343px; margin: 50px 0px 50px 0px; color: #666666 }
#employerSplashWrapper h5, #employeeSplashWrapper h5 { color: #666666; padding: 0px; margin: 0px 0px 5px 0px; font-size: 12px; }
.splashboxLeft			{ float: left; width: 227px; height: 105px; padding: 20px; overflow: hidden; }
.splashboxRight			{ float: left; width: 227px; height: 105px; padding: 20px; overflow: hidden; margin-left: 103px; }









#tipFriendPopupBox {
	display: none;
	border: 2px solid #999999;
	background: #ffffdd;
	position: absolute;
	padding: 10px;
	text-align: right;
}

#saveJobPopupBox {
	border: 2px solid #999999;
	background: #ffffdd;
	position: absolute;
	display: none;
	padding: 10px;
	text-align: right;
}

#saveJobPopupBox textarea {
	border: 1px solid #999;
	overflow: auto;
	width: 250px;
	height: 50px;"
}






/* Adsview.php ajax loader */
#divAjaxLoading {
	position:			absolute;
	width:				32px;
	height:				32px;
	padding:			64px;
	
	text-align:center;
	
	background-color: #ffffff;
	border: 10px solid #999999;
	filter: alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	display: none;
}


.saveJobSpan a {
	color: #ff4400;
	font-weight: bold;
	font-size: 11px;
}