@import "base.css";

.content {
   border-bottom: 1px solid #c0c0c0;
   padding-left: 3%;
   font-size: 80%;
}

.contentnob {
   padding-left: 3%;
   font-size: 80%;
}

.content PRE {
   font-size: 10pt;
}

.sectionhead {
   font-size: 110%;
   font-weight: bold;
}

.subhead {
   font-size: 100%;
   font-weight: bold;
   line-height: normal;
}

TABLE.registry {
   width: 100%;
   border-collapse: collapse;
}

TABLE.registry TH, TABLE.registry TD {
   font-family: Trebuchet MS, Arial, sans-serif;
   line-height: 150%;
   font-size: 80%;
   padding: 3px;
}

TABLE.registry TH {
   border-bottom: 2px solid #f0f0f0;
   text-align: center;
   font-weight: bold;
}

TABLE.registry TD.handle {
   background-color: #333333;
   white-space: nowrap;
   text-align: right;
   font-weight: bold;
   padding-left: 10px;
   padding-right: 10px;
   white-space: nowrap;
}

TABLE.registry TD.realname {
   background-color: #333333;
   white-space: nowrap;
}

TABLE.registry TD.email {
   background-color: #333333;
   white-space: nowrap;
}

TABLE.registry TD.url {
   background-color: #333333;
}

TABLE.registry TD.bio {
}

TABLE.registry TD P {
   font-size: 100%;
}

TABLE.registry TD P.updated {
   font-size: 85%;
   color: #c0c0c0;
}

TABLE.registry TD P.exception {
   font-style: italic;
}

TABLE.registry SPAN.mia {
   color: #999999;
}

PRE.messages {
   font-family: Fixedsys, Terminal, Courier New, Courier, monospace;
   background-color: #000000;
   padding: 4px;
   margin-left: 10px;
   margin-right: 10px;
}

PRE.messages SPAN.bullet {
   color: #ff0000;
}

PRE.messages SPAN.date {
   color: #00ff00;
}

PRE.messages A, PRE.messages A:visited {
   color: #0000ff;
}

PRE.messages A:hover {
   color: #000000;
   background-color: #0000ff;
   text-decoration: none;
}
