/* javascript version */

body {
  text-align: center;
  font-family: Arial, Helvetica;
  background-color: #eeeeee;
}

a {
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;

}
a:hover {
  color: #00dfff;
}

#container {
  width: 900px;
  margin: auto;
  text-align: left;
  background-color: white;
  
}

div.content {
    border: #48f solid 1px;
    clear: left;
    padding: 0.8em;
    text-align: justify;
    font-size: 0.9em;
}
div.content a {
  font-size: 0.7em;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #bdf url(images/tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
    font-weight: bold;
}

ol#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(images/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}


ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}


table.futuremenu a {
  font-size: 0.7em;
}

table.futuremenu a:hover {
  font-size: 0.7em;
}