/* worldclock.css file */

/*
This file is used to contain the codes and classes concerned
with presentation of the Eagle Computer Technologies web site.
Specifically, it concerns the positioning and presentation of
the world time clock. Normally, I will seperate positioning
and presentation elements into two different files, but this
only has one class and it would be ridiculous to seperate it.
This script may be reused for non-commercial purposes, provided
this description and copyright notice is not altered in any way.
This script is copyright 2005 by Eagle Computer Technologies, Inc.
All Rights Reserved.

History
=======

Version: 1.0, Date: Saturday March 05, 2005, Programmer: RFH
Description: Initial Version

For Questions, Comments, and Bugs, you can contact the programmer.
Programmer : Russ Howard
E-mail: russ.howard@eaglecomputertechnologies.com
*/

#clockform {
	position:relative;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:small;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	top:10px;
	margin-left:3px;
	left:0px;
}
.clocktablestyle {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:small;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	overflow:auto;
	table-layout:fixed;
	border-width:thin;
	top:0px;
}
.clocklabelcells {
	font-size:x-small;
	font-style:normal;
	font-weight:normal;
	width:40px;
	text-align:left;
	vertical-align:top;
}
.clockcitychoosercells {
	font-size:x-small;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	width:165px;
	vertical-align:top;
}
.clockcitychooser {
	font-size:x-small;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	width:165px;
	vertical-align:top;
	height:auto;
}
.clocktimecells {
	font-size:x-small;
	font-style:normal;
	font-weight:normal;
	width:125px;
	text-align:left;
	vertical-align:middle;
}
