/*
 * subpage.css
 *
 * Default layout for the subpages
 * 
 * (c) 2007 - 3IP Web Solutions B.V.
 *
 */

div#rightbar {
    text-align: left;
}

div#rightbar ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

div#rightbar li {
    line-height: 1.4em;
}

div#content td.time {
    width: 40px;
}

div#content td.label {
    width: 90px;
    font-weight: bold;
}

div.programmainfo {
    border-top: solid 1px grey;
}
