/*
 * Filename    : common.css
 * Author      : Robert Cerny
 * Created     : 2008-03-18
 * Last Change : 2011-01-06
 */

body {
  padding: 2em 10%;
  margin: 0;
  font-size: 0.75em;
  font-family: Verdana, sans-serif;
  line-height: 1.8em;
  background-color: #d0d0d0;
}

* {
  padding: 0;
  margin: 0;
  color: #444444;
}

#heading {
  font-size: 1.5em;
}

.link-line {
  text-align: right;
  font-size: 0.8em;
  line-height: 1.5em;
}

.link-line a {
  margin-right: 1em;
  text-decoration: none;
  color: #888888;
}

.link-line a.selected {
  font-weight: bold;
  color: black;
}

.link-line a:hover {
  fon
}

.first-heading, .keywords {
  background-color:#B9B7E1;
}

.first-heading {
  font-weight: bold;
}

.keywords {
  border-top: 2px solid white;
}

.keywords * {
  font-style: italic;
}


#topincs-label {
  text-decoration: none;
  outline: none;
}

.topic-type {
  color:#888888;
}

.type {
  margin-left: 0.5em;
}

.tns-bar {
  height: 3em;
  text-align: right;
}

.tns-bar .left, .tns-bar .right {
  margin-top: 0.9em;
}

.tns-bar .left {
  float: left;
  margin-left: 1em;
}

.tns-bar .right {
  float: right;
  margin-right: 1em;
}

#directory {
  width: 100%;
  padding: 0;
  cell-spacing: 0;
  padding: 0;
  border: 0;
}

#groups, #people {
  background-color: white;
  width: 50%;
  vertical-align: top;
}

#groups {
}

#people {
}

#directory h2 {
  font-style: italic;
  font-size: 1.5em;
  margin-bottom: 1em;
}

#directory h3 {
  font-size: 1em;
  border-bottom: solid 1px black;
  margin-top: 1em;
}

.inner {
  padding: 1em 1.5em;
}

.inner {
  padding-bottom: 1.5em;
}

#content {
  background-color: white;
  width: 100%;
}

#directory p {
  border-bottom: dotted 1px #cccccc;
}

#directory p a {
  color:#888888;
  text-decoration:none;
}

a:hover {
  text-decoration: underline !important;
  color: #c96d00 !important;
}

#message {
  position: absolute;
  left: 60%;
  top: 30em;
  width: 21em;
  background-color:  #c96d00;
  padding: 1em;
}

#message * {
  color: white;
}

#message h3 {
  font-style: italic;
  margin-bottom: 0.5em;
}

#message a:hover {
  color: black !important;
}

#content p {
  margin-bottom: 1em;
}

