html {
	overflow-y: auto;
	height: 100%;
}

*:focus {
	outline: none;
}

hr {
	border: 0px;
	height: 1px;
	color: #aaa;
	background-color: #aaa;
}

a, a:visited, a:active {
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}

	a:hover {
		color: blue;
		text-decoration: none;
	}

	a:not([class]) { /* only apply font if no class exists (create link customclasses) */
		font-family: Verdana;
		font-size: 10px;
	}

body {
	margin: 0px;
	background-image: url(../grafik/bg.gif);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 10px;
	color: black;
	height: 100%;
}

p, table, tr, td, div {
	font-family: Verdana;
	font-size: 10px;
	color: black;
	/*padding: 0px; /*må ikke være her, pga. tabeleditor*/
}

input, .input, .weInput {
	border: 1px solid black;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	border-radius: 0;
}

	input[type=radio], input[type=checkbox], .input[type=radio], .input[type=checkbox] {
		border: none;
	}

select {
	font-size: 10px;
	font-family: verdana;
	width: 150px;
	border-color: black;
	border: 1px solid black;
	color: #000000;
}

textarea {
	border: 1px solid black;
	font-family: Verdana;
	font-size: 10px;
	width: 150px;
	color: #000000;
}

table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: separate;
	margin: 0;
}

	table[cellpadding="1"] td {
		padding: 1px 0;
	}

	table[align="center"] {
		margin: 0 auto !important;
	}

.button {
	height: 17px;
	color: #222222;
	border: 1px solid black;
	font-family: tahoma;
	font-size: 10px;
	background-image: url(../grafik/button_bg.gif);
	cursor: pointer;
	width: auto;
}

.noborder {
	border: 0px;
}

.editortext {
	font-family: Verdana;
	font-size: 10px;
	color: black;
}

