
/**
 * Set default style to 10px for easy scaling
*/
body { font-size:62.5% }


/**
 * Default styles
 */
body {
	/* margin-left: 1.75em;  Align to help grid */
	font-family: arial, sans-serif;
	color: #363636;
	text-align: center;
	background: #ECECEC;
}
h1 {
	font-family: Helvetica, arial, sans-serif;
	margin-top: -0.02em;
	font-size: 3.0em;
	font-weight: normal;
	margin-bottom: 0.42em;
}
h2 {
	font-family: Helvetica, arial, sans-serif;
	margin-top: 1em;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 0.6em;
}
p {
	font-size: 1.4em;
	line-height: 1.79em;
	margin-bottom: 1.79em;
}
strong {
	font-weight: bold;
}
ul {
}
li {
}
a {
	color: #41739F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
}
em {
	font-style: italic;
}
input.checkinput, input.radioinput {
	margin: 0 4px 0 2px;
}
input.textinput {
	padding: 1px;
}
textarea {
	width: 325px;
}
label {
}
input.buttoninput {
	padding: 2px;
}
input.margin {
	margin-right: 8px;
}
span.normal {
	font-weight: normal;
}


/**
 * General elements in pages
 */
#header {
	margin-left: auto;
	margin-right: auto;
	background: url(../img/home-header2.png) no-repeat top left;
	width: 986px;
	height: 125px;
}
/* Search form that is available on all pages */
#site-search {
	margin-top: 25px;
	margin-right: 6px;
	float:right;
	text-align: left;
	background: url(../img/search-background.png) no-repeat top left;
	width: 276px;
	height: 40px;
	padding-top: 10px;
}
#site-search #search-input {
	background: #ffffff;
	border: 0px;
	padding: 0 0 0 4px;
	margin: 0 0 0 11px;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.9em;
	width: 190px;
	height: 28px;
	color: #000000;
}
#site-search #search-button {
	position: absolute;
	border: 0px;
	padding: 0px;
	margin: -1px 0 0 11px;
	background: url(../img/search-submit.png) no-repeat top left;
	width: 45px;
	height: 29px;
}
#site-search #search-button:hover {
	background: url(../img/search-submit-over.png) no-repeat top left;
	cursor: pointer;
}
#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 928px;
	min-height: 380px;
	background: url(../img/container-background3.png) no-repeat bottom left;
	padding: 15px 29px 50px 29px;
}
div.clear {
	clear: both;
	height: 0px;
}
div.clear-right {
	clear: right;
	height: 0px;
}
#footer {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 942px;
	padding: 8px 29px 48px 14px;
	color: #999;
	font-size: 1.2em;
}
#footer ul {
	float: right;
}
#footer ul li {
	float: left;
	margin-left: 1em;
}
#footer a.editors {
	padding-right: 19px;
	padding-top: 2px;
	background: transparent url(../img/emblem-readonly.png) no-repeat top right;
} 
span.date {
	font-style: italic;
}
/* Image shodow */
div.img-shadow {
  float: left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right;
  margin: 6px 18px 0px 6px;
}
div.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;
}

/* Page comments */
div#commentpage {
	display: none;
	float: left;
	width: 400px;
	margin: 25px 0 0 225px;
	border-top: 1px solid #d30054; 
}
button#commentshowform {
	float: right;
	border: 0px;
	padding: 0px;
	margin: 0 0 0 10px;
	background: url(../img/comments-header.png) no-repeat top left;
	width: 135px;
	height: 24px;
}
button#commentshowform:hover {
	background: url(../img/comments-header-over.png) no-repeat top left;
	cursor: pointer;
}
ul#comments {
	margin-top: 20px;
	font-size: 1.2em;
}
ul#comments li {
	line-height: 1.79em;
	margin-bottom: 1.79em;
}
ul#comments span.from {
	font-weight: bold;
}
ul#comments span.when {
	padding-left: 0.3em;
	font-style: italic;
}
ul#comments span.what {
	display: block;
}
form#sendcomment {
	margin-top: 25px;
}
form#sendcomment label {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1px;
	display: block;
}
form#sendcomment label span{
	font-weight: normal;
}
form#sendcomment textarea#comment {
	font-family: arial, sans-serif;
	width:394px;
	height:50px;
	border: 1px solid #ccc;
	font-size: 1.3em;
	padding: 2px;
	margin-bottom: 14px;
}
div#comment-col1 {
	float:left;
}
div#comment-col2 {
	float:right;
}
input#comment-name {
	border: 1px solid #ccc;
	width: 169px;
	font-size: 1.3em;
	padding: 2px;
}
input#comment-email {
	border: 1px solid #ccc;
	width: 194px;
	font-size: 1.3em;
	padding: 2px;
}
form#sendcomment button#savecomment {
	float: right;
	border: 0px;
	padding: 0px;
	margin: 14px 0 0 0;
	background: url(../img/comments-send.png) no-repeat top left;
	width: 54px;
	height: 25px;
}
form#sendcomment button#savecomment:hover {
	background: url(../img/comments-send-over.png) no-repeat top left;
	cursor: pointer;
}
div#comment-error {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	display: block;
	width: 320px;
	margin-top: 14px;
	float: left;
}
 

/**
 * Top navigation
 */
