/*
 * $Id: noResults.css,v 1.2 2006/10/13 02:50:14 bsimon Exp $
 *
 * CSS code for no results
 */

.noResults .title { 
    font-weight: bold;
    color: red;
}

.noResults .body { 
    margin-left: 10px;
    padding: 4px;
}

.noResults ul { 
    margin: 0px;
    padding-left: 13px;
    padding-top: 2px;
}

.noResults li { 
}