#agenda table{
	float: left;
	font-size:9px;
}

#agenda table td{
	background-color: #f0f0f0;
	width: 35px;
	height: 5px;
	vertical-align: top;
}

#agenda table a{
	display: block;
	height: 9px;
	margin: 0px;
	width: 35px;
}

#agenda table .close{
	background-color: #ff0000;
	
}

#agenda table .open{
	background-color: #00cc00;
	
}

#agenda table .error{
	background-color: #ccc;
}

#agenda table .border{
	background-color: black;
	width: 1px;	
}
