﻿/* <- LABELS  -> */

.cssLabel
{
	font-size: 11px;
	font-family: Verdana;
}

.cssLabelNowrap
{
	font-size: 11px;
	font-family: Verdana;
	white-space: nowrap;
}

.cssLabelBold
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}

.cssLabelBoldOrange
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #f26a22;
}

.cssLabelBlue
{
	font-size: 11px;
	font-family: Verdana;
	color: Blue;
}

.cssLabelOverskrift
{
	font-size: 12px;
	font-family: Verdana;
	color: #f15807;
}

.cssLabelPåkrevd
{
	font-size: 11px;
	color: #f26a22;
	font-family: Verdana;
}

.cssLabelBouvet
{
	font-size: 10px;
	font-family: Verdana;
}

.cssHyperlink
{
	font-size: 11px;
	font-family: Verdana;
	color: #f26a22;	
}

/* <- BUTTONS -> */
.cssButton
{
	font-size: 11px;
	font-family: Verdana;
}
.cssButtonOrange
{
	font-size: 11px;
	font-family: Verdana;
	color: #f26a22;
}

.cssButtonLoggUt
{
	font-size: 11px;
	font-family: Verdana;
}

/* <- TEXTBOX -> */
.cssTextbox
{
	font-size: 11px;
	font-family: Verdana;
	border: 1px solid #7f9db9;
}

.cssTextboxReadOnly
{
	font-size: 11px;
	font-family: Verdana;
	background: whitesmoke;
	border: 1px solid #7f9db9;
}

.cssTextboxDisabled
{
    background: #eeeeee;
	font-size: 11px;
	font-family: Verdana;
	border: 1px solid #7f9db9;
}

.cssStatusbarUtenMaster
{
	font-size: 11px;
	font-family: Verdana;
	background: #f5f5f5;
	width: 98%;
	padding-left: 2px;
	border-right: 1px solid #f1efe2;
	border-bottom: 1px solid #f1efe2;
	border-left : 1px solid #716f64;
	border-top : 1px solid #716f64;
}

.cssStatusbar
{
	font-size: 11px;
	font-family: Verdana;
	background: #f5f5f5;
	border: 0px;
	width: 1014px;
}

.cssStatusbarFeil
{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 13px;
	    color: White;
	    font-family: Verdana;
	background: Red;
	    width: 1014px;	
}

#Melding
{
    background: whitesmoke;
    border: 0px;
    padding-left: 2px;
}

#Feilmelding
{
    padding-left: 2px;
    border: 0px;
    top: -18px;
    position: relative;
}


/* <- LISTBOX -> */
.cssListbox
{
	font-size: 11px;
	font-family: Verdana;
}

.cssListboxReadOnly
{
    font-size: 11px;
	font-family: Verdana;
	background: whitesmoke;
	border: 1px solid #7f9db9;
	/*position: absolute;*/
}

/* <- CHECKBOX -> */
.cssCheckbox
{
	font-size: 11px;
	font-family: Verdana;
}

.cssRadiobutton
{
	font-size: 11px;
	font-family: Verdana;
}

/* <- DROPDOWNLIST -> */
.cssDropdownlist
{
	font-size: 11px;
	font-family: Verdana;
}

/* <- TREEVIEW -> */
.cssTreeview
{
	font-size: 11px;
	font-family: Verdana;
}

.cssTreeviewSelectedNodeStyle
{
	font-size: 11px;
	font-family: Verdana;
	color: #f26a22;
	font-weight: bold;
}

.cssTreeviewNodeStyle
{
	font-size: 11px;
	font-family: Verdana;
	color: Black;
}

.cssTreeviewHooverNodeStyle
{
	font-size: 11px;
	font-family: Verdana;
	background: #f26a22;
}

/* <- TABLES -> */
.cssLabelBoldTabell
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}

/* <- MENUS -> */
.cssHovedmenyKnapp
{
	background: transparent;
	border: 0px;
	font-size: 11px;
	font-family: Verdana;
	margin-top: 1px;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
	color: Black;
	padding-left: 2px;
	padding-right: 2px;
}

.cssUndermenyKnapp
{
	background: transparent;
	border: 0px;
	font-size: 11px;
	font-family: Verdana;
	margin-top: 1px;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
	color: Black;
	padding-left: 2px;
	padding-right: 2px;
}

