body {
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:13px;
  text-align:justify;
  margin: 0;
  padding: 0;
}

#main-content {
  margin: 0 8px 8px 8px;
  padding: 0;
}

/* To be used with "span" as replacement for <strike> */
.strike {
  text-decoration: line-through;
}

/* Headline table */
#headline {
  border-spacing: 0;
  border-collapse: collapse;   /* Don't we all just wish IE to /dev/null...*/
}
#headline td, #headline tr {
  padding: 0;
}
#logo a {
  background-image:url('/images/prefbartitle.png');
  background-repeat:no-repeat;
  width: 458px;
  height: 69px;
  display: block;
}
#after-logo {
  background-image:url(/images/prefbartitlebg.png);
  background-repeat:repeat-x;
  height: 69px;
  width: 100%;
  text-align: right;
  vertical-align: middle;
}

/*Footer*/
#footer {
  text-align: center;
}

/*Links*/
a {
  text-decoration: none;
  font-weight: bold;
  color: #282097;
}
a:visited {
  color: #6600cc;
}
a:hover {
  text-decoration: underline;
}

/*Headings*/
h1 {
  font-weight:normal;
  font-size:2em;
}
h2 {
  font-weight: normal;
  font-size:1.7em;
}
h3 {
  font-weight:normal;
  font-size:1.4em;
}

/*Navi*/
.navigation {
  font-weight: bolder;
  padding: 0.8em 1em 0.6em 1em;
  margin: 0 1.5em 1em 1.5em;
  border-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
}
.navigation,
.navigation ul {
  list-style-type: none;
}
.navigation > li {
  float: left;
}
.navigation > li > a {
  display: block;
  margin: 0 0.5em 0.2em 0.5em;
}
.navigation > li > ul {
  position: absolute;
  left: -1000px;
  border: 1px solid black;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.navigation > li:hover > ul {
  left: auto;
}

.navigation > li > ul > li {
  padding: 0.8em;
}

.navigation a > img {
  vertical-align: middle;
}

.dlcounter {
  float: right;
  font-size: smaller;
  margin-right: 2.5em;
}
.dlcounter div {
  font-family: monospace;
  font-size: 2em;
}

/*News items in index.html*/
.newsfoot {
  font-size: smaller;
  margin-bottom: 2em;
}
.newssep {
  margin: 3em 10% 3em 10%;
  color: #DDDDDD;
}

/*Download button*/
a.download-link {
  padding: 1em;
  border-radius: 6px;
  color: #FFFFFF;
  -moz-box-shadow:    0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
  box-shadow:         0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
  background: #58a100;
  background: -moz-linear-gradient(top, #84C63C 0%, #489615 100%);
  background: linear-gradient(top, #84C63C 0%, #489615 100%);
}
a.download-link > img {
  vertical-align: middle;
  margin-right: 1em;
}


/*Button items in buttons.html*/
.btnframe {
  border: 1px solid #000000;
  padding: 0.5em;
  margin-bottom: 1.3em;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btnhead {
  font-size: 1.5em;
}
.btnauthor {
  padding-bottom: 0.6em;
}
.btndownload {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
/*  padding-bottom: 0.6em;*/
  font-size: 1.2em;
}
.btncategories {
  margin-bottom: 1em;
  margin-top: 1.2em;
  font-size: 1.2em;
}
.btninfo {
  font-size: 0.9em;
}

/*Bugzilla information in bugs.html*/
.BZ-strike {
  text-decoration: line-through;
}

/* WebGIT */
table.list td {
  padding-right: 2em;
}

table.nowrap td {
  white-space: nowrap;
}

a.branch-deco {
  color: #000;
  margin: 0px 0.5em;
  padding: 0px 0.25em;
  background-color: #88ff88;
  border: solid 1px #007700;
}
a.tag-deco {
  color: #000;
  margin: 0px 0.5em;
  padding: 0px 0.25em;
  background-color: #ffff88;
  border: solid 1px #777700;
}
a.remote-deco {
  color: #000;
  margin: 0px 0.5em;
  padding: 0px 0.25em;
  background-color: #ccccff;
  border: solid 1px #000077;
}
a.deco {
  color: #000;
  margin: 0px 0.5em;
  padding: 0px 0.25em;
  background-color: #ff8888;
  border: solid 1px #770000;
}
