@CHARSET "UTF-8";

.toolbox {
    background-color: #000000;
    overflow: auto;
}

.toolbox li {
    float: left;
    padding: 5px 0px;
    cursor: pointer;
    color: #dddddd;
}

.toolbox li:hover {
    color: #ffffff;
}

.toolbox li a {
    text-decoration: none;
    color: inherit;   
}

.toolbox li a:hover {
    text-decoration: none;
    color: inherit;    
}

#list {
    clear: both;    
}

.reference {
    overflow: auto;  
    margin: 10px 0px;  
    position: relative;
}

.reference:nth-child(even) {
    background-color: #111111;    
}

.reference:nth-child(odd) {
    background-color: #333333;
}

.reference .inputbox {
    display: none;
}

.reference.edit {
    background-color: #F6F475;  
}

.reference.edit .display {
    display: none;
}

.reference.edit .inputbox {
    display: inline;
}

.reference .thumbnail {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid white;
    background: transparent url(../images/placeholder_100.png) no-repeat center center;
    overflow: hidden;
    position: relative;
}

.reference .thumbnail img {
    width: 100px;
    height: 100px;    
}

.reference .info {
    margin-left: 110px;
    padding: 10px 0px;
}

.reference .info .owner {
    margin-bottom: 10px;   
    font-size: 14px; 
}

.reference .info .owner .name {
    font-weight: bold;
    margin-right: 10px;
}

.reference .toolbox-master {
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: auto;
    display: none;
}

.reference .toolbox-master li span, .reference .toolbox-master li a {
    border-right: 1px solid #dddddd;  
    padding: 0px 5px;
    display: block;
}

.reference .toolbox-master li:last-child span, .reference .toolbox-master li:last-child a {
    border-right-color: transparent;    
}

.reference.edit .toolbox-edit {
    display: block;    
}

.reference .toolbox-image {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.reference.edit .toolbox-image {
    display: block;
}

.reference .toolbox-position {
    position: absolute;
    bottom: 0px;
    right: 0px;
    overflow: auto;
    display: none;
}

.reference .toolbox-position li span, .reference .toolbox-position li a {
    border-right: 1px solid #dddddd;  
    padding: 0px 5px;
    display: block;
}

.reference .toolbox-position li:last-child span, .reference .toolbox-position li:last-child a {
    border-right-color: transparent;    
}

.toolbox-top {
    margin-bottom: 10px;    
}

.toolbox-top li span, .toolbox-top li a {
    border-right: 1px solid #dddddd;  
    padding: 0px 5px;
    display: block;
}

.toolbox-top li:last-child span, .toolbox-top li:last-child a {
    border-right-color: transparent;    
}

#add-new-form {
    display: none;    
    margin-bottom: 10px;
}

#add-new-form dt {
    width: 120px;
}

#add-new-form dd {
    margin-left: 120px;
}

#add-new-form input {
    width: 264px;
}

#add-new-form #save {
    width: 160px;    
}

#add-new-form ul.errors {
    width: 250px;
}
