﻿/*
	Created: 2008-06-13 by Fredrik Broman, Robert Rutherford Avalon Information Systems AB.
	Last edit: 2008-?-? by Robert Rutherford, Avalon Information Systems AB.

	Please change the last edit date whenever you update this file.
	
	Please group rules in a coherent way and keep their selectors in alphabetical order to simplify reading.
	
	------ ------ ------ ------ 
	
	Keep your color scheme consistent!
	Please make a note of the colors you use for easy reference:
	
	Background: #fff
	Text: #000
	Muted: #666
	Headings: #000
	
	------ ------ ------ ------ 
	
	This document's typographic unit is 18px: 12px font-size with 1.5em line-height (12 * 1.5 = 18).
	All typographic measurements should be calculated based on the typographic unit.
*/


html {
	background: #fff;
	height: 100%;

}

body {
	color: #000;
	/*font: 62.5%/1.5 "Arial","Lucida Grande","Corbel",sans-serif;*/
	font: 11px/1.5 "Arial","Lucida Grande","Corbel",sans-serif;
	height: 100%;
	margin: 0;
}

html>body {
	font-size: 11px;

}

a:link,
a:visited,
a:active {
	color:#000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

strong {
	font-weight: bold;
	color:#000000;
}

em {
	font-style: italic;
}

h1 {
	font-size:1.5em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h2 {
	font-size:1.5em;
	line-height: 1em;
	margin-bottom: 0.5em;

}

h3 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-bottom: 0.643em;
}

h4 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin: 0px;
	padding: 0px;
}

hnews {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 0;
	margin-bottom: 0;
}

input {
	margin-bottom:3px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px;		/* Bottom margin must be the same as height of #footer and #footer-padding */
}

.hide {
	display: none;
}

.small {
	font-size: 0.75em;
}

.mute {
	color: #666;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Main navigation */
#nav {
	background: url('../img/ui/clr-mediumgray.png') bottom left repeat-x;
	padding: 1.5em 0 0.75em 0;
	/*font-weight: bold; Robert. Feta bokstÃ¤ver i menyn 08-09-08*/
}
#nav .navitem {
	font-size: 0.92em;
	height: 37px;
	line-height: 1.3em;
}
#nav .navitem a {
	background: url('../img/ui/clr-mediumgray.png') top left repeat-y;
	color: #666;
	display: block;
	padding-left: 0.5em;
	text-decoration: none;
}
#nav .navitem strong a {
	color: #333;
	display: block;
	font-weight: bold;
}
#nav .navitem strong a:hover {
	text-decoration: underline;
}
#nav .selected strong a {
	color: #f60;
}

/* Sub navigation */
.subnav {
	background: url('../img/ui/clr-mediumgray.png') bottom left repeat-x;
	padding: 3px 0;
	display:none;
}
.subnav .selected {
	color: #f60;
}

.subnav a.selected {
	color: #f60;
}

.subnav a {
	color: #666;
	margin-right: 16px;
	text-decoration: none;
}
.subnav a:hover {
	text-decoration: underline;
}
.subnav .navgroup {
	clear: both;
	margin-bottom: 2px;
	margin-top: 2px;
}
.subnav .navtitle {
	margin-bottom: 2px;
	margin-top: 2px;
}
.subnav .navtitle a {
	color: #333;
	margin: 0;
	text-decoration: none;
}
.subnav .navtitle a:hover {
	text-decoration: underline;
}
.subnav .navitem {
	background: url('../img/ui/clr-mediumgray.png') top left repeat-y;
	padding-left: 8px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.subnav .navitem a {
}
.shade-bg {
	background: url('../img/ui/top-shade-bg.png') bottom left no-repeat;
	height:26px;
}


/* Content */
.boilerplate {
	font-size: 1.286em;
}
.boilerplate p {
	margin: 0.5em 0;
}
.newslist ul {
	list-style: none;
	margin: 1em 0;
}
.newslist .meta {
	color: #999;
	display: block;
	margin-top: 0.5em;
}
.contact .phone {
	background: url('../img/ui/phone.gif') center left no-repeat;
	display: block;
	padding-left: 12px;
}

.pagetitle {
	background: url('../img/ui/horisontal-dots.gif') bottom left repeat-x;
	font-size: 2.4em;
	margin-bottom:15px;
	padding-bottom:5px;
	
}

.pagetitle small {
	color:#b3b3b3;
	text-transform:uppercase;
}

.content-middle h1 {
	margin-bottom:10px;
	font-size: 1.8em;
}

.content-middle h2 {
	margin-bottom:10px;
}

.content-middle img {
	margin:0px 0px 3px 0px;
}

.square h2 {
	margin:0px 0px 10px 0px;
}

.bottomSpace{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}

.squareNoBold a{
	font-weight:normal;
}

.bullet-space,
#footer-sidebar .bullet-space {
	padding-right:3px;
	padding-left:3px;
	vertical-align:middle;
}

