/* NAVIGATION */

#toolbar {
  width: 100%;
  position: fixed;
  border-top: solid 1px #ACA899;  
  background-color: #FEFEFB;
  background-image: url('../../images/s60/toolbar.png');
  background-repeat: repeat-x;
}
#toolbar-right,
#toolbar-left {
  width: 40%;
  padding: 3px 10px;
  vertical-align: middle;
}
#toolbar-right {
  float: right;
  text-align: right;
}
#toolbar-left {
  float: left;
  text-align: left;
}
#toolbar-right button,
#toolbar-right input,
#toolbar-left button {
  margin: 0 2px;
  font-size: 11px;
}

/* HEADER */

.logo {
    padding-bottom: 20px;
}
.forumlogo {
    position: absolute;
    top: 20px;
    right: 10px;
}
.alert {
      position: absolute;
      left: 530px;
      top: 27px;
      width: 350px;
      font-size: 12px;
      font-weight: bold;
}
h1.pageHeading,
h1.pageHeadingRed {
    font-family: Arial, sans-serif;
}

.figure-title {
    font-weight: bold;  
}

/* TOC */
/*
.toc-title {
    background-repeat: no-repeat;
    padding: 1px 0px 1px 18px;
    line-height: 15px;
}
.toc-closed {
    background-image: url('../../images/s60/Icon_ForumNokia_Closed.png');
}
.toc-open {
    background-image: url('../../images/s60/Icon_ForumNokia_Open.png');
}
.toc-topic {
    background-image: url('../../images/s60/Icon_ForumNokia_Topic.png');
}
*/
