* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background-color: #ffffff;
}

p {
	margin-bottom: 5px;
}

a, a:link, a:visited {
	color: #900000;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px #999999 dotted;
}

a:hover {
	color: #900000;
	text-decoration: none;
	border-bottom: 1px #900000 solid;
	cursor: pointer;
}

a:active {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px #900000 solid;
}

ul {
	list-style-type: inherit;
	list-style-image: url(ul.png);
	padding-left: 20px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ulbig li {
	font: 16px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

li span {
	margin-bottom: 3px;
	display: block;
	font-size: 10px;
	line-height: 12px;
}

li ul {
	list-style-type: inherit;
	list-style-image: url(li_ul.png);
	padding-left: 40px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	color: #ffffff;
	border: none;
	border: 1px #999999 dotted;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: none none dotted;
	background-color: #ffffff;
}

input[type=text] {
	border: 1px #cccccc solid;
	background: #fbfbfb url(input-bg.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=text].default {
	border: 1px #cccccc solid;
	background: #fbfbfb url(input-bg.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=text].noformat {
	background: none;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=text].focus {
	border: 1px #bbbbbb solid;
	background: #eff0db url(input-bg-active.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
	outline: auto 0px -webkit-focus-ring-color;
}

input[type=text].error {
	border: 1px #d12f19 solid;
	background: #fbe3e4 url(input-bg-error.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=password] {
	border: 1px #cccccc solid;
	background: #fbfbfb url(input-bg.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=password].default {
	border: 1px #cccccc solid;
	background: #fbfbfb url(input-bg.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=password].focus {
	border: 1px #bbbbbb solid;
	background: #eff0db url(input-bg-active.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
	outline: auto 0px -webkit-focus-ring-color;
}

input[type=password].error {
	border: 1px #d12f19 solid;
	background: #fbe3e4 url(input-bg-error.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

textarea.error {
	border: 1px #d12f19 solid;
	background: #fbe3e4 url(input-bg-error.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

fieldset {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-left: 5px solid #cccc99;
	background-color: #f6f6f6;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

legend {
	font-family: Georgia;
	font-size: 20px;
	background-color: #cccc99;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: -15px;
	font-weight: normal;
}

dt { 
	width: 150px;
	float: left;
	border-top: 1px solid #f6f6f6;
	font-weight: bold;
	margin-bottom: 3px;
}

dd { 
	margin-left: 151px;
	border-top: 1px solid #f6f6f6;
	margin-bottom: 3px;
}

.clearleft {
	clear: left;
}

.clearboth {
	clear: both;
}

.cssNoDisplay {
	display: none;
}

.container {
	float: none;
	clear: both;
	overflow: hidden; 
}

.container-left {
	float: left;
}

.container-right {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.text-small {
	font-size: 10px;
}

.text-lbig {
	font-size: 16px;
}

.text-big {
	font-size: 20px;
}

.text-xbig {
	font-size: 30px;
}

.text-normal {
	font-size: 12px;
}

.text-red {
	color: #900000;
}

.text-heading {
	font-family: Georgia;
}

.topline1 {
	background: url(topline1.png) no-repeat;
	height: 26px;
	width: 740px;
	position: absolute;
	left: -10px;
	top: 30px;
	margin-bottom: 3px;
}

.content, .document-main {
	position: absolute;
	top: 190px;
	left: 22px;
	width: 950px;
}

.title, .document-title {
	font-family: Georgia;
	font-size: 36px;
	color: #333333;
	margin-bottom: 15px;
}

.title-front {
	font-family: Georgia;
	font-size: 36px;
	font-weight: normal;
	color: #900000;
}

.subtitle {
	font-family: Georgia;
	font-size: 23px;
	color: #333333;
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #cccc99;
}

.subtitle-front {
	font-family: Georgia;
	font-size: 20px;
	color: #900000;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: none;
}

.content-data, .document-text {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #333333;
}

.tableleft {
	margin-left: 0px;
	margin-right: 0px;
}

.comparetable {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dff4ff;
	border: 5px solid #7fafcc;
	color: #336699;
	border-collapse: collapse;
}

.comparetable td {
	padding: 8px;
}

.comparetable th {
	text-align: center;
	font-family: Georgia;
	font-weight: normal;
	font-size: 130%;
	padding: 10px;
	border-bottom: dotted 1px #ffffff;
}

.comparetable td.odd {
	background: url(table-odd-background.png);
}

.comparetable tfoot {
	font-size: 10px;
}

.comparetable-floating-price-container {
	position: relative;
	height: 0px;
	width: 0px;
}

.comparetable-floating-price {
	position: absolute;
	top: -30px;
	left: -5px;
	display: inline;
}

#comparetable-middle {
	background-color: #7fafcc;
}

#comparetable-fc200 {
	width: 200px;
}

#comparetable-fc300 {
	width: 300px;
}

.comparetable-small {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: none;
	border-collapse: collapse;
}

.comparetable-small td {
	padding: 2px;
}

.comparetable-small-datarow td {
	border-top: 1px dotted #cccccc;
}

.comparetable-small tfoot {
	font-size: 10px;
	background-color: #ffffff;
}

#comparetable-small-middle {
	background-color: #f6f6f6;
}

.tableleft {
	float: left;
	margin-left: 1px;
	margin-right: 1px;
}

.datatable {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: none;
	color: #333333;
	border-collapse: collapse;
}

.datatable-nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}

.datatable #alt_row {
	background-color: #EEEEDF;
}

