div.title {
	background-color: #141414;
	height: 90px;
	margin: 0 0 10px 0;
}
div.title IMG {
	vertical-align: bottom;
}
table.month {
  width: 950px;
  margin: 0 auto;
  border: 1px solid #404040;
  border-spacing: 0;
  border-collapse: collapse;
}
td.weekday {
  font-family: Trebuchet MS;
  font-size: 11px;
  color: #404040;
  text-align: center;
  background-color: #7E7E7E;
  border: 1px solid #eee;
}
td.day {
  background-color: #000;
  width: 14%;
  height: 100px;
  color: #608A05;
  vertical-align: top;
  border: 1px solid #7E7E7E;	
  padding: 4px;
}
div.daynum {
  font-family: Trebuchet MS;
  font-size: 12px;
  text-align: right;
  font-weight: bold;	
  line-height: 15px;
}
div.event {
  text-align: right;
  font-size: 11px;
}
/* calendar */
DIV.print {
	text-align:right; font-size: 14px; margin: 0 15px 0 0;
}
P.months {
	width: 947px;
	background-color: #8ACD03;
	line-height: 20px;
	text-align: right; 
	font-size: 12px; 
	color: #fff;
	margin: 0 auto;
	padding: 0 5px 0 0;
}
P.months A {
 color: #466802;
}
