/* kalender */

.kalender_main {
	position: absolute;
	display: block;
	top: 160px;
	left: 160px;
	width: 260px;
	height: 320px;
	background-image: url(/libs/images/calendar_popup.png);
	border: 0px solid gray;
}

.kalender_top {
	display: block;
	float: left;
	width: 226px;
	height: 67px;
	background-color: transparent;
	margin: 15px 0 0 10px ;
}

.kalender_bottom {
	display: block;
	float: left;
	width: 224px;
	height: 218px;
	background-color: white;
	margin-left: 11px;
}

.calControl .slct {
	width: 100px;
	font-size: 9px;	
	border: 1px solid gray;
	background-color: white;
	margin: 3px;
}

.calControl * {

	float: none;

}

.calControl .fld {
	font-size: 9px;	
	border: 1px solid gray;
	background-color: white;
	margin: 1px 3px 1px 3px;
	padding: 0;
}


.calControl .btn {
	font-size: 9px;	
	border: 1px solid gray;
	background-color: white;
	margin: 1px 3px 1px 3px;
}

.week {
	display: block;
	float: left;
	width: 224px;
}

.weekdays .day{
	width: 32px;
	height: 27px;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 25px;	
}

.day {
	width: 32px;
	height: 27px;
	display: block;
	float: left;
	
}

.day a {
	text-decoration: none;	
	display: block;
	width: 30px;
	height: 25px;
	border: 1px solid white;
	line-height: 25px;	
}

.day a:hover {
	border: 1px solid blue;	
}

input.date {
	width: 100px;
	border: solid gray 0px;
	background-color: transparent;
	cursor: pointer;
	float: left;
	line-height: 14px;
}

* a.button_small, .tableoverview tr td a.button_small {
	border: 1px solid gray;
	background-color: white;
	font-size: 10px;
	display: block;
	float: left;
	height: 14px;
	width: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 14px;
	float: left;
	text-decoration: none;
	color: black;
	font-weight: normal;
	margin: 0 10px 0 10px;
}
a.button_small:hover {
	color: black;
	border-color: black;
	text-decoration: none;
}