/************
  * Misc Styles and defaults 
  */
  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #ededed url(../images/bg_body.gif) repeat-y 50% 0px;
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}
img {
}

.clearer
{
	clear: both;
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 912px;  
	margin: 0 auto; 
	background: white;
}
#Container { 
	width: 912px;
	padding-bottom: 15px;
	}
#Layout {
	clear: both;
	overflow: hidden;
	margin: 0px auto;
}
#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}
/** Header **/
#Header { 
 	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../images/sprite.png) no-repeat;
	height: 119px;
}
 	#Header h1 { 
	  	display: none;
		}

	#Header a.logo
	{
		width: 417px;
		height: 100px;
		text-decoration: none;
		display: block;
	}

/*** Top Nav **/
#topNavigation
{
	position: absolute;
	height:1px;
	width: 1px;
}

#topNavigation .inner
{
	position: relative;
	top: -90px;
	left: 673px;
	width: 239px;
	height: 90px;
	background: transparent url(../images/sprite.png) no-repeat 0px -437px;
	z-index: 900;
}

#topNavigation ul
{
	position: relative;
	top: 9px;
	left: 8px;
	border: 1px solid #c7c7c7;
	width: 195px;
	border-top: 0px;
	background: white;
}

div#blommor
{
	position: absolute;
	height:1px;
	width: 1px;
}
a#blomma1
{
	background: transparent url(../images/blomma.png) no-repeat 0px -13px;
	height: 51px;
	width: 56px;
	z-index: 1002;
	position: relative;
	top: -100px;
	left: 665px;
	display: block;
	_background: none;
}

div#blomma2
{
	background: transparent url(../images/blomma.png) no-repeat -67px 0px;
	height: 24px;
	width: 68px;
	z-index: 1002;
	position: relative;
	top: -170px;
	left: 723px;
	_background: none;
}

div#blomma3
{
	background: transparent url(../images/blomma.png) no-repeat -206px -54px;
	height: 11px;
	width: 10px;
	z-index: 1002;
	position: relative;
	top: -130px;
	left: 870px;
	_background: none;
}

#topNavigation ul li
{
	height: 19px;
}
#topNavigation ul li a
{
	font-size: 1.3em;
	font-weight: bold;
	color: #474747;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: none;
	height: 15px;
	display: block;
	padding: 2px 2px 2px 38px;
}

#topNavigation ul li.current a,
#topNavigation ul li:hover a
{
	background-color: #474747;
	color: white !important;
}

#topNavigation #navigationButton
{
}

#topNavigation #navigationButton a
{
	position: relative;
	top: 9px;
	left: 8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #474747;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 155px;
	height: 15px;
	padding: 2px 2px 2px 38px;
	background: transparent url(../images/sprite.png) no-repeat right -240px;
	display: none;	
}
#topNavigation #navigationButton a.current,
#topNavigation #navigationButton a.section
{
	display: block;
}



/*** Main Nav ***/
#Navigation {
	margin: 0 auto;
	padding-top: 11px;
	overflow: hidden;
	background: #474747;
	height: 40px;
}

#Navigation.level2 {
	background: #8a8a8a;
	height: 35px;
	padding-top: 8px;
}

#Navigation.level3 {
	background: white;
	border-bottom: 1px solid #8a8a8a;
	height: 31px;
	padding-top: 6px;
}

#Navigation.level4 {
	background: transparent;
	border-bottom: none;
	height: auto;
	padding-top: 6px;
	margin-left: 0px;
	margin-bottom: 16px;
	background: transparent url(../images/screencast_selector.gif) no-repeat 0px 4px;
	padding-left: 98px;
}