.datatable #special_row {
	background-color: #E6EFC2;
}

.datatable td {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #c0c0c0;
	font-size: 12px;
}

.datatable th {
	text-align: left;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #cccc99;
	color: #333;
	text-transform: uppercase;
}

.datatable tfoot td {
	font-size: 10px;
	color: #333333;
	border: none;
}

.datatable-tight {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: none;
	color: #333333;
	border-collapse: collapse;
}

.datatable-tight-add {
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: none;
	color: #333333;
	border-collapse: collapse;
}

.datatable-tight #alt_row, .datatable-tight-add #alt_row {
	background-color: #EEEEDF;
}

.datatable-tight #special_row, .datatable-tight-add #special_row {
	background-color: #E6EFC2;
}

.datatable-tight td, .datatable-tight-add td {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #c0c0c0;
}

.datatable-tight th, .datatable-tight-add th {
	text-align: left;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #cccc99;
	color: #333;
	text-transform: uppercase;
}

.datatable-tight tfoot td, .datatable-tight-add tfoot td {
	font-size: 10px;
	color: #333333;
	border: none;
}

.infoline {
	border-left: 5px solid #7fafcc;
	color: #336699;
	background: url(icon-info.png) no-repeat #dff4ff 10px 10px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
}

a.infoline-link, a.infoline-link:link, a.infoline-link:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #336699;
	text-decoration: none;
	border-bottom: none;
}

a.infoline-link:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #336699;
	text-decoration: underline;
	border-bottom: none;
}

