div.small{
 font: normal 8pt Tahoma;
 margin: 5px 10px;
}

table.schedule{
 border: 1px solid #a0a0a0;
 margin: 0px;
 padding: 0px;
 width: 98%;
 margin-left: 10px;
 text-align: center;
}

table.schedule td{
 border: 1px solid #a0a0a0;
 padding: 2px 5px;
 background: #f9f9f9;
 font: normal 8pt Tahoma;
}

table.schedule  td.header{
 background-color: #f0f0f0;
 font-weight: bold;
}

table.schedule  td.none{
 background: #c0c0c0;
}

table.schedule  td.free{
 background: #f8f8f8;
}

table.schedule  td.eating{
 background: #BDEFFC;
}

table.schedule  td.event{
 background: #FFFF99;
}

table.schedule  td.lecture{
 background: #00FF00;
}

table.schedule  td.talk{
 background: #CCFFCC;
}

