#slider-bg {
    background:url("/images/bg-fader.gif") 5px 0 no-repeat;
}

#myAutoComplete {
    width:25em; /* set width here or else widget will expand to fit its container */
    padding-bottom:2em;
}

#status-container
{
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BACKGROUND: #f7f7f7;
    PADDING-BOTTOM: 3px;
    COLOR: #333;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #666 1px solid
}
#status
{
    FONT-WEIGHT: normal
}

ul.sortable {
    list-style-type : none; width : 300px; margin : 0; padding : 0;
}

ul.sortable li {
    margin : 2px; padding : 5px; background : #eee; cursor : move;
}

#content {
    margin : 10px;
}

.tooltip {
    color: black;
    font-weight: normal;
    font-size: small;
    background-color: white;
    white-space: nowrap;
    margin: 0;
    padding: 2px 4px;
    border: 1px solid gray;
	text-align: left;
}
