#autoindex th, #autoindex td
{
  border: 0px;
  padding: .2ex 2ex;
}

#content table
{
  margin-top: 1.3ex;
  border-collapse: collapse;
}

#content th, #content td
{
  border: 1px solid #DDDDDD;
  padding: 0.5ex 2ex;
}

#head h1 #logo
{
  display: inline-block;
  background: url(/common/fifi-rpm-logo.png) 50% no-repeat;
  height: 134px;
  width: 150px;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 30px;
}

#content .new
{
  font-size: 50%;
  position:relative;
  top: -2ex;
  left: 2ex;
  border: 2px solid #CC3D3D;
  color: #CC3D3D;
  padding: .3ex 1ex;
}

#content .code
{
  font-family: monospace;
  white-space: nowrap;
}

#content pre.code
{
  white-space: pre;
}

#content .code .meta
{
  font-style: italic;
}

#content .block
{
  padding-top: .5ex;
  padding-left: 2ex;
  padding-bottom: .5ex;
}

#content .package
{
  font-style: italic;
  font-weight: bold;
}

*
{
  margin: 0;
  padding: 0;
}

html, body
{
  height: 100%;
}

body
{
  height: 100%;
  font-size: 76%;
  background: #ffffff;
}

a img
{
  border: none;
}

#wrapper
{
  font: normal 2.3ex/1.5 sans-serif;
  min-height: 100%;
  background: #FFFFFF;
}

#head
{
  padding: 1ex 2ex 17px;
  background: #FFFFFF url(/common/line.png) 0 100% repeat-x;
}

#content, #autoindex
{
  margin: 0 2ex;
  height: 1%; /* Haslayout fix */
  background: red;
  padding: 1ex 1ex 120px;
  color: #555555;
  background: #FFFFFF;
}

#content #pkgname
{
  font-size: 3ex;
  color:     #3891dd;
}

#content #pkgdesc
{
  font-size: 2ex;
  color:     #2881cd;
}

#content h2
{
  color: #88cccc;
  margin: 2.5ex 0 1ex 0;
  font-size: 3.25ex;
}

#content h2 div {
  font-size: 1ex;
  font-weight: normal;
}

#content h3
{
  color: #88cccc;
  margin: 1.5ex 0 1ex 0;
  font-size: 2.5ex;
}

#content p
{
  margin: 1ex 5ex 1ex 0;
}

#footer
{
  position: relative;
  font: normal 1.5ex/1.5 sans-serif;
  clear: both;
  text-align: center;
  background: #FFFFFF url(/common/line-bottom.png) 0 0 repeat-x;
  margin: -90px 0 0;
  border-bottom: 17px;
  height: 80px;
  color: #AAAAAA;
}

#bottom
{
  background: #FFFFFF;
}

#footer ul
{
  list-style: none;
}

#footer li
{
  display: inline;
  border-left: 1px solid #AAAAAA;
  padding: 0 0.75ex;
  margin-left: -1px;
}

#footer li.first
{
  border-left: none;
}

#footer .copy
{
  padding-top: 3ex;
}

#footer .validator
{
  padding-top: 3ex;
}

#content
{
  margin-left: 8ex;
}

#content h3
{
  margin: 0;
  padding-top: 2ex;
}

#content ul
{
  list-style: circle;
  margin: 1ex 3ex;
  line-height: 2.5ex;
}

#content ol
{
  margin-left: 0px;
}

#content dl dt
{
  font-weight: bold;
  margin-left: -2ex;
}

#content dl dd
{
  margin-top: .5ex;
  margin-bottom: .5ex;
}
