div#cpanel table {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    border: none;
    width:auto;
}

div#cpanel td {
    padding: 1px;
}

div#cpanel a {
    color: #0000FF;
    text-decoration: underline;
    
}
div#cpanel a:hover, div#cpanel a.current {
    text-decoration: underline;
    color: #804040 !important;
    background-color:#FFFFFF;
}
