/* ------------------------------------------------------------------------------
 [] BumpQ Shell Page
    Author:   Erik Burns
    Version:  3 January 2008
    ------------------------
    The Shell page is the basic framework page for What's New, My Voice, My Friends,
    and My Communities tabs.  Included in this page is general styles for Shell Page,
    such as paragraph width, etc.
-------------------------------------------------------------------------------- */

/*  ------------------------------------------------------------------------------
 :: Search Summary
    --------------
    Styles the "search results found" box that is returned after user performs a
    search.
-------------------------------------------------------------------------------- */
.bodycontent .search_summary {
  clear: both;
  width: 627px;
  margin: 0; padding: 0;
  display: none;
  }

.bodycontent .search_summary p, .bodycontent .search_summary ul {
  display: block;
  margin: 5px 0 0;
  padding: 0 10px;
  font-size: 70% !important; color: #666;
  background: url(/skins/VF/images/form_bullet3.gif) no-repeat 0 20%;
  }

.bodycontent .search_summary ul {
  list-style: none;
  }

.bodycontent .search_summary ul li {
  padding: 0; margin: 0; display: inline;
  }

/*  ------------------------------------------------------------------------------
 :: No Results
    ----------
    Message and "learn more" link that is displayed when there are no
    results in a given queue.
-------------------------------------------------------------------------------- */
.bodycontent .no_results {
  display: block; float: none;
  padding: 10px 10px 0 0;
  text-align: center;
  }

.bodycontent .no_results p {
  }

/* Now DEPRECATED : Styles below place a background "help" icon behind link, but we're now using a simple style.
---
.bodycontent .no_results a.help {
  display: inline;
  background: url(/skins/VF/images/help_noresults_bg.gif) no-repeat 0 50%;
  padding: 7px 0px 9px 35px;
  font-size: 80% !important;
}

.bodycontent .no_results span { /* Hack for IE6 to make the full help backround image appear /
  display: block; height: 1%;
  }
---
*/
