/* $Id: clashfinder.css 271 2010-07-18 23:44:53Z mavit $ */
/* $HeadURL: file:///home/mavit/svn-repo/clashfinder/trunk/root/static/clashfinder.css $ */

.draggable {
    cursor: move;
}

img.logo { 
    float: right;
    border: 0;
}

img.thumbnail { 
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
}

td span.checkbox {
    margin: 0;
}

table.sortable tr th { 
    cursor: pointer;
    text-decoration: underline;
    color: #19038a;
}

table.simpletable { 
    border-spacing: 1em 0.5ex;
}

img.artist {
    width: 35px;
    height: 20px;
    float: right;
    border-width: 0px;
}

img.artist.hover {
    width: 542px;
    height: 305px;
    position: absolute;
    padding-left: 1em;
}

.right-align {
    display: block;
    text-align: right;
}
