.calpopwrap {
  position: absolute;  
  z-index: 98;
}

.calpop {
  position: absolute;
  left: 16px;
  border: 1px solid black;
  background: white;
  width: 150px;
  /*height: 173px;*/
  display: none;
  -moz-box-shadow: 3px 3px 4px #aaaaaa;
	-webkit-box-shadow: 3px 3px 4px #aaaaaa;
	box-shadow: 3px 3px 4px #aaaaaa;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa')";
  z-index: 99;
}

.calpop A {
  text-decoration: none;
  font-weight: normal;
  color: black;
  width: 100%;
}

.calpop a:hover {
  background: blue;
  color: white;
  width: 100%;
}


.calpop table {
  background: white;
  border: 1px solid white;
  margin: 0px;
  padding: 0;
}

.calpop table th {
  border: 0;
  text-align: center;
  background-color: white;
  padding: 1px;
  margin: 0;
}

.calpop table td {
  background: white;
  padding: 0;
  margin: 0;
}

.calpop table tr:hover, .calpop table tr td:hover {
  background-color: white;
}

.calpop .mdkaloverskrift {
  font-weight: bold;
  font-size: 10px;
  color: black; 
}

.calpop .mdugedage {
  font-weight: bold;
  color: black;
  background-color: #BFD5DF;
  font-size: 10px;
}

.calpop .mdkalpile {
  font-size: 80%;
}

.calpop .mdgray {
  font-size: 10px;
  padding-bottom: 4px;
  color: #bbbbbb;
  width: 15px;
  background-color: white;
}

.calpop .mdkaltal {
  font-size: 10px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  color: black;
  width: 15px;
  background-color: white;
}





.calpop .aktmdkaltal {
  font-size: 10px;
  padding-bottom: 4px;
  color: green;
  width: 15px;
  height: 10px;
  background-color: white;
}

.calpop .mdkaltal A {  
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 2px;
}

.calpop .mdkaltal A.agray {
  color: #bbbbbb;
}

.calpop .mdkaltal A.atoday {
  color: red;
}