.outertable {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.topbar {
	background-image: url(../grafik/bar_top.gif);
}

.topbar_wide {
	background-image: url(../grafik/bar_top_wide.gif);
}

.toptext {
	width: 480px;
	height: 25px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-left: 14px;
	color: #ffffff;
	text-shadow: 1px 1px #333333;
	filter: DropShadow (Color=#333333, OffX=1, OffY=1, Positive=true);
}

.toptext_wide {
	width: 680px;
	height: 25px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-left: 14px;
	color: #ffffff;
	text-shadow: 1px 1px #333333;
	filter: DropShadow (Color=#333333, OffX=1, OffY=1, Positive=true);
}

.toptextlink, .toptextlink:hover, .toptextlink:visited, .toptextlink:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px #333333;
	filter: DropShadow (Color=#333333, OffX=1, OffY=1, Positive=true);
}

.dropshadow {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	width: 250px;
	text-shadow: 1px 1px #333333;
	filter: DropShadow (Color=#333333, OffX=1, OffY=1, Positive=true);
}

.dropshadow_wide {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	width: 450px;
	text-shadow: 1px 1px #333333;
	filter: DropShadow (Color=#333333, OffX=1, OffY=1, Positive=true);
}

.topicons {
	height: 25px;
}

.contentcell {
	background-color: white;
}

.content {
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 6px;
}

.bottombar {
	background-image: url(../grafik/bar_bottom.gif);
}

.bottombar_wide {
	background-image: url(../grafik/bar_bottom_wide.gif);
}

.sepbar {
	border: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-left: 14px;
	margin-top: 10px;
	width: 598px;
	height: 25px;
	background-image: url(../grafik/bar_separator.gif);
	cursor: pointer;
}

.sepbar_wide {
	border: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 14px;
	margin-top: 10px;
	width: 798px;
	height: 25px;
	background-image: url(../grafik/bar_separator_wide.gif);
	cursor: pointer;
}

.sepbar_listmedia {
	border: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 14px;
	margin-top: 10px;
	width: 458px;
	height: 25px;
	background-image: url(../grafik/bar_separator.gif);
	cursor: pointer;
}

.sepbartext {
	width: 550px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-left: 14px;
	color: black;
}

.sepbaricons {
	width: 20px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	/*padding-left:14px;*/
	color: black;
}

.sepbarshow {
	display: block;
	width: 16px;
	height: 17px;
	background-image: url(../grafik/bar_icon_show.gif);
	margin-top: -3px;
}

.sepbarhide {
	display: block;
	width: 16px;
	height: 17px;
	background-image: url(../grafik/bar_icon_hide.gif);
	margin-top: -3px;
}

.sepbar_showhide_off {
	width: 16px;
	height: 17px;
}

.tabletitlecolor, .tabletitlecolor:hover, .tabletitlecolor:visited, .tabletitlecolor:active {
	background-color: #D3D7E2;
	color: black;
	font-size: 10px;
}

.ruler {
	color: #D3D7E2;
	height: 1px;
}

.hand {
	cursor: pointer;
}

.overflow {
	overflow: scroll;
}

.popuptopleft {
	height: 25px;
	padding-left: 14px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: white;
	cursor: move;
	background-image: url(../grafik/bar_top.gif);
	/*background-image: url(../grafik/bar_small_left.gif);*/
}

.popuptoplefttext {
	filter: DropShadow (Color=#333333, OffX=1, OffY=1, Positive=true);
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: move;
	color: white;
}

.popuptopright {
	background-image: url(../grafik/bar_small_right.gif);
	height: 25px;
	width: 66px;
}

.popupcell {
	padding: 6px;
	background-color: white;
}

.popup {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.closebutton { /* for spans */
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-image: url(../grafik/toolbox/toolbox_close.gif)
}

.littlewin_topleft {
	height: 25px;
	padding-left: 4px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-image: url(../grafik/bar_small_leftcont.gif);
}

.littlewin_topright {
	background-image: url(../grafik/bar_small_right.gif);
	height: 25px;
	width: 66px;
}

.littlewin_sepbar {
	border: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 14px;
	/*margin-top:10px;*/
	height: 25px;
	background-image: url(../grafik/bar_separator_cont.gif);
	cursor: pointer;
}

.sepbar_inaktive {
	color: #666 !important;
}

.littlewin_sepbar_nohand {
	border: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 14px;
	margin-top: 10px;
	height: 25px;
	background-image: url(../grafik/bar_separator_cont.gif);
}

.littlewin_leftsepicon { /*for span*/
	border: 0px;
	vertical-align: middle;
	width: 11px;
	height: 20px;
	background-image: url(../grafik/bar_separator_dots.gif);
}

.littlewin_sepbartext {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	color: black;
}

.greyText {
	color: #aaaaaa;
}

.smallTableHeader {
	border: 0px;
	padding-left: 2px;
	padding-top: 2px;
	height: 15px;
	background-image: url(../grafik/button_bg.gif);
	font-weight: bold;
}

.noPadTable, .noPadTable td {
	padding: 0px;
}

.webeditorText, .webeditorText td, .webeditorText div, .webeditorText span {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
}

/* newer windows after 2018 */
.weContentDiv {
	padding: 15px;
	font-size: 14px !important;
}
.weContentDiv * {
	font-size: 14px !important;
}

.weInput2 {
	padding: 5px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
}
	.weInput2[type="submit"], .weInput2[type="button"] {
		padding: 5px;
		font-size: 14px;
		background: linear-gradient(0deg, #d3d2db 0%, #efefef 5%, #b3b3cb 95%, #d3d3df 100%);
		cursor: pointer;
	}
	.weInput2[type="submit"]:disabled, .weInput2[type="button"]:disabled {
		color: #444;
		background: linear-gradient(0deg, #b3b2bb 0%, #cfcfcf 5%, #93939b 95%, #b3b3bf 100%);
	}
	.weInput2:invalid {
		background-color: #fee;
		box-shadow: none;
	}

.weLinkButtons a {
	display:block;
}