body, table, td, tr, input {
	border: none;
	font-size: 11px;
	font-family: sans-serif;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #DDDDDD;
}
table {
	border-collapse: collapse;
	width: 100%;
}
.header {
	background-color: #d6d3ce;
	color: #000000;
	font-weight: bold;
}
td {
	text-align: center;
	width: 25px; 
}
td.time,
th.time {
	padding-left: 10px;
	width: 100px;
}
th.month {
	text-align: center;
}
th.monthwe {
	color: #003F93;
	text-align: center;
}
th.clickable {cursor: pointer; }
td.chosen {background-color: #FFFFFF; cursor: pointer; }
td.notchosen {background-color: #DDDDDD; cursor: pointer; }
td.kw {background-color: #DDDDDD; cursor: pointer; color: #666666; text-align: right; }
td.othermonth {background-color: #DDDDDD; cursor: pointer; color: #666666; }
td.othermonth2 {background-color: #BBBBBB; cursor: pointer; color: #666666; }
td.chosen2 {background-color: #EEEEEE; cursor: pointer; }
td.notchosen2 {background-color: #BBBBBB; cursor: pointer; }
input{
	cursor: pointer;
	height: 15px;
}
input.number{
	background-color: #d6d3ce;
	width: 24px;
}
input.numberc{
	background-color: #d6d3ce;
	font-weight: bold;
	text-align: center;
	width: 24px;
}
input.submit{
	height: 20px;
	width: 200px;
}

