table.calendar {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-image: url("/bilder/calendar/hintergrund.gif");
	background-repeat:no-repeat;
	width: 211px;
	text-align: center;
    z-index:3;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
}
table.calendar td {
	border: 0;
	font-size: 11px;
	text-align: center;
}
#closebtn {
	cursor: pointer;
}
div.mainheading {
	margin: 4px 0 0 8px;
}
div.head {
	margin: 6px 6px 0 16px;
	padding-bottom: 6px;
	text-align: right;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #cccccc;
}

table.caldayheading {
	border-collapse: collapse;
	cursor: default;
	margin: 4px 6px 0px 16px;
	background-color: #fef880;
	border:0px;
}

table.caldayheading td {
	text-align: center;
	color: #101010;
	width: 26px; /*should match calendar cell's width*/
	padding:4px 0 4px 0;
}

table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 4px 6px 40px 16px;
}
table.calcells td {
	text-align: center;
	font-weight: normal;
	width: 26px;
	height:18px;
}
table.calcells td.noDate {
	cursor:default;
	background-color: #fef880;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 0px;
	color: #000000;
}
table.calcells td.wkday {
	background-color: #fef880;
}
table.calcells td.wkend {
	background-color: #fef880;
}
table.calcells td.curdate {
	background-color: #fef880;
	color: #aaa4a4;

}
table.calcells td.cell_selected {
	background-color: #000000;
	color: #FFFFFF;
}
table.calcells td.notmnth {
	background-color: #fef880;
	color: #a5a4a2;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #000000;
	font-weight:bold;
	color: #FFFFFF;
}
span.show {	
	display: inherit;
	padding:0 4px;
}
span.hide {
	display: none;
}
#monthDnDiv, #move_out_datemonthDnDiv, #move_in_datemonthDnDiv,#epoch_popupmonthDnDiv,#calender_popupmonthDnDiv{
	width: 30px;
	float: left;
	cursor: pointer;
	padding-left:4px;
}

#monthUpDiv, #move_out_datemonthUpDiv, #move_in_datemonthUpDiv,#epoch_popupmonthUpDiv,#calender_popupmonthUpDiv{
	float: right;
	margin-right:8px;
	cursor: pointer;
}
#monthyear,#move_out_datemonthyear,#move_in_datemonthyear,#epoch_popupmonthyear,#calender_popupmonthyear{
	float:left;
	text-align:center;
	width:120px;
}
div.mainheading .month{
}
div.mainheading .year{
}

