.my {
    padding: 2px 10px;
    cursor: pointer;
    color: #113759;
    white-space: nowrap;
}

.my:hover {
    text-decoration: none;
    background-color: #6699CC;
    color: #ffffff;
}

.my.my_selected {
    cursor: default;
    background-color: #6699CC;
    color: #ffffff;
}


a.dotted {
    text-decoration: none;
    border-bottom: none;
    }

a.dotted:hover {
    border-bottom: #000000 dotted 1px;
    text-decoration: none;
    cursor: pointer;
    }

a.reset {
    color: inherit;
    text-decoration: none;
}

a.reset:hover {
    color: inherit;
    text-decoration: none;
    cursor: default;
}