/*
 * Telcon time planner
 * Copyright (C) 2007-2008 Cameron McCormack <cam@mcc.id.au>
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */

body, input {
  font-size: 11pt;
  font-family: 'Trebuchet MS', sans-serif;
}
table {
  border-collapse: collapse;
  border-bottom: 2px solid black;
}
th {
  vertical-align: top;
  border: 2px solid black;
  background: darkkhaki;
}
td, th {
  padding: 0.5em;
}
td {
  text-align: center;
  cursor: default;
  font-size: 9pt;
}
.a {
}
.a, .b {
  border: 2px solid black;
  -moz-user-select: none;
}
.b {
}
.dh {
  width: 6em;
}
.control, .controlRight {
  background: #ccf;
  padding: 0.5em;
  margin-top: 0.5em;
}
.controlRight {
  float: right;
}
.p {
  padding: 0.5em;
}
dt {
  margin-top: 1em;
}
.score {
  font-size: 90%;
  color: grey;
}
.alt0, .alt1 {
  border-top: 2px solid black;
  margin-top: 1em;
  padding-left: 1em;
  /*border-top: 1px solid #66a;
  border-left: 6px solid #66a;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;*/
  /*border-left: 4px solid #84f;*/
}
/*.alt1 {
  border-left: 4px solid #fb0;
}*/
.aTime {
  margin-top: 0.5em;
  margin-bottom: 2px;
  font-weight: bold;
}
.aTimeDesc {
  padding-left: 2em;
}
.tz {
  color: red;
  font-size: 85%;
}
.nosplit {
  white-space: nowrap;
}
.aTime > span {
  border-bottom: 1px dotted #aaa;
}