.grey-btn {
	background: url('../img/ui/grey-btn-left.gif') left  no-repeat;
	float:left;
}

.grey-btn a {
	background: url('../img/ui/grey-btn-right.gif') right  no-repeat;
	padding:0px 7px 0px 5px;
	margin-left:3px;
	text-decoration:none;
	float:left;
}

.grey-btn a:hover {
	text-decoration:none;
}

.vertical-dots-bg{
	background: url('../img/ui/vertical-dots.gif') right top repeat-y;
} 

.vertical-dots-bg-left{
	background: url('../img/ui/vertical-dots.gif') left top repeat-y;
} 

.horisontal-dots {
	background: url('../img/ui/horisontal-dots.gif') center repeat-x;
	height:15px;
}

.grey-square {
	background:#dddddd;
	padding:0px;
	margin-top:30px;
}

.grey-square table{
	margin:0px;
	padding:10px;
}

.grey-square table td{
	padding:1px;
	margin:0px;
}

.grey-square a{
	width:300px;
	margin:0px auto;
	color: #f60;
}

.grey-square ul {
	list-style:none;
	margin:0px;
	padding:10px;
}

.paddingSquare {
	padding:10px;
}

.tablelayoutLeft,
.tablelayout {
	border-collapse:collapse;
}

.tablelayoutLeft td,
.tablelayoutLeft th{
	padding:6px;
	text-align:left;
	vertical-align:text-top;
}

.tablelayout th,
.tablelayout td {
	padding:6px;
	text-align:right;
}

.tablelayoutLeft th,
.tablelayout th{
	background: #fff;
	border-bottom:#ccc 1px solid;
}

.tablelayoutLeft td,
.tablelayout td{
/*	background: url('../img/ui/horisontal-dots.gif') bottom repeat-x;*/
	border-bottom:#ccc 1px solid;
}


.tablelayout a:hover {
	color: #f60;
}

.tablelayout-1 {
	width:70%;
}

.tablelayout-2 {
	width:25%;
}

.tablelayout-3 {
	width:15%;
	text-align:right;
}

.tablelayout .leftAlign{
	text-align:left;
}


/*LJ 100922 tablelayout-4, tablelayout-5
BEGIN*/
.tablelayout-4 {
	border-collapse:collapse;
}
.tablelayout-4 th,
.tablelayout-4 td {
	padding:5px;
	text-align:right;
}

.tablelayout-4 th{
	background: #e0e0e0;
	border-bottom:#C8C8C8 1px solid;
	border-left:#C8C8C8 1px solid;
	border-right:#C8C8C8 1px solid;
	white-space: nowrap;
}

.tablelayout-4 td{
	border-bottom:#C8C8C8 1px solid;
	white-space: nowrap;
}


.tablelayout-4 a:hover {
	color: #f60;	
}

.tablelayout-4 .leftAlign{
	text-align:left;
}
.tablelayout-4 .borderLeft
{
	text-align:left;
	border-left:#C8C8C8 1px solid;
}
.tablelayout-4 .borderRight{
	border-right:#C8C8C8 1px solid;
}


.tablelayout-5 
{
	padding:2px;
	border-collapse:collapse;
}
.tablelayout-5 th,
.tablelayout-5 td {
	padding:2px;
	text-align:right;
}

