.ddmx {
    font: 10px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #000000;
    font: 10px verdana;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1focus,
.ddmx .item1focus:hover,
.ddmx .item1focus:visited,
.ddmx .item1focus-active,
.ddmx .item1focus-active:hover {
    padding: 3px 10px 3px 10px;
    background: #000000;
    font: 10px verdana;
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 10px verdana;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #e5e1da;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.fancytable {
    padding: 3px;
    border: 2px solid #D9D9D9;
    background: #EBEBEB;
}
.boldedtext {
    color: #000000;
    font-weight: bold;
}
.footertext {
    font: 9px verdana;
    color: #000000;
}
.pagetitle {
    color: #000000;
    font: 16px verdana;
}
.spacercolumn {
    width: 20px;
}
.leftcolumn {
    width: 156px;
}
.middlecolumn {
    width: 296px;
}
.rightcolumn {
    width: 210px;
}
.leftspacer {
    width: 14px;
}
.middlespacer {
    width: 20px;
}
.rightspacer {
    width: 20px;
}
.authorname {
    font-style: italic;
    font-size: 9px;
}
.spacerrow {
    font-size: 5px;
}

    .detailslink:link {text-decoration: none; color: #000000}
    .detailslink:visited {text-decoration: none; color: #000000}
    .detailslink:active {text-decoration: none; color: #000000}
    .detailslink:hover {text-decoration: underline; color: #000000}
    .pagetitlelink:link {text-decoration: none; color: #000000}
    .pagetitlelink:visited {text-decoration: none; color: #000000}
    .pagetitlelink:active {text-decoration: none; color: #000000}
    .pagetitlelink:hover {text-decoration: underline; color: #000000}
* html .ddmx td { position: relative; } /* ie 5.0 fix */