﻿/* styles for MyDNN TimeZones http://mydnn.org/timezones.aspx */

table.TZTable 
{
	font: Verdana; 
	background-color:transparent;
}
 
.ClockTZ 
{
	/*border-top: thin black solid;  
	border-bottom: thin #777 solid; */
	background-color: transparent;
}

.TZLabel
{
	font: 65%; 
	font-weight: bold; 
	color:#777;
	background-color:#000000;
	display:none;
}

.TZName
{
  text-align: center;	
  font-weight: bold;
  color:#FFFFFF;
  width:86px;
  font-size:12,6px;
  font-family:"Trebuchet MS",Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  display:none;
  
  }
  
  .NSTZName
{
  text-align: center;	
  font-weight: bold;
  color:#FFFFFF;
  width:86px;
  font-size:12,6px;
  font-family:"Trebuchet MS",Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  
  }

.TZAbbrev
{
	font-size:80%;
	display:none;
}
