﻿html {
	height: 101%;
}
body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background-color: #DDDDDD;
}



#content {
	width: 922px;
	margin: 30px auto 0px auto;
}
.content {
	width: 850px;
	padding: 6px;
	margin: 0px 30px 30px 30px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;	
}
.content:after {
	content: "";
	height: 0px;
	display: block;
	clear: both;
}
.content, .notes {
		-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.23);
		-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.23);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.23);
}
#noscript {
	width: 850px;
	padding: 6px;
	margin: -6px -6px 0 -6px;
	z-index: 2;
	position: absolute;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: justify;
}
#navlist {
	z-index: 1;
	position: absolute;
	top: 0px;
	width: 862px;
	margin: 30px -6px 0 -6px;
	border-bottom: solid #005293 1px;
	color: #000000;
	background-color: #FFFFFF;
}
#ad, #news {
	position: absolute;
	top: 0px;
	width: 132px;
}
#ad {
	margin-left: 886px;
}
#news {
	margin-left: -168px;
}


#navlist #title {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: "times new roman", arial, helvetica, verdana, sans-serif;
	font-size: 300%;
	font-weight: bold;
	font-style: italic;
	color: #FECB00;
		/* ancient browser */
		background-color: #005293;
		/* Safari 4+, Chrome 1-9 */
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7FA8C9), to(#005293));
		/* Safari 5.1+, Mobile Safari, Chrome 10+ */
		background-image: -webkit-linear-gradient(top, #7FA8C9, #005293); 
		/* Firefox 3.6+ */
		background-image: -moz-linear-gradient(top, #7FA8C9, #005293);
		/* IE 10+ */
		background-image: -ms-linear-gradient(top, #7FA8C9, #005293);
		/* Opera 11.10+ */
		background-image: -o-linear-gradient(top, #7FA8C9, #005293);
	background: linear-gradient(to bottom, #7FA8C9, #005293);
}
#pagelist a, #pagelist span {
	color: #000000;
	background-color: #BFD3E4;
	transition: background-color 0.25s;
}
#pagelist a:hover, #pagelist span:hover {
	color: #000000;
	background-color: #7FA8C9;
}
#pagelist ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
}
#pagelist ul li {
	display: block;
	position: relative;
	float: left;
	text-align: center;
}
#pagelist ul li span {
	cursor: default;
}
#pagelist ul li a, #pagelist ul li span {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	width: 122px;
	padding: 3px 0px 3px 0px;
	border-right: solid #005293 1px;
	border-left: solid #005293 1px;
	margin-right: -1px;
	font-weight: bold;
}
#pagelist li ul {
	display: none;
}
#pagelist li:hover ul,
#pagelist li.drop ul {
	display: block;
	position: absolute;
}
#pagelist li:hover li, 
#pagelist li.drop li {
	float: none;
	text-align: left;
}
#pagelist li:hover li a,
#pagelist li:hover li span,
#pagelist li.drop li a,
#pagelist li.drop li span {
	width: 210px;
	padding: 3px;
	border: 0;
	margin: 0;
	font-weight: normal;
	white-space: pre;
}
#pagelist ul ul {
	border: solid #005293 1px;
		-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
