﻿/* ------ Text items -------- */
body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color:#222222;
	padding: 0; 
	margin: 0;
}
h1, .heading1
{
	font-weight: bold;
	display: inline;
	font-size: 1.5em;
	color: #244985;
	/* EditMenuName: Rubriken 1; */ /* Borttagen eftersom den redan används på sidan i den grå rubriken */
}
h2, .heading2
{
	font-weight: bold; 
	font-size:1.2em;
	color: #333333;
	EditMenuName: Rubrik 2;
}
.greyh2
{
	font-weight: bold; 
	font-size:1.2em;	
	color: #666666;
	EditMenuName: Rubrik 2 grå;		
}
.blueh2
{
	font-weight: bold; 
	font-size:1.2em;	
	color: #006699;
	EditMenuName: Rubrik 2 blå;	
}
.redh2
{
	font-weight: bold; 
	font-size:1.2em;
	color: #990000;
	EditMenuName: Rubrik 2 röd;	
}
h3, .heading3
{
	font-weight: bold; 
	font-size: 1em;
	color: #333333;
	EditMenuName: Rubrik 3;
}
.greyh3
{
	font-weight: bold; 
	font-size: 1em;
	color: #666666;
	EditMenuName: Rubrik 3 grå;		
}
.blueh3
{
	font-weight: bold; 
	font-size: 1em;
	color: #006699;
	EditMenuName: Rubrik 3 blå;	
}
.redh3
{
	font-weight: bold; 
	font-size: 1em;
	color: #990000;
	EditMenuName: Rubrik 3 röd;	
}
.imagetext
{
	font-size: 0.9em;
	color: #333333;
	EditMenuName: Bildtext;	
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #336;
	font-size: 11px;
	margin: 0.2em;
}
select
{
	font-size: 11px;
	margin: 0.2em;
}
span.errormessage
{
	color: #a00;
	font-size: 1.3em;
}
.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
a
{
	color: #244985;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: Black;
	text-decoration: underline;
	font-weight: bold;	
}
img.borderless
{
	border-style:none;
}
img
{
	border-style:none;
}
table
{
	font-size: 0.98em;
}
th
{
	text-align: left;
}
tr.evenrow
{
	background-color: #eee;
}
tr.unevenrow
{
	background-color: #fff;
}
tr.headerrow
{
	background-color: #ccc;
}