.cssKnappDisabled
{	
	background: transparent;
	border: 0px;
	font-size: 11px;
	font-family: Verdana;
	margin-top: 1px;
	cursor: default;
	white-space: nowrap;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.cssHovedmenyKnappMidtdel
{
	background-image: url(../Grafikk/KnappMidt.bmp);
	background-repeat: repeat-x;
	width: 100%;
	height: 18px;
}

.cssHovedmenyKnappMidtdelValgtGraa
{
	background-image: url(../Grafikk/KnappMidtValgtGraa.bmp);
	background-repeat: repeat-x;
	height: 18px;
}

.cssHovedmenyKnappMidtdelValgt
{
	background-image: url(../Grafikk/KnappMidtValgt.bmp);
	background-repeat: repeat-x;
	height: 18px;
}

.cssUndermenyKnappMidtdel
{
	background-image: url(../Grafikk/KnappUnderMidt.bmp);
	background-repeat: repeat-x;
	height: 18px;
}

.cssUndermenyKnappMidtdelValgt
{
	background-image: url(../Grafikk/KnappUnderMidtValgt.bmp);
	background-repeat: repeat-x;
	height: 18px;
}

/* Datagrid */
.cssUtvidetDataGridItemStyle
{
	border-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	font-family: Verdana;
	cursor: pointer;
}

.cssUtvidetDataGrid
{
	background: #f8f7f7;
	font-size: 11px;
	font-family: Verdana;
}


/* Gammel*/
.cssLabel8
{
	font-size: 8px;
	font-family: Verdana;
	/*position: absolute;*/
}

.cssLabel10
{
	font-size: 8px;
	font-family: Verdana;
	/*position: absolute;*/
}

.cssLabelFoto
{
	font-size: 0.6em;
	font-family: Verdana;
	/*position: absolute;*/
}

.cssLabelBold12
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

.cssLabelBold14
{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
}

.cssLabelPåkrevd
{
	font-size: 10px;
	color: red;
	font-family: Verdana;
}

.cssTextboxLåst
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
	height: 13px;
}

.cssTextboxLåstRødTekst
{
	font-size: 10px;
	font-family: Verdana;
	color: Red;
	background-color: #f5f5f5;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
	height: 13px;
	/*position: absolute;*/
}

.cssDropdownlistLåst
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
	height: 13px;
	/*position: absolute;*/
}

.cssCheckboxLåst
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
	height: 13px;
	/*position: absolute;*/
}

.cssCheckboxBold
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	/*position: absolute;*/
}

.cssDatagrid
{
	font-size: 10px;
	font-family: Verdana;
	/*position: absolute;*/
}

.cssDatalist
{
	font-size: 10px;
	font-family: Verdana;
	/*position: absolute;*/
}

.cssRadiobuttonLåst
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
	height: 13px;
	/*position: absolute;*/
}

.cssGrafikk
{
	position: absolute;
}

/*stilklasser for kontroller til bruk i tabeller, uten position*/

.cssButtonTabell
{
	font-size: 10px;
	font-family: Verdana;
}

.cssLabelBold12Tabell
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

.cssLabelBold14Tabell
{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
}

.cssLabelPåkrevdTabell
{
	font-size: 10px;
	color: red;
	font-family: Verdana;
}

.cssTextboxTabell
{
	font-size: 10px;
	font-family: Verdana;
}

.cssTextboxLåstTabell
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
}

.cssTextboxLåstHvitTabell
{
	font-size: 10px;
	font-family: Verdana;
	background-color: #ffffff;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
}

.cssDropdownlistTabell
{
	font-size: 10px;
	font-family: Verdana;
}

.cssCheckboxTabell
{
	font-size: 10px;
	font-family: Verdana;
}

.cssCheckboxBoldTabell
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}

.cssListboxTabell
{
	font-size: 10px;
	font-family: Verdana;
}

.cssDatagridTabell
{
	font-size: 10px;
	font-family: Verdana;
}

.cssRadiobuttonTabell
{
	font-size: 10px;
	font-family: Verdana;
}

.cssUtvidetDataGridSelectedRow
{
	color: #FF8000;
}

.cssUtvidetDataGridHeader
{
    background: #E0E0E0;
    color: Black;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

iframe
{
    border: 0px solid #ffffff;
    width: 100%;
    height: 100%;
}

.cssHiddenOverflow
{
    overflow: hidden;
}
