/* div */
#Cal {
	width:176px;
	margin-top:20px;
	margin-right:22px;
	padding:1px;
	border:1px solid #8c2408;
	background:#ffd0b5;
	text-align:center;
	overflow:hidden; /* keeps text-resizing from killing the layout */
	}

#Cal table {
	//width:100%;
	margin:0; padding:0;
	//border-collapse:collapse;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background:#ffcbb0;
	}

/* caption is the day of the month*/
#Cal caption {
	padding:2px 3px 3px 3px;
	margin-bottom:2px;
	font-size:15px;
	font-weight:bold;
	color:#64182f;

	}

#Cal tr, #Cal td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
	color:#3f649e;
	}

#Cal td {
	padding:2px 2px;
	}

/* class=highlight puts the current date in boldface and a slightly darker background */
#Cal .highlight {
	font-weight:bold;
	background:#dedede;
		font-size:16px;
	}