
table#calendar {
	width:100%;
}

table#calendar caption {
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}

table#calendar caption a {
	text-decoration: none;
	font-weight: bold;
}

table#calendar th {
	background-color: #CDCDCD;
	text-align: center;
}

table#calendar th, table#calendar td{
	border: 1px solid black;
}

table#calendar td {
	width: 14%;
	height: 100px;
}

table#calendar td a {
	text-decoration: none;
}

table#calendar td.other {
	background-color: #EEEEEE;
}

table#calendar td.today {
	background-color: #FFFF99;
}

table#calendar td.before{
	opacity: 0.6;
}


table#calendar td ul {
	margin: 0;
	padding: 0;
	line-height:1em;
	list-style-type: none;
	font-size: smaller;
}

table#calendar td li {
	margin: 0;
	padding: 0;

	margin-left: 2px;
	margin-bottom: 1em;
}