#topnavigation {
	margin-left: auto;
	margin-right: auto;
	background: url(../img/topnavigation-background3.png) no-repeat top left;
	width: 986px;
	height: 60px;
}
#topnavigation ul {
	margin-left: 2.6em;
	font-family: Tahoma;
	font-size: 1.2em;
	font-weight: normal;
}
#topnavigation ul li {
	float: left;
	background: url(../img/topnavigation-divider.png)  no-repeat center left;
}
#topnavigation ul li:first-child, #topnavigation ul li.first  {
background-image: none;
}
#topnavigation ul li a
{
	display: block;
	color: #6d6d6d;
	padding-top: 0.95em;
	padding-bottom: 1.1em;
	padding-left: 2.3em;
	padding-right: 2.3em;
	text-decoration: none;
}
#topnavigation ul li.active a {
	background: url(../img/topnavigation-selected.png) no-repeat top left;
}
#topnavigation ul li.active.first a {
	background-image: none;
}
#topnavigation li a:hover, #topnavigation ul li.active.first a:hover {
	background: url(../img/topnavigation-mouseover.png) no-repeat top left;
}
#topnavigation #search {
	text-align: left;
	float: right;
	margin: 9px 24px 0 0;
	padding: 3px;
	width: 104px;
	height: 19px;
	background: url(../img/topnavigation-search.png) no-repeat top left;
}
#topnavigation #search input {
	background: #F5F5F5;
	font-size: 1.2em;
	width: 100px;
	height: 14px;
	border: 0px;
	color: #6D6D6D;
}

/**
 * Left navigation
 */
#leftnavigation {
	float: left;
	display: block;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 1.2em;
	padding-top: 24px;
	margin-left: -27px;
	width: 204px;
}
#leftnavigation ul li a {
	display: block;
	padding: 12px 0 0 26px;
	height: 25px;
	text-decoration: none;
	color: #6D6D6D;
}
#leftnavigation ul li a:hover {
	background-color: #fff;
	margin-left: 1px;
	padding-left: 25px;
}
#leftnavigation ul li.active a {
	position: relative;
	background: url(../img/leftnavigation-selected.png) no-repeat top left;
	padding-bottom: 4px;
	color: #ffffff;
}
#leftnavigation ul li.active a:hover {
	margin-left: 0px;
	padding-left: 26px;
}



/**
 * Page home
 */
body.home #header {
	background: url(../img/home-header.png) no-repeat top left;
	height: 200px;
}
body.home #topnavigation {
	background: url(../img/topnavigation-background2.png) no-repeat top left;
}
body.home #container {
	padding-bottom: 35px;
	background: url(../img/container-background.png) no-repeat bottom left;
}
body.home #col1 {
	float: left;
	width: 375px;
	padding: 0 24px 0 0;
	border-right: 1px solid #E9E9E9;
 }
body.home #col1  p {
	margin-bottom: 0; /* Remove paragrapgh spacing on start page */
}
body.home #col1  img {
	margin-bottom: 2.3em;
}
body.home #col1  hr {
	color: #E9E9E9;
	background-color: #E9E9E9;
	height: 1px;
	border: none;
	margin: 1.7em 0 1.7em 0;
 }
body.home #col2 {
	float: left;
	width: 275px;
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
	font-size: 1.2em;
	line-height: 1.67em;
}
body.home #col2  div#forum {
	width: 254px;
	height: 248px;
	padding: 39px 0 0 1px;
	margin-bottom: 16px;
	background: url(../img/home-forum-background.png) no-repeat top left;
}
body.home #col2  div#forum div.box{
	display: block;
	width: 220px;
	height: 54px;
	padding: 10px 14px 15px 14px;
	overflow: hidden;
	background: url(../img/home-forum-divider.png) no-repeat top center;
}
body.home #col2  div#forum div.box:first-child {
	background-image: none;
}
body.home #col2  div#forum a.subject {
	font-weight: bold;
	float: left;
}
body.home #col2  div#forum span.date {
	font-style:italic;
	float: right;
}
body.home #col2  div#imagearchive {
	width: 255px;
	height: 302px;
	background: url(../img/home-imagearchive-backgroun.png) no-repeat top left;
}
body.home #col2  div#imagearchive a#link {
	float: right;
	margin-right: 16px;
	margin-top: -3px;
}
body.home #col3 {
	float: left;
	width: 203px;
	padding: 0 0 0 24px;
	border-left: 1px solid #E9E9E9;
	font-size: 1.2em;
	line-height: 1.67em;
	margin-top: -0.4em;
}
body.home #col3 #weatherlinks {
	margin-top: 14px;
}
body.home #col3 #memberbanner {
	padding-bottom: 3px;
}
body.home #col3 h2 {
	font-size: 1.83em;
	margin-bottom: 0.26em;
	margin-top: 0.2em;
}
body.home #col3 ul li {
	list-style-type: disc;
	margin-left: 1.25em;
}
body.home #col3 div#clubs {
	position: relative;
	width: 225px;
	height: 281px;
	margin: 16px 0 0 0;
	background: url(../img/home-clubs-background.png) no-repeat top left;
}
body.home #col3 div#clubs  a {
	display: block;
	width: 182px;
	height: 25px;
	position: absolute;
	text-decoration: none;
	left: 8px;
}
body.home #col3 div#clubs a i { visibility: hidden; }
body.home #col3 div#clubs a#Bottenhavets { top: 52px; }
body.home #col3 div#clubs a#Ostkustens { top: 75px; }
body.home #col3 div#clubs a#SydSvenska { top: 97px; }
body.home #col3 div#clubs a#Vastkustens { top: 119px; }
body.home #col3 div#clubs a#Dansk { top:  151px; }
body.home #col3 div#clubs a#Norsk { top:  173px; }
body.home #col3 div#clubs a#Hollands { top: 195px; }
body.home #col3 div#clubs a#Tysklands { top: 218px; }
body.home #col3 div#clubs a#Bottenhavets:hover { background: url(../img/home-clubs-background-bif.png) no-repeat top left; }
body.home #col3 div#clubs a#Ostkustens:hover { background: url(../img/home-clubs-background-oif.png) no-repeat top left; }
body.home #col3 div#clubs a#SydSvenska:hover { background: url(../img/home-clubs-background-ssif.png) no-repeat top left; }
body.home #col3 div#clubs a#Vastkustens:hover { background: url(../img/home-clubs-background-vif.png) no-repeat top left; }
body.home #col3 div#clubs a#Dansk:hover { background: url(../img/home-clubs-background-dk.png) no-repeat top left; }
body.home #col3 div#clubs a#Norsk:hover { background: url(../img/home-clubs-background-no.png) no-repeat top left; }
body.home #col3 div#clubs a#Hollands:hover { background: url(../img/home-clubs-background-nl.png) no-repeat top left; }
body.home #col3 div#clubs a#Tysklands:hover { background: url(../img/home-clubs-background-de.png) no-repeat top left; }
body.home #col3 img#euronet {
	margin-top: 24px;
}
body.home div#banners {
	float: right;
	width: 503px;
	text-align: center;
	margin: 25px 0 7px 0;
}

