#getplatform
{
    background: #fcfcfc;
    visibility: hidden;
    border-left: #808080 1px solid;
    position: absolute;
    z-index:2;
    font-size:12px;
    border-bottom: #808080 1px solid;
    min-width:183px;
    border-right: #808080 1px solid;
}
.hint
{
    table-layout: auto;
    padding-left: 6px;
    font-size: 12px;
    background: #ffffff;
    color: #666;
    border-bottom: #c1c1c1 1px dashed;
    border-top: #808080 1px solid;
}
.mover
{
    table-layout:auto;
    padding-left:6px;
    font-size: 12px;
    background: #dbedfb;
    cursor: hand;
    line-height: 120%;
    height: 25px;
}
.mout
{
    table-layout: auto;
    border-top: #ffffff 1px solid;
    padding-left: 6px;
    background: #ffffff;
    color: #666;
    line-height: 120%;
    border-collapse: separate;
    height: 25px;
   
}
.mout tr
{
     border-right: #808080 1px solid;
}
.selected
{
    table-layout: auto;
    padding-left: 6px;
    font-size: 12px;
    background: #426FD9;
    color: #fff;
    line-height: 120%;
    height: 25px;
    border-right: #808080 1px solid;
}
.tdleft
{
    padding-left: 6px;
    font-size: 12px;
}
.tdright
{
    padding-right: 4px;
}