#Navigation ul { 
	margin-right: 10px;
	padding-left: 15px;
	}
		#Navigation ul li { 
	 	list-style: none; 
		margin: 0 2px; 
		float: left;
		display: block;
		display: block;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 27px; 
			font-size: 1.2em; 
			padding: 0 0 0 10px;
			color: #fff;
			line-height: 2.3em;
		}
		#Navigation.level2 ul li a { 
			height: 25px;
			line-height: 2.2em;
		}
		#Navigation.level3 ul li a { 
			height: 23px;
			line-height: 2em;
		}
		#Navigation.level3 ul li a,
		#Navigation.level3 ul li a:hover { 
			color: #474747;
		}	
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			padding-right: 10px;
			font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
			font-size: 14px;
			font-weight: bold;
			opacity: 0.99;
			height: 27px;
		}
		#Navigation.level2 ul li a span
		{
			height: 25px;
		}
		#Navigation.level3 ul li a span
		{
			height: 23px;
			font-weight: bold;
		}
		#Navigation.level2 ul li a span {
			font-size: 13px;
		}
		#Navigation.level3 ul li a span {
			font-size: 12px;
		}
			#Navigation ul li a:hover { 
			 	background: #93C7E7 url(../images/sprite.png) no-repeat left -150px; 
				cursor: pointer;
				opacity: 0.7;
				}
			#Navigation ul li a:hover span {
				background: #93C7E7 url(../images/sprite.png) no-repeat right -150px;
				cursor: pointer;
				color: #444;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background: #fff url(../images/sprite.png) no-repeat left -150px; 
			 	color: #444;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				background: #fff url(../images/sprite.png) no-repeat right -150px;
				color: #444;
			}
			
			#Navigation.level2 ul li a:hover,
			#Navigation.level2 ul li a.current,
    		#Navigation.level2 ul li a.section,
    		#Navigation.level2 ul li a.section:hover,
    		#Navigation.level2 ul li a.current:hover 
			{
				background-position: left -177px;
			}
			#Navigation.level2 ul li a:hover span,
			#Navigation.level2 ul li a.current span,
			#Navigation.level2 ul li a.section span,
    		#Navigation.level2 ul li a.section:hover span,
			#Navigation.level2 ul li a.current:hover span
			{
				background-position: right -177px;
			}
			
			#Navigation.level3 ul li a:hover,
			#Navigation.level3 ul li a.current,
    		#Navigation.level3 ul li a.section,
    		#Navigation.level3 ul li a.section:hover,
    		#Navigation.level3 ul li a.current:hover 
			{
				background-position: left -202px;
				color: white;
			}
			#Navigation.level3 ul li a:hover span,
			#Navigation.level3 ul li a.current span,
			#Navigation.level3 ul li a.section span,
    		#Navigation.level3 ul li a.section:hover span,
			#Navigation.level3 ul li a.current:hover span
			{
				background-position: right -202px;
				color: white;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Start page ***/



/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}

	
/* Comments
******************************************/

#PageComments_holder
{
	padding: 0px;
	width: 475px;
	margin-left: 0px;
	border-bottom: 0px;
}

#PageComments_holder form
{
	padding: 34px 0px 20px 10px;
	background: transparent url(../images/sprite_comments.png) no-repeat 0px -71px;
	margin-bottom: 10px;
	margin-top: 0;
}

#PageComments_holder h3
{
	padding: 0px;
	margin: 0px 0px 10px;
	height: 39px;
	background: transparent url(../images/sprite_comments.png) no-repeat 0px 0px;
	text-indent: -2000px;
	cursor: pointer;
}

#PageComments_holder h4
{
	display: none;
}

#PageComments_holder label
{
	font-weight: bold;
	font-size: 1.2em;
	color: #474747;
}

#PageComments_holder .middleColumn
{
	padding: 0px;
	width: 100%;
	margin-right: 0px;
	width: 433px;
}

#PageComments_holder .Actions input
{
	height: 33px;
	width: 166px;
	padding: 0px;
	border: 0px;
	background: transparent url(../images/sprite_comments.png) no-repeat -50px -240px;
	text-indent: -2000px;
	*text-indent: 0px;
	*font-size: 0px;
	*color: white;
	margin-top: 4px;
}

#PageComments_holder .middleColumn input,
#PageComments_holder .middleColumn textarea
{
	padding: 8px;
	width: 100%;
	color: #474747;
	font-weight: normal;
}

#CommentHolder 
{
	background: #fbfbfb url(../images/sprite_comments.png) no-repeat 0px -390px;
	padding-top: 40px;
}

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#CommentHolder ul#PageComments {
	margin-top: 0px;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	padding-left: 10px;
	padding-right: 10px;
}

#PageComments li.even {
	padding-left: 10px;
}

#PageComments li p.info {
	color: #0075c7;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
	color: #474747;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

#CommenterURL
{
	display: none;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	height: 5em; 
	text-align: center; 
	}
	#Footer .footerTop {
		width: 100%;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  	#Footer a { 
	   	text-decoration: none;
		}
	#Footer a:hover {
		text-decoration: underline;
	}
	
	
	
/* Start page */
#extraCol
{
	width: 297px;
	float: right;
	padding-right: 30px;
	padding-top: 32px;
}

div.typography
{
	border-bottom: 1px solid #cccccc;
	float: left;
	padding-left: 0px;
	width: 792px;
	margin-left: 60px;
	margin-right: 60px;
	padding-bottom: 20px;
}
  
#startPage .typography
{
	width: 480px;
	margin-right: 0px;
}

#startPage #topImage 
{
	height: 315px;
	overflow: hidden;
}

#startPage #topImage #topTeasers
{
	height: 315px;
	float: right;
	width: 500px;
	position: relative;
	z-index: 999;
}