#pagelist .separator, .navbox .separator {
	border-top: solid #005293 1px;
}
.navbox:before {
	content: "Gå direkt till...";
	display: block;
	font-style: italic;
	font-family: "times new roman", arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 150%;
	cursor: cursor;
	color: #FECB00;
		/* ancient browser */
		background-color: #005293;
		/* Safari 4+, Chrome 1-9 */
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7FA8C9), to(#005293));
		/* Safari 5.1+, Mobile Safari, Chrome 10+ */
		background-image: -webkit-linear-gradient(top, #7FA8C9, #005293); 
		/* Firefox 3.6+ */
		background-image: -moz-linear-gradient(top, #7FA8C9, #005293);
		/* IE 10+ */
		background-image: -ms-linear-gradient(top, #7FA8C9, #005293);
		/* Opera 11.10+ */
		background-image: -o-linear-gradient(top, #7FA8C9, #005293);
	background: linear-gradient(to bottom, #7FA8C9, #005293);
}
.navbox {
	float: right;
	border: 1px solid #005293;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    list-style: none outside none;
    margin: 6px;
    padding: 0;
	text-align: center;
}
.navbox li {
	clear: right;
	text-align: left;
}
.navbox li a {
	background-color: #BFD3E4;
    color: #000000;
    transition: background-color 0.25s ease 0s;
    display: block;
    text-decoration: none;
	width: 210px;
	padding: 3px;
	font-weight: normal;
	white-space: pre;
}
.navbox li a:hover {
	color: #000000;
	background-color: #7FA8C9;
}



.notes {
	width: 120px;
	padding: 6px 6px 0 6px;
	margin-top: 30px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
.notes h3 {
	padding: 0 0 6px 0;
}
.notes div {
	border-top: solid #CCCCCC 1px;
	padding: 6px 0;
}
.notes a {
	display: block;
}



h1, h2, h3, h4 {
	margin: 0px;
	text-shadow: 1px 1px 1px #ADADAD;
	font-weight: bold;
}
h1, h2, h3 {
	clear: both;
	text-align: center;
}
h1 {
	font-size: 300%;
	padding-top: 100px;
}
h2 {
	font-size: 225%;
	position: relative;
	top: -21px;
	margin-bottom: -21px;
	padding-top: 51px;
	padding-bottom: 30px;
}
h3 {
	font-size: 150%;
	padding-top: 40px;
}
h4 {
	font-size: 150%;
	padding-top: 20px;
}



p, ol, ul {
	line-height: 1.5;
}
ol ol {
	list-style-type: lower-latin;
}
img {
	border: 0;
}
a {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #5555FF;
	background-color: inherit;
}



.pic {
	border: solid #808080 1px;
	border: solid black 1px;
	border-radius: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.right {
	float: right;
	clear: right;
	margin-left: 12px;
}
.left {
	float: left;
	clear: left;
	margin-right: 12px;
}



.motto {
	font-family: "times new roman", arial, helvetica, verdana, sans-serif;
	font-size: 200%;
	font-style: italic;
	text-align: center;
	margin: 0px;
	position: relative;
	top: -21px;
	margin-bottom: -21px;
}
.rq {
	color: inherit;
	background-color: #9696FF;
	margin: 3px 10% 3px 10%;
	border: solid #808080 1px;
	border-radius: 12px;
	padding: 3px;
}
.rq1 {
	padding-bottom: 3px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.rq2 {
	text-align: right;
}

.q1 {
	font-style: italic;
	text-align: center;
}
.q2 {
	text-align: right;
}



.pdf, .zip, .link, .forum, .linklist a {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 18px;
}
.link, .linklist a {
	background-image: url(/link.png);
}
.forum, .linklist .forum {
	background-image: url(/forum.png);
}
.pdf, .linklist .pdf {
	background-image: url(/pdf.png);
}
.zip, .linklist .zip {
	background-image: url(/zip.png);
}
.mail, .linklist .mail {
	background-image: url(/mail.png);
}
.linklist .noimage {
	background-image: none;
}
.linklist .intext {
	background-image: none;
	padding: 0px;
}
.linklist2 a {
	margin-left: 12px;
}



.linkbox {
	width: 200px;
	border: solid #00BFFF 7px;
	border-radius: 12px;
	margin-bottom: 12px;
}
.linkboxheader, .linkbox a {
	display: block;
	padding: 6px;
}
.linkboxheader {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}
.linkbox a {
	border-top: solid #00BFFF 1px;
	text-align: left;
}
.studybutton {
	width: 12.9em;
}
p .studybutton {
	margin-left: 18px;
}
.underline {
	text-decoration: underline;
}
.throughline {
	text-decoration: line-through;
}
.overline {
	text-decoration: overline;
}
.nodecor {
	text-decoration: none;
	color: inherit;
	background-color: inherit;
}
.center {
	text-align: center;
}
.super, .sub {
	font-size: 0.75em;
}
.super {
	vertical-align: super;
}
.sub {
	vertical-align: sub;
}
.subopaque {
	opacity: 0.6;
}
.subopaque:hover {
	opacity: 1.0;
}
.alert {
	font-weight: bold;
	font-style: italic;
	color: #DD0000;
	background-color: transparent;
}



.stats {
	width: 850px;
}
.stat-header {
	width: 848px;
	border: solid black;
	border-width: 1px 1px 0px 1px;
	padding: 2px 0 2px 0;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #7777FF;
	border-top-left-radius: 15px;
}
.stats table {
	border-collapse: collapse;
}
.stats th {
	text-align: center;
	font-weight: bold;
}
.stats th, .stats td {
	white-space: pre;
	border-bottom: solid black 1px;
}

.column1, .column1 th, .column1 td {
	width: 240px;
}
.column1 {
	border-left: solid black 1px;
	float: left;
}
.column1 td {
	font-weight: bold;
	text-align: left;
}
.columns {
	width: 607px;
	border: solid black 1px;
	overflow: auto;
}
.columns th, .columns td {
	width: 35px;
	border-right: solid black 1px;
}
.columns td {
	text-align: right;
}
.columns .last {
	border-right: 0px;
}
.header2 td {
	text-align: center;
	font-weight: bold;
}
.column1 .header2 {
	color: #FFFFFF;
	background-color: #7777FF;
}
.secondheader td {
	color: #FFFFFF;
	background-color: #7777FF;
	text-align: center;
}
.upperrow td {
	border-bottom: 0px;
}
.columns .missing {
	background-color: #E0E0E0;
	color: inherit;
	text-align: center;
}
.columns .na {
	background-color: #222222;
	color: inherit;
}
.columns .none {
	background-color: #666666;
	color: inherit;
}
.columns .secondheader {
	color: #FFFFFF;
	background-color: #7777FF;
	border-right: #7777FF;
}
.columns .tooltip {
	background-color: #FFD700;
	color: inherit;
}



.places {
	text-align: right;
	white-space: pre;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
.places th {
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
	text-align: center;
	font-weight: bold;
}
.places td {
	width: 4em;
	text-align: right;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
	border-left: solid black 1px;
}
.places .summary, .statisticstable .summary {
	width: 11em;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	text-align: right;
	font-weight: bold;
}
.places .column1 {
	width: 11em;
	text-align: right;
}



.bigtable {
	text-align: right;
	white-space: pre;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
.bigtable th {
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
	text-align: center;
	font-weight: bold;
}
.bigtable td {
	text-align: center;
	width: 2.75em;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
	border-left: solid black 1px;
}
.bigtable .column1 {
	text-align: left;
}



.blogupper1, .blogupper0, .bloglower1, .bloglower0 {
	margin-left: 10%;
	margin-right: 10%;
	border: solid #808080;
}

.blogupper1, .blogupper0 {
	padding: 1px 2px 2px 2px;
	border-width: 1px 1px 0 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.blogupper1 {
	color: white;
	background-color: #3366FF;
}
.blogupper0 {
	color: white;
	background-color: #999999;
}
.bloglower1, .bloglower0 {
	padding: 2px;
	border-width: 0 1px 1px 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 12px;
	color: inherit;
	background-color: #FFFFFF;
}
.bloglower1 a {
	color: #2244AA;
	background-color: inherit;
}
.bloglower0 a {
	color: #666666;
	background-color: inherit;
}



.flotplot {
	width: 841px;
	height: 400px;
	clear: both;
}
.flotchoice {
	float: left;
}
.flotcredits {
	clear: both;
	float: right;
	padding-right: 10px;
	font-size: 75%;
	color: #444444;
	background-color: transparent;
}
.flotfin {
	clear: both;
}







/*
studybutton kan ändras till widebutton
standardbutton kan läggas till, se bloggliste-knapparna
*/