
h2
{
	margin-bottom:0px;
}

table.viewer
{
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	width:650px;
}

table.viewer td.imagePanel
{
	background-color:transparent;
	width:512px;
	height:520px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

table.viewer td.controlPanel
{
	color:#000000;
	background:#eeeeee;
	vertical-align:top;
	text-align:center;
	width:125px;
	margin:5px;
	font-size:100%;
}

table.viewer td.controlPanel p.alert
{
	color:#666666;
	background:#eeeeee;
	font-weight:bold;
}

#control_form, #pointer, #offsets, #coordinates, #deg td, #marker
{
	margin:0px;
	font-size:85%;
}

/* input fields revert to 100% widthout an explicit size set in css */
#control_form input, #pointer input, #coordinates input, #offsets input
{
   font-size:100%;
}

form#offsets input.reset
{
	background:#cccccc;
	color:#000000;
	margin-top:2px;
	margin-bottom:2px;
}

table.viewer td.imagePanel div ilayer img.animation
{
	position:absolute;
	z-index:1;
	background-color:transparent;
}

.togglesPanel
{
	color:#000000;
	background:#eeeeee;
	padding:2px;
}

.togglesPanel form#tog
{
	margin:0px;
}

.togglesPanel form#tog table
{
	padding:0px;
}

.togglesPanel form#tog table td.instructions
{
	color:#000000;
	background:#dddddd;
	font-size:70%;
	padding:2px;
}

.togglesPanel form#tog table td.label
{
	font-size:70%;
}

table.loopcontrols
{
	margin:0px;
	padding:0px;
	border:1px solid #dddddd;
}

table.loopcontrols td
{
	padding:0px;
	margin:0px;
}

div.msg
{
	border:1px solid #cccccc;
	padding:5px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	width:640px;
}

div.observationsView
{
	font-size:80%;
}

.obstable
{
	width:100%;
}

.obstable td
{
	font-size:70%;
	border:1px solid #cccccc;
	text-align:center;
}

.obstable td.red
{
	color:#CC0000;
	background-color:#ffffff;
}

.obstable td.blue
{
	color:#3366CC;
	background-color:#ffffff;
}

.obstable th
{
	font-weight:normal;
	font-size:70%;
	background:#eeeeee;
	border:1px solid #cccccc;
	text-align:center;
}

.obstable th.red
{
	color:#ffffff;
	background-color:#CC0000;
	border:1px solid #990000;
}

.obstable th.blue
{
	color:#ffffff;
	background-color:#3366CC;
	border:1px solid #0066CC;
}

.obstable div.red_legend
{
	background:#CC0000;
	border:1px solid #990000;
	width:20px;
	height:20px;
	float:right;
}

.obstable div.blue_legend
{
	background:#3366CC;
	border:1px solid #0066CC;
	width:20px;
	height:20px;
	float:right;
}

.obstable th.marker
{
	text-align:right;
	vertical-align:middle;	
}

.obstable th.label
{
	text-align:left;
	vertical-align:middle;
}

.baseControls
{
	border:1px solid #cccccc;
	width:650px;
	padding:0px;
	margin:0px;
}

.obslink
{
	background:transparent;
	padding:0px;
	margin:0px;
	border:none;
}

.obslink:hover
{
	border:solid 1px #ffffff;
}

table.generic
{
	border:1px solid #cccccc;
	padding:3px;
	border-collapse:collapse;
}

table.generic td
{
	padding:4px;
	text-align:right;
	border:1px solid #cccccc;
}

table.generic th
{
	text-align:left;
	background:#e2e2e2;
	border:1px solid #cccccc;
	padding:3px;
	margin:0px;
}

table.generic tr
{
	border:1px solid #e2e2e2;
	background:#ffffff;
}

table.generic tr.lighter
{
	border:1px solid #e2e2e2;
	background:#eeeeee;
}

.loopFooter
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 650px;
	padding-bottom: 10px;
}

#marker {
	position: absolute;
}