﻿.tblMediaTree {
    font-size:8pt;
}
.imgFolders {
    position:absolute;
}
.spnItem {
    margin-left:18px;
    color:white;
    cursor:pointer;
}
.spnItem:hover {
    background-color:#204080;
    color:white;
}
.divMediaThumb {
    width:100px;
    height:104px;
    float:left;
    border:1px solid #808080;
    margin:9px 9px 17px 9px;
    cursor:pointer;
}

.divMediaThumb_selected {
    width:100px;
    height:104px;
    float:left;
    border:2px solid red;
    margin:8px 8px 16px 8px;
    cursor:pointer;
}

.divMediaThumbCaption {
    position:absolute;
    top:104px;
    font-size:7pt;
    clip:rect(0px,100px,24px,0px);
    height:26px;
    width:100px;
    text-align:center;
}

.spnDescriptionHeader {
    font-size:11pt;
    font-weight:bold;
}

.divPopupMenu {
    color:black;
    background-color:#f4f4f4;
    border:1px solid #808080;
}

.divPopupMenu TABLE {
    margin:0px;
    cursor:arrow;
}

.divPopupMenu TR {
    height:18px;
}

.divPopupMenu .tdMenuItem:hover {
    background-color:#e0e0e0;
}
