html, body
{
  background-color: #E0E0E0;
  font-family: Verdana, Arial, Helvetica;
  margin: 0px;
  padding: 0px;
}
h1
{
  font-size: 125%;
  font-weight: bold;
}
h2
{
  font-size: 110%;
  font-weight: bold;
}
img
{
  border: 0px;
}
pre
{
  border: #000000 solid 1px;
  padding: 4px;
  overflow: auto;
}
form
{
  margin: 0px;
}
#content .navigation
{
  text-align: right;
}
#logo
{
  background: url(images/logo2.gif) no-repeat;
  height: 90px;
}
#langswitch
{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 150%;
  text-align: center;
}
#menu
{
  float: left;
  background-color: #F0F0E8;
  border: #000000 solid 1px;
  margin: 5px 10px;
  padding: 5px;
  font-size: 80%;
}
#menu .category0
{
  font-weight: bold;
}
#menu .category
{
  font-weight: bold;
  padding-top: 20px;
}
#menu .leafList, #menu .lastLeafList
{
  padding-left: 0px;
}
#menu .leaf
{
  padding-left: 0px;
}
#menu ..underleaf
{
  padding-left: 15px;
}
#menu .lastLeaf
{
  padding-left: 0px;
}
.banner
{
  text-align: center;
  margin: 5px 0px;
}
#content
{
  margin: 5px 10px;
}
#content ul, #content ol
{
  list-style-position: inside;
}
#content ul.nodots
{
  list-style-type: none;
}
#rate, #history, #addons, .reference
{
  margin: auto;
  border-collapse: collapse;
}
#rate td, #history th, #history td, #addons th, #addons td, .reference th, .reference td
{
  border: #000000 solid 1px;
  padding: 5px;
  vertical-align: top;
}
#rate td
{
  text-align: center;
}
#rate .title
{
  font-weight: bold;
}
#rate .link
{
  font-size: 80%;
  margin-bottom: 10px;
}
#screenshots
{
  border: outset 1px;
}
#screenshots td
{
  border: inset 1px;
  padding: 10px;
}
#history .important
{
  color: #FF0000;
  font-weight: bold;
}
#content .signature
{
  margin-top: 30px;
  text-align: right;
  font-style: italic;
}
#content .warning
{
  font-weight: bold;
}
#content form table
{
  margin-top: 15px;
}
#content form td
{
  width: 100%;
  vertical-align: top;
}
#content form td.label
{
  font-weight: bold;
  width: auto;
}
#content form td input, #content form td textarea
{
  width: 100%;
  min-width: 400px;
}
#content form td input.nostretch
{
  width: auto;
  min-width: 0px;
}
#content form tr.send
{
  text-align: center;
}
#content form tr.send td
{
  padding-top: 15px;
}
#addons table th, #addons table td
{
  border-style: none;
}
.error
{
  color: #E00000;
}
.reference, pre
{
  width: 80%;
  margin: 20px auto;
}
.reference td
{
  width: 70%;
}
.reference td.label
{
  width: 30%;
}
.index
{
  font-size: 80%;
}
.index .letter
{
  font-size: 130%;
  font-weight: bold;
}
a:link, a:visited, a:active
{
	text-decoration: none;
	color: blue;
}
a:hover 
{
	text-decoration: underline;
	color: red;
}