/* CSS Document */

/* Global */

caption.bCalendarCaption {
	font-size: 105%;
	font-weight: bold;
	margin: auto;
	padding: .5ex 0;
	white-space: nowrap;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}


caption.bCalendarCaption a{
	text-decoration: none
}
table.bCalendarTable {
	margin: 1 auto 0 auto;
	font-size: 77%;
	border-color:#000000;
	border-collapse: separate; 
	border-spacing: 0px;

}
tr.bCalendarRow {
	text-align: center;
}
th.bCalendarHeaderCell {
	font-size: 84%;
	width: 4ex;
}
td.bCalendarCell {
	width: 4ex;
	height: 3.5ex;

}

a:link, a:active{
	text-decoration:underline;
	color:#000000;
	font-size:inherit;
	font-weight:normal;
}

a:visited{
	text-decoration:underline;
	color:#000000;
	font-size:inherit;
	font-weight:normal;
}


.bCalendarLinkPost {
	font-weight: bold;
	background-color:#9999CC;
}

.bCalendarLinkPost a{
	text-decoration:none;
	text-decoration:underline;
}

td#prev, td#next {
	font-weight: bold;
	font-size: 105%;
	padding: .5ex;
	white-space: nowrap;

}

td#prev a,
td#next a {
	padding: 0 .5ex;
	text-decoration: none
}
td#prev {
	text-align: left;
}
td#next {
	text-align: right;
}
