﻿html, body, form
{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	/* Fonten på alla sidor */
	font-family: Arial, Verdana, Sans-Serif;
	/* Storlek på fonten */
	font-size: 10pt;
}
/* nedanstående kan ändras */
.tdFile
{
	border:0px;font-family:tahoma;font-size:9pt;color:#202020;background-color:#FAFAFA;
}
.tdhead
{
	border:0px;font-family:tahoma;font-size:9pt;color:#ffffff;background-color:#3C6B96;
}

h1
{
	font-size: 18pt;
	color: royalblue;
	font-family: 'Century Gothic';
	text-align: center;
}
h2
{
	font-size: 16pt;
}
h3
{
	font-size: 14pt;
}
h4
{
	font-size: 12pt;
	font-weight: bold;
}
h5
{
	font-size: 10pt;
	font-weight: bold;
}
/* nedanstående kan ändras */
.header
{
	font-size: medium;
	color: royalblue;
	font-family: 'Century Gothic';
}
p.footer
{
	color: cornflowerblue;
	text-align: center;
}
span.footer
{
	color: cornflowerblue;
	text-align: center;
}
/* Samtliga nedan har med den vänstra navigatorn att gör */
.MasterPanel
{
	background-color: #ebf1fe;
}

.NewsHeader
{
	color: blue;
	font-size: 14pt;
	vertical-align: top;
	text-align: left;
}

.NewsHeader A:link {text-decoration: none}
.NewsHeader A:visited {text-decoration: none}
.NewsHeader A:active {text-decoration: none}
.NewsHeader A:hover {text-decoration: underline; color: darkblue;}

.NewsHeaderList
{
	color: blue;
	font-size: 12pt;
	vertical-align: top;
	text-align: left;
}

.NewsHeaderList A:link {text-decoration: none}
.NewsHeaderList A:visited {text-decoration: none}
.NewsHeaderList A:active {text-decoration: none}
.NewsHeaderList A:hover {text-decoration: underline; color: darkblue;}

.Ingress
{
	font-size: 12pt;
}
.NewsInfo
{
	font-size: 8pt;
	font-style:italic;
}

/* FÅR EJ ÄNDRAS */
#wrapper
{
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

.ContentCell
{
	vertical-align:top;
}

.ContentPanel
{
	vertical-align: top;
}


iframe
{
	height:100%;
	width:100%
}
.TextBox
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
}
.Validate
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12pt;
}