﻿/* generell stiling */

BODY {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0px;
}


H1, H2, H3, H4 {
	color: #326f9e;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

H1 {
	font-size: 20px;
}

H2 {
	font-size: 16px;
}

H3 {
	font-size: 14px;
	font-weight: bold;
}

H4 {
	font-size: 12px;
	font-weight: bold;
}

P, TD, OL, LI, UL {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

TH {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

HR {
	background-color: #BAD7ED;
	border: 0;
	color: #BAD7ED;
	height: 1px;
}

TD {
   vertical-align: top;
}

.HEADER {
	background-color: #EAF1F6;
	color: #326F9E;
}

.STI A {
	text-decoration: none;
}

a img {
  border: none;
}

/* Stripete tabeller. Tabeller hvor annenhver rad kan være forskjellig */

.STH {
	border-collapse: collapse;
	padding: 2px; 
}

 .STD1 td, .STD2 td {
/*	border-bottom: 1px solid #f0f0f0;*/
	border-top: 1px solid #f0f0f0;

	border-collapse: collapse;
	padding: 2px; 
}

.STH2 {
	background-color: white;
	font-weight: bold;
}

/* Andre tabeller */

.DATATABELL {
	border: 1px;
	border-collapse: collapse;
	border-color: #BAD7ED;
	border-spacing: 0;
	border-style: solid;
}

/* Skjematabeller */

.SKJEMA {
	text-align: left;
}

/* Tekstmarkering */

.STATUS_AKTIV {
	color: #FF9900;
	font-weight: bold;
}

.STATUS_INAKTIV {
	color: #999999;
}

.SLETTA {
	text-decoration: line-through;
}

.FEIL {
	color: #E30025;
	font-size: 13px;
	font-weight: bold;
}


.AKTUELT {
	background-color: #f4f4f4;
	border: 1px solid #f0f0f0;
	font-size: 11px;
	padding: 2px;
}

.AKTUELT A {
	color: black;
	font-weight: bold;
}

.AKTUELT IMG {
	border: none;
	float: left;
}

.VALG, .VALG A {
	font-weight: bold;
}

/* Kalenderfunksjoner */

span.kalender {
	background-color: #c9ffbc;
}

span.kalenderreservert {
	background-color: #ffed88;
}

span.kalenderopptatt {
	background-color: #ff8888;
}

span.kalendervalgt {
	background-color: blue;
	color: white;
}

a.kalender:link {
	color: blue;
	text-decoration: none;
}

a.kalender:visited {
	color: blue;
	text-decoration: none;
}

a.kalender:hover {
	color: black;
	text-decoration: underline;
}

/* Flytende vinduer */

a.popup span.popup {
	display: none;
}

a.popup:hover span.popup {
	color: black;
	display: block;
	left: 40%;
	margin: 1px;
	padding: 1px;
	position: absolute;
	top: 17em;
	width: 40em;
	z-index: 100;
}

/* Overlapp i tid */

.konflikt {
	color: #e0dd08;
}

.alvorlig_konflikt {
	color: red;
}

/* Survey? */
.evalueringssporsmal {
	margin: 1em;
	margin-bottom: 4em;
}

.evalueringssporsmal > .sporsmal {
	margin-bottom: 2em;
}

.evalueringssporsmal > .rangering {
	font-size: large;
	margin-bottom: 1em;
}

.evalueringssporsmal > .rangering > .beskrivelse {
	font-size: small;
}

ul.kursliste > li {
	padding-top: 1em;
}

/* Arkefaner */

div.tabs {
	margin: 4px 0px 15px 0px;
}

ul.tabrow {
	border-bottom: 1px solid #AAA;
	height: 25px !important;
	height: 26px;
	line-height: 25px;
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	overflow: visible !important;
	padding: 0px;
	padding-left: 12px;
	width: inherit;
}

ul.tabrow li {
	border: 1px solid #AAA;
	border-bottom: none;
	display: inline-block;
	float: left;
	height: 24px;
	margin: 0px 8px 0px 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 0px 10px 0px 10px;
	position: relative;
	webkit-border-top-left-radius: 5px;
	webkit-border-top-right-radius: 5px;
	z-index: 0;
}

ul.tabrow li.selected {
	background-color: #FFF;
	border: 1px solid #AAA;
	border-bottom: 0px;
	height: 25px !important;
	height: 26px;
	white-space: nowrap;
	z-index: 3;
}

ul.tabrow li.active, ul.tabrow li.inactive {
	background-color: #F8F8F8;
}

ul.tabrow li.inactive {
	color: #999;
}

ul.tabrow a:link, ul.tabrow a:visited {
	text-decoration: none;
}

ul.tabrow a:hover {
	text-decoration: underline;
}


/* Sidelayout */

#contentcolumn {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
}

#header {
	background: url('/bilder/design/top_m.png') right;
	height: 88px;
}

#bannerlogo {
	float: left;
}

#bannerdekor {
	float: right;
}


#taklist {
	background: #d6e7f3;
	border-bottom: 1px solid #7c8ecc;
	height: 15px;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

.TAKLIST DIV, .TAKLIST IMG {
	vertical-align: middle;
}

.loginbox, .loginbox A, .loginbox A:link, .loginbox A:visited {
	color: #006633;
}

DIV.loginbox {
	float: right;
}

DIV.REKURSIVSTI {
	float: left;
}

.REKURSIVSTI A, .REKURSIVSTI, .REKURSIVSTI A:link, .REKURSIVSTI A:visited {
	color: black;
}


ul.inlinemeny {
   padding: 2px;
   margin: 1px;
}

.inlinemeny li {
  display: inline;
}



/* utskriftsversjon */
#header_utskrift {
   display: none;
}


#sidekontekst {
	height: 15px;
   /* padding: 10px 10px 10px 10px;*/
    vertical-align: middle;
}



#sidekontekst div{
  display: inline;
  color: #808080;
}

#sidekontekst_label {
  font-size: 14px;
  font-weight: bold;
  
}

#sidekontekst_navn {
  font-size: 14px;
  font-weight: bold;
}


.expand_table {
border-collapse: collapse;
border-spacing: 0px;
}

.expand_table td {
padding: 6px;
}

.expand_parent {
font-weight: bold;
border-top: 1px solid #eee;
}

tr.expand_parent:hover {
background-color: #326f9e;
color: #ffffff;
}

.expand_hidden{
/*display: none;*/
color: #555;
border-bottom: 1px solid #f0f0f0;
border-collapse: collapse;
}

a.button, a.button:link {
  color:#FFFFFF;
  background: #E87B10;
  filter: none;
}

a.button:hover {
  color:#FFFFFF;
  background: #326f9e;
  border-color: #336699;
}

