@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}


li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}

hr {
	background: #C0C0C0;
	height:1px;
	border: 0px inset;
	margin-top: 5px;
	margin-bottom: 5px;
}


a {
	color: #345892;
	text-decoration: none;
	
}

a img {border:none;}

a:hover {
	color: #345892;
	text-decoration: underline;
	border: 0px;
}
.abstract {
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
}

.title {
	font-size: 2em;
	font-weight: normal;
}

ul li {
	
	padding: 0;
	margin: 0;
	/*padding-left: 1em;*/
}


.threeCol #content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	background-image: url(../images/column_bg.gif);
	text-align: left;
	background-repeat: repeat-y;
}
.threeCol #mainContent {
	margin-right: 230px;
	margin-left: 230px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}
.threeCol #sideBarLeft {
	float: left;
	width: 190px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	font-size: 0.9em;
	color: #666666;
}
.threeCol #sideBarRight {
	width: 200px;
	padding-left: 20px;
	padding-right: 15px;
	float: right;
	margin-top: 20px;
	font-size: 0.9em;
}
.threeCol #head {
	background-color: #FFFFFF;
	padding-bottom: 1px;
}


.twoCol #content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	background-image: url(../images/column_bg.gif);
	text-align: left;
	background-repeat: repeat-y;
}
.twoCol #mainContent {
	/*margin-right: 230px;*/
	margin-left: 230px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	text-align: left;
}
.twoCol #sideBarLeft {
	float: left;
	width: 190px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	font-size: 0.9em;
	font-size: 1em;
	color: #666666;
}
.twoCol #colLeft {
	width: 250px;
	
	
	padding-top: 20px;
	
	
	
}

.twoCol #colRight {
	width: 250px;
	padding-left: 20px;
	padding-right: 10px;
	float: right;
	padding-top: 35px;
}

.twoCol #head {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}


#footer {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	padding-top: 20px;
	font-size: 0.9em;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#wrapper
{
	background-image: url(../images/column_ending.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#columnEnding {
	background-image: url(../images/column_ending_end.gif);
	background-repeat: no-repeat;
	clear:both;
	height: 5px;
	width: 900px;
	line-height: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}

#columnEnding p {
	line-height: 0px;
	margin: 0px;
}

#columnStart {
	background-image: url(../images/column_top.gif);
	background-repeat: no-repeat;
	clear:both;
	height: 5px;
	width: 900px;
	line-height: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}

#columnStart p {
	line-height: 0px;
	margin: 0px;
}

#navbar {
	padding-top: 31px;
	padding-left: 234px;
	font-size: 12px;
	line-height: 55px;
	background-image: url(../images/navbar.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
	
}

#navbarFlags {
	float:right;
	margin-top: 16px;
}

#navbarFlags a {
	padding-left: 5px;
}



#navbar ul li {
	display: inline;
	color: #333333;/*margin-top: 2em;*/
	margin: -2px;
	padding: 0px;
}
#navbar a {
	color: #535353;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 1px;
	margin-left: 1px;	
}
#navbar a:hover {
	text-decoration: none;
	background: #f6f6f6;
	background-image: url(../images/navbar_hilite.gif);
	background-repeat: repeat-x;
}


#navbar a.selected {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/navbar_sel.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}


#navbar2
{
	margin-left: -60px;
	padding-left: 40px;	

}

#navbar2 ul
{
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0px;
	
	

}

#navbar2 ul li a, #navbar2 ul li span.notClickable
{
	background: transparent url(list-off.gif) left center no-repeat;
	padding-left: 1.25em;
	text-decoration: none;
	color: #777777;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#navbar2 ul li a:hover
{
	background: transparent url(list-on.gif) left center no-repeat;
	color: black;
}

#navbar2 ul li a.selected
{
	background: transparent url(list-active.gif) left center no-repeat;
	color: #333;
}




.linkedImage
{
	margin-bottom: 3px;
}

.imageLeft
{
	float:left;
	margin-right: 15px;
}

.imageRight
{
	float:right;
	margin-left: 15px;
}

.imageCenter
{
	width: 100%;
	text-align:center;
}

a.pdfLink {
	background-image: url(../images/pdficonsmall.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-right: 20px;
	
}

/* ---- ( iTunes CSS ) ---- */
.mopsTable, .filelist  {
	color: #000;
	text-align: left;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.mopsTable a, .filelist a {
	text-decoration: underline;
}
.mopsTable a:visited, .filelist a:visited {
	text-decoration: underline;
}
.mopsTable tr.odd, .filelist tr.odd {
	background-color: #EBEEF0;
}
.mopsTable tr a {
	
}
.mopsTable tr:hover a, .filelist tr:hover a {
	color: #ffffff;
}
.mopsTable tr:hover, mopsTable tr.odd:hover, .filelist tr:hover, filelist tr.odd:hover {
	background-color: #345892;
	color: #ffffff;
}


.mopsTable th, .filelist th {
	font-weight: bold;
	font-size: 105%;
	color: #000;
}
.mopsTable th:hover {
	
	
}
.mopsTable tr, .filelist tr {
	vertical-align: top;
}
.mopsTable tr, .mopsTable th, .mopsTable td, .filelist tr, .filelist th, .filelist td {
	padding: .75em;
}
.mopsTable td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#FileBrowser table {
width: 100%;
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;

}

#FileBrowser th, #FileBrowser th:hover {
background-color: #EBEEF0;

}
#FileBrowser th a {
	color: #345892;
	text-decoration: none;
}

#FileBrowser .breadcrumbs a
{
font-size: 100%;
color: #999999;
}

#FileBrowser .breadcrumbs
{
	padding-bottom: 5px;
}

.logout
{
	float: right;
}

.error {
	border: 1px solid #d77;
	background: #fcc;
	color: #200;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.imageText
{
	padding-top: 5px;
	font-size: 80%;
	font-style: italic;
}

/* Grå textbox */

.sidebar {
	width: 185px;
	padding: 8px;
	border: 1px solid #aaa;
	background: #fafafa;
	float: right;
	margin: 0 6px 0 6px;
	background-color: #f0f0f0;
}


/* Textbox med linje */ 
.sidebox {
	border-bottom: 1px solid #eee;
	padding: 5px 5px 5px 0px;
	margin: 0;
	text-align: center;
	font: 10px/13px myriad, "lucida grande", "trebuchet ms", Verdana, serif;
	color: #333;
}

.productList
{
	width: 100%;
}

.productList td {
	vertical-align: bottom;
	height: 100px;
	width: 100px;
	text-align: center;

}

.productList p {
	padding-top: 5px;

}

.displayStartPageHeadlinesHeadline
{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0em;
}

.windowsMediaLink
{
	background-image: url(../images/icon_wmv.gif);
	background-repeat: no-repeat;
	padding-left: 20px;	
	
}

.quickTimeLink
{
	background-image: url(../images/icon_qt.gif);
	background-repeat: no-repeat;
	padding-left: 20px;	
	
}

.displayStartPageHeadlinesHeadline
{
	padding-bottom: 0.4em;
}

.displayStartPageHeadlinesAbstract
{
	padding-bottom: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}