/* Stylesheet for timeline */

/*
tr.divi = "year" dividers
tr.host, tr.phost, ... = boxes with a version
td.pn = box with program name and date
[div].next = "next" links

li.feature .fix .change .note = entries

*/

table {
   border:solid;
   border-color:#000000;
   border-width:1px;
   padding:0px;
   border-spacing:0px;
}


tr.divi { background-color: #ccffcc; font-size:1.2em; font-weight:bold; font-style:italic; }
tr.host { background-color: #ffeeee; }
tr.phost { background-color: #eeeeff; }
tr.vpa { background-color: #eeffff; }
tr.pcc { background-color: #eeeeee; }

.tbc { margin: 10px; font-size: 20; font-style:italic; }

td {
   border:solid;
   border-color:#000000;
   border-width:1px;
   border-collapse:collapse;
   padding-left:5px;
   padding-right:5px;
   padding-top:2px;
   padding-bottom:2px;
}

td.pn { font-size:0.8em; font-weight:bold; }

.next { font-size:0.8em; }
