#bCalendar
{
	border-collapse: collapse; /*cellpadding*/
	border-spacing:0px; /*cellspacing*/
    
}
#bCalendar tr#days td
{
    width: 75px;
	height: 75px;
    word-wrap: break-word;
}

.currentDay, .currentMonth, .notCurrentMonth
{
	border-width: 1px;
	border-color: black;
	border-collapse: 2px;
	font-size: 12px;
	text-align:left; /*align*/
	vertical-align:top; /*valign*/
}

/*
.currentDay
{
	border-style: solid;
	background-color: #ffffff;
	color: blue;
}

.currentDayDayFormat
{
	background-color: white;
	color:black;
}

.currentDayDataFormat
{
	font-size:10px;
}
*/
.currentMonth, .currentDay
{
	border-style: solid;
	background-color: #ffffff;
}

.currentMonthDayFormat, .currentDayDayFormat
{
	background-color: #d9d3cb;
	border: black 1px solid;
	color: #000000;
	font-weight:bold;
    width: auto;
}

.currentMonthDataFormat , .currentDayDataFormat
{
	font-size:10px;
}

.notCurrentMonth
{
	/*border-style: dashed;*/
	/*background-color: #344E58;*/
	color: #344E58;
}

.notCurrentMonthDayFormat
{
	background-color: #344E58;
	color: #344E58;
	display:none;
}

.notCurrentMonthDataFormat 
{
	background-color: #344E58;
	color: #344E58;
	display:none;
}

.month
{
	font-size:16px;
	text-align:Left;
}

.day1, .day2, .day3, .day4, .day5, .day6, .day7
{
	text-align:center;
	height:20px;
}