/**
 * Event calendar on startpage
 */
body.home #events {
	float: right;
	width: 503px;
	margin: 20px 0 0 0;
	padding: 39px 0 0 0;
	background: url(../img/home-events-background3.png) no-repeat top left;
	border-bottom: 1px solid #0081ab;
	font-size: 1.2em;
	line-height: 1.67em;
}
body.home #events #eventloader {
	background: url(../img/loading-medium.gif) no-repeat center center;
	height: 50px;
}
body.home #events ul.eventcalendar {
	margin-top: 20px;
}
body.home #events ul.eventcalendar li#eventtemplate{
	display: none;
}
body.home #events ul.eventcalendar li {
	float: left;
	width: 251px;
	height: 35px;
	margin-left: 0;
	padding-bottom: 20px;
	display: block;
	list-style-type: none;
}
body.home #events ul.eventcalendar li div.date {
	display: block;
	width: 41px;
	height: 42px;
	padding-right: 5px;
	color: #fff;
	text-align: center;
	float: left;
}
body.home #events ul.eventcalendar li div.date h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 4px 0 0 0;
	line-height: 1em;
}
body.home #events ul.eventcalendar li div.date p {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 0 0;
	line-height: 1em;
}
body.home #events ul.eventcalendar li div.text {
	float: left;
	margin: 0 0 0 5px;
}
body.home #events ul.eventcalendar li div.text h3 {
	font-size: 1.0em;
	line-height: 1em;
	font-weight: bold;
	margin: 1px 0 2px 0;
}
body.home #events ul.eventcalendar li div.text p {
	font-size: 1.0em;
	line-height: 1.67em;
}
body.home #events ul.eventcalendar li div.text p span {
	background-color: #0081ab;
	color: #fff;
	font-weight: normal;
	padding: 1px 2px 1px 2px;
	margin-right: 3px;
	margin-left: -2px;
}
body.home #events ul.eventcalendar li div.info {
	display: none;
}
body.home #events ul.eventcalendar li div.gray {
	background: url(../img/eventcalendar-box-gray.png) no-repeat top left;
}
body.home #events ul.eventcalendar li div.grayN {
	background: url(../img/eventcalendar-box-gray-n.png) no-repeat top left;
}
body.home #events ul.eventcalendar#calendarmore {
	display: none;
}
body.home #events ul.eventcalendar#calendarmore li#empty {
	display: none;
}
body.home #events ul.eventcalendar#calendarfirst {
	display: none;
}
body.home #eventsmore {
	display: none;
	float:right;
	width: 101px;
	height: 17px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../img/home-events-more2.png) no-repeat top left;
	font-size: 1.0em;
}
body.home #eventsmore:hover {
	background: #0081ab url(../img/home-events-more2-over.png) no-repeat top left;
	cursor: pointer;
}
div#calendarpopup {
	display: none;
	position: absolute;
	width: 500px;
	z-index:10;
	margin-left: 27px;
	margin-top: -40px;
	
}
div#calendarpopup-top {
	background: url(../img/popup-calendar-top.png) no-repeat top left;
	width: 424px;
	padding: 23px 26px 0px 50px;
	border: 0;

}
div#calendarpopup-bottom {
	background: url(../img/popup-calendar-bottom.png) no-repeat bottom left;
	width: 500px;
	height: 40px;
	padding: 0;
	margin: 0;
}
button#calendarpopup-close {
	float:right;
	background: url(../img/icon-close.png) no-repeat center left;
	width: 16px;
	height: 16px;
	margin: 11px 11px 0 0;
	padding: 0;
	border: 0;
	font-size: 1.0em;
}
button#calendarpopup-close:hover {
	cursor: pointer;
}
div#calendarpopup-date {
	background: url(../img/eventcalendar-bigbox-blue.png) no-repeat top left;
	float: left;
	width: 75px;
	height: 75px;
	margin-top: 25px;
	margin-right: 13px;
	padding-right: 7px;
	color: #0081ab;
	font-family: Helvetica, arial, sans-serif;
	padding-top: 0.3em;
	font-size: 2.4em;
	line-height: 1.0em;
	font-weight: bold;	
	text-align: center;
}
div.blueN#calendarpopup-date {
	background: url(../img/eventcalendar-bigbox-blu-n.png) no-repeat top left;
}
div#calendarpopup-subject {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 24px 35px 0 0;
	margin: 0;
	border: 0;
}
div#calendarpopup-info {
	line-height: 1.2em;
	margin: 6px 25px 0 0;
}
div#calendarpopup-desc {
	margin: 8px 25px 0 0;
	padding-bottom: 4px;
	min-height: 35px
}
 
