table.program {
    margin:0 0 10px 0;
}
table.program tr.odd {
    background:#eee;
}
table.program td {
    vertical-align: top;
}
table.program th {
    text-align: left;
}
table.program th.time {
    width:50px;
}
table.program th.ministry {
}
table.program th.speaker {
    width:100px;
}
table.program a.external {
    color:#555;
}
table.program td.time {
    text-align:right;
}
div.dayTabs {
    margin:10px 0 5px 0;
    padding:0 0 0 2px;
    border-bottom:1px solid #555;
}
div.dayTabs a {
    font-size:11px;
    background:#ddd;
    color:#555;
    padding:0 1px;
    text-decoration: none;
    margin-right:1px;
}
div.dayTabs a:hover {
    text-decoration: none;
}
div.dayTabs a.selected {
    background:white;
    font-weight:bold;
    font-size:13px;
    color:black;
    border:1px solid black;
    border-bottom:0;
}

div.times {
    text-align:center;
    margin:0 0 5px 0;
}
div.times a {
    text-decoration:none;
	display: inline-block;
}
div.times a.selected {
    text-decoration:underline;
}
#print-times {
	display:none;
}

