/* AMP */
body {
	margin-top: 2px;
	margin-left: 2px;
}
FONT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
}
A {
	color: #c2e5f9;
	text-decoration:none;
}

/* Standardlayout för tabell */
.std-table {
	background-color:#1b76a9;
	border-style: double;
	border-width:thin;
	border-collapse:collapse;
}
.std-table-title {
	background-color: #235f87;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.std-table-oddline, .std-table-darkline {
	background-color: #2d7db2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}	
.std-table-evenline, .std-table-lightline {
	background-color: #2b76a8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Inmatningsforulär */
.form-text, .form-textarea {
	border-color:#999999;
	font-size:9px;
	border-style:dashed;
	border-collapse:collapse;
	border-width:1px;

}
.form-text-readonly {
	border-color:#999999;
	font-size:9px;
	border-style:ridge;
	border-width:thin;
	background-color:#DEDEDE;
}
.form-button {
	font-size: 9px;
	font-family: Verdana, Arial;
}
.form-button-big {
	font-size: 16px;
	font-family: Verdana, Arial;
}

.outline {
	background-color: #09C;
	border:thin;
	width: 750px;
	padding:10px;
}

/* Text */

.text-pagetitle, .text-pagetitle-edit {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
}
.text-pagetitle-edit  {
	/* 071219: bg-color behövs för sidredigering i textfält */
	background-color: #489aca; 
}

.text-pageingress {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.maintext, .maintext-unimportant, .maintext-important {
/* Standardtext i brödtextform */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.maintext-unimportant {
/* Mindre viktig info */
	color: #bbbbbb;
	font-size: 10px;
}
.maintext-important {
/* Viktig info */
	color: #FFCC00;
	font-weight: bold;
}
.maintext-blue {
	color: #0066FF;
}
.maintext-blue-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-size: 10px;
	font-weight:bold;
}
.text-black-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #aaaaaa;
}

.textfield {
  font-size: 10px;
  font-family: verdana, Arial;
}

/* Försök till Punktlinje för hög cell*/
.dotted-td {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #0099FF;
	border-right: 1px;
}

/* Grundinställningar som jag inte gjort själv... */

DL, DD, DT, H1, H2, H3, H4, H5, H6, H7, H8, H9, FORM {
	margin: 0px;
	padding: 0px;
    FONT-FAMILY: Verdana;
}
OL, UL {
	margin-top: 4px;
	color: #ffffff;
}
LI
{
    PADDING-LEFT: 0px;
    MARGIN-LEFT: 0px;
	color: #ffffff;
}
H1
{
    FONT-SIZE: 20px;
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
/*	background-color:#EEEEEE; */
}
H2
{
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    COLOR: #f4f4f4;
/*	background-color:#EEEEEE; */
}
H3
{
	font-size: 16px;
	font-weight: bold;
    COLOR: #f4f4f4;
/*	background-color:#EEEEEE; */
}
H4
{
	font-size: 13px;
	font-weight: bold;
    COLOR: #f4f4f4;
/*	background-color:#ffffff; */
}

/* Inlagt av Magnus 071212 */
.bodytext {
	background-image: url('/images/bodybg.jpg');
	background-repeat: repeat-x;
	background-color: #27668f;
}
.leftcol {
	background-image: url('/images/bodybg.jpg');
	background-repeat: repeat-x;
	background-color: #27668f;
}
P, B {
	color: #ffffff;
}
DIV {
	color: #ffffff;
}
LEGEND {
	color: #ffffff;
}

/* Tiny MCE */
body.mceContentBody {
	background: #27668f;
	color: #fffff;
}

