table.cld_year {
	margin:10mm;
}
table.cld_month {

}
th.cld_yeartitle {
	text-align:left;
	color:black;
	background-color:transparent;
	padding-bottom:0.5em;
}
th.cld_yeartitle big {
	font-size:200%;
	font-weight:normal;
}
th.cld_montitle {
	font-size:1em;
	font-weight:normal;
	text-align:right;
	color:black;
	background-color:#f7f7f7;
	padding:0.1em 0.2em 0 0.2em;
}
th.cld_light, th.cld_lightmarked {
	font-weight:bold;
	text-align:;
	color:black;
	background-color:#f7f7f7;
	padding:0.2em 0.2em 0.3em 0.2em;

}
th.cld_dark, th.cld_darkmarked {
	font-size:1em;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#efefef;
	padding:0.1em 0.2em 0.3em 0.2em;
}

td.cld_light, td.cld_lightmarked {
	font-size:1em;
	font-weight:normal;
	color:black;
	background-color:white;
	padding:10px;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}

td.cld_dark, td.cld_darkmarked {
	font-size:1em;
	font-weight:normal;
	color:black;
	background-color:#f7f7f7;
	padding:10px;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}

th.cld_darkmarked, th.cld_lightmarked, td.cld_darkmarked, td.cld_lightmarked {
color:#990000;
}
td.cld_today {
	font-size:1em;
	font-weight:bold;
	color:black;
	background-color:#ffe1e1;
	padding:10px;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}
a.cld_datelink {
	text-decoration:underline;
	color:#3333ff;
	background-color:inherit;
	display:block;
}
a.cld_titleddatelink {
	color:black;
	background-color:inherit;
	font-weight:bold;
}
em.cld_titleddate {
	font-weight:bold;
	font-style:normal ;
	color:#009900;
	background-color:transparent;
}