﻿

.AKLabel
{
    font-size: 12px;
    font-family: Verdana;
    color: #000000;
}
.AKLabelHeader
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	color: #000000;
}
.AKHeader
{
	font-size: 14px;
	font-family: Verdana;
	font-weight: 700;
	color: #000000;
}
.AKchc
{
	font-size: 10px;
	font-family: Verdana;
}
.AKNormalLabel
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana;
	color: #000000;
}
.AKNormalLabelHeader
{
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana;
	color: #000000;
}
.AKNormalHeader
{
	font-size: small;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
}
.AKInput
{
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
}
.AKButton
{
	font-size: 12px;
	font-family: Verdana;
		font-weight: bold;
		color:White;
	background-color: #F26A22;
}
.AKHypButton
{
	font-size: 12px;
	font-family: Verdana;
		font-weight: bold;
		color:White;
	background-color: #F26A22;
	text-align: center;
}
.AKTable
{
	font-size: x-small;
	font-family: Verdana;
}
.AKErrorMessage
{
	font-size: x-small;
	font-family: Verdana;
}
.cssValgtFlik
{
	font-family: Verdana;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	background-color: #dbd7b8;
	vertical-align: bottom;
	text-align: center;
	border-bottom: white 1px solid;
}
.cssIkkeValgtFlik
{
	font-family: Verdana;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	background-color: #ececea;
	vertical-align: bottom;
	text-align: center;
	border-bottom: black 1px solid;
}
.cssIkkeValgtFlik A
{
	text-decoration: none;
}
A:visited .cssIkkeValgtFlik
{
	text-decoration: line-through;
}
/* <- MENUS -> */

.cssHovedmenyKnapp
{
    text-align:center;
      background: transparent;
      border: 0px;
      font-size: 12px;
      font-family: Verdana;
      margin-top: 1px;
      cursor: pointer;
      white-space: nowrap;
      width: 100%;
      color: Black;
      padding-left: 2px;
      padding-right: 2px;
}
 
.cssUndermenyKnapp
{
    text-align:center;
      background: transparent;
      border: 0px;
      font-size: 12px;
      font-family: Verdana;
      margin-top: 1px;
      cursor: pointer;
      white-space: nowrap;
      width: 100%;
      color: Black;
      padding-left: 2px;
      padding-right: 2px;
}
.cssHovedmenyKnappMidtdel
{
	font-family: Verdana;
	      font-size: 12px;
	background-image: url(Fliker/KnappMidt.bmp);
	background-repeat: repeat-x;
	width: auto;
	height: 18px;
}

.cssHovedmenyKnappMidtdelValgt
{
	font-family: Verdana;
	      font-size: 12px;
      background-image: url(Fliker/KnappMidtValgt.bmp);
      background-repeat: repeat-x;
      width: auto;
      height: 18px;
}

.cssUndermenyKnappMidtdel
{
	font-family: Verdana;
	      font-size: 12px;
      background-image: url(Fliker/KnappUnderMidt.bmp);
      background-repeat: repeat-x;
      width: auto;
      height: 18px;
}

.cssUndermenyKnappMidtdelValgt
{
	font-family: Verdana;
	      font-size: 12px;
      background-image: url(Fliker/KnappUnderMidtValgt.bmp);
      background-repeat: repeat-x;
      width: auto;
      height: 18px;
}
.cssHovedmenyBakgrunn
{
	border-bottom: #91a7b4 1px solid;
	      font-size: 12px;
}
.cssHovedmenyBakgrunnUS
{
	background-color: #dfdcd3;
	      font-size: 12px;
}

.hotspottop
{
	z-index: 100;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	border: 3px solid Gray;
	background-color:#ffffdd;
		padding:3px;
	/*width:957px;*/
}
.PermaLink
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
}
.CustomTextHeader
{
	font-size: large;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.CustomText
{
	font-size: 11px;
	font-family: Verdana;
}


.AKTable table 
{
	background-color:White;
	border-color:#336666;
	border-width:1px;
	border-style:Double;
	border-collapse:collapse;
	font-size: 12px;
}
.AKTable tr
{
	color:#333333;
	background-color:White;
}
.AKTable tr:hover
{
	color: #333333;
	background-color: #E4E4E4;
}
.AKTable tr th
{
	color:White;
	background-color:#F26A22;
	font-weight:bold;
}
.AKTable tr td tr
{
	color:White;
	background-color:#F26A22;
	font-size: 12px;
}
.AKTable tr td tr:hover
{
	color:White;
	background-color:#F26A22;
	font-size: 12px;
}