.tablelayout-5 th
{
	font-weight:normal;
	background: #e0e0e0;
	border-bottom:#C8C8C8 1px solid;
	border-left:#C8C8C8 1px solid;
	border-right:#C8C8C8 1px solid;
	white-space: nowrap;
}

.tablelayout-5 td{
	white-space: nowrap;
}


.tablelayout-5 a:hover {
	color: #f60;	
}

.tablelayout-5 .leftAlign{
	text-align:left;
}
.tablelayout-5 .borderLeft
{
	text-align:left;
	border-left:#C8C8C8 1px solid;
}
.tablelayout-5 .borderRight{
	border-right:#C8C8C8 1px solid;
}
/*END*/




/* Sidebar-Left-Menu */

.square ul,
.sidebar-leftmenu ul{
	margin:0px;
	padding:0px;
}

.square ul{
	margin-bottom:8px;
}

.square li,
.sidebar-leftmenu li {
	background: url('../img/ui/arrow-small-black.png') left no-repeat;
	list-style:none;
	background-position: 0 .45em;
	padding-left:12px; 
	line-height:1.5em;
}

.sidebar-leftmenu li {
	border-bottom:#aaa solid 1px;
}

.sidebar-leftmenu a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.sidebar-leftmenu a:hover,
.sidebar-leftmenu .sidebar-leftmenu-selected a{
	color: #f60;
	text-decoration:none;
	
}

.sidebar-leftmenu .sidebar-leftmenu-selected {
	background: url('../img/ui/arrow-small-orange.png') left no-repeat;
	background-position: 0 .45em;
	line-height:1.5em;
}


/* Footer */
#footer {
	background: #000 url('../img/ui/bg-footer.png') top left repeat-x;
	height: 85px; 
	margin-top: 2em;
}

#footer-padding {
	height: 85px;
}

#footer-logo { /*MÃ¥ste ligga som bakgrundsbild annars ballar footern ur med 20px vitt undertill*/
	/*background: #000 url('../img/ui/bg-footer.png') top left repeat-x;*/
	background: #000 url('../img/ui/logo-footer2.png') no-repeat;
	width: 141px;
	height: 85px;
}

.center-footer { /*MÃ¥ste anvÃ¤ndas istÃ¤llet fÃ¶r .container frÃ¥n blueprint, annars blir det 20px vitt under footern*/
	margin:0px auto;
	width:950px;
	text-align:left;	
}

/* Begin Breadcrumbs */
#breadcrumbs {
	background: url('../img/ui/breadcrumb-bg.png') no-repeat;
	height:19px;
	line-height:20px;
	font-weight: bold; 
	text-align: left;
	font-size:11px;
	margin:0.8em 0;	
}

#breadcrumbs a {
	background: url('../img/ui/breadcrumb-bg-greyshade.png') repeat-x;
	float: left;
	padding:0 5px 0 3px;
	text-decoration:none;
}

#breadcrumbs .end,
#breadcrumbs span {
	background: url('../img/ui/breadcrumb-bg-sep.png') no-repeat;
	padding:20px 0px 0px 0px;
	float: left; 
	width: 13px; 
	position: relative; 
	overflow: hidden;
	height: 0;
}

#breadcrumbs .end {
	background: url('../img/ui/breadcrumb-bg-sep-end.png') no-repeat;
	padding-right:3px;
}

#breadcrumbs .start-light, /* Ã„ndra till denna klassen i bÃ¶rjan av span om det ska vara helt vitt */
#breadcrumbs .start-dark {
	background: url('../img/ui/breadcrumb-bg-left2.png') no-repeat;
	padding:20px 0px 0px 0px;
	float: left; 
	width: 25px; 
	position: relative; 
	overflow: hidden;
	height: 0;  
}

#breadcrumbs .start-light {
	background: url('../img/ui/breadcrumb-bg-left1.png') no-repeat;
}
/* End Breadcrumbs */

/* Begin footer-sidebar */

