@charset "utf-8";
/* CSS Document */

/* Searchpanel */

#searchpanel {
	/*position:relative;
	top:0;left:0;
	margin: 0 auto;*/
	background: #333 url(/v4/images/search-bg.png) top center;
	color:#ccc;
	font-style:italic;
	font-size:1em;
	height: 74px;
	/*border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #666;*/
	display: none;
	text-align:left;
	/*padding:10px 40px;*/
}
/*#searchpanel {
	margin:10px 50px;
}*/
#searcharea	{ float: left; width: 200px; display: block }
#glist	{ float: left; width: 660px; display: block; margin: 10px; padding: 10px }
#glist h3	{ visibility: visible; font-size: 13px; color: #fff; margin-top: 0px; margin-bottom: 3px }
#searchpanel h3 a	{ color: #fff; text-decoration: none }
#searchpanel h3 a:hover	{ text-decoration: underline }
.call	{clear: both; height: 1px }
#glist li, #glist ul	{ list-style: none; margin: 0px; padding: 0px }
#glist p.url	{ margin-bottom: 20px }
#glist p.url a	{ color: #ccc }
#glist p	{ color: #fff; margin-bottom: 3px; margin-top: 0px; font-size: 11px; line-height: 1.4em }

/* Header */



#header-right{
	float:right;text-align:right;margin-top:15px;font-size:10px;
}
#header-right .links{
	letter-spacing:0.2em;6
}
#header-right .links a:link {
	font-weight:bold;
	}
#header-right .links a:visited {
	} 
#header-right .links a:active {
	}
#header-right .links a:hover {
	text-decoration: underline;
	/*hover doesn't work in nn4*/
	}
#header-right p{
	padding:0;margin:5px 0 0 0;
}

/* Content */

#content	{ min-height: 300px }

/* Footer */

#footer	{background:#FFF url(/v4/images/footer-bg-short.jpg) top center no-repeat;
	height:150px;
	margin-top: 30px;}
	
#footer p {
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	width:137px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height:1.3em;
}

/* Tabeller */

.tabelhuvud{
	padding: 4px;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight:bold; 
	}

.tabelmedsiffror td{
	text-align: right;
	}

.tabelmedsiffror tbody td{
	white-space: nowrap;
	padding: 3px;
	border-bottom: 1px solid #ddd}

.tabelmedsiffror td:first-child{
	text-align: left !important;
	}
	
.smallInfoText{
	font-size: 10px;
	line-height:14px;
}
.tabeltext{ 
 	text-align: left;
 	padding: 4px 50px 10px 10px;
	font-size: 1em;
	vertical-align:top;
}

.tabelbild{ 
	padding-top: 10px;
	text-align: left;
	width: 95px; 
	vertical-align:top;
}
.annualdiv{
	line-height: 1.6em;
	font-size:10px;
	float:left;
	width:160px;
	margin-bottom:20px;
	margin-top:20px;
}

 P { margin-top: 15px; margin-bottom: -5px;}
h3 { margin-top: 25px }
hr	{ border-top: 1px solid #777; margin-top: 20px; margin-bottom: 21px }

table	{ width: 100% }
td, th	{ text-align: right; border-bottom: 1px solid #777; line-height: 20px; height: 20px }
td:first-child, th:first-child	{ text-align: left }
thead th	{ font-weight: bold }

table.bildarkiv		{ margin: 0px}
table.bildarkiv td	{padding: 5px; text-align:center}
.imageslib		 	{font-size: 80%;} 
.imageslib	img 	{margin: 15px 15px 0px 0px} 
.imageslib	div  	{float: left; text-align: left;} 

.linkbar{
	display:block;
	background:#eee; /*url(/v4/images/linkbar-bg.jpg) repeat-x top right;*/
	height:18px;
	font-family:Helvetica,Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	padding:0px 8px;
	margin-bottom:20px;
	margin-top:6px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -khtml-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}


.rounded-corners {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

/*
.linkbar a{
	color:#154073;
	padding-left:12px;
	background:url(/v4/images/linkbar-bullet.png) no-repeat center left;
}
*/
.css3button{
	color: #262626;
	font-weight: bold;
	font-size: 10pt;
	text-shadow: 0 1px 0 white;
	border: 1px solid #4c4c4c;
	padding: 3px 5px;
	background: #EBEBEB;
	background-image: -moz-linear-gradient(-90deg, #EBEBEB, #AFAFAF);
	-moz-border-radius: 5px;
	-moz-box-shadow:
		0 1px 0 rgba(255,255,255,0.5),
		inset 0 0 0 1px rgba(255,255,255,0.3),
		inset 0 1px 0 rgba(255,255,255,0.4)
	;
	cursor:pointer;
}


.analysts{
	margin-top: 10px;
}
.analysts li {

	list-style-type: disc;
}