#startPage #topImage #topTeasers .teaser
{
	border-bottom: 1px solid #e3e3e3;
	height: 33%;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

#startPage #topImage #topTeasers .teaser:hover
{
	background: #474747;
	border-bottom: 1px solid #474747;
}

#startPage #topImage #topTeasers .teaser:hover .headline,
#startPage #topImage #topTeasers .teaser:hover .preamble
{
	color: white;
}

#startPage #topImage #topTeasers .teaser:hover .type
{
	color: #ceddae;
}

#startPage #topImage #topTeasers .teaser span
{
	display: block;
}

#startPage #topImage #topTeasers .teaser .comments
{
	float: left;
	width: 48px;
	height: 64px;
	text-align: center;
	padding-top: 17px;
}

#startPage #topImage #topTeasers .teaser .comments em
{
	font-style: normal;
	height: 30px;
	padding-left: 6px;
	padding-top: 2px;
	background: transparent url(../images/sprite.png) no-repeat 9px -345px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	display:block;
}

#startPage #topImage #topTeasers .teaser:hover .comments em
{
	background: transparent url(../images/sprite.png) no-repeat 9px -240px;
	color: #474747;
}

#startPage #topImage #topTeasers .teaser .headline
{
	color: #2f2f2f;
	font-size: 18px;
	font-weight: bold;
	padding-top: 14px;
}

#startPage #topImage #topTeasers .teaser .type
{
	font-size: 12px;
	padding-top: 4px;
	font-weight: bold;
	color: #6d9812;
	
}

#startPage #topImage #topTeasers .teaser .preamble
{
	font-size: 12px;
	color: #414141;
	font-weight: normal;
	line-height:18px;
	padding-right:15px;
	padding-top:8px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

#startPage #topImage span.imageWrapper
{
	position: absolute;
}

#startPage #topImage span img
{
	position: relative;
	z-index: 1001;
}


#extraCol #NewsList
{
	background: transparent url(../images/sprite.png) no-repeat -47px -347px;
	padding-top: 39px;
}

#extraCol #NewsList li
{
	background: white url(../images/sprite.png) no-repeat -46px -245px;
	height: 21px;
	*height: 19px;
	*border-bottom: 2px solid white;
	*padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 31px;
	*margin-bottom: -1px;
}

#extraCol #NewsList li a
{
	color: #474747;
	font-size: 12px;
	text-decoration: none;	
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

/* LOGIN BOX */

#loginBox
{
	margin-bottom: 20px;
}

#loginBox.header
{
	position: absolute;
	margin-left: 663px;
	margin-top: 78px;
	width: 215px;
	z-index: 1010;
	padding: 0px;
	padding-left: 10px;
}

#loginBox.header #logoutContainer
{
	background:transparent url(../images/bg_top.gif) no-repeat;
	position: relative;
	z-index: 800;
	cursor: pointer;
}

#loginBox.header #logoutContainer:hover
{
	background:transparent url(../images/bg_top.gif) no-repeat 0 -47px;
}

#loginBox.header span
{
	display: block;
	height: 100%;
	padding: 0;
	margin: 0;
	width: 205px;
}


#loginBox h3
{
	text-indent: -2000px;
	padding-top: 33px;
	height: 10px;
	background: transparent url(../images/sprite.png) no-repeat -47px -304px;
}

#loginBox input.text
{
	height: 18px;
	margin-bottom: 8px;
}

#loginBox #MemberLoginForm_LoginForm_Email
{
	width: 291px;
}

#loginBox #MemberLoginForm_LoginForm_Password
{
	width: 261px;
}

#loginBox #MemberLoginForm_LoginForm_action_forgotPassword
{
	text-indent: -2000px;
	width: 27px;
	height: 23px;
	border: 0px;
	position: relative;
	top: 3px;
	*top: -9px;
	background: transparent url(../images/sprite.png) no-repeat right -390px;
}

#loginBox #MemberLoginForm_LoginForm_action_dologin
{
	height: 33px;
	width: 97px;
	border: none;
	text-indent: -2000px;
	background: transparent url(../images/sprite.png) no-repeat -47px -390px;
	float: right;
}

#loginBox .cookieControl
{
	color: #414141;
	font-size: 13px;
	height: 27px;
	float: left;
	width: 178px;
	padding-left: 12px;
	background: transparent url(../images/sprite.png) no-repeat -149px -390px;
	padding-top: 6px;
}

#loginBox .cookieControl .checkbox
{
	position: relative;
	top: 2px;
}

#loginBox #logoutContainer
{
	color: #414141;
	font-size: 13px;
	height: 33px;
	width: 100%;
	background: transparent url(../images/sprite.png) no-repeat -149px -390px;

}

#loginBox #logoutContainer span
{
	float: left;
	display:block;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	padding-left:14px;
	padding-top:9px;
}

#loginBox #logoutContainer span em
{
	font-style: normal;
	font-weight: bold;
}
	
#loginBox #logoutContainer a
{
	color: #414141;
	font-size: 13px;
	height: 37px;
	width: 97px;
	background: transparent url(../images/sprite.png) no-repeat -247px -437px;
	float: right;
	text-decoration: none;
}

/* Userforms */
ul.optionset li input,
ul.optionset li label
{
	display: inline;
}

/* LOGIN FORM */

div#MemberLoginForm_LoginForm_tab
{
	display: block !important;
}

div#OpenIDLoginForm_LoginForm_tab
{
	display: none !important;
}



/* We dont want the left padding to appear in the WYSIWYG editor, so we put it here */
.typography
{
	padding-top: 15px;
	padding-left: 60px;
	width: 100%;
}



