

A.tcrd { 
    text-decoration: none; 
    color:#550077;
}
A:hover { 
    text-decoration: underline; 
    color:#550077;
}
A:visited { 
    text-decoration: none; 
    color:#550077;
}

h1.tcrd {
    z-index: 6;
    color: #000000;
    width: 100%;
    height: 18px;
    margin-top: 10px;
    font-size: 120%;
    border-bottom: 1px solid #ddf;
    text-align: left;
}

p {
  margin: 10px;
}

table.hometab {
    width: 40%;
    margin-left: auto;
    margin-right: auto; }
table.hometab th {
    background-color: #b5cadc;
    border: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
    padding: 5px;
}
table.hometab tr.alternate { background-color:#e3eaf0; }
table.hometab tr:hover { background-color: #b5cadc; }
table.hometab td { font: 12px Verdana, sans-serif;
                   padding: 5px;
}

.navlist {
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1em;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
}
.navlist li {
    list-style: none;
    margin: 0;
    display: inline;
}
.navlist li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #550077;
    border-bottom: none;
    background: #b5cadc;
    text-decoration: none;
}
.navlist li a:link { color: #550077; }
.navlist li a:visited { color: #550077; }
.navlist li a:hover {
    color: #000;
    background: #eef;
    border-top: 4px solid;
    border-color: #550077;
}
.navlist #active a {
    background: white;
    border-bottom: 1px solid white;
    border-top: 4px solid;
}

#tcrdfooter {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #666;
  font-family: sans-serif;
  font-size: 10px;
  border-top: 1px solid #ddf;
}

.preformatted {
  font-family: monospace;
  white-space: pre;
  color: #000000;
}

div.code {
  margin: 10px;
  background-color: #999999;
  color: #000000;
  font-family: 'Andale Mono', Monaco, 'Liberation Mono', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', monospace;
  padding:5px;
}

.wraptocenter {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: ...;
    height: ...;
}
.wraptocenter * {
    vertical-align: middle;
}
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

span.tdl {
    font-size: 20px;
}
