body { 
  background: white;
  color: black;
  padding-left: 1em;
  padding-right: 1em;
}

body, table {
	/* 9pt might look bether than the rather large default 
		in IE, but on the other hand, if we specify this
		here, someone with poor vision would 
		not be able to use "Text size Larger"
		to get readable text. Therefore, we don't.	 */
	/*  font-size: 9pt;   */ 
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.section {
  background: #bdd;
  color: black;
  border: black thin solid;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.innhold {
  margin: 0.5em;
}

input.submit {
	margin-right: 1em;
}


h2 {
  margin: 0;
  font-size: 100%;
}

h3 {
  margin: 0;
  padding-top: 0.5em;
  font-size: 75%;
}

h4 {
  margin: 0;
  padding-top: 0.5em;
  font-size: 75%;
}

div.section h2,h3 {
  background: #ace;
  color: black;
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0.5em;
  font-weight: bold;
}

div.gjelder .textfield {
  margin-left: 3em;
}

dl dt {
  margin-top: 0.5em;
  margin-left: 0;  
  font-weight: bold;
  padding-left: 0;
}

dl dd {
  padding-left: 0;
  margin-left: 0;
}

a:link,a:visited {
  text-decoration: none;
}

a:link {
  color: #4879ad;
}

a:visited {
  color: #516c87;
}


a:hover {
  color: black;
  text-decoration: underline;
}

a:active {
  color: #9cf;
}

.error {
	color: #d00;
	font-weight: normal;
	
}

th {
	text-align: left;
}

table.section6 th {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-align: center;
	vertical-align: bottom;
}

table.yesno td {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

table.yesno {
	border-left-color: black;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: black;
	border-right-width: 1px;
	border-right-style: solid;
}

ol {
  list-style-type: lower-alpha;
}

table.dates td {
  vertical-align: baseline;
}

table.columns td, table.yesno td {
  vertical-align: text-top;
}

td.postnr {
  text-align: right;
}

div.blanker {
  text-align: right;
}

div.progress {
  padding-bottom: 10px;  
}

div.error {
  border-color: red;
  border-width: 2px;
  border-style: solid;
  padding: 6px;
  color: red;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.ack {
  border-color: grey;
  border-width: 2px;
  border-style: solid;
  padding: 6px;
  color: blue;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

span.validationerror {
  color: red;
  font-size: 12px;
}

table.statusbar {
  background-color: #eeeeee;
  color: #1c1c4f;
  font-size: 10px;
  border-width: 1px 1px 1px 1px;
  border-style: inset;
  border-color: white;
  width: 100%;
}

div.filterhits {
  color: #1c1c4f;
  font-size: 10px;
}

div.adminbox {
  background-color: #eeeeee;
  border-width: 1px 1px 1px 1px;
  border-style: inset;
  border-color: white;
  color: #1c1c4f;
  font-size: 10px;
  width: 100%;
  margin-bottom: 5px;
}

div.adminbox2 {
  background-color: #cccccc;
  border-width: 1px 1px 1px 1px;
  border-style: inset;
  border-color: white;
  color: #1c1c4f;
  font-size: 10px;
  width: 100%;
  margin-bottom: 5px;
}

div.boxlabel {
  font-size: 12px;
  background-color: #dddddd;
  color: #1c1c4f;
  margin-top: 10px;
  padding-left: 5px;
  font-weight: bold; 
  border-style: solid; 
  border-width: thin;
  z-index: 2;
}

table.adminbox {
  background-color: #eeeeee;
  color: #1c1c4f;
  font-size: 11px;
}

td.admincell {
  color: #1c1c4f;
  font-size: 10px;
}

div.errordisclaimer {
  font-size: 16px;
  color: #1c1c4f;
}

.stoppedreports {
  background-color: #eeeeee;
  border-width: 1px 1px 1px 1px;
  border-style: inset;
  border-color: white;
  color: #1c1c4f;
  font-size: 10px;
  width: 100%;
}

.assignedreports {
  background-color: #cccccc;
  color: #1c1c4f;
  font-size: 10px;
  border-width: 1px 1px 1px 1px;
  border-style: inset;
  border-color: white;
  font-size: 10px;
  width: 100%;
}

a.admin {
  font-size: 10px;
}

.readonlytext {
  color: black; 
  background-color: white; 
  border: 1px solid black; 
  padding-left: 0.2em; 
  padding-right: 0.2em;
  padding-top: 0.1ex;
  padding-bottom: 0.1ex;
  font-family: monospace;
}

.readonlytextarea {
  color: black; 
  background-color: white; 
  border: 1px solid black; 
  padding-left: 2px; 
  padding-right: 2px;
}

