.referenceview_container {
    width:400px;
    height:300px;
    overflow:scroll;
}

.referenceview_used_references {
    width:45%;
    
    height:300px;
    float:left;
    border-style:solid;
    border-width:0 1px 0 0;
    border-color:#c0c0c0;
}

.referenceview_available_references {
    width:53%;
    
    height:300px;
    float:left;
}

.referenceview_available_references ul {
    list-style:none;
    padding:0;
    margin:0;
}

.referenceview_used_references ul {
    list-style:none;
    padding:0 0 60px 0;
    margin:0 0 60px 0;
}

.referenceview_used_item {
    position:relative;
    left:0px;
    top:0px;
    background-color:#f0f0f0;
    text-align:left;
    display:block;
    overflow:hidden;
    border:1px solid black;
    width:120px;
    height:40px;
    margin:4px;
    padding:3px;
}

.referenceview_available_item {
    position:relative;
    left:0px;
    top:0px;
    text-align:left;
    display:block;
    border:1px solid black;
    width:150px;
    height:40px;
    margin:4px;
    padding:3px;
}

.referenceview_searchbar {
    background-color:#e0e0e0;
    height:26px;
    margin-bottom:8px;
    padding:3px;
}

.referenceview_helper {
    text-align:left;
    display:block;
    border:1px solid black;
    width:150px;
    height:40px;
    margin:4px;
    padding:3px;
}

.referenceview_remove {
    background-image:url(/images/remove.png);
    background-repeat:no-repeat;
    width:9px;
    height:9px;
    position:absolute;
    left:144px;
    top:4px;
    margin-right:0;
    margin-left:auto;
}

.referenceview_remove_hover {
    background-image:url(/images/remove_hover.png);
    background-repeat:no-repeat;
    width:9px;
    height:9px;
    position:absolute;
    left:144px;
    top:4px;
    margin-right:0;
    margin-left:auto;
}

.referenceview_innertext {
    padding-right:5px;
}
