div.mainPageTopDiv {
    background:url(/static/img/swerve-logo-top-01.png) no-repeat;
}
div.mainHorizontalBorder {
    background:url("/static/img/tile_pattern_bg.png") top left repeat;
}
td.mainpageVerticalBorderBarDiv {
    background: url("/static/img/tile_pattern_bg.png") top left repeat;
    background-position-x: 10px;
}
.textbox-blue-left {
    background:url(/static/img/textbox-blue-left2.png) no-repeat bottom;
}
.textbox-blue-right {
    background:url(/static/img/textbox-blue-right2.png) no-repeat bottom;
}
.textbox-blue-outer {
    background:url(/static/img/textbox-blue-center2.png) repeat bottom;
}
.toggleOptionExpanded {
    background-image:url(/static/img/expand-shrink-icon3.png);
    background-repeat: no-repeat;
    background-position: -11px 0px;
}
.toggleOptionContracted {
    background-image:url(/static/img/expand-shrink-icon3.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
div.deleteRedXSm_OLD {
    background:url(/static/img/red-x-sm01.png) no-repeat;
}
div.deleteRedXSm {
    background-image:url(/static/img/red-x-sm02.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
div.deleteRedXSmHover {
    background-image:url(/static/img/red-x-sm02.png);
    background-repeat: no-repeat;
    background-position: -15px 0px;
}
.ui-autocomplete-loading {
    background: white url(/static/img/load_spinner_16x16.gif) right center no-repeat;
}
