
/*
#element-not-to-be-selected {
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
*/

BODY
{
	background-color: white;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

A
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}
A:hover
{
	color: #000080;
	text-decoration: underline;
}
#mindreartikkel
{
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding: 0px 5px;
}
#mindreartikkel h1
{
	font-family: arial, helvetica, sans-serif;
	text-decoration: bold;
	color: #fff;
	background: #000;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 1px 5px;
}
#mindreartikkel h2
{
	font-family: times new roman, arial, helvetica, sans-serif;
	text-decoration: bold;
	color: #000;
	font-size: 24px;
	margin-top:1px;
  margin-bottom: 1px;
}
#mindreartikkel h2 a
{
	font-family: times new roman, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 24px;
	margin-top:1px;
  margin-bottom: 1px;
}
#mindreartikkel h2 a:hover
{
	font-family: times new roman, arial, helvetica, sans-serif;
	text-decoration: underline;
	color: #ee343a;
}
#mindreartikkel h4
{
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	margin-top: 1px;
  margin-bottom: 1px;
  text-align: left;
}
#mindreartikkel h5
{
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 9px;
	margin-top: 1px;
  margin-bottom: 2px;
  text-align: left;
}
#mindreartikkel h6
{
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 9px;
	margin: 0px, 4px, 5px, 5px;
}
#mindreartikkel p
{
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	margin-top:7px;
}
#mindreartikkel img
{
	border: 1px solid #000000;
	align: right;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
}
#mindreartikkel a
{
	padding: 0px 0px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	text-decoration: bold;
	font-size: 11px;
	color: #195d9a;
}
#mindreartikkel a:hover
{
	text-decoration: underline;
	color: #ee343a;
}
.generalText
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

.dialog
{
	background-color: #f1efe2; /* XP: threedlightshadow */
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

.panel
{
	background-color: #f1efe2; /* XP: threedlightshadow */
	border: 2px white outset;
}

.separator
{
	background-color: #f1efe2; /* XP: threedlightshadow */
	border-top: white 1px solid; /* XP: threedhighlight */
	border-left: white 1px solid;
	border-bottom: #d4d0c8 1px solid; /* XP: ActiveBorder */
	border-right: #d4d0c8 1px solid;
	cursor: w-resize;
}

/* Style for tree */
.treeNodeText
{
	padding: 1px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

.treeNodeText.TNHover
{
	color: #000080;
	text-decoration: underline;
}

.treeNodeText.TNSelected
{
	background-color: #316ac5;
	color: white;
}

.treeNodeText.TNSelectedHover
{
	background-color: #316ac5;
	color: white;
	text-decoration: underline;
}

.treeNodeIcon, .treeNodeSign
{
	cursor: pointer;
	cursor: hand;
}

.treeNodeText.TNLoading
{
	color: #7f7c73;
}
/* Style for tree */

/* Style for toolbar */
.toolbar
{
	background-color: #f1efe2; /* XP: threedlightshadow */
	border-top: white 1px solid; /* XP: threedhighlight */
	border-left: white 1px solid;
	border-bottom: #d4d0c8 1px solid; /* XP: ActiveBorder */
	border-right: #d4d0c8 1px solid;
}

.toolbarButton
{
	background-color: #f1efe2;
	border: 2px #f1efe2 solid;
	cursor: pointer;
	cursor: hand;
}

.toolbarButton.TBHover
{
	background-color: #faf8f3;
	border: 2px white outset;
}

.toolbarButton.TBSelected
{
	background-color: #d4d0c8;
	border: 2px white inset;
}

.toolbarButton.TBDisabled
{
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	-moz-opacity:.4;/* mozilla */
}

.toolbarSeparator
{
	background-color: #d4d0c8;
}
/* Style for toolbar */

/* Style for grid */
.grid
{
	background-color: white;
	cursor: pointer;
	cursor: hand;
	border-collapse: separate;
}

.gridColumn
{
	background-color: #f1efe2; /* XP: threedlightshadow */
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	border-right: #cecec3 1px solid;
	border-top: white 2px outset;
	border-left: white 2px outset;
	border-bottom: #d6d2c2 3px solid;
}

.gridColumn.GCHover
{
	background-color: #faf8f3;
	border-right: #cecec3 1px solid;
	border-top: white 2px outset;
	border-left: white 2px outset;
	border-bottom: #f8a900 3px solid;
}

.gridColumn.GCSelected
{
	background-color: #d4d0c8;
	border-right: white 1px inset;
	border-top: white 2px inset;
	border-left: white 2px inset;
	border-bottom: #a5a597 1px solid;
}

.gridCell
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

.gridSelection
{
	background-color: #c6d6ef;
	border: solid 1px #316ac5;
}
/* Style for grid */

/* Style for menu */
.menu
{
	padding: 1px;
	background-color: white;
	border: 2px white outset;
}

.menuItem
{
	padding: 2px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

.menuItem.MIHover
{
	background-color: #316ac5;
	color: White;
}

.menuItem.MIDisabled
{
	color: #aca899;
}

.menuItem.MIDisabled IMG
{
	filter: gray; /* IE */ 
	-moz-opacity:.4;/* mozilla */
}

.menuSeparator
{
	background-color: #d4d0c8;
}

.forside
{
	font-family:tahoma;
	color:#62676D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.forside:hover
{
	font-family:tahoma;
	color:#cc0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.designwarning
{
	font-family:tahoma;
	color:#62676D;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;

}
.designwarning:hover
{
	font-family:tahoma;
	color:#cc0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;

}

.field
{
	background-color: #eeeeff;
	border: 1px solid #484863;
	color: #000000;
	font-family: Courier,Helvetica;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
}

.loggut
{
	font-family:tahoma;
	color:#0066cc;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.loggut:hover
{
	font-family:tahoma;
	color:#cc0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}
.rubrikkontakt table
{
	/*width: 468px;*/
	background: #d3dfde;
	border-color: #4f81bd;
	border-width: 1px;
}
.rubrikkontakttekst
{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 2px 2px;
}
/* Style for menu */
