a {
	color: White;
}

a.menu {
	text-decoration: none;
}

body {
	background-color: #006699;
	font-family: verdana,arial,helvetica,sans-serif;
  font-size: 8pt;
	color: White;
	margin-top: 0;
	margin-left: 0;
  margin-right: 0;
}

form {
  display: inline;
}

h1 {
	font-size: 20pt;
	font-weight : bold;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 12pt;
}

h4 {
  font-size: 10pt;
}

hr {
  color: #0099CC;
}

hr.darkblue {
  color: #006699;
}

hr.white {
  color: #000000;
	height:	1;
}

input.blueinput {
  background-color: transparent;
  color: white;
  border-width: 1;
  border-style: solid;
  vertical-align: top;
}

input.linkButton {
  background-color: transparent;
  border: none;
  color: white;
	font-family: verdana,arial,helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
	padding : 0;
  margin: 0;
  width: 5px; 
  overflow: visible; 
}

input.deleteButton {
  background-color: transparent;
  border: none;
  color: red;
	font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
	padding: 0;
  margin: 0;
  width: 5px; 
  overflow: visible; 
}

dbutton {
	font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10pt;
}

select {
	font-family: "Courier New";
	font-size: 8pt;
}

select.verdana {
	font-family: verdana,arial,helvetica,sans-serif;
  font-size: 8pt;
}	

span.headerbig {
	font-size : 48;
  font-weight: normal;
}

span.headersmall {
	font-size: 14;
	color: #006699;
  font-weight: normal;
}

table {
  border: 0;
  padding: 0 0 0 0;
  font-size: 8pt;
}

table.menu {
	background-color: Black;
	font-size: 11;
}

table.brightblue {
  background-color: #0099CC;
  border: 0;
  width: 100%;
  color: #FFFFFF;
}

table.printsupplies {
  background-color: #000000;
  color: #FFFFFF;
}

table.solid {
	border: 1 solid;
	border-collapse: collapse;
}

th {
  text-align: left;
}

th.ordrer {
	border: 1 solid;
	padding: 5 5 5 5;
  background-color: #0099CC;
  color: #FFFFFF;
}

th.printsupplies {
  background-color: #FFFFFF;
  color: #000000;
}

td {
  font-weight: bold;
}

td.nobold {
	font-weight: normal;
}

td.reverseHeader {
  background-color: #0099CC;
  color: #000000;
}

td.varenavn {
  font-size: 12pt;
}

td.varenavnto {
  font-size: 10pt;
}

td.diverse {
  line-height: 150%;
}

td.menu {
	text-align: center;
  font-weight: normal;
}

td.fejl {
  color: #FF0000;
}

td.solid {
	border: 1 solid;
	padding: 5 5 5 5;
}

tr.darkblue {
  background-color: #006699;
}
