.calendar-table {
	font:		Icon;
	border:		1px solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
	border:		2px;
}
.calendar-table thead td{
	background-color:lightblue;
	font-size:13px;
	font-weight:bold;
	height:20px;

}
.calendar-table tbody td{
	background-color:#CCCCCC;
	font-size:11px;
	font-weight:bold;
	height:100px;
	vertical-align:top;
	width:50px;

}
.calendar-table td{
height:100px; /* specify width in pixels here */

word-wrap: break-word;
}


