/*
 * ---------- header ----------------------------------------------------------
 *
 * project       opera css
 *
 * license       jmq
 *
 * file          /usr/groups/opera/website/styles/opera.css
 *
 * created       julien quintard   [wed sep 26 14:37:59 2007]
 * updated          [mon oct 15 11:53:19 2007]
 */

/*
 * ---------- information -----------------------------------------------------
 *
 * this CSS is based on the Cambridge Web Template and was customised in
 * order to fit the Opera web site requirements.
 */

/*
 * ---------- HTML ------------------------------------------------------------
 */

HTML,
BODY
{
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 95%;
}

LI
{
  padding: 1px 0 1px 0;
}

LI UL LI
{
  font-size: 90%;
}

PRE, TT
{
  font-family: Courier, monospace; font-size: 90%;
}

IMG
{
  border: none;
}

.block
{
  display: block;
}

A
{
  text-decoration: none;
}

A:LINK
{
  color: #039;
}

A:VISITED
{
  color: #c33;
}

A:LINK:HOVER, A:VISITED:HOVER
{
  text-decoration: underline;
}

A[HREF]:ACTIVE
{
  color: #c00;
}

H1
{
  font-weight: bold;
  font-size: 120%;
  color: #900;
}

H2
{
  font-weight: bold;
  font-size: 110%;
  color: #333;
}

H3
{
  font-weight: bold;
  font-size: 100%;
  font-style: italic;
  color: #333;
}

H4
{
  font-weight: bold;
  font-size: 90%;
  color: #333;
}

H5
{
  font-weight: bold;
  font-size: 80%;
  color: #333;
}

/*
 * ---------- page ------------------------------------------------------------
 */

#page
{
  width: 100%;
}

/*
 * ---------- lines -----------------------------------------------------------
 */

#line-top
{
  font-size: 1px;
  line-height: 1px;
  height: 4px;
  background: #09c;
  border-bottom: solid 2px #ccc;
  width: 100%;
  padding: 0;
  margin: 0;
}

#line-bottom
{
  font-size: 1px;
  line-height: 1px;
  height: 4px;
  background: #09c;
  border-bottom: solid 2px #ccc;
  width: 100%;
  padding: 0;
  margin: 6px 0 0 0;
  clear: both;
}

/*
 * ---------- navigation ------------------------------------------------------
 */

#navigation
{
  height: 18px;
  position: relative;
  background: url("../images/navigation.gif") repeat-x top left #09c;
  margin: 0;
}

#navigation TABLE
{
  float: right;
  display: block;
}

#navigation .skiplink
{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -600em;
  color: #000;
  background: transparent;
}

#navigation #insert
{
  float: right;
  display: block;
}

/*
 * ---------- header ----------------------------------------------------------
 */

#header
{
  width: 100%;
  padding: 0;
  vertical-align: bottom;
}

#header IMG
{
  vertical-align: bottom;
}

#header TD.title
{
  font-size: 140%;
  color: #000;
  font-weight: bold;
  text-align: right;
  vertical-align: bottom;
}

/*
 * ---------- bread -----------------------------------------------------------
 */

#bread P
{
  padding-top: 0px;
  margin-top: 3px;
  font-size: 80%;
}

#bread P A
{
  font-weight: bold;
}

/*
 * ---------- footer ----------------------------------------------------------
 */

.footer-left
{
  font-size: 80%;
  line-height: 120%;
  margin: 6px 0;
  float: left;
  overflow: hidden;
}

.footer-right
{
  font-size: 80%;
  line-height: 120%;
  margin: 6px 0;
  float: right;
}

/*
 * ---------- content ---------------------------------------------------------
 */

#content
{
  margin: 12px 0 0 0;
  width: 100%;
}

#content H1
{
  padding-top: 0px;
  margin-top: 0px;
}

/*
 * ---------- container -------------------------------------------------------
 */

#container
{
  margin-top: 12px;
  margin-bottom: 0;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: none;
}

/*
 * left
 */

#container TD.left
{
  width: 300px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border-right: 2px solid #666;
  text-align: right;
}

