/* Page header */
.page-header {
  background-color:#206d96;
  margin : 0px;
}

/* Navigation Menu */
#nav   { 
float:left;
position: fixed;
  width: 150px;
  overflow : hidden;
}

#nav ul {
  padding-left : 3px;
  padding-right : 6px;
}

#nav ul li {
  list-style : none;
  margin : 0;
}

#main { 
  padding-left: 150px; 
}

/* Implemented Interfaces List */
#interfaces ul {
  display : inline;
  padding-left : 3px;
}

#interfaces ul li {
  list-style : none;
  display : inline;
}

/* Qualifier inline markup */
.qualifier:before {
  content: "["
}

.qualifier:after {
  content: "]"
}

.qualifier {
  font-size: 75%;
}

/* Table title */
th.title { text-align : left; padding-left : 1em; font-size: 110%; 
color: white; 
/* background-color : #0B69AB  */
background-color:#206d96;
}

/* Hierarchy Nodes */
.node {
  margin-left : 2em;
  display : list-item;
}

/* Display boxes */

.display-box {
  padding-top: 3px;
}

.display-box .header {
  font-size: 110%;
  font-weight: bold;
  margin : 0px;
  padding-bottom : 0.5ex;
}

.display-box .subheader {
  font-weight: bold;
}

.display-box .entry {
  padding-left : 1.5em;
}

.assoc {
  margin-top : 1ex;
}

.assoctitle {
  font-weight : bold;
}