/**
 * Page article two columns
 */
 body.twocolumns #col1 {
	float: left;
	width: 400px;
	margin: 25px 0 0 48px;
}
 body.twocolumns #col1 p img {
	margin: 7px 0 10px 0;
 }
body.twocolumns #col1 ul {
 	font-size: 1.4em;
	line-height: 1.79em;
	margin-bottom: 1.79em;
}
body.twocolumns #col1 ul li {
	list-style-type: disc;
	margin-left: 1.25em;
}
body.twocolumns #col1 h4 {
	font-size: 1.4em;
	line-height: 1.79em;
	font-weight: bold;
}
body.twocolumns #col2 {
	float: left;
	width: 228px;
	margin: 25px 0 0 49px
}
/* add icon for pdf links */
/*body.twocolumns #col1 a[href $='.pdf'], body.twocolumns #col1 a[href $='.PDF'] {
	padding-right: 26px;
	padding-bottom: 2px;
	background: transparent url(../img/icon-pdf.png) no-repeat bottom right;
}*/
/* add icon for memberpages links */
body.twocolumns #col1 img.memberpage {
	vertical-align: middle;
	margin-left: 4px;
	padding-bottom: 3px;
}
body.twocolumns #col2 img#lockdesc {
	margin: 10px 8px 0 0;
	float: left;
}
body.twocolumns #col2 img {
	margin: 0 0 6px 0;
}
body.twocolumns #col2 p {
	margin-top: -0.3em;
	font-size: 1.2em;
	line-height: 1.67em;
}
body.twocolumns #col2 div.infobox {
	width: 180px;
	border: 1px solid #D9D9D9;
	background: url(../img/info-background.png) no-repeat top left;
	padding: 23px;
}
body.twocolumns #col2 table {
	font-size: 1.2em;
	width: 100%;
	margin: -4px 0 -4px 0;
}
body.twocolumns #col2 table td, body.twocolumns #col2 table th {
	line-height: 1.67em;
}
/* add margins for the facts table in the page for about the ifboat */
body.twocolumns #col2 div#facts {
	margin: 55px 0 50px 0;
}

 
/*
 * Page article one column
 */
body.onecolumn #col1 {
	float: left;
	width: 625px;
	margin: 25px 0 0 48px;
}


/**
 * Page article two columns without left menu
 */
body.nomenutwocolumns #col1 {
	float: left;
	width: 600px;
	margin: 25px 0 0 23px;
}
body.nomenutwocolumns #col2 {
	float: left;
	width: 228px;
	margin: 25px 0 0 49px
}
body.nomenutwocolumns #col2 p {
	margin-top: -0.3em;
	font-size: 1.2em;
	line-height: 1.67em;
}


/**
 * Member page
 */
body.twocolumns #col2 div#login {
	/* add margins for login box */
	margin: 0 0 49px 0;
	font-size: 1.2em;
	line-height: 1.67em;
}
body.twocolumns #col2 div#login form#formlogin {
	margin-top: -4px;
}
body.twocolumns #col2 div#login form#formlogin span {
	color: #737373;
	display: block;
}
body.twocolumns #col2 div#login form#formlogin input#password {
	width: 95px;
	margin-right: 5px;
}
body.twocolumns #col2 div#login  hr {
	background: url(../img/member-login-divider.png) no-repeat top left;
	color: #E1E1E1;
	background-color: #E1E1E1;
	height: 1px;
	border: none;
	margin: 11px 0 11px 0;
	padding: 0px;
}

 
/**
 * Page search
 */
