/* Kalender */
div#cal table td, div#cal table th {
	font-size: 1em;
}

div#cal th {
	border: 1px solid #fff;
	font-weight: bold;	
	color: #666;	
}

div#cal th.calNav {
  border: 1px solid #aaa;
  cursor: pointer;
}


div#cal th.calNav:hover {
  border: 1px solid #aaa;
  cursor: pointer;
	background: #dfdfdf;
	cursor: pointer;
}

div#cal td  {
	border: 1px solid #aaa;
}

div#cal td:hover {
  cursor: pointer;
		background: #bd3;
	color: #333;
}

div#cal th {
	text-align: center;
}

div#cal td {
	background: #fff;
}

div#cal td.calweek {
	border: 0;
	background: #fff;
/* 	font-size: 0.8em; */
}

div#cal td.past {
	background: #666;
	color: #fff;
}

div#cal td.today {
	color: #f00;
	font-weight: bold;
	border: 1px solid #f00;
}

div#cal td.otherMonth {
	background: #dfdfdf;
	color: #666;
}

div#cal td.otherMonth:hover {
	background: #bd3;
}

div#cal td.daySelected {
	border: 1px solid #333;
	background: #B0D237;
	color: #333;
}

div#cal td.daySelected:hover {
	background: #a10000;
	color: #fff;
}

td.otherMonth { color: #ccc }
td.daySelected { background-color: #0c0 }
td { text-align: center }

#calTable td {
	width: 23px;
	height: 23px;
}