.dsul
{
    float:left;
    width:16px;
    height:15px;
    background-image:url('/st/images/lake/ds1/ul.gif');
    background-position:top left;
    background-repeat:no-repeat;
}

.dsum
{
    float:left;
    height:14px;
    background-color:white;
    border-top:1px solid #cccccc;    
}

.dsur
{
    float:left;
    width:16px;
    height:15px;
    background-image:url('/st/images/lake/ds1/ur.gif');
    background-position:top right;
    background-repeat:no-repeat;
}

.dsml
{
    clear:left;
    float:left;
    width:15px;
    background-color:white;
    border-left:1px solid #cccccc;
}

.dsm
{
    float:left;
    background-color:white;
}

.dsmr
{
    float:left;
    width:16px;
    background-color:white;
    background-image:url('/st/images/lake/ds1/rm.gif');
    background-position:right top;
    background-repeat:repeat-y;
}

.dsll
{
    clear:left;
    float:left;
    width:16px;
    height:16px;
    background-image:url('/st/images/lake/ds1/ll.gif');
    background-position:bottom left;
    background-repeat:no-repeat;
}

.dslm
{
    float:left;
    height:16px;
    background-color:white;
    background-image:url('/st/images/lake/ds1/lm.gif');
    background-position:bottom;
    background-repeat:repeat-x;
}

.dslr
{
    float:left;
    width:16px;
    height:16px;
    background-image:url('/st/images/lake/ds1/lr.gif');
    background-position:bottom right;
    background-repeat:no-repeat;
}