body.nomenutwocolumns #topnavigation {
	background: url(../img/topnavigation-background2.png) no-repeat top left;
}
body.nomenutwocolumns #container {
	/*padding-bottom: 35px; */
	background: url(../img/container-background.png) no-repeat bottom left;
}
body.nomenutwocolumns #col1 form#formfullsearch {
	display: block;
	float: right;
	font-size: 1.2em;
	line-height: 1.67em;
}
body.nomenutwocolumns #col1 form#formfullsearch input#ajaxSearch_input {
	width: 253px;
	margin-right: 5px;
}
body.nomenutwocolumns #col1 form#formfullsearch div#searchoptions {
	margin: 11px 0 21px 3px;
}
body.nomenutwocolumns #col1 form#formfullsearch label {
	margin-right: 9px;
}
body.nomenutwocolumns #col1 div#searchresults {
	background: url(../img/search-divider.png) no-repeat top left;
	font-size: 1.2em;
	line-height: 1.67em;
}
body.nomenutwocolumns #col1 div#searchresults div.ajaxSearch_resultsInfo {
	padding: 10px 0 39px 0;
}
body.nomenutwocolumns #col1 div#searchresults  div.ajaxSearch_result {
	margin: 0 0 14px 0;
}
body.nomenutwocolumns #col1 div#searchresults .ajaxSearch_resultLink {
	font-size: 1.17em;
}
body.nomenutwocolumns #col1 div#searchresults .searchPrevNext {
	font-size: 1.17em;
}
body.nomenutwocolumns #col1 div#searchresults div.ajaxSearch_paging {
	padding: 25px 0 0 0;
}
body.nomenutwocolumns #col1 div#searchresults div.ajaxSearch_paging a {
	text-decoration: underline;
}
.ajaxSearch_highlight {
    font-weight: bold;
}
body.nomenutwocolumns #col1 div#searchresults div.ajaxSearch_noResultsInfo {
	padding: 22px 0 39px 0;
	font-size: 1.17em;
	line-height: 1.79em;
}
body.nomenutwocolumns #col1 div#searchresults div.ajaxSearch_noResultsInfo ul li  {
	list-style-type: disc;
	margin-left: 1.25em;
}
body.nomenutwocolumns #col1 div#searchresults div.ajaxSearch_result  div.searchinfo {
	color: #008000;
}
body.nomenutwocolumns #col1 div#searchresults div.ajaxSearch_result span.searchtype {
	margin: 0 0.4em 0 0;
	font-weight: bold;
	font-size: 0.9em;
}
body.nomenutwocolumns #col1 div#searchresults div.ajaxSearch_result img {
	float: left;
	margin: 3px 10px 7px 0;
	border: 1px solid #444;
}



/**
 * Page Salutorg
 */
body.onecolumn #col1 div.ad {
	clear: both;
	font-size: 1.2em;
	line-height: 1.67em;
	background: url(../img/onecolumn-divider.png) no-repeat top center;
	margin: 0 0 20px 0;
	padding: 21px 0 0 0;
}
body.onecolumn #col1 div.firstad {
	padding: 3px 0 0 0;
	background: none;
}
body.onecolumn #col1 div.adimage {
	float: right;
	display: block;
	margin: 6px 0 0 25px;
	width: 158px;
}
/* Add width for shadow to work in firefox */
body.onecolumn #col1 div.adimage div.salutorgimage {
	width: 152px;
}
body.onecolumn #col1 div.adimage div.enlarge {
	background: url(../img/icon-larger.png) no-repeat center left;
	margin-left: 7px;
	padding-left: 15px;
}
body.onecolumn #col1 div.ad h3 {
	font-weight: bold;
}
body.onecolumn #col1 div.ad span.description {
	display: block;
	margin: 0 0 5px 0;
}
body.onecolumn #col1 div.ad span.label {
	font-weight: bold;
	width: 75px;
	display: block;
	float: left;
}
body.onecolumn #col1 div.ad a.contact {
	padding-right: 17px;
	padding-top: 2px;
	background: transparent url(../img/icon-mail.png) no-repeat top right;
}
body.onecolumn #col1 form#formsalutorg {
	background: url(../img/salutorg-select-background.png) no-repeat top left;
	display: block;
	width: 307px;
	height: 55px;
	float: right;
	margin-top: -51px;
	margin-right: -27px;
	font-size: 1.2em;
	padding: 20px 0 0 0;
	text-align: right;
}
body.onecolumn #col1 form#formsalutorg select {
	width: 153px;
	margin: 0 32px 0 5px;
}


 
/**
 * News archive
 */
 body.twocolumns #col2 div#newsbox {
	width: 182px;
	height: 329px;
	padding: 25px;
	background: url(../img/news-background.png) no-repeat top left;
}
 body.twocolumns #col2 div#newsbox h3{
	font-size: 1.8em;
	margin-top: -0.16em;
	margin-bottom: 1.72em;
}
body.twocolumns #col2 div#newsbox a{
	display: block;
}
body.twocolumns #col2 div#newsbox p {
	margin-bottom: 1.1em;
}
body.twocolumns #col2 div#newsbox p.navLinks a {
	display: inline;
}
body.twocolumns #col2 div#newsbox p.navLinks {
	margin-top: 2.0em;
}

 
/**
 * Medvind archive
 */
