
#map
{
    display: block;
    margin-top: 0px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
}

#map tr
{
    height: 28px;
}

#map td
{
    width: 28px;
    overflow: hidden;

/*
    opacity: .50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
*/
}

#map th
{
    height: 28px;
    text-align: center;
    background-color: transparent;
/*
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
*/
    font-weight: normal;
    font-size: 12pt;
}

#map .mcell
{
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
}

#map .work
{
  background-color: transparent;
  color: black;
}

#map .trans
{
  background: url('../../images/cells/cell_28_blue.png') no-repeat center;
  color: black;
}

#map .transsel
{
  background: url('../../images/cells/cell_28_orange.png') no-repeat center;
  color: black;
}

#map .transempty
{
  background: url('../../images/cells/cell_28_empty_blue.png') no-repeat center;
  color: black;
}

#map .transemptysel
{
  background: url('../../images/cells/cell_28_empty_orange.png') no-repeat center;
  color: black;
}

#map .work
{
  background: url('../../images/cells/cell_28_empty.png') no-repeat center;
  color: black;
}

#map .worksel
{
  background: url('../../images/cells/cell_28_empty.png') no-repeat center;
  color: black;
}


#map td.trans:hover
{
  background: url('../../images/cells/cell_28_orange.png') no-repeat center;
  color: black;
}

#map th.selectable:hover
{
    background-color: orange;
}

#map img
{
    border: 0px;
}



#minimap
{
    text-align: center;
    line-height: 24px;
}

#minimap tr
{
    height: 24px;
}
#minimap td
{
    width: 24px;
    overflow: visible;
}

#minimap th
{
    font-weight: normal;
    background: transparent;
}

#minimap .work
{
  background-color: transparent;
  color: black;
}

#minimap .trans
{
  background: url('../../images/cells/cell_24_blue.png') no-repeat center;
  color: black;
}

#minimap .transsel
{
  background: url('../../images/cells/cell_24_orange.png') no-repeat center;
  color: black;
}

#minimap .transempty
{
  background: url('../../images/cells/cell_24_empty_blue.png') no-repeat center;
  color: black;
}

#minimap .transemptysel
{
  background: url('../../images/cells/cell_24_empty_orange.png') no-repeat center;
  color: black;
}

#minimap .work
{
  background: url('../../images/cells/cell_24_empty.png') no-repeat center;
  color: black;
}

#minimap .worksel
{
  background: url('../../images/cells/cell_24_empty.png') no-repeat center;
  color: black;
}

#minimap th:hover
{
    background-color: orange;
}

#minimap img
{
    border: 0px;
}
