/* Copyright (c) 2009 Ezer IT Consulting. All rights reserved. */
/* For information contact claus@ezer.dk. */

/* Styles for table of radio talks*/



table.talk td.photo {
    width: 120px;
    text-align: center;
}

table.talk td.desc {
    text-align: center;
}    


table.talk p.head {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

table.talk p.subhead {
    text-align: center;
    border-bottom: solid 1px;
    margin-top: 0;
}

table.sub {
    margin-left: 50px;
    margin-right: 50px;
}

table.sub th {
    font-style: italic;
    font-weight: normal;
}

table.sub .duration {
    width: 60px;
    text-align: center;
}

table.sub .link {
    width: 100px;
    text-align: center;
}
