@CHARSET "US-ASCII";

table.preferenceData {
  border: 1px solid #cccccc;
  padding: 0.1em;
  margin: 0px;
}

table.preferenceData td {
	padding: 0.1em;
}

.currentShow {
	font-style: italic;
}

.Show {
	font-weight: bolder;
}

div.content {
  margin-top: 0.5em;
  border: 1px solid #000099;
  padding: 0.5em;
  float: left;
  max-width: 900px;
}

tr.fullyAllocated, tr.fullyAllocated td.fullyAllocated, tr.fullyAllocated td :link, tr.fullyAllocated td :visited {
  color: white;
}
td.fullyAllocated {
  background: #00aa00;
}
ttd.partiallyAllocated  {
  background: #ccaa00;
}

table.dailyschedule
{
  border-collapse: collapse;
}

table.dailyschedule td,
table.dailyschedule th
{
  border: solid black 1px;
}

table.dailyschedule tr.Sanctuary
{
  background-color: #ffffc0
}

table.dailyschedule tr.Studio
{
  background-color: #c0c0ff
}

table.dailyschedule tr.Vault
{
  background-color: #c0ffc0
}

table.dailyschedule tr.Annexe
{
  background-color: #ffc0c0
}

table.dailyschedule tr.Get-in
{
  font-style: italic;
}

table.hm
{
  margin-top: 2cm;
  width: 60%;
  border-collapse:collapse;
  border: 3px solid black;`
}

table.hm td,
table.hm th
{
  border: 2px solid black;
}

table.hm td.data,
{
  font-weight: bold;
}

table.hm.getin 
{
  display: none;
  font-style: italic;
  border: 1px solid gray;
}

table.membership td,
table.membership th {
  text-align: center;
}

table.membership span.open
{
  color: green;
}
table.membership span.long
{
  color: red;
}
