/* General look and feel */

pre {
}

/* autocomplete */
div.auto_complete {
    width: 350px;
    background: #fff;
    z-index: 10000;
}
div.auto_complete ul {
    border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
    text-indent:0px;
}
div.auto_complete ul li {
    margin:0;
    padding:3px;
    list-style-type:none;
    text-indent:0px;
}
div.auto_complete ul li.selected {
    background-color: #ffb;
}
div.auto_complete ul strong.highlight {
    color: #800; 
    margin:0;
    padding:0;
}

/* in-place editor */
.inplaceeditor-empty {
    font-style: italic;
    color: #999;
}

.inplace-editable:hover {
    background-color: #ffb;
}

/* error box */
#error_box {
    background-color: #F77;
    border: 1px solid black;
    padding: 2px;
    margin: 2px;
}
.flash {
    background-color: #FDD;
    border: 1px solid gray;    
    padding: 5px;
    margin: 2px;
}
.ex {
    float: right;
}
