/* CSS Document */

/* TEXT __________________ */

/* Standard text */
body
{
	font-weight: normal;
	font-size: small;
	color: #404040;
	line-height: 1.33;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Vanlig text i stycken. */
p
{
	margin: 0.4em 0px 0em;
	text-align: left;
}
/*	border: fuchsia 1px solid;*/

p.infoText
{
	font-size: 0.84em;
	margin: 0.3em 0em 0em;
}

p.infoComment
{
	font-size: 0.84em;
	margin: 0em 0em 0em 1em;
}

p.splashSmall
{
	font-size: 0.92em;
	margin: 0.5em 0px 0em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p.aktuellt a
{
	color: #404040;
	font-weight: bold;
}

p.sidansvarig
{
	font-size: 0.84em;
}

/* Inmatning och knappar */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Droplistor */
select
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0.4em;
	padding-top: 0.2em;
	text-align: left;
}

/* Gör stora textfält lättare att läsa. */
.helpText
{
	width: 35em;
}

/* När används denna? */
.btn
{
	font-family: Arial;
	color: fuchsia;
	background-color: aqua;
}

/* __________________ TEXT */


/* RUBRIKER __________________*/

h1, h2, h3, h4, h5, h6
{
	padding-right: 0.1em;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: left;
}
/*	border: lime 1px solid;*/

/* Huvudrubrik på en sida, innehållsrubrik */
h1
{
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.65em 0px 0em;
	font-family: Arial, Helvetica, sans-serif;
}

/* Underrubrik, även navigeringsrubrik (ovanför navigeringsträdet) */
h2
{
	font-size: 1.2em;
	margin: 0.65em 0px 0em;
	font-family: Arial, Helvetica, sans-serif;
}
/* Nyhetsrubriker på startsidan */
h2.splash
{
	font-size: 1.05em;
	margin: 0.2em 0px 0em;
	font-family: Arial, Helvetica, sans-serif;
}
h2.splashSmall
{
	font-size: 1em;
	margin: 0 0 0 0;
}
/* Underrubrik i tabell eller extra tydlig i text. */
h2.box
{
	padding-right: 0.25em;
	padding-left: 0.25em;
	font-weight: bold;
	font-size: 1.05em;
	padding-bottom: 2px;
	margin: 8px 0px 5px;
	color: black;
	padding-top: 2px;
	background-color: #c5c3b6;
}
h2.spfooter
{
	color: #0e3192;
}

/* Avsnittsrubrik */
h3
{
	font-size: 1em;
	margin: 0.75em 0px 0em;
}
/* Rubrik för avsnitt i navigeringsmenyn. */
.menuHeader
{
	padding-right: 0.15em;
	padding-left: 0.15em;
	font-weight: bold;
	font-size: 1.05em;
	padding-bottom: 1px;
	margin: 8px 0.5em 5px 0px;
	color: #f5f5f5;
	padding-top: 1px;
	background-color: #808080;
}
/* Rubrik för avsnitt (grupper) av fält. */
.sectionInfoContainerHeader
{
	padding-right: 0.15em;
	margin-top: 5px;
	padding-left: 0.15em;
	font-weight: bold;
	padding-bottom: 1px;
	color: #f5f5f5;
	padding-top: 1px;
	background-color: #808080;
}

/* Etikettrubrik eller kolumnrubrik. */
h4
{
	font-size: 0.92em;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/* Etikettrubrik som klass för användning av h4 i tabell. */
.tableLeftLabel
{
	padding-right: 0em;
	padding-left: 0.5em;
	font-weight: bold;
	font-size: 0.92em;
	padding-bottom: 2px;
	width: 12em;
	padding-top: 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/* Kolumnrubrik som klass för användning av h4 i datagrid. */
.tableHeader
{
	font-weight: bold;
	font-size: 0.92em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Vanlig text (data) i tabell. */
h5
{
	font-weight: normal;
	font-size: 1em;
}
/* Vanlig text (data) som klass för användning av h5 i tabell. */
.tableRightData
{
	padding-right: 0em;
	padding-left: 0.5em;
	font-weight: normal;
	font-size: 1em;
	padding-bottom: 2px;
	padding-top: 4px;
}

/* Underrubrik i t.ex. infoboxar. */
h6
{
	font-size: 0.84em;
	margin: 0.6em 0px 0em;
}

/* ________________ RUBRIKER */


/* LÄNKAR __________________ */

a
{
	color: #0033cc;
	text-decoration: none;
}
a:visited
{
/*	color: purple;*/
}
a:hover
{
	color: red;
	text-decoration: underline;
}

/* __________________ LÄNKAR */


/* Listor UL LI _______________ */

/*UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

li
{
	display: block;
	margin: 5px 0px;
	list-style-type: none;
}

li b
{
	color: #000000;
}

li a
{
	color: #b70e0e;
}

li a:visited
{
	color: #a02222;
}

li.edited a
{
	color: #009900;
}*/

/* _______________ Listor UL LI */


/* Navigeringsmenyn _______________ */

#leftNav LI
{
	margin: 5px;
}

/* När används denna? */
#leftNav LI.main
{
	font-weight: bold;
	font-size: 0.92em;
	font-family: Arial;
	background-color: fuchsia;
}

/* Behövs denna? */
#leftNav LI a
{
	display: block;
}

/* När används denna? */
#leftNav LI.selected
{
	border-right: #909090 1px solid;
	padding-right: 2px;
	border-top: #909090 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #909090 1px solid;
	color: #cb1919;
	padding-top: 2px;
	border-bottom: #909090 1px solid;
	background-color: fuchsia;
}

/* Valt menyalternativ, ram 
.selected
{
	border-right: #909090 1px solid;
	padding-right: 0.15em;
	border-top: #909090 1px solid;
	padding-left: 0.15em;
	font-weight: bold;
	padding-bottom: 0px;
	border-left: #909090 1px solid;
	color: #cb1919;
	padding-top: 0px;
	border-bottom: #909090 1px solid;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: white;
}*/

/* Fungerar inte? 
.selected a
{
	color: black;
	text-decoration: none;
}*/

/* Fungerar inte?
.selected a:hover
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	color: #e0e0e0;
	padding-top: 2px;
	background-color: #808080;
	text-decoration: none;
}*/

/* Valt menyalternativ, för menyer med innehåll. 
.selected2
{
	border-right: #909090 1px solid;
	padding-right: 0.15em;
	border-top: #909090 1px solid;
	padding-left: 0.15em;
	font-weight: normal;
	font-size: 0.92em;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #909090 1px solid;
	color: #cb1919;
	padding-top: 0px;
	border-bottom: #909090 1px solid;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: white;
}*/

/* Valt menyalternativ, för menyer med innehåll. */
.menuheader
{
	font-weight: bold;
	color: black;
}

.menuheader a
{
	color: #404040;
	text-decoration: none;
}
/*	color: #448;*/
.menuheader a:visited
{
	color: #404040;
}

.menuheader a:hover
{
	/*color: #f5f5f5;*/
	color: #404040;
	/*background-color: #808080;*/
	text-decoration: none;
}


/* Valt menyalternativ, för menyer med innehåll. */
.menu
{
	/*border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;*/
	padding-right: 0.15em;
	padding-left: 0.15em;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	font-family: Tahoma, Arial, Sans-Serif;
}

.menu a
{
	/*border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;*/
	padding-right: 0.15em;
	padding-left: 0.15em;
	padding-bottom: 0px;
	color: #404040;
	padding-top: 0px;
	text-decoration: none;
}
/*	color: #448;*/
.menu a:visited
{
	color: #404040;
}

.menu a:hover
{
	/*border-right: #808080 1px solid;*/
	border-top: #808080 1px solid;
	/*border-left: #808080 1px solid;*/
	border-bottom: #808080 1px solid;
	/*padding-right: 0.15em;*/
	/*padding-left: 0.15em;*/
	padding-bottom: 0px;
	color: #f5f5f5;
	padding-top: 0px;
	background-color: #808080;
	text-decoration: none;
}

/* Valt menyalternativ, ram */
.selected
{
	border-right: #909090 1px solid;
	padding-right: 0.15em;
	border-top: #909090 1px solid;
	padding-left: 0.35em;
	font-weight: bold;
	padding-bottom: 0px;
	border-left: #909090 1px solid;
	color: #cb1919;
	padding-top: 0px;
	border-bottom: #909090 1px solid;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: white;
	margin-left:2px;
}
/*	padding-left +0.2em ?? Ska läggas in någon annan stans. */

/* Fungerar inte? */
.selected a
{
	padding-right: 0.15em;
	padding-left: 0.35em;
	padding-bottom: 0px;
	color: black;
	padding-top: 0px;
	text-decoration: none;
	margin-left:2px;
}

/* Fungerar inte? */
.selected a:hover
{
	padding-right: 0.15em;
	padding-left: 0.15em;
	padding-bottom: 1px;
	color: #e0e0e0;
	padding-top: 1px;
	background-color: #808080;
	text-decoration: none;
	margin-left:2px;
}

/* Föräldrar till valt menyelment. */
.selectedMenuParent
{
	/*border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;*/
	padding-right: 0.15em;
	padding-left: 0.15em;
	font-weight: bold;
	padding-bottom: 0px;
	color: #cb1919;
	padding-top: 0px;
	font-family: Tahoma, Arial, Sans-Serif;
}

.selectedMenuParent a
{
	/*border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;*/
	padding-right: 0.15em;
	padding-left: 0.15em;
	padding-bottom: 0px;
	color: #cb1919;
	padding-top: 0px;
	text-decoration: none;
}
.selectedMenuParent a:visited
{
	color: #cb1919;
}

.selectedMenuParent a:hover
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	padding-right: 0.15em;
	padding-left: 0.15em;
	padding-bottom: 0px;
	color: #e0e0e0;
	padding-top: 0px;
	background-color: #808080;
	text-decoration: none;
}

/* Menyalternativ, för menyer med innehåll. */
.menu2
{
	/*border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;*/
	padding-right: 0.15em;
	padding-left: 0.15em;
	font-weight: normal;
	font-size: 0.92em;
	padding-bottom: 0px;
	color: black;
	padding-top: 0px;
	font-family: Tahoma, Arial, Sans-Serif;
}

.menu2 a
{
	/*border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;*/
	padding-right: 0.15em;
	padding-left: 0.15em;
	padding-bottom: 0px;
	margin: 0px;
	color: #404040;
	padding-top: 0px;
	text-decoration: none;
}
.menu2 a:visited
{
	color: #404040;
}

.menu2 a:hover
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	padding-right: 0.15em;
	padding-left: 0.15em;
	padding-bottom: 0px;
	margin: 0px;
	color: #f5f5f5;
	padding-top: 0px;
	background-color: #808080;
	text-decoration: none;
}

/* Valt menyalternativ, för menyer med innehåll. */
.selected2
{
	border-right: #909090 1px solid;
	padding-right: 0.15em;
	border-top: #909090 1px solid;
	padding-left: 0.4em;
	font-weight: normal;
	font-size: 0.92em;
	padding-bottom: 0px;
	border-left: #909090 1px solid;
	color: #cb1919;
	padding-top: 0px;
	border-bottom: #909090 1px solid;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: white;
	margin-left:2px;
}

/* _______________ Navigeringsmenyn */

