.Calendar {
 width: 100%;
 padding: 0;
 margin: 0;
 border: 5px solid #A5BDEB;
 font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 color: #616B76;
 background-color: #fff;
}

.Calendar th {
	background-color:#E99123;
	color:white;
	border-bottom:4px solid #790000;
	border-right:1px solid #790000;
}

.Calendar td {
 border-right: 1px solid #A3BEEB;
 border-bottom: 1px solid #A3BEEB;
 width: 110px;
 height: 100px;
padding:2px;
}


.Weekend {
	background-color: #F7F3C4;
}

.Day {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#E99123;
	padding:2px;
	margin-right:2px;
}

.Calendar TD P {
	color:gray;
	font-size:11px!important;
}

.Calendar TD P A {
	color:black;
	text-decoration : underline;
	font-weight:bold;
	font-size:10px!important;
}

.CurrentMonth {
	font-size:18px;
	color:#EA9425;
	font-weight:bold;
	text-align : center;
}

TD.Expanded {
 border: 3px solid #E89120;
 width:350px!important;
 height:300px!important;
 overflow:scroll;
}

TD.Compact {
	width:20px!important;
	height:20px!important;
	opacity:.25!important;
	filter: alpha(opacity=25);!important 
	-moz-opacity: 0.25!important;
}