Project

General

Profile

1
IMG { border-style: none; }
2

    
3
#cursorTrack, #cursorTrack INPUT
4
{
5
  border: 0px blue none;
6
  font: 8pt Verdana, geneva, arial, sans-serif;
7
  color: #000000;
8
  background-color: transparent;
9
}
10

    
11
#mapScaleText, #mapScaleText INPUT
12
{
13
  font: 8pt Verdana, geneva, arial, sans-serif;
14
  color: #000000;
15
}
16

    
17
#timestamp, #timestamp INPUT
18
{
19
  font: 8pt Verdana, geneva, arial, sans-serif;
20
  color: #000000;
21
  background-color: transparent;
22
  border: 0px blue none;
23
}
24

    
25
#mainMapContainer {
26
  border: 1px solid olive;
27
  cursor: crosshair;
28
}
29

    
30
/* elements for the layerCOntrol widget */
31
.layerControl TD {
32
  padding: 2px;
33
  font: 70% Verdana, geneva, arial, sans-serif;
34
}
35

    
36
.altRow_1 {
37
  background-color: #D1E2EC;
38
}
39

    
40
.altRow_0 {
41
  background-color: #FFFFFF;
42
}
43

    
44
.dataSource {
45
  font-size: 80%; 
46
  font-weight: bold; 
47
  float: right;
48
}
49

    
50
H4 {
51
  margin-bottom: 0;
52
}
53

    
54

    
55
/*
56
#legend {
57
	font-size: 70%; 
58
  font-family: cursive;
59
  background-color: silver;
60
}
61
*/
(4-4/10)