/**
 * FILE : homepage_links.css
 *
 * CREATED : 19 July 2004
 *
 * LAST MODIFIED : 29 November 2004
 *
 * AUTHOR : Warren Hedley, AfCS, SDSC
 *
 * DESCRIPTION : This stylesheet defines the rendering rules for the forms and links in the left
 *   hand sidebar on the Molecule Pages homepage. In July 2004 a lot of effort was put into the
 *   separation of content from presentation, and part of this was replacing the linked images
 *   on the homepage by links with image backgrounds.
 */

#hl_resources_hdr, #hl_resources_form, #hl_nature_jobs,
    #hl_supported_by, #hl_lilly, #hl_genentech, #hl_nigms {
  border: 0;
  margin: 0;
  padding: 0;
}

#hl_resources_hdr {
  display: block;
  height: 19px;
  background: #336666 url(/molecule/rsc/img/hmpg/hdr_resources.gif) no-repeat;
}

#hl_resources_form {
  padding: 13px 19px 19px 19px;
  background: #ccffff url(/molecule/rsc/img/nav/dot_horiz.gif) repeat-x;
}

#hl_resources_form a, #hl_resources_form select {
  font-size: 11px;
  color : #336666;
  font-weight: bold;
}

#hl_nature_jobs {
  display: block;
  width: 93px;
  height: 20px;
  margin: 15px 0 0 0;
  background: url(/molecule/rsc/img/hmpg/logo_naturejobs.gif) no-repeat;
}

#hl_supported_by {
  width: 100%;
  margin: 22px 0 0 0;
  padding: 5px 0 0 0;
  font-weight: bold;
  background: url(/molecule/rsc/img/nav/dot_horiz.gif) repeat-x;
}

#hl_lilly, #hl_genentech, #hl_nigms {
  width: 141px;
  display: block;
  margin: 25px 0 0 5px;
}

#hl_lilly {
  height: 43px;
  background: url(/molecule/rsc/img/hmpg/logo_lilly.gif) no-repeat;
}

#hl_genentech {
  height: 60px;
  background: url(/molecule/rsc/img/hmpg/logo_genentech_bio.gif) no-repeat;
}

#hl_nigms {
  height: 58px;
  background: url(/molecule/rsc/img/hmpg/logo_nigms.gif) no-repeat;
}
