body {
  margin:0;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: small;
  }

table {
  border: none;
  }

th {
	font-size: medium;
  }

a {
	font-size: small;
  }

.aMenu {
	white-space:nowrap;
	text-decoration:none;
	font-size: small;
  }

.aMenu:hover {
  border: 2px outset;
  }

.aMenu:link {
  COLOR: black;
  }

.aMenu:visited {
  COLOR: black;
  }

.aMenu:active {
  COLOR: black;
  }

.tbPageTop {
	padding:0;
	border:0;
	background-color:#C0C0C0;
	width:100%;
  }

.tdLogo {
	vertical-align:bottom;
	border-color:#FFFFFF;
	border-bottom-width:1;
	border-left-width:0;
	border-right-width:0;
	border-top-width:0;
	border-style:solid;
	padding-left:4;
	font-size: small;
  }

.tdMenuMain {
	border-color:#FFFFFF;
	border-top-width:2;
	border-right-width:1;
	border-left-width:2;
	border-bottom-width:2;
	border-style:groove;
  }

.tdMenu {
	width:1;
	text-decoration:none;
	color:gray;
  padding: 2;
	font-size: small;
  }

.tbMain {
	width:90%;
	background-color:#E9E9E9;
  border-top: 1 solid silver; 
  border-bottom: 1 solid silver;
  font-size: small;
  } 

.tdMain {
	padding:0;
  vertical-align: top;
  }

.tbText {
	background-color:#E9E9E9;
  border-top: none; 
  } 

.tdText {
  padding: 0;
	font-size: small;
  }

.tdTextMenu {
	vertical-align:top;
  padding: 0;
	font-size: small;
  }

.tdLinks {
	vertical-align:top;
  padding: 2;
	font-size: small;
  }

.tdTurn {
	padding-right:4;
	padding-left:4;
	padding-top:0;
	padding-bottom:0;
	vertical-align:top;
	font-size: small;
  }

.tbFrekvens {
	background-color: #E9E9E9;
	font-size: small;
  border: none;
  } 

.tdF {
	vertical-align:top;
	white-space:nowrap;
	padding:0;
  }

.tdR {
	white-space:nowrap;
	padding:0;
  }

.tdKryds {
  border-top: 1 solid silver;
  border-left: 1 solid silver;
  } 

.tdKryds2 {
  border-top: 1 solid silver;
  } 

.tdKryds3 {
  border-left: 1 solid silver;
  } 

.tbTimeStamp {
	width:90%;
  } 

.tdTimeStamp {
	color:gray;
	font-style:italic;
	font-size: xx-small;
  }

.tbHACLinks {
	width:90%;
  } 

.tdHACLinks {
	font-size: 9px; 
  }

a.hideDisplay{
   position: relative; 
   z-index: 20; 
   color: #000;
   text-decoration: none
   }

a.hideDisplay:hover{
  z-index: 30; 
  }
  
a.hideDisplay span.showDisplayOnHover{
  display: none
  }
 
a.hideDisplay:hover span.showDisplayOnHover{ 
  display: inline;
  font-size: small;  
  position: fixed;
  right: 5%;
  top: 35%;
  line-height: 12px;
  width: 320px;
  padding: 1px;
  border: 1px solid #666666;
  background-color: #F7F7F7; 
  color: #000000;
  text-align: left;
  } 






