/********** Month **********/
div.month {
clear: both;
margin-left: 1em;
}

div.month table {
width: 420px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

div.month td.not_EL{
  background-color:#f9fae0;
}
div.month td {
	padding: 0.25ex 0.5ex 0.25ex 0.5ex;
	vertical-align: middle;
}
tr.gaia { background-color:#e4f0df; background:url(/i/calendar/Gaia-bg.jpg) no-repeat}
tr.road { background-color:#e4f0df; background:url(/i/calendar/road.jpg) no-repeat }
tr.wanderlust { background-color:#e4f0df; background:url(/i/calendar/wanderlust-bg.jpg) no-repeat }
#content .bg_main div.month tr.road td.b { color:#333333 }

div.month td.a {
font-weight: bold;
width: 10ex;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
div.month td.b {
	border-top: 1px solid #999;
	border-left: 0px solid #999;
}
div.month td.b_bottom {
	border-top: 1px solid #999;
	vertical-align: bottom;
}
div.month td.c {
	border-top: 1px solid #999;
	width:80px;
}

div.month tr.z {
background: #f7f7f7;
}

.holiday {
font-style: italic;
}

