.sugTable
{
 background-color: #BADFF7;
 z-index:          100;
 color: #0047B2; 
 font-family: Arial; 
 font-size: 10pt; 
 text-decoration:none;
}

.sugCell
{
 width : 100%;
 overflow:         auto;
 overflow-x:       hidden;
}

.sugLink
{
 width:            100%;
 height:           18px;
 display:          block;
 text-align:       left;
 color: #0047B2; 
 font-family: Arial; 
 font-size: 10pt; 
 text-decoration:none;
}

.sugLink:hover
{
 background:       #0000EE;
 color:            #FFFFFF;
 font-family: Arial; 
 font-size: 10pt; 
 text-decoration:none;
}

.clsPlaatsEdit
{
 font-family: Verdana;
 font-size: 8pt; 
 padding: 2px 4px;
 color: #0047B2; 
 font-family: Arial; 
 font-size: 10pt; 
 text-decoration:none;
}

#divSuggestions
{
 overflow-y:       scroll;
 border:           1px solid #000000;
}