td.calendar {
	border: 1px solid #f3d4a8;
	width: 14%;
	height: 55px;
	vertical-align: top;
}
th {color: #f3d4a8;}

table.calendar {
	border:  1px none #000000;
	width: 100%;
	
}

span.calendardaynum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #f3d4a8;
	text-align: right;
	display: block;
	padding: 3px;
}

span.calendardayevent {
	display: block;
	background-color: #e5c69a;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	padding: 3px;
	color: #000;
}
span.calendardayevent a:link {
	color: #600;
	text-decoration: none;
}
span.calendardayevent a:visited {
	color: #600;
	text-decoration: none;
}
span.calendardayevent a:hover {
	color: #600;
	text-decoration: underline;
}
span.calendardayevent a:active {
	color: #600;
	text-decoration: none;
}
.event {
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #000;
}

td.calendarhead {

	background-color: #E79623;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}
td.calendarhead a:link {
	color: #f3d4a8;
	text-decoration: none;
}
td.calendarhead a:visited {
	color: #f3d4a8;
	text-decoration: none;
}
td.calendarhead a:hover {
	color: #f3d4a8;
	text-decoration: underline;
}
td.calendarhead a:active {
	color: #f3d4a8;
	text-decoration: none;
}
td.calendarhead a:link {
	color: #f3d4a8;
	text-decoration: none;
}
td.calendarhead a:visited {
	color: #f3d4a8;
	text-decoration: none;
}
td.calendarhead a:hover {
	color: #f3d4a8;
	text-decoration: underline;
}
td.calendarhead a:active {
	color: #f3d4a8;
	text-decoration: none;
}
/* calender entry */
div.head {

	background-color: #E79623;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	
}

div.body {
	background-color: #F7EBD3;
	border: solid 1px #000;
	margin-top: 2px;
	text-align: left;
	padding: 5px;
	font-weight: normal;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