#container TD.left IMG
{
  display: inline;
  padding-right: 12px;
}

#container TD.left P
{
  font-size: 90%;
  margin: 1em 1em 1em 50px;
}

#container TD.left H1
{
  font-weight: bold;
  font-size: 80%;
  color: #900;
  text-align: right;
  margin: 1.5em 1em 0 100px;
  padding: 0 0 2px 0;
  border-bottom: 2px solid #ccc;
  background-color: #fff;
}

/*
 * right
 */

#container TD.right
{
  vertical-align: top;
  padding: 0 0 0 1em;
}

#container TD.right P
{
  font-size: 90%;
  margin: 1em 1em 1em 50px;
}

#container TD.right H1
{
  font-weight: bold;
  font-size: 80%;
  color: #990000;
  text-align: left;
  margin: 1.5em 5em 0 0;
  padding: 0 0 2px 0;
  border-bottom: 2px solid #ccc;
  background-color: #fff;
}

/*
 * ---------- links -----------------------------------------------------------
 */

UL.links
{
  margin: 0;
  padding: 0.5em 1em 1em 0;
  text-align: right;
  list-style: none;
  font-size: 90%;
}

UL.links LI
{
  padding: 2px 0 2px 6px;
}

/*
 * ---------- menu ------------------------------------------------------------
 */

UL.menu
{
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0.5em 0 0 0;
  list-style: none;
  font-size: 100%;
}

UL.menu LI
{
  padding: 2px 0 2px 0;
}

/*
 * ---------- news ------------------------------------------------------------
 */

UL.news
{
  margin: 0 0 1em 50px;
  padding: 0.5em 0 0 0;
  list-style: url("../images/alert.gif");
  font-size: 90%;
}

UL.news LI
{
  padding: 2px 0 2px 0;
}

/*
 * ---------- date ------------------------------------------------------------
 */

.date
{
  font-weight: bold;
  font-size: 65%;
  color: black;
}

/*
 * ---------- stub ------------------------------------------------------------
 */

#stub
{
  margin-top: 12px;
  margin-bottom: 0;
  width: 750px;
  margin-left: 100px;
  margin-right: auto;
  padding: 0;
  border: 0;
}

#stub TD.left
{
  width: 100px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border-right: 2px solid #666;
  text-align: right;
}

/*
 * right
 */

#stub TD.right
{
  vertical-align: top;
  padding: 0 0 0 1em;
}

#stub TD.right P
{
  font-size: 100%;
  margin: 1em 1em 1em 25px;
}

#stub TD.right UL
{
  padding-left: 75px;
}

#stub TD.right LI
{
  list-style: url("../images/item.gif");
}

#stub TD.right H1
{
  font-weight: bold;
  font-size: 20px;
  color: #990000;
  text-align: left;
  margin: 1.5em 5em 0 0;
  padding: 0 0 2px 0;
  border-bottom: 2px solid #ccc;
  background-color: #fff;
}

#stub TD.right H2
{
  font-weight: bold;
  font-size: 17px;
  color: #990000;
  text-align: left;
  margin: 1.5em 5em 0 0;
  padding: 0 0 2px 0;
  background-color: #fff;
}

#stub TD.right H3
{
  padding-left: 12px;
}

/*
 * ---------- list ------------------------------------------------------------
 */

UL.list
{
  font-weight: bold;
  margin: 0;
  padding: 0.5em 1em 1em 0;
  text-align: right;
  list-style: none;
  font-size: 100%;
}

UL.list LI
{
  padding: 2px 0 2px 6px;
}

UL.list LI UL
{
  margin: 0;
  text-align: right;
  list-style: none;
  font-size: 80%;
}

UL.list LI UL LI
{
  padding: 2px 0 2px 6px;
}

/*
 * ---------- shortcuts -------------------------------------------------------
 */

.shortcuts
{
  text-align: right;
  font-size: 80%;
}

/*
 * ---------- description -----------------------------------------------------
 */

.description-title
{
  padding-left: 50px;
}

.description-title IMG
{
  border: 1px solid #666666;
}

.description-content
{
  padding-left: 100px;
}
