/* Designed by François PLANQUE - http://fplanque.net/ */

@import url(rsc/basic.css);	/* Import basic styles */
@import url(rsc/img.css);	/* Import standard image styles */
@import url(rsc/blog_elements.css);	/* Import standard blog elements styles */
@import url(rsc/forms.css);	/* Import default form styles */
@import url(rsc/comments.css);	/* Import default comment styles */

body {
	font: 12px Arial, Helvetica, sans-serif;
}



/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate; 
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}