#footer-sidebar {
	margin: 1em 0;
}

#footer-sidebar ul{
	padding:0px;
	margin:0px;
}

#footer-sidebar li {
	list-style:none;
	color:#ccc;
	margin: 0.5em 0;
}
#footer-sidebar table ,
#footer-sidebar li a{
	color:#ccc;
	font-weight:bold;
	font-size:0.9em;

}

#footer-sidebar table {
	text-align:center;
	width:150px;
	margin-top:5px;
}

#footer-sidebar td {
	text-align:center;
	padding:0px;
	
}
#footer-sidebar .scale {
	text-transform:uppercase;
	font-size:1.4em;
	font-weight:bold;
}
#footer-sidebar .scale small {
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
}
/* End footer-sidebar */

#footer p {
	color: #ccc;
	margin:0px;
	padding:0 5px 0 5px;
	font-size:1em;
}


/* Debug styles */
.debug-notification {
	background: #ffa;
	font-size: 0.83em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: center;
}

/* Floats - mÃ¥ste ligga hÃ¤r nere*/
.left {
	float: left;
	margin-left: 0px;
}

.right {
	float: right;
	margin-right: 0px;
}

.text-align-right {
	text-align:right;
	font-weight:bold;
}

/*************************/
/* SEARCH PAGE           */
/* Added by LJ 080729
/*************************/
#ResultArea 
{
    padding-top: 5em;
}

#ResultArea ol
{
    margin: 100em;
    padding-left: 0em;
}

#ResultArea li 
{
    margin: 100em; 
    padding: 0;
}

input.searchText 
{
    width: 25%;
}

/*************************/
/* QUICKSEARCH          
 */
/*************************/
.QuickSearchArea
{
	position: absolute;
	right: 0px;
	margin: 5px 8px 0px 0px;
}

input.quickSearchField
{
	border: 1px solid Black;
	float: left;
	margin:  -5px 28px 1px  4px;
	width: 11em;
}

.quickSearchButton
{
	background: url(images/MainMenuSearchButton.png) no-repeat top left;
	
	display: block; 
	float: left;
}

.hidden 
{
    display: none;
}


/*************************/
/* SEARCH PAGE           */
/* Added by LJ 080908    */
/*************************/
#ResultArea 
{
    padding-top: 2em;
}

#ResultArea ol
{
    margin: 0;
    padding-left: 35px;
}

#ResultArea li 
{
    margin: 0; 
    padding: 0;
}

input.searchText 
{
    width: 75%;
}


/*paging*/
.PagingContainer  {
	text-align:center;
}

.PagingContainer .selected,
.PagingContainer .paging-selected{
	color: #f60;
	font-weight:bold;

}


/*************************/
/* BUTTONS               */
/* Added by FB 100603    */
/*************************/

a.button {
	background: #eee;
	background-image: -moz-linear-gradient(rgb(220,220,220), rgb(180,180,180)); /* mozilla gradient background */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(220,220,220)), to(rgb(180,180,180))); /* webkit gradient background */
	border: 1px solid #bbb;
	color: #333;
	display: inline-block;
	font-weight: bold;
	line-height: 3em;
	padding: 0 1em;
	text-decoration: none;
	text-shadow: 0 1px 2px #fff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
a.button:focus,
a.button:hover {
	background: #fff;
	background-image: -moz-linear-gradient(rgb(240,240,240), rgb(190,190,190)); /* mozilla gradient background */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(240,240,240)), to(rgb(190,190,190))); /* webkit gradient background */
	border-color: #ccc;
	color: #333;
}

a.button.inverted {
	background: #333;
	background-image: -moz-linear-gradient(rgb(50,50,50), rgb(20,20,20)); /* mozilla gradient background */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(50,50,50)), to(rgb(20,20,20))); /* webkit gradient background */
	border: 1px solid #111;
	color: #ccc;
	display: inline-block;
	font-weight: bold;
	line-height: 3em;
	padding: 0 1em;
	text-decoration: none;
	text-shadow: 0 1px 2px #000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
