  
  .tdRow {
    vertical-align: top;
    width: 189px;
  }
  
  .refFull {
    cursor: pointer;
  }
  
  .refFull_o {
    cursor: pointer;
    color: #A1A0A4;
    
  }
  
  .refFull_o a:link,
  .refFull_o a:visited,
  .refFull_o a:active {
    text-decoration: none;
    color: #0064C8;
  }
  
  .refFull a:link,
  .refFull a:visited,
  .refFull a:active {
    color: #A1A0A4;
    text-decoration: none;
  }

  .refFull a:hover {
    color: #A1A0A4;
  }
  
  #table_referenties {
    font-weight: normal;
  }
  
  .linkDiv {
    color: #0064C8;
    display: none;
    padding: 0 0 2px 12px;
  }
  
  .dot {
    background-image: url('../images/dots_grey_repeat.png');
    background-repeat: repeat-y;
    background-position: top center;
    width: 7px;
    vertical-align: top;
  }
  
  .dot div {
    width: 7px;
  }
  
  .space {
    width: 10px;
  }
