CBODY 
	{
	color: Red;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	}


.leftCal
{
	float:left;
	width: 75%;
	background-color: white;
}					
.rightTxt
{
	float:right;
	text-align:left;
	
	overflow:auto;
	width: 100%;
	height:95%;
		
}

.eventTable
{
	vertical-align:top;
	text-align:left;
	margin-left:20px;
	font-size:12px;
}

.subject
{
	text-align:left;
	font-weight:bold;
	font-size:15px;
}

.titleBar
{
	vertical-align:top;
	width:100%;
	height: 10%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}


.main
{
	width: 750px;
	height:450px;
}
	
.MCallendar
{
	text-align:center;
	width: 100%;
}
.dateText
{
	background-color:#F7EFD4;/*#ECFEFF;*/
	font-size:12pt;
	font-weight:bold;
	color:Maroon;
	text-align:center;
	position:static;
}

.dayBox
{
	font-size:8pt;
	font-family:Times New Roman, SimSun, Sans-Serif;
	width : 81px;
	height:68px;
	overflow:auto;

}

.dayText
{
	text-align:left;
	color:blue;	
}