a.button.inverted:focus,
a.button.inverted:hover {
	background: #444;
	background-image: -moz-linear-gradient(rgb(70,70,70), rgb(30,30,30)); /* mozilla gradient background */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(70,70,70)), to(rgb(30,30,30))); /* webkit gradient background */
	border-color: #222;
	color: #ccc;
}

a.button.strong {
	background: #f90;
	background-image: -moz-linear-gradient(rgb(255,170,50), rgb(210,130,0)); /* mozilla gradient background */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255,170,50)), to(rgb(210,130,0))); /* webkit gradient background */
	border: 1px solid #d80;
	color: #630;
	display: inline-block;
	font-weight: bold;
	line-height: 3em;
	padding: 0 1em;
	text-decoration: none;
	text-shadow: 0 1px 2px #fc6;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
a.button.strong:focus,
a.button.strong:hover {
	background: #fa3;
	background-image: -moz-linear-gradient(rgb(255,190,90), rgb(255,150,0)); /* mozilla gradient background */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255,190,90)), to(rgb(255,150,0))); /* webkit gradient background */
	border-color: #f90;
	color: #630;
}


/*************************/
/* MASTHEAD              */
/* Added by FB 100603    */
/*************************/
 
.masthead {
	background: #222;
	background-image: -moz-linear-gradient(rgb(50,50,50), rgb(20,20,20)); /* mozilla gradient background */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(50,50,50)), to(rgb(20,20,20))); /* webkit gradient background */
	color: #ccc;
	height: 400px;
	margin: 2em 0;
	padding: 0;
	position: relative;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.masthead .articles {
	background: #555;
	height: 393px;
	left: 3px;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 3px;
	width: 944px;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;
}
.masthead .articles .article {
	background: #eee;
	background-image: -moz-linear-gradient(rgb(255,255,255), rgb(200,200,200)); /* mozilla gradient background */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255,255,255)), to(rgb(200,200,200))); /* webkit gradient background */
	color: #333;
	display: none;
	height: 385px;
	left: 4px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-shadow: 0 1px 2px #fff;
	top: 4px;
	visibility: hidden;
	width: 936px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-moz-border-radius: 2px; -webkit-border-radius: 2px;
}
.masthead .articles .article.first {
	display: block;
	visibility: visible;
}
.masthead .articles .article.inverted {
	background: #222;
	background-image: -moz-linear-gradient(rgb(50,50,50), rgb(0,0,0)); /* mozilla gradient background */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(50,50,50)), to(rgb(0,0,0))); /* webkit gradient background */
	color: #ccc;
	text-shadow: 0 1px 2px #000;
}
.masthead .articles .article.strong {
	background: #f90;
	background-image: -moz-linear-gradient(rgb(255,170,50), rgb(210,130,0)); /* mozilla gradient background */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255,170,50)), to(rgb(210,130,0))); /* webkit gradient background */
	color: #630;
	text-shadow: 0 1px 2px #fc6;
}
.masthead .articles .article.inverted h1,
.masthead .articles .article.inverted h2,
.masthead .articles .article.inverted h3,
.masthead .articles .article.inverted h4,
.masthead .articles .article.inverted h5,
.masthead .articles .article.inverted h6 {
	color: #fff;
}
.masthead .articles .article .header {
	font-size: 2em;
	position: absolute;
	left: 60px;
	top: 50px;
	width: 820px;
}
.masthead .articles .article .body {
	font-size: 1.17em;
	position: absolute;
	left: 60px;
	top: 90px;
	width: 400px;
}
.masthead .articles .article .footer {
	position: absolute;
	left: 60px;
	top: 290px;
	width: 400px;
}
.masthead .articles .article .media {
	position: absolute;
	left: 480px;
	top: 90px;
	width: 400px;
}
.masthead .articles .article .media img {
	display: block;
	margin: 0 auto;
}
.masthead .nav {
	display: none;
	left: 4px;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 393px;
	visibility: hidden;
}
.masthead .nav li {
	background: transparent;
	display: inline-block;
	padding: 3px;
	-moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px;
}
.masthead .nav li.selected {
	background: #555;
}

