table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
table, th, td {
    border-bottom: 1px solid #DDDDDD;
}
tr.inactive {
    background: #DDDDDD;
}
tr.new td {
      vertical-align: top;
}
td, th {
    vertical-align: baseline;
    padding: .5em;
}
td.date {
    font-weight: bold;
    white-space: nowrap;
    padding-right: 0;
    padding-left: 0;
    text-align: right;
    border-right: 0;
}
td.dates {
    font-weight: bold;
    white-space: nowrap;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-right: 0;
}
td.day {
    font-weight: bold;
    border-left: 0;
}
td.time {
    text-align: right;
    white-space: nowrap;
}
td.event {
}

.month td {
	border-bottom: 2px solid #006699; 
	padding: 2em 0 .5em 0; 
	font-weight: bold;
}
.description, .contact {
	display: none;
}
.contact td {
	padding-right: .5em;
	text-align: right;
}
.description td {
	padding-left: 2em;
	line-height: 130%;
}
.nowrap {
	white-space: nowrap;
}
.color1, .color3, .color5, .color7 {
	background-color: #F7FBFC;
}
p {
    padding: .8em 0 .2em 0;
    line-height: 150%;
}
