/* Reset -------------------------------------------------------------------- */
body,legend{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,hr,th,td{margin:0;padding:0;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,hr{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,address{font-style:normal;text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:100%;font-weight:inherit;}

/* Tools -------------------------------------------------------------------- */
.hide           { display:none; }
.replace        { text-indent:-999em; background-repeat:no-repeat; }
.accessibility  { position:absolute; top:-999em; left:-999em; }

.noindent       { margin:0; }
.nomargin       { margin-top:0; margin-bottom:0; }

/* Typography --------------------------------------------------------------- */
body    { font:12px Arial,Helvetica,sans-serif; color:#72797F; }

/* Headings */
h1	{ font-size:22px; font-weight:bold; margin: 8px 0; }
h2	{ font-size:18px; font-weight:bold; }
h3	{ font-size:14px; font-weight:bold; margin: 9px 0; }
h4	{ font-size:1.25em; font-weight:bold; }
h5	{ text-transform:uppercase; font-weight:bold; }
h6	{ font-weight:bold; }

/* Text */
p, hr,
dl, ul, ol,
li.spaced, .spaced li,
address, table			{ font-size:12px; line-height: 20px; margin: 0; }
.important          	{ font-size:1.25em; }

/* Lists */
dt          			{ font-weight:bold; }
ul     					{  }
ol						{ list-style-position:inside; }
li.plain, .plain		{ list-style:none; }

/* Tables */
table       {  }

/* Links */
a,
a.inline	{ text-decoration:none; color:#E42A21; }
a.anchor  { display:none; }
a:hover   { text-decoration: underline; }

/* Other */
hr          { color:#444; background:#444; height:1px; clear:both; }

/* Content ------------------------------------------------------------------ */

/* Column */
.col				{ float:left; overflow:hidden; margin:0; }
.col-first          { margin-left:0; }
.col-last           { margin-right:0; }

.col-two            { width:50%; }
.col-three          { width:33%; }
.col-four           { width:25%; }

img.left,
img.right			{ margin-bottom:1em; display:inline; }
img.left 			{ margin-right:1em; float:left; }
img.right 			{ margin-left:1em; float:right; }

/* Icons */
.icon						{ display:inline-block; background:no-repeat 0 50%; vertical-align:text-top; outline:none; overflow:hidden; text-indent:-999em; width:16px; min-height:16px; }
.iconText					{ text-indent:18px; width:auto; }
.iconAdd					{ background-image:url('/images/icons/add.png'); }
.iconCss					{ background-image:url('/images/icons/css.png'); }
.iconDbImport				{ background-image:url('/images/icons/dbImport.gif'); }
.iconDelete					{ background-image:url('/images/icons/delete.png'); }
.iconEdit					{ background-image:url('/images/icons/edit.png'); }
.iconExit					{ background-image:url('/images/icons/exit.png'); }
.iconLock					{ background-image:url('/images/icons/lock.png'); }
.iconPrinter				{ background-image:url('/images/icons/printer.png'); }
.iconStar					{ background-image:url('/images/icons/star.png'); }
.iconTable					{ background-image:url('/images/icons/table.png'); }
.iconTableLink				{ background-image:url('/images/icons/tableLink.png'); }

.searchForm					{ margin-bottom:20px; }
.searchForm .field			{ float:left; margin-right:10px; }
.searchForm .field label	{ display:inline; }
.searchForm .buttons		{ width:auto; clear:none; margin-top:2px; }

/* Tree list */
.treeList,
.treeList ul 				{ margin:0; }
li.subTree ul				{ padding:0 0 0 6px; }

/* Data table */
.dataTable					{ width:100%; }
.dataTable th				{ text-align:left; background:#5d5d5d; border:none; padding:3px 5px; }
.dataTable th a				{ color:#fff; }
.dataTable tr				{ background-color:#191919; }
.dataTable tr:hover			{ background-color:#5b5b5b; }
.dataTable td				{ padding:3px 5px;  }

/* Form in table */
.inTable .field				{ position:relative; }
.inTable .field label		{ position:absolute; top:-1.5em; left:0; width:100%; text-indent:-999em; }
.inTable .field input,
.inTable .field select		{ width:95%; }

/* Pagination */
ul.paginationList			{ border:0; margin:10px 0; padding:0; display:block; }

ul.paginationList li		{ border:0; margin:0; padding:0; font-size:11px; list-style:none; float:left; }
ul.paginationList a			{ border:solid 1px #6a6a6a; margin-right:2px; }
ul.paginationList .previous-off,
ul.paginationList .next-off { color:#666666; display:block; float:left;	font-weight:bold; padding:3px 4px; }
ul.paginationList .next a,
ul.paginationList .previous a		{ font-weight:bold; }
ul.paginationList li.active a		{ color:#FF0036; font-weight:bold;	display:block; float:left; padding:3px 6px; }
ul.paginationList a:link,
ul.paginationList a:visited 		{ color:#9C7D51; display:block; float:left; padding:3px 6px; text-decoration:none; }
ul.paginationList a:hover			{ border:solid 1px #ffffff; color:#9C7D51; }
.entriesTotal						{ clear:both; color:#808080; }

dl.marginal					{ overflow:hidden; }
dl.marginal dt				{ width:10em; float:left; clear:left; }

.ajaxLoad{
	height:300px;
	background:transparent url('/images/templates/default/throbber.gif') no-repeat center center;
}

.infoContent p, .infoContent div{
	padding:5px;
}
.infoContent p, .infoContent div.col{
	padding:0;
}

/* Form styles -------------------------------------------------------------- */
/* Inline form */
form.inline fieldset,
fieldset.inline .field              { display:inline; float:left; }

/* Vertical form */
.vertical .field                { margin-bottom:.25em; }
.vertical label                 { display:block; }

.vertical .multiple             { margin-bottom:.25em; }
.vertical .multiple .field      { margin-bottom:0; }
.vertical .multiple label,
.vertical .result label         { display:inline; }

/* Marginal form */
.marginal .field                { margin-bottom:.25em; height:100%; overflow:hidden; }
.marginal label                 { width:11.5em; float:left; }

.marginal .multiple             { margin-bottom:-2em; }
.marginal .multiple .field      { margin-bottom:0; position:relative; top:-2em; left:11.5em; }
.marginal .multiple label,
.marginal .result label			{ width:auto; float:none; }

/* Form --------------------------------------------------------------------- */
form            { width:100%; overflow:hidden; }
form .field     { line-height:2; }
fieldset        { border:0; margin-bottom:1.25em; padding:0; padding-top:.5em; }
legend          { font-size:18px; font-weight:bold; line-height:1; color:#fff; }
label           { cursor:pointer; display: block; }
.result label	{ font-weight:normal; }

/* Input */
/*
input.text,
input.secret,
select,
textarea        { border:1px solid #455560; }
*/
input.text,
input.secret	{ text-indent:5px; line-height: 21px; width: 244px; background: url('/images/templates/default/form/textBg.png') no-repeat left center; border: 0; }
textarea        { text-indent:5px; height: 91px; width: 497px; background: url('/images/templates/default/form/textareaBg.png') no-repeat left center; border: 0; }
input.radio		{ border:0; background:none; }

/* Multiple */
fieldset.multiple           { border:0; margin:0; padding:0; }
/*fieldset.multiple legend    { text-transform:none; font-size:1em; line-height:2; color:#000; }*/
fieldset.multiple .field    { float:left; clear:left; position:relative; }
fieldset.multiple label		{ padding-left:1.25em; font-weight:normal; }
fieldset.multiple input     { position:absolute; top:.5em; left:0; }

/* Control & Output */
button              { padding:0; overflow:visible; cursor:pointer; border: 0; background: none; color: #E42A21; font-weight: bold; }
form .buttons       { overflow:hidden; margin-bottom:0; text-align: right; max-width: 680px;}

form .error         { color:#ed1c24; }
form .error input   { border-color:#ed1c24; }
form .notice        {  }
form .success       {  }
form .errorField input,
form .errorField textarea{ border:1px solid #ff0000 !important; }

form  .formLeft,
form .formRight {	float: left;	width: 250px;	}
form .formMiddle { clear: both; }

/* Result notification */
ul.notification {
	position: absolute;
	z-index: 10;
	top: -10px;
	padding: 5px 10px;
	list-style: none;
	background: #dedede;
}

body{
	background:#fff url(/images/templates/default/bg.png) repeat-x;
}

	.notification {
		padding: 15px 30px;
		background: #dedede;
		margin-bottom: 30px;
	}
		.notification ul {
			list-style: none;
		}
		
	#siteContainer {
		width:1036px;
		margin: 6px auto 0 auto;
	}
	
		#header {
			position: relative;
			width:100%;
			height:92px;
			background: url('/images/templates/default/headerBg.png') no-repeat;
		}
			.logo {
				position:absolute;
				width:206px;
				height:32px;
				top:41px;
				left:42px;
				z-index:10;
				background:url(/images/templates/default/logo.png) no-repeat;
			}
			#header .menu {
				position: absolute;
				bottom: 0px;
				right: 0px;
				height:29px;
			}
				#header .menu ul.navMain {
					margin:0 43px 0 0;
					float:right;
					list-style-type:none;
				}
					#header .menu ul.navMain li {
						line-height:29px;
						float:left;
						margin:0;
						padding: 0 10px;
					}
					#header .menu ul.navMain li.first {
						margin:0;
					}
					#header .menu ul.navMain li a {
						font-weight:bold;
						text-transform: uppercase;
					}
					#header .menu ul.navMain li.selected a {
						color: #72797F;
					}
					#header .menu ul.navMain li.subTree {
						background: #E42A21 url('/images/templates/default/menuSubTreeArrow.png') no-repeat right;
						padding-right: 20px;
						position:relative;
					}
					#header .menu ul.navMain li.subTree a {
						color: white;
					}
						#header .menu ul.navMain li ul {
							display:none;
							position:absolute;
							right:0;
							background:#E42A21;
							list-style-type:none;
							width:200px;
						}
						#header .menu ul.navMain li:hover ul {
							/*display:block;*/
							display:none;
						}
						#header .menu ul.navMain li ul ul {
							display:none !important;
						}
						
						#header .menu ul.navMain li ul li{clear:both;}
			#header .flags {
				position: absolute;
				top: 0;
				right: 40px;
			}
				#header .flags a {
					display: block;
					width: 22px;
					height: 12px;
					float: left;
					margin-left: 5px;
				}
				#header .flags .sv {
					background: url('/images/templates/default/flags/sv.png') no-repeat;
				}
				#header .flags .en {
					background: url('/images/templates/default/flags/en.png') no-repeat;
				}
				#header .flags .no {
					background: url('/images/templates/default/flags/no.png') no-repeat;
				}
						
		#mainContent{
			position: relative;
			background: url('/images/templates/default/contentBg.png') repeat-y;
			padding: 23px 43px 30px 43px;
			width:950px;
			min-height: 800px;			
		}
			#mainContent hr  {
				clear:none;
				margin: 14px 0;
				
				background: #ccc;
			}
			#mainContent .infoContent {
				max-width: 680px;
			}
				#mainContent .infoContent p {
					padding-right: 30px;
				}
				#mainContent .infoContent152 h1 {
					padding-top: 30px;
				}
				#mainContent .infoContent152 p {
					padding-bottom: 30px;
				}
			#mainContent .contactLeft {
				width: 496px;
			}
			#mainContent #mainImage {
				position: absolute;
				top: 23px;
				right: 308px;
			}
			#mainContent #footer {
				padding-top: 18px;
				width: 100%;
				clear: both;
			}
				#mainContent #footer td,#mainContent #footer th {
					padding:0;
					margin:0;
				}
				#mainContent #footer p {
					float: left;
					padding: 2px 12px;
					/* kontaktfältet är horisontellt i startskedet. */
					font-size: 11px;
					line-height: 1;
				}
				#mainContent #footer h2,#mainContent #footer h3 {
					line-height:1;
					padding:1px;
					margin:3px;
				}
				#mainContent #footer .contact {
					/*width: 139px;
					float: left;*/
					min-height: 80px;
					/* kontaktf�ltet �r horisontellt i startskedet. */
					background: #E9E9E9;
					padding: 16px 28px;
				}
				#mainContent #footer .sitemap {
					display: none;
					/* sitemapen �r g�md i startskedet. */
					background: #f3f3f3;
					padding: 16px 0px 16px 195px;
				}
					#mainContent #footer .sitemap h2,
					#mainContent #footer .sitemap table {
						margin-left: 28px;
					}
					#mainContent #footer .sitemap td {
						padding-right: 28px;
						padding-bottom: 16px;
						width: 130px;
					}
					#mainContent #footer .sitemap a {
						font-size: 11px;
						display: block;
					}
					#mainContent #footer .sitemap a.header {
						font-weight: bold;
					}
					
			#newsShow {
				border-bottom: 1px solid #ccc;
				padding: 8px 250px 8px 0;
				margin: 0 264px 8px 0;
			}
			#newsShow ul {
				list-style: none;
			}
			
			#newsListContainer h2 {
				margin-bottom: 5px;
			}
			#newsListContainer ul {
				list-style: none;
			}
			#newsListShow .selected a {
				text-decoration:underline;
			}
			
			
			#startNewsListContainer{
				width:218px;
				float:right;
				background: #F3F3F3 url('/images/templates/default/newsTopBg.png') no-repeat top;
				padding: 30px 0 17px 17px;
				margin-bottom: 30px;
			}
				#startNewsListContainer  a {
					display: block;
					text-align: right;
					padding-right: 7px;
				}
				#startNewsListContainer a.rss {
					float: right;
					background: url('/images/templates/default/rss.png') no-repeat right center;
					margin: 3px 7px;
					padding-right: 17px;
					line-height: 13px;
				}
				#startNewsListContainer ul {
					border-bottom: 1px solid #fff;
					margin-bottom: 30px;
					list-style: none;
				}
					#startNewsListContainer li {
						border-top: 1px solid #fff;
						cursor:pointer;
					}
					#startNewsListContainer li.first {
						padding-top: 6px;
					}
					#startNewsListContainer li.fullText {
						padding: 16px 0;
					}
						#startNewsListContainer li.titleText a {
							display: inline;
							color: #72797F;
							font-weight: bold;
							text-align: normal;
						}
			
			#servicesNavigation {
				background:#E42A21;
				float:right;
				padding:0 !important;
			}
				#servicesNavigation ul {
					list-style-type:none;
					float:left;
				}
					#servicesNavigation li {
						border-bottom: 1px solid #F60000;
						padding: 0 1px;
						width:234px;
						clear:both;
						float:left;
						cursor: pointer;
					}
					#servicesNavigation li.first {
						border-top: 1px solid #E42A21;
					}
					#servicesNavigation li.selected {
						background: #72797F;
					}
					#servicesNavigation li.firstSelected {
						border-top: 1px solid #72797F;
					}
					#servicesNavigation li.lastSelected {
						border-bottom: 1px solid #72797F;
					}
						#servicesNavigation .navigationLink {
							height: 61px;
							display: table-cell;
							vertical-align: bottom;
							padding-bottom: 6px;
						}
							#servicesNavigation .navigationLink a {
								color:#fff;
								font-weight:bold;
								text-transform:uppercase;
								line-height: 12px;
							}
						#servicesNavigation .navigationImage {
							width:69px;
							height:69px;
							float:left;
							padding:0 0 0 0 !important;
							background:#fff;
							margin-right: 16px;
						}
						#servicesNavigation .navigationImage img {
							width:69px;
							height:69px;
							float:left;
						}
			#servicesSubNavigation {
				width:195px;
				float:left;
				padding:0 0 98px 0;
				margin-right: 25px;
				background:#E9E9E9 url(/images/templates/default/servicesSubMenuBg.png) 0 bottom no-repeat;
			}
				#servicesSubNavigation a.title{
					margin:17px 25px;
					font-size:18px;
					overflow:hidden;
					display:block;
					font-weight:bold;
					color:#72797F;
				}
				.navSubServices {
					list-style-type:none;
					margin:0 0 0 17px;
				}
					.navSubServices ul.hidden {
						display: none;
					}
					.navSubServices li{
						margin:10px 0;
						line-height:14px;
						font-weight:bold;
					}
					.navSubServices li.selected {
						background:url(/images/templates/default/grayArrow.png) no-repeat 0 3px;
					}
					.navSubServices li a{
						margin:0 10px 0 10px;
						display:block;
						overflow:hidden;
					}	
					.navSubServices li.selected a {
						color: #72797F;
					}		
					.navSubServices li ul li {
						font-weight: normal;
						margin-left: 5px;
						list-style-type:none;
					}
					
			#theBoxContainer {
				position: relative; 
				width: 686px; 
				height: 350px;
			}
				#theBoxContainer .box { 
					display: none; 
					position: absolute; 
					top: 0;
				}
				#theBoxContainer #box0 {
					 display: block;
				}
				
			#theBox { 
				position:relative; 
				width:686px; 
				height:350px; 
				background-repeat:no-repeat; 
				color:#72797F;
			}
				#theBox .menu { 
					position:absolute; 
					top:0; 
					left:0; 
					width:195px; 
					height:350px; 
				}
					#theBox .menu .menuItem { 
						width:195px; 
						height:50px; 
						vertical-align: middle; 
						cursor:pointer; 
					}
						#theBox  .menu .menuItem p { 
							font-size:12px; 
							font-weight:bold; 
							text-transform:uppercase; 
							color:#72797F; 
							background:url('/images/templates/default/box/bullet.png') no-repeat 13px center; 
							padding: 0px 12px 0px 27px; 
						}
					#theBox .menu .item1,
					#theBox .menu .item2,
					#theBox .menu .item3,
					#theBox .menu .item4,
					#theBox .menu .item5,
					#theBox .menu .item6,
					#theBox .menu .item7 {
						background-image:url('/images/templates/default/box/itemBg.png');
						background-repeat:repeat-y;
						background-position: right; 
					}
					#theBox .menu .item1 { 
						background-color: #F8F8F8; 
					}
					#theBox .menu .item2 { 
						background-color: #f3f3f3; 
					}
					#theBox .menu .item3 { 
						background-color: #ececec; 
					}
					#theBox .menu .item4 { 
						background-color: #e6e6e6; 
					}
					#theBox .menu .item5 { background-color: #e0e0e0; 
					}
					#theBox .menu .item6 { 
						background-color: #dadada; 
					}
					#theBox .menu .item7 { 
						background-color: #d4d4d4; 
					}
					#theBox .menu .beforeSelected { 
						background-image:url('/images/templates/default/box/bottomItemBg.png'); 
						background-position:top right; 
						background-repeat:no-repeat; 
					}
					#theBox .menu .afterSelected { 
						background-image:url('/images/templates/default/box/topItemBg.png'); 
						background-position:top right; 
						background-repeat:no-repeat; 
					}
				#theBox .content { 
					position:absolute; 
					bottom:0; 
					left:195px; 
					width:455px; 
					padding:18px 50px 18px 30px;
					/** Remove this line to reset color **/
					color:#333;
				}
					#theBox address {
						float:right;
						background:url('/images/templates/default/box/boxLinkRight.png') no-repeat right center;
						padding-right:34px;
					}
						#theBox address a {
							display: block;
							color: white;
							background:url('/images/templates/default/box/boxLinkLeft.png') no-repeat left center;
							line-height:40px;
							padding-left:18px;
						}
						
					.result.error label{
						display:inline;
					}
					
					#contactLeft textarea,
					#contactLeft input {
						border:1px solid #ececec;
					}
					
					#contactLeft p.buttons{
						float:right;
						background:url('/images/templates/default/box/boxLinkRight.png') no-repeat right center;
						padding-right:34px;
						height:40px;
						margin:-30px 200px 0 0;
					}
						#contactLeft p.buttons button {
							display: block;
							color: white;
							background:url('/images/templates/default/box/boxLinkLeft.png') no-repeat left center;
							line-height:40px;
							padding-left:18px;
							height:40px;
						}

#tableIpJobs,
#webbCvNo 	{ width: 620px; float: left; margin-top: 1.5em; }
#formIpLogin 	{ width: 270px; float: right; margin-top: 1.5em; }
#argonovaFooter{float:right;font-size:9px;margin:4px 0 0 0;color:#72797F;}


