.clickable { 
    cursor: pointer; 
}

div.fixed {
    max-height: 300px;
    height: 300px;
	width: 48%;
    overflow: auto;
}
div.box {
    margin: 10px;
    border: 1px solid gray; 
    background: #f0f0f0;
}

div.imagemap {
    position: relative;
}
div.imagemap div.part_area {
    border-radius: 25px;
    background-color: lightblue;
    opacity:0.3;
    position: absolute;
}
div.imagemap div.selected {
    border: 2px solid black;
}

tr.selected td {
    font-weight: bold;
}
li { font-size: 100%; } 
td,th { font-size: 100%; } 
li.OpenFolder { list-style-image: url('https://mercurymarine-eu.sysonline.com/Images/Tree/iconOpenFolder.gif');}
li.Model      { list-style-image: url('https://mercurymarine-eu.sysonline.com/Images/Tree/iconModel.gif');}
li.Document   { list-style-image: url('https://mercurymarine-eu.sysonline.com/Images/Tree/iconDocument.gif');}
li.Schematic  { list-style-image: url('https://mercurymarine-eu.sysonline.com/Images/Tree/iconSchematic.gif');}
