
table.programme {
    border-collapse: separate;
    border: 1px solid #9DCEAB;
    border-width: 0px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
}
td ul {
    list-style-position: outside;
    margin-left: 0; 
    padding-left: 0;
}
td, th {
    width: 148px;
    text-align: left;
    vertical-align: top;
    background-color: #777;
    position: relative;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
th {
    height:20px;
    font-weight: bolder;
    font-size: 11px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
td {
    padding-left: 3px;
    font-size: 10px;
}
td a {
    color: #fff;
}
.events a {
    color: #0000ff;
}
td.plenary {
    background-color: #bde;
}
td.plenary:hover {
    background-color: #999;
    color: #fff;
}
td.date_has_event {
    background-color: #eca;
}
td.date_has_event:hover {
    background-color: #999;
    color: #fff;
}
td.padding {
    background: url(../img/calpad.jpg);
}
td.time, th.time {
    background-color: #777;
    width: 10%;
    text-align: center;
    font-size: 11px;
    font-weight:bold;
    color: #fff;
    padding-top: 3;
}
.events {
    position: relative;
}
.events ul {
    text-align: left;
    position: absolute;
    display: block;
    z-index: 1000;
    padding: 15px;
    background: #E7ECF2 url(../img/popup.png) no-repeat;
    color: black;
    border: 1px solid white;
    width: 200px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    list-style: none;
    -webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
    padding-bottom: 5px;
}
.events li span {
    display: block;
    text-align: left;
    color: #555;
}
.events li span.title {
    font-weight: bold;
    color: #222;
}
td span.authors {
    font-weight: bold;
}
td span.talktag {
    font-weight: bold;
    color: #2b2;
}
td.coffee {
    font-size: 10px;
    background-color: #aca;
    vertical-align: middle;
}
td.lunch {
    font-size: 10px;
    height: 24px;
    background-color: #aca;
    vertical-align: middle;
}
td.social {
    font-size: 10px;
    background-color: #aca;
    vertical-align: middle;
}
td.social:hover {
    background-color: #999;
    color: #fff;
}
td.talk {
    height: 30px;
    background-color: #def;
    font-size: 11px;
}
td.talk:hover {
    background-color: #69c;
    color: #fff;
}
th.sessionid {
    font-size: 12px;
    color: Yellow;
}
th.session {
    font-size: 10pt;
    text-align:left;
}
th.room {
    text-align: right;
    border-left: 0px;
    font-size: x-small;
    color: Yellow;
}
td.void {
    background-color: #eee;
}
tr.wider td {
    height: 100px;
}
