#kalender {
	font: 10px Arial;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#kalender td {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-align: center;
	margin: 3px;
	height: 40px;
	color: white;
	font-family: Verdana, Arial;
	font-weight: none;
	font-size: 12px;
}

#kalender td.meny {
	width: 110px;
	color: black;
	border-bottom: 1px solid #999999;
}

#kalender td.time {
	width: 110px;
	color: black;
	border-right: 1px solid #999999;
}

#kalender td.blank {
	cursor:pointer; cursor:hand;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#kalender td.booked {
	cursor:pointer; cursor:hand;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#kalender td.bookable {
	cursor:pointer; cursor:hand;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#kalender td.nonbookable {
	cursor:pointer; cursor:hand;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#kalender td.subscribe {
	cursor:pointer; cursor:hand;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#kalender td.reserv {
	cursor:pointer; cursor:hand;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#kalender td.full {
	cursor:pointer; cursor:hand;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#kalender td.mouseover {
	background: #aa0db4;
	border-left: 1px solid #C1DAD7;	
}

#kalender th.empty {
	border: 0px;
	margin: 3px;
	width: 50px;
}

#info {
	margin: 3px;
	text-align: left;
	color: white;
}

.img_link {
	cursor:pointer; cursor:hand;
}

#kalender td a {
	color: #bbbbbb;
	text-decoration: none;
}

#div_kalender_popup {
	position:absolute;
	width:400px;
	height:300px;
	padding: 10px;
	text-align:left;
	color:#000000;
	font: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #421149;
	background: white;
	overflow: auto;
	display:none;
}
