Project

General

Profile

1
body {
2
	font-family: Verdana, arial, sans-serif;
3
	font-size: 11px;
4
	line-height: 16px;
5
	margin					: 0px;
6
	padding					: 0px;
7
	height					: 100%;
8
	background-color		: #f0f0f0;
9
	bottom					: 0px;
10
	display: inline;
11
	}
12
	td {
13
	font-family: Verdana, arial, sans-serif;
14
	font-size: 11px;
15
	line-height: 16px;
16
	}
17
a {
18
	text-decoration: none;
19
	color: black;
20
	font-weight: bold;
21
	border: none;
22
	}
23
a:hover {
24
		text-decoration: underline;
25
		
26
	}	
27

    
28
img {
29
	border: none;
30
	}	
31
H1 { 
32
	
33
	font-size: 18px;
34
	font-weight: bold;
35
  color: #3366cc; 
36
  margin: 5; 
37
  width: 100%; 
38
  height: 24px;
39
  text-align: left
40
  
41
}
42

    
43
H2 { 
44
	font-size: 10px;
45
	font-weight: bold;
46
  color: black; 
47
margin: 10px 0px 0px 0px;
48
 background-color: #f0f0f0;
49
width: 100%; 
50
  text-align: left
51
  
52
}
53

    
54
H3 { 
55
	font-size: 10px;
56
	font-weight: bold;
57
  color: #3366cc; 
58
  margin: 0; 
59
 background-color: #f0f0f0;
60
width: 100%; 
61
  text-align: left
62
  
63
}
64

    
65
ul a {
66
	font-weight: normal;
67
	}
68

    
69
#header {
70
	font-family: Verdana, geneva, arial, sans-serif;
71
	width: 99%;
72
  height: 40px;
73
	margin-bottom: 5px;
74
	vertical-align: bottom;
75
}
76

    
77
#header .left {
78
	 margin-top: 10px; 
79
	}
80
#header .right {
81
	margin-top: 20px;
82
	}	
83
#middle {
84
	left: 0px;
85
	right: 0px;
86
	width: 100%;
87
	display: inline;
88
	}
89
#exampleList, #menubar {
90
	display: block;
91
position: absolute;
92
left: 0px;
93
top: 31px;
94
bottom: 0px;
95
overflow: auto;
96
	width: 130px;
97
	font-family: Verdana, geneva, arial, sans-serif;
98
	font-size: 8pt;
99
	
100
	bottom: 60px;
101
	}
102
	#exampleList a ,#menubar a{
103
font-weight: normal;
104
	color: white;
105
	}
106
	
107
	#exampleList ul , #menubar ul{
108
	background:  #3c78b5;
109
margin: 0px;
110
  padding: 0px;
111
  display: inline;
112
  list-style-type: none;
113
  list-style-image: none;
114
  list-style-position: outside;
115
  font-size: 10px;
116
}
117

    
118
#exampleList li, #menubar li {
119
	background:  #3c78b5;
120
	margin: 0px;
121
	padding: 2px;
122
	display: block;
123
	}
124
	
125
#mainbody {
126
		border-top: 1px solid #ccc;
127
		border-bottom: 1px solid #ccc;
128
 		border-left: 1px solid #ccc;
129
		padding: 5px;
130

    
131

    
132
		margin-left: 130px;
133
		right: 1px;
134
		bottom: 1px;
135
		background-color: white;
136
display: block;
137
}
138

    
139
#mainbody:after {
140
    content: "."; 
141
    display: block; 
142
    height: 0; 
143
    clear: both; 
144
    visibility: hidden;
145
}
146

    
147
/* Hides from IE-mac \*/
148
* html #mainbody {height: 1%;}
149
/* End hide from IE-mac */
150
#mainbody .left{
151
	position: relative;
152
		height: 99%;
153
		top: 0px;
154
		bottom: 0px;
155
		left: 0px;
156
width: 30%;
157
display: block;
158
float: left;
159
	margin: 0px;	
160
	overflow-x: auto;
161
}
162
#mainbody .right{
163
	position: relative;
164
display: block;
165
		width: 69%;
166
		margin-left: 30%;
167
		right: 0px;
168
  height: expression(document.body.clientHeight*.99);
169
		float: right;
170
		margin: 0px;
171
}
172

    
173
#mainMapPane {
174
  border: 1px solid olive;
175
/*  cursor: crosshair; */
176
}
177
#cursorTrack INPUT {
178
	border: none;
179
	}
180
#footer {
181

    
182
	height: 60px;
183
	width: 99%;
184
margin:0px;
185
	bottom: 0px;
186
	
187
	font-size: 9pt;
188
}
189

    
190

    
191
#footer .right {
192
		padding: 0px 5px 0px 5px;
193
		text-align: right;
194
		
195
		width: 99%;
196
	
197
		margin-top: 0px;
198
}
199
.help {
200
	position: absolute;
201
	right: 18px;
202
	height: 20px;
203
	width: 150px;
204
	border-top: 1px solid #ccc;
205
	border-left: 1px solid #ccc;
206
	border-right: 1px solid #ccc;
207
	font-size: 8pt;
208
	cursor: help;
209
	float: right;
210
	text-align: center;
211
	z-index: 100;
212
	}
(3-3/10)