body.onecolumn #col1 ul#medvind {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 20px;
	width: 100%;
	background: url(../img/onecolumn-divider.png) no-repeat top center;
	margin-top: -21px;
	padding-top: 25px;
}
body.onecolumn #col1 ul#medvind li {
	text-align: right;
	display: block;
	height: 220px;
	width: 120px;
	margin: 0 30px 0 0;
	float: left;
}
body.onecolumn #col1 ul#medvind img {
	display: block;
	width: 120px;
	border: 1px solid #CCCCCC;
	margin: 0 0 2px 0;
}
body.onecolumn #col1 div#medvindview {
	float: right;
	font-size: 1.4em;
	line-height: 1.79em;
	margin-right: 36px;
}
body.onecolumn #col1 div#medvindview a {
	padding: 6px;
	padding-bottom: 9px;
	padding-top: 9px;
}
body.onecolumn #col1 div#medvindview a.current {
	
	color: #6D6D6D;
	background-color: #eee;
}
body.onecolumn #col1 div#medvindview a.current:hover {
	text-decoration: none;
}
body.onecolumn #medvindcol1 {
	width: 300px;
	float: left;
	background: url(/assets/site/img/onecolumn-divider.png) no-repeat top left;
	margin-top: -21px;
	padding-top: 25px;
	font-size: 1.3em;
}
body.onecolumn #medvindcol2 {
	width: 325px;
	float: left;
	background: url(/assets/site/img/onecolumn-divider.png) no-repeat top right;
	margin-top: -21px;
	padding-top: 25px;
	font-size: 1.3em;
}
#medvindcol2 ul, body.onecolumn #medvindcol1 ul {
	width: 275px;
	margin-right: 25px;
	margin-bottom: 16px;
	line-height: 1.5em;
}
body.onecolumn #medvindcol2 li, body.onecolumn #medvindcol1 li{
	margin-left:15px;
}
body.onecolumn #medvindcol2 li.header, body.onecolumn #medvindcol1 li.header {
	margin-left: 0px;
	margin-bottom: 4px;
	font-weight: bold;
}
	
/**
 * Calendar
 */
body.twocolumns #col1 ul#calendar {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0 0 50px 0;
}
body.twocolumns #col1 ul#calendar li {
	height: 75px;
	margin-left: 0;
	list-style-type: none;
}
body.twocolumns #col1 ul#calendar li div.date {
	display: block;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	float: left;
}
body.twocolumns #col1 ul#calendar li div.date h3 {
	font-size: 2.0em;
	font-weight: bold;
	padding: 6px 0 0 0;
	line-height: 1em;
}
body.twocolumns #col1 ul#calendar li div.date p {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 0 0 0;
	line-height: 1em;
}
body.twocolumns #col1 ul#calendar li div.orange {
	background: url(../img/calendar-box-orange.png) no-repeat top center;
}
body.twocolumns #col1 ul#calendar li div.green {
	background: url(../img/calendar-box-green.png) no-repeat top center;
}
body.twocolumns #col1 ul#calendar li div.red {
	background: url(../img/calendar-box-red.png) no-repeat top center;
}
body.twocolumns #col1 ul#calendar li div.blue {
	background: url(../img/calendar-box-blue.png) no-repeat top center;
	color: #0081ab;
}
body.twocolumns #col1 ul#calendar li div.text {
	float: left;
	margin: 5px 0 0 11px;
}
body.twocolumns #col1 ul#calendar li div.text h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
body.twocolumns #col1 ul#calendar li div.text p {
	font-size: 1.2em;
}
body.twocolumns #col1 ul#calendar li div.text p span {
	text-decoration: underline;
}

/**
 * Addresses
 */
body #col1 ul.contacts {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.67em;
	width: 100%;
	background: url(../img/onecolumn-divider.png) no-repeat top center;
	margin-top: -18px;
	padding-top: 20px;
}
body #col1 ul.contacts li {
	display: block;
	width: 200px;
	margin: 0 24px 21px 0;
	float: left;
}
body #col1 ul.contacts li.last {
	margin-right: 0px;
	width: 175px;
}
 
 
/**
 * Forms
 */
body.twocolumns #col1 form {
	display: block;
	margin: 32px 0 0 0;
	padding: 24px 0 0 0;
	border-top: 1px solid #ddd;
	background: url(../img/form-background.png) repeat-x top center;
}
body.twocolumns #col1 table {
	width: 100%;
	font-size: 1.2em;
}
body.twocolumns #col1 td {
	vertical-align: top;
	line-height: 1.67em;
	padding: 0 0 17px 0;
}
body.twocolumns #col1 th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	line-height: 1.67em;
	padding: 0 6px 0 28px;
}
body.twocolumns #col1 tr.divider th {
	background: url(../img/form-divider.png) no-repeat top left;
}
body.twocolumns #col1 tr.divider td {
	background: url(../img/form-divider.png) no-repeat top right;
}
body.twocolumns #col1 tr.divider th, body.twocolumns #col1 tr.divider td {
	padding-top: 16px;
}
body.twocolumns #col1 form input.wide {
	width: 172px;
}
body.twocolumns #col1 form select.wide {
	width: 178px;
}
body.twocolumns #col1 form textarea.wide {
	width: 174px;
}
body.twocolumns #col1 form input.small {
	width: 96px;
}
body.twocolumns #col1 form input.xwide {
	width: 223px;
}
body.twocolumns #col1 form textarea.xwide {
	width: 224px;
}
body.twocolumns #col1 form img#swedenmap {
	float: right;
	margin-right: 12px;
	border: 0px;
}
/* add padding */
body.twocolumns #col1 form#memberform {
}
body.twocolumns #col1 form td#membermoreinfo {
	padding-left: 37px;
}
/* popup alert */
div#formalert {
	position: absolute;
	display: block;
	width: 225px;
	background: url(../img/form-alert-background-bottom.png) no-repeat bottom left;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.67em;
	text-align: left;
}
div#formalert div#subdiv {
	display: block;
	background: url(../img/form-alert-background-top.png) no-repeat top left;
	padding: 19px 25px 27px 39px;
}
body.twocolumns #col1 form#verifynewad {
	margin-bottom: 50px;
}
body.twocolumns #col1 #uploadedimages {
	display: none;
 }
