/*****************************************
 *			Koei-Kan Site Color Palette				
 *																				
 * Light Red:		#CC9999										
 * Light Grey:	#ECECEC										
 * Dark Red:		#993333										
 * 
 * 
 * 
 * 
 ***************************************/

.Calendar 
{
	position:absolute;
	width:380px;
	border-collapse: collapse;
	table-layout: fixed;
	background-color: white;
	cursor: default;
}

.Calendar .day 
{
	font: 10pt verdana;
	border-bottom: 1px solid silver;
	width: 100%;
	overflow: visible;
	background-color:#ECECEC;
	margin-bottom: 5px;
}

.Calendar TD 
{
	height: 100px;
	overflow: visible;
	vertical-align: top;
	font-size: 10pt;
	font-family: Georgia;
	text-align: center;
}