/*********************************************************
blackboard.css - default style sheet for CMS calendar subsystem
(c) copyright 2001ff., Blackboard, Inc.
*/

.calHeader
{
	font-size: 1.4em;

}

/*
span for Sun|Mon|Tues
*/
.calYDay
{
}


/**
  Month View
	Text in the Month calendar
*/

.calMonth
{
	font-size:.8em;
}


/*
 Calendar Week View
*/
/*
<span class="calWDay">Sunday, May 5</span>
*/
.calWDay
{
	font-weight: bold;
}



/*
Calendar Day View

*/

.calDAmPm
{
	font-weight : bold;
}


/*
Calendar Year View : Show dates with events

*/

.calBusyDay
{
	font-weight : bold;
	color:red;
	background-color:ghostwhite;
}

/*
Calendar Year View : Show dates with events differently

*/

.calCurrentDay
{
	font-weight : bold;
	background-color:#cccc99;
}

