/* blog calendar style sheet */

table.bcal {
	margin:0 0.5em; padding:0;
	/*border: 1px solid #999;*/
	/*border-collapse: collapse;*/
	/*background: #efefef; */
	font-size: 90%;
}
table.bcal caption {
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
}
table.bcal caption a { 
	text-decoration:none; 
}

table.bcal th {
	/*background-color: #e9e9e9;*/
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	width: 2em;
	font-weight: normal;
	font-size:0.75em;
}
table.bcal td { margin:0;
	/*border: 1px dotted #999;*/
	text-align: center;
	font-size:0.85em;
	line-height:1.2em;
	padding:1px 1px 1px 0;
}
td.bcal-daynames {
	text-align: center;
	color: #333;
	font-size:.75em;
}
td.bcal-blank {
	/*background-color: #efefef;*/
}
td.bcal-today {
	background-color: #ffff00;
	color: #000000;
}
td.bcal-day {
	/*background-color: #ddeeff;*/
	color: #333;
}
a.bcal-link { 
	text-decoration:none; 
	font-weight:bold;
}
td.bcal-link {
	background-color: #bbddff;
	color: #000000;
}
td.bcal-linktoday {
	background-color: #ffcc00;
	color: #000000;
}