/*
 * Patch css for EXM-18336
 * This patch will overwrite the jquery.treeview.css 
 */
.treeview ul {
    margin-top: 1px;
    margin-bottom: 1px;
}
.treeview li {
    margin: 0;
    padding: 3px 0pt 2px 17px;
}
.treeview li a {
    text-decoration: underline;
    padding: 0 0 0 2px;
}
.treeview .hover {
    cursor: pointer;
    text-decoration:underline;
}

.treeview a:visited{
  color:#660066;        
}

.treeview a:hover{
  color:red;        
}
