img {
   display: inline;
}
div#jgr .tlleft img {
   border: 1px solid white;
}
.tlright img {
   border: 1px solid black;
}
div#jgr table {
   font-family: arial, geneva, sans-serif;
   font-size: 12px;
   line-height: 1.25;
}
body {
   padding: 0;
   margin: 0;
}
div#jgr td.tlleft, div#jgr td.tlright {
}
div#jgr .tlleft {
   color: bbb;
   background-color: #999;
   text-align: right;
   padding: 4px 4px 12px 12px;
}
div#jgr .tlcentre {          color: black;
   background-color: white;
   text-align: center;
   background-image: url(../../common/images/timeline/timeline-divider.gif);
   background-repeat: repeat-y;
   background-position: center;
}
div#jgr .tlright {
   color: black;
   background-color: #ccc;
   text-align: left;
   padding: 4px 12px 12px 4px;
}
div#jgr .tlleft a:hover, div#jgr .tlleft a:active {
   color: black;
}
div#jgr .tlright a:hover, div#jgr .tlright a:active {
   color: white;
}
div#jgr .tlleft a:link, div#jgr .tlleft a:visited {
   color: white;
}
div#jgr .tlright a:link, div#jgr .tlright a:visited {
   color: black;
}

div#jgr {
   width : 290px;
   height : 400px;
   overflow: auto;
   background-color: #ccc;
   padding: 0px;
   margin: 0px;
       }

