.ddmx {
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 1px 10px 1px 10px;
    background: #444444;
    color: yellow;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 1px 8px 1px 8px;
    color: yellow;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #444444;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #666666;
    border: 2px solid yellow;
    border-width: 0 2px;
    padding: 1px 6px;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 0px 16px 0px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid yellow;
    position: absolute;
    visibility: hidden;
    background: #444444;
    z-index : 500;
}

table.gallery-container,
table.ddmx-container{
    border: 1px solid yellow;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    background: #444444;
}

table.gallery-container{
    z-index : -3;
}

a.border-cell{
  color: black;
  text-decoration: none;
  font-weight : bold;
  padding: 0px 0px 0px 0px;
}

td.border-cell{
  width: 2em;
  color: yellow;
  background-color: yellow;
  font-weight : normal;
  text-align : center;
}

td.gal
{
  padding: 0px;
  z-index : -2;
}

a.gal,
a.gal:hover {
    padding: 0px 8px 0px 8px;
    color: yellow;
    text-decoration: none;
    z-index : 0;
}
a.gal {
    background: #444444;
}
a.gal:hover {
    background: #666666;
}


* html .ddmx td { 
    position: relative; 
} /* ie 5.0 fix */