body.twocolumns #col1 #uploadedimages.show {
	display: table-row;
 }
body.twocolumns #col1 #imageuploadprogress {
	padding: 0px;
	padding-left: 35px;
	margin-left: 10px;
	background: url(../img/icon-loading.gif) no-repeat center left;
	display: none;
}
body.twocolumns #col1 table.tablesavead th {
	width: 89px;
}
body.twocolumns #col1  form#imageupload {
	background: none;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* uploaded images */
body.twocolumns #col1 #uploadedimages div.adimage {
	width: 90px;
	float: left;
	background-color: #F0F0F0;
	padding: 6px;
	margin-bottom: 15px;
	margin-right: 23px;
	border-bottom: 1px solid #E3E3E3;
}
body.twocolumns #col1 #uploadedimages A.imgDelete {
	float:left;
	display: block;
	background: url(../img/icon-close.png) no-repeat center left;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	margin-left: 1px;
	padding-left: 20px;
}
/* Manufacturing plate */
div#plat {
	display: none;
	text-align: right;
	position: absolute;
	top: 781px;
	left: 660px;
	width: 560px;
	height: 460px;
	background: url(/assets/site/img/garderobsplat.png) no-repeat top left;
	padding: 34px 0 0 0; 
}
a#closeplat {
	background: url(/assets/site/img/icon-close.png) no-repeat top right;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.0em;
	margin: 0 84px 0 0;
	padding: 1px 40px 0 0;
	border: 0;
	color: #888;
}
/* Hidden member data form in Change address */
form#verifyaddress-data {
	visibility: hidden
}


/**
 * Media archive
 */
body.twocolumns #col1 ul#mediaarchive {
	font-size: 1.2em;
	line-height: 1.67em;
	padding: 8px 0px 0px 0px;
	margin-bottom: 0;
}
body.twocolumns #col1 ul#mediaarchive li {
	list-style-type: none;
	background: url(../img/twocolumns-divider.png) no-repeat top center;
	padding: 25px 0 0 0;
	margin-left: 0;
}
body.twocolumns #col1 ul#mediaarchive li.first {
	background: none;
	padding: 0 0 0 0;
}
body.twocolumns #col1 ul#mediaarchive div.text {
	float:left;
	width: 201px;
	display: block;
	margin: 7px 0 0 0;
}
body.twocolumns #col1 ul#mediaarchive li div.mediaarchiveclear {
	clear: both;
}
body.twocolumns #col1 ul#mediaarchive div.mediaarchiveimage {
	margin-bottom: 19px;
}
body.twocolumns #col1 ul#mediaarchive button {
	float: right;
	color: #363;
}

 

/**
 * Results table
 */
body.onecolumn #col1 table#results {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.42em;
}
body.onecolumn #col1 table#results th {
	font-weight: bold;
	padding: 2px 0 8px 0;
}
body.onecolumn #col1 table#results td {
	padding: 8px 0 8px 0;
	border-top: 1px solid #e6e6e6;
	vertical-align: top;
}

/**
 * Browser support table
 */
body.twocolumns #col1 table#browsers {
	margin-bottom: 2.0em;
}
body.twocolumns #col1 table#browsers  th {
	text-align: left;
	padding: 1px 0 10px 0;
	vertical-align: middle;
	background: none;
}
body.twocolumns #col1 table#browsers  td {
	padding: 6px 0 0 0;
	vertical-align: middle;
	background: none;
}
body.twocolumns #col1 table#browsers  th.l {
	background: url(../img/form-divider.png) no-repeat bottom left;
}
body.twocolumns #col1 table#browsers th.r {
	background: url(../img/form-divider.png) no-repeat bottom right;
}
body.twocolumns #col1 table#browsers  td img {
	padding: 0 2px 0 2px;
}
body.twocolumns #col2 img#agradedesc {
	margin: 8px 8px 0 0;
	float: left;
}
body.twocolumns #col2 img#betygdesc {
	margin: 10px 8px 0 0;
	float: left;
}


/**
 * Popup for contact in Salutorg and images in Salutorg and image archive
 */
