.dm-link {
/*    color: #332266;
    font:  normal 10px Verdana;
    text-decoration: none;*/
}
.dm-link:hover {
/*    color: red;*/
}
.dm-td-bgcolor {
/*    background-color: #cccccc; */
}
.dm-td-bgcolor:hover {
/*    background-color: #eeeeee;*/
}
.dm-table-bgcolor {
/*    background-color: #999999;*/
    border-right: solid 1px #cccccc;
}
.dm-div {
    background-color: white;
    border-top: solid 1px #eeeeee;
    border-left: solid 1px #eeeeee;
}
.dm-undertable {
    background-image: url(/_schemes/default/img/under_menu.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 14;
}
