body {
  background-color: #808a7c; 
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 90%; 
  margin: 0; 
  padding: 30px;
}
td, th {
  font-size: 90%; 
}
div#page {
  display: table; 
  width: 760px; 
  margin: auto;
  border-top: 4px double #cccccc;
  border-bottom: 4px double #cccccc;
}
body#team-info div#page {
}

div#content, 
div#listings {
  display: table; 
  padding: 20px; 
  width: 100%;
  background-color: #fafafa; 
  border: 4px double #000066;
}
div#content { 
  padding-bottom: 0;
}
h1 {
  font-size: 200%; 
  color: #00ff00;
  display: table;
  float: left;
  margin-bottom: 4px;
}
h1#index {
  display: block;
  float: none;
  text-align: center;
}
h1#index span.inheader {
  font-size: 70%;
  margin-left: 1em;
}
h1 a {
  color: #ccffcc;
  font-size: 80%;
}
h2, h3, h4 {
  color: green;
}
h2 {
  margin-top: 2ex;
  padding-top: .5ex;
  border-top: 1px dashed #cccccc;
}
h2 span.inheader, h3 span.inheader, h4 span.inheader {
  font-size: 60%;
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.outlink:after {
  content: ' ' url(/incl/images/outlink.png);
}

ul {
  font-size: 100%;
  list-style-type: none;
  margin-left: 0;
  padding-left: 2em;
  text-indent:  -1em;
}
ol {
  text-indent:  0em;
}
li {
  margin-top: .5em;
  line-height: 170%;
}
table.infos td.pre_sub_td, 
table.tasks td.pre_sub_td {
  border-bottom: none;
}
table.infos td.sub_td, 
table.tasks td.sub_td {
  border-top: none;
  border-bottom: none;
}
td.sub_td ul {
  margin-top:    0;
  margin-bottom: 0;
}
td.sub_td ul li {
  margin-top:    0;
}
td.sub_td li {
  line-height: 110%;
}

div#content  {
  clear: both;
}
div#content code, pre, tt {
  font-size: 70%;
}
div#content > ul > li {
  /* font-size: 110%; */
}
div#content ul > li:before {
  content: '\25b8\2002';
  font-size: 80%;
  font-style: normal;
  color: #b32236;
}
div#content ul > li > ul  {
}
div#content ul > li > ul > li {
  list-style-type: square;
  margin-top: .2ex;
  padding-left: 1em;
}
div#content ul > li > ul > li:before {
  content: '';
}
div#content ul > li > ol > li {
  margin-top: .2ex;
}

div#content span.more {
  font-size: 90%;
}
div#content span.more:before {
  content: ' [ ' url(/incl/images/more.png) ' ';
}
div#content span.more:after {
  content: ' ] ';
}

/* {{ file/folder listings: */
div#listings ul li {
  background-image: url(/incl/images/file.gif);
  background-repeat: no-repeat;
  padding-left: 44px;
}
div#listings ul li.dir {
  background-image: url(/incl/images/folder.gif);
}
/* { the up link: */
div#listings ul li.up {
  background-image: none;
  padding-left: 16px;
  font-weight: bold;
  font-size: 130%;
}
div#listings ul li.up a:hover {
  text-decoration: none;
}
div#listings ul li.up a img {
  border: none;
  padding-right: 16px;
}
/* } the up link. */
/* }} file/folder listings. */

div#pagenav {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 1ex;
}
div#pagenav a {
  margin: 0 .5em;
}
div#pagenav p {
  margin: 0;
  padding: 0;
}
div#pagenav p.links {
  float: left;
}
div#pagenav p.links a:after {
  content: '\2009\2193';
  font-size: 120%;
}
div#pagenav p.links a.back {
  margin-left: 2em;
}
div#pagenav p.links a.back:before {
  content: '[ ';
  font-size: 90%;
}
div#pagenav p.links a.back:after {
  content: ' ]';
  font-size: 90%;
}
div#pagenav p.other {
  float: right;
  font-size: 90%;
}

/* { data tables: */
table.infos {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin-left: 3em;
  width: 80%;
}
table.infos th {
  border-bottom: 2px solid #cccccc;
  padding: 4px 8px;
}
table.infos tr.data {
  vertical-align: top;
}
table.infos tr.data th {
  text-align: left;
  width: 200px;
  padding: 4px;
  border-bottom: 1px dashed #cccccc;
  white-space: normal;
}
table.infos tr.data th span,
table.infos tr.data th a {
  font-weight: normal;
  display: block;
  margin-left: 1em;
}
table.infos td {
  border: 1px dashed #cccccc;
  padding: 8px;
}
table.tasks td {
  vertical-align: top;
}
table.infos td.contact span {
  font-size: 80%;
  color: green;
}
table.infos td.time {
  border-right: none;
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
}
table.infos span.location {
  display: block;
  margin-top: 4px;
  font-size: 90%;
  text-align: center;
}
table.infos td.who a.ftn {
  font-size: 80%;
  vertical-align: super;
}
table.infos td.who a.ftn:before {
  content: '[';
}
table.infos td.who a.ftn:after {
  content: ']';
}
/* } data tables. */

span.size {
  font-size: 90%;
  margin-left:  1em;
  margin-right: 1em;
}
span.time {
  font-size: 80%;
}

div#footer {
  display: table;
  width: 100%;
  border-top: 4px double #cccccc;
  margin-top: 2ex;
  text-align: center;
}
div#footer a {
  color: #ffff66;
}

/* for timeanddate clock */
table#headertime {
  float: right;
  margin: 0;
}
table#headertime td {
  color: #ff9900;
  padding: 0 16px;
  font-size: 90%; 
  text-align: center;
}
table#headertime td iframe {
  margin-bottom: 10px;
}
table#headertime td span {
  display: block;
}
/* for timeanddate clock - not working */
span#t1, 
span#t1c, 
span#t1a {
  font-size: 80%;
}
