
div#flasher {
    position: fixed;
    top: 4px;
    right: 4px;
    text-align: right;
}

div.flash {
    position: relative;
    padding: 12px;
    font-size: 12px;
    -moz-border-radius: 6px;
    border-style: solid;
    border-width: 1px;
}

div.info {
    background-color: #FBF9EE;
    border-color: #FCEFA1;
}

img {
    border: none;
}

div popup-popper {
}

div.popup-popper div.popup-title {
    font-weight: bold;
    background-image: url(/_shared/admin/images/closedtriangle.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 6px;
    padding-left: 16px;
    color: #000;
    cursor: pointer;

}

div.popup-popper div.expanded {
    background-image: url(/_shared/admin/images/opentriangle.gif);
}


.image-browser ul li {
    float: left;
    padding: 12px;
    -moz-border-radius: 12px;
    text-align: center;
    cursor: pointer;
    margin: 0px;
    margin-left: 2px;
    margin-top: 2px;
    font-size: 0.9em;
}

.image-browser ul li .image-thumbnail {
    height: 64px;
    margin-bottom: 12px;
}

.image-browser ul li.ui-selected {
    background-color: #ddd;
}

.image-browser ul { list-style: none; padding: 0px; margin: 0px; }


.comment-list {
    margin: 0px;
    padding: 0px;
}

.comment-list li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 6px;
}

.comment-list .comment-name {
    font-weight: bold;
}