.infoline-big {
	border-left: 5px solid #6299c5;
	color: #336699;
	background: url(icon-info.png) no-repeat #dff4ff 10px 10px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

.infoline-small {
	border-left: 5px solid #6299c5;
	color: #336699;
	background: url(icon-info.png) no-repeat #dff4ff 10px 10px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.infoline-error {
	border-left: 5px solid #fbc2c4;
	color: #d12f19;
	background: url(icon-error.png) no-repeat #fbe3e4 10px 10px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

.infoline-error-small {
	border-left: 5px solid #fbc2c4;
	color: #d12f19;
	background: url(icon-error.png) no-repeat #fbe3e4 7px 5px;
	padding-right: 7px;
	padding-left: 26px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

.infoline-confirm {
	border-left: 5px solid #C6D880;
	color: #529214;
	background: url(icon-save.png) no-repeat #E6EFC2 10px 10px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

fieldset table {
	width: 100%;
	border-collapse: collapse;
}

fieldset tbody td {
	padding: 5px;
}

fieldset .caption {
	font-weight: bold;
	text-align: right;
	width: 35%;
}

fieldset .caption30 {
	font-weight: bold;
	text-align: right;
	width: 30%;
}

fieldset .caption20 {
	font-weight: bold;
	text-align: right;
	width: 20%;
}

fieldset .caption span {
	display: block;
	font-weight: normal;
	text-align: right;
	font-size: 10px;
}

fieldset .field {
	width: 65%;
}

fieldset .field70 {
	width: 70%;
}

fieldset .field80 {
	width: 80%;
}

fieldset .field20 {
	width: 20%;
}

fieldset .field30 {
	width: 30%;
}

fieldset .field100 {
	width: 100%;
}

label.error {
	background: url(icon-error.png) no-repeat;
	height: 16px;
	width: 16px;
	padding-left: 20px;
	margin-left: 2px;
	color: #d12f19;
}

label.valid {
	background: url(icon-save.png) no-repeat;
}

.qtip-content {
	font-family: Georgia;
	font-size: 14px;
}

.quoteheading {
	font-family: Georgia;
	font-size: 16px;
	background-color: #cccc99;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	line-height: 20px;
}

a.quotelink, a.quotelink:link, a.quotelink:visited, a.quotelink:active, a.quotelink:hover {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	border-bottom: none;
}

a.quotelink:hover div.quotekb {
	background-color: #e4e4cb;
}

a.quotelink:hover div.unquotekb {
	background-color: #e4e4cb;
}

.quote {
	background: url(quote.png) 15px 10px no-repeat #f6f6f6;
	margin-top: 20px;
	padding-top: 25px;
	padding-left: 60px;
	padding-right: 60px;
	font-family: Georgia;
	font-size: 14px;
}

.quotekb {
	background: url(quote.png) 15px 5px no-repeat #f6f6f6;
	padding-top: 5px;
	padding-left: 60px;
	padding-right: 60px;
	font-family: Georgia;
	font-size: 14px;
	min-height: 30px;
}

.unquote {
	background: url(unquote.png) 680px 0px no-repeat #f6f6f6;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 60px;
	padding-right: 70px;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
}

.unquotekb {
	background: url(unquote.png) 680px 0px no-repeat #f6f6f6;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 70px;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
}

.unquoteticket {
	background: url(unquote.png) 680px 0px no-repeat #f6f6f6;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 70px;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px auto;
	width: 990px;
	position: relative;
}

.watermark {
	background: url(watermark.png) no-repeat;
	height: 665px;
	width: 238px;
}

.logo {
	background: url(logo.png) no-repeat;
	position: relative;
	top: 30px;
	left: 50px;
	height: 96px;
	width: 106px;
	cursor: pointer;
}

.front-top-line {
	background: url(line-bottom.png) 20px 0 no-repeat;
	height: 27px;
	width: 971px;
}

.drifticon {
	position: absolute;
	top: 10px;
	left: 800px;
	background: url(bigicon-driftsmeldinger.png) no-repeat;
	height: 140px;
	width: 135px;
}

.pagetitle {
	position: absolute;
	top: 63px;
	left: 225px;
	font-family: Georgia;
	font-size: 36px;
	color: #333333;
	margin-bottom: 15px;
}

.statuslegend {
	float: left;
	width: 215px;
}

.uptimetable {
	float: left;
	width: 733px;
}

.lastmessages {
	float: left;
	width: 733px;
}

a.imagelink, a.imagelink:link, a.imagelink:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	border: 0px;
}

a.imagelink:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	border: 0px;
}

a.imagelink img {
	border: 0px;
}

.leftmenu {
	margin-bottom: 30px;
}

.leftmenu-top {
	background: url(https://images.mywebhost.no/5/leftmenu-top.png) no-repeat;
	height: 5px;
	width: 200px;
}

.leftmenu-center {
	background: url(https://images.mywebhost.no/5/leftmenu-background.png);
	height: auto;
	width: 200px;
}

.leftmenu-bottom {
	background: url(https://images.mywebhost.no/5/leftmenu-bottom.png) no-repeat;
	height: 5px;
	width: 200px;
}

.leftmenu-heading {
	font-family: Georgia;
	font-size: 14px;
	color: #900000;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.leftmenu-content {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

div.jHtmlArea .ToolBar ul li a.custom_disk_button 
{
	background: url(images/disk.png) no-repeat;
	background-position: 0 0;
}

div.jHtmlArea { border: solid 1px #ccc; }
