#fremvisning_inner_header {
	position: relative;
}

div#korrespondance {
	width: 200px;
	height: 19px;
	margin: 8px 0;
	position:absolute;
	right: 10px;
	top: -25px;
}
div.panel, p.flip, .tom {
  margin:0px;
  text-align:center;
  background:#fff;
  border:solid 1px #999;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
p.flip {
	cursor: pointer;
  padding:2px;
}
.tom {
  padding:2px;
}
p.flip:hover {
  border: solid 1px #666;
}
div.panel/*, div.tooltip*/
{
  padding: 2px 6px;
  display:none;
}
div.tooltip {
	line-height: 1.2em;
}
div.panel a {
	text-decoration: none;
}
div.panel a:hover {
	text-decoration: underline;
}
.panellinje {
	padding: 4px 0 2px 0;
}
.forrigebrev {
	float: left;
	margin:auto;
}
.allebreve {
	display: inline;
	cursor: pointer;
	padding: 1px 6px;
	background:#eee;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	/*
	border: 1px solid blue;
	padding: 2px 6px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px; */
}
.allebreve:hover{
	border: 1px inset #999;
	color: #039;
}
.naestebrev {
	float: right;
}
div.panel .forrigebrev a, div.panel .naestebrev a {
	text-decoration: none;
}
div.panel .forrigebrev a:hover, div.panel .naestebrev a:hover {
	color: #ba3e00;
}
.panel hr {
	margin: 3px 0;
	color: #ccc;
}
.brev_ajax {
	position: absolute;
	right: 0;
	padding: 0 20px;
	background: #f9f9f9;
	border-type: 0px solid #000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	max-height:300px;
	max-width:400px;
	overflow:auto;
}
table.ajax {
	margin: 10px 0;
	width: 320px;
	border-collapse:collapse;
}
table.ajax tr {
	cursor: pointer;
}
table.ajax td {
	vertical-align: top;
	text-align: left;
}
table.ajax tr:hover {
	background:#facca5;
}
table.ajax tr.dette{
	background:#cb4f00;
	color:#fff;
	font-weight:bold;
}
