﻿/* styles for MyDNN TimeZones http://mydnn.org/timezones.aspx */

table.TZTable
{
  font: Verdana;
}

.ClockTZ
{
  border-top: thin black solid;
  border-bottom: thin #777 solid;
  background-color: #CCC;
}

.TZLabel
{
  font: 65%;
  font-weight: bold;
  color:#777;
}

.TZName
{
  text-align: center;
  font-weight: bold;
}

.TZAbbrev
{
  font-size:80%;
}