/*
 * Used within pages listing Collection tree
*/

.collectiontitle a {
    font-size: 80%;
    margin-left: 3px;
}

.collectiontitle a:hover {
    font-weight: bold;
    color: grey;
}

.collectionname {
    float: left;
    font-weight: bold;
    margin-left: 3px;
}

.collectioncode {
    float: left;
    margin-left: 3px;
}

#omlisttable {
    width: 90%;
}

#omlisttable img {
    border: medium double #990000;
}