div#popupcontainer {
	/* This extra div is used for the IE6 alphaloader bug */
	position: absolute;
	top: 241px;
	left: 316px;
	display: none;
}
div#popup {
	text-align: left;
	font-size: 1.2em;
}
div#popup.small {
	width: 576px;
	height: 453px;
	background: url(../img/popupsmall-background.png) no-repeat top left;
	padding: 34px 43px 18px 34px; 
}
div#popup.alert {
	width: 576px;
	height: 503px;
	background: url(../img/popupsmallalert-background.png) no-repeat top left;
	padding: 34px 43px 18px 34px; 
}
div#popup  a#closepopup {
    background: url(../img/icon-close.png) no-repeat top right;
    padding-right: 24px;
    display: block;
    float: right;
    color: #9E9E9E;
    height: 16px;
    padding-top: 1px;
}
div#popup h2 {
	font-size: 2.0em;
	margin-top: -0.15em;
}
div#popup table {
	width: 100%;
	background: #fff;
}
div#popup th {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	padding: 0 6px 0 20px;
	line-height: 1.67em;
}
div#popup td {
	vertical-align: top;
	line-height: 1.67em;
}
div#popup.small tr.divider th {
	padding-top: 25px;
	background: url(../img/popupsmall-divider.png) no-repeat top left;
}
div#popup.small tr.divider td {
	padding-top: 25px;
	background: url(../img/popupsmall-divider.png) no-repeat top right;
}
div#popup.small tr.space th {
	padding-top: 17px;
}
div#popup.small tr.space td {
	padding-top: 17px;
}
div#popup.small tr td {
	padding-bottom: 6px;
}
div#popup.small input.textinput {
	width: 440px;
}
div#popup.small textarea.textinput {
	width: 444px;
	height: 130px;
	margin-bottom: 14px;
}
div#popup.small  span#alertmesssage {
	margin: 0 0 18px 25px;
	padding-top: 2px;
	display: none;
	width: 525px;
	height: 25px;
	background: url(../img/popupsmallalert-alertbackground.png) no-repeat top right;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
div#popup.large {
	width: 825px;
	height: 548px;
	background: url(../img/popuplarge-background.png) no-repeat top left;
	padding: 36px 47px 18px 36px; 
}
div#popup.large table {
	width: 825px;
	background: #fff;
}
div#popup.large tr.divider th {
	width: 650px;
	padding: 25px 0 0 0;
	background: url(../img/popuplarge-divider.png) no-repeat top left;
	text-align: center;
	font-weight: normal;
}
div#popup.large tr.divider td {
	width: 150px;
	padding: 25px 0 0 25px;
	background: url(../img/popuplarge-divider.png) no-repeat top right;
}
div#popup.large div#imglist {
	margin: -22px 0 0 0;
	padding: 22px 0 0 0;
	width: 150px;
	display: block;
	height: 425px;	
	overflow: auto;
	float: right;
}
div#popup.large div#imglist img {
	margin: 0 0 19px 0;
}

div#popup.large #imagedownload {
	display: block;
	float: right;
	background: url(../img/icon-download.png) no-repeat center left;
	margin-left: 6px;
	padding-left: 15px;
}

div#popup.xsmall {
	width: 406px;
	height: 311px;
	background: url(../img/popupxsmall-background.png) no-repeat top left;
	padding: 34px 43px 18px 34px; 
}

div#popup.edit {
	width: 527px;
	background-color: #EFFFEB;
	color: #363;
	border: 1px solid #cce3cc;
	padding: 23px 23px 23px 23px;
}
div#popup.edit table {
	background-color: #EFFFEB;
}
div#popup.edit tr.divider th {
	padding-top: 23px;
	border-top: 1px solid #cce3cc;
}
div#popup.edit tr.divider td {
	padding-top: 23px;
	border-top: 1px solid #cce3cc;
}
div#popup.edit tr td {
	padding-bottom: 20px;
	padding-right: 25px;
}
div#popup.edit input, div#popup.edit textarea, div#popup.edit  a#closepopup {
	color: #363;
}
div#popup.edit input.textinput {
	width: 350px;
	border: 1px solid #cce3cc;
	padding: 2px;
}
div#popup.edit textarea.textinput {
	width: 354px;
	height: 130px;
	border: 1px solid #cce3cc;
	padding: 2px;
}
div#popup.edit div.editimage {
	float: left;
	background-color: #ddd;
	padding: 6px 6px 2px 6px;
	margin: 6px 15px 10px 2px;
	border-bottom: 1px solid #ccc;
}
div#popup.edit div.selected  {
	background: none;
	background-color: #aea;
	border-bottom: 1px solid #9c9;
}
div#popup.edit div.editimage input {
	position: absolute;
	margin: 4px;
}
div#popup.edit label#infomessage {
	font-weight: bold;
	color: #D63535;
	margin-bottom: 15px;
	display: none;
}
div#popup.edit label#infomessage a {
	color: #D63535;
	text-decoration: underline;
}
div#imagedescription  button {
	float: right;
	color: #363;
}
div#editdescription  {
	display: none;
	background-color: #EFFFEB;
	padding: 6px 0px 6px 0px;
}
div#editdescription button {
	color: #363;
}
div#editdescription input {
	border: 1px solid #cce3cc;
	margin-right: 5px;
	color: #363;
	padding: 2px;
	width: 300px;
}


/* Editor */
body.mceContentBody {
	text-align: left;
}
body.mceContentBody, body.mceContentBody P, body.mceContentBody UL, body.mceContentBody LI, body.mceContentBody TD, body.mceContentBody TH {
	font-size: 10pt;
}
body.mceContentBody, body.mceContentBody H1 {
	font-size: 30px;
}
body.mceContentBody, body.mceContentBody H2 {
	font-size: 22px;
}
 
