Subversion Repositories ALCASAR

Rev

Rev 647 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
2766 rexy 1
body {
2
	color: #000;
3
	font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
4
	font-size: .8em;
5
	line-height: 1.25em;
6
	margin: 0;
7
	padding: 0;
8
	text-align: center;
9
}
10
form,input,select,textarea {
11
	margin:0;
12
	padding:0;
13
}
14
h1,h2,h3,h4,h5,h6 
15
{
16
	font-family:Georgia, Tahoma, Arial, Serif;
17
	font-weight:normal;
18
	line-height:1.6em;
19
	padding: 0;
20
	margin: 0;
21
}
22
input {
23
	font-size: 100%;
24
	margin-bottom: 2px;
25
	padding: 1px;
26
}
27
ol,ul {
28
	line-height: 1.4em;
29
	margin-bottom: 4px;
30
	margin-top: 4px;
31
}
32
p {
33
	line-height: 1.4em;
34
	margin-bottom: 5px;
35
	margin-top: 5px;
36
	text-align: justify;
37
}
38
table {
39
	background: #345;
40
	margin-bottom: 10px;
41
	width: 100%;
42
}
43
td {
44
	background: #eee;
45
	text-align: left;
46
	vertical-align: top;
47
}
48
th {
49
	background: #456;
50
	color: #fff;
51
	text-align: left;
52
	vertical-align: top;
53
}
54
#content {
55
	margin: 0 auto;
56
	padding: 10px;
57
	text-align: left;
58
	width: 610px;
59
}
60
#linkstop {
61
	background: #234;
62
	color: #fff;
63
	margin-top: -10px;
64
	padding: 2px;
65
}
66
#linkstop a {
67
	color: #fff;
68
}
69
#score {
70
	color: #000;
71
	font-size: 85%;
72
	position:absolute;
73
	text-align: center;
74
	width: 100px;
75
	z-index: 10;
76
}
77
#score,#rating,#standards {
78
	font-weight: bold;
79
}
80
div.exceed {
81
	background-image: url(../images/img_status_exceed.png);
82
}
83
div.fail {
84
	background-image: url(../images/img_status_fail.png);
85
}
86
div.pass {
87
	background-image: url(../images/img_status_pass.png);
88
}
89
div.warn {
90
	background-image: url(../images/img_status_warn.png);
91
}
92
#scorebar {
93
	background-image: url(../images/bg_strength_gradient.jpg);
94
	background-repeat: no-repeat;
95
	background-position: 0 0;
96
	position:absolute;
97
	width: 100px;
98
	z-index: 0;
99
}
100
#scorebarBorder {
101
	background: #333;
102
	border: 1px #000 solid;
103
	height: 16px;
104
	margin-bottom: 2px;
105
	width: 100px;
106
}
107
#password {
108
	border: 1px #000 solid;
109
	font-size: 85%;
110
	width: 100px;
111
}
112
#tablePwdScoring {
113
	margin-bottom: 0 !important;
114
}
115
#listLegend li {
116
	list-style: none;
117
	padding-bottom: 4px;
118
	margin-left: 0;
119
	padding-left: 0;
120
}
121
#listLegend {
122
	margin-left: 0;
123
	padding-left: 0;
124
}
125
div.fail,div.pass,div.exceed,div.warn {
126
	background-repeat: no-repeat;
127
	background-position: left top;
128
	height: 16px;
129
	margin-left: auto;
130
	margin-right: auto;
131
	width: 16px;
132
}
133
td.exceed,td.fail,td.pass,td.warn {
134
	color: #fff;
135
	font-weight: bold;
136
	text-align: center;
137
}
138
td.exceed {
139
	background: #1C60A4;
140
}
141
td.fail {
142
	background: #C00;
143
}
144
td.pass {
145
	background: #093;
146
}
147
td.warn {
148
	background: #f60;
149
}
150
div.box {
151
	background: #456;
152
	border: 1px #000 solid;
153
	color: #fff;
154
	height: 16px;
155
	padding: 2px;
156
	white-space: nowrap;
157
	width: 38px;
158
}
159
div.boxMinus,div.boxPlus {
160
	border: none;
161
	color: #fff;
162
	font-weight: bold;
163
	padding: 2px;
164
	text-align: left;
165
	white-space: nowrap;
166
}
167
td.footnote {
168
	background: #ddd;
169
	font-size: 70%;
170
}
171
.bold {
172
	font-weight: bold;
173
}
174
.clearNone {
175
	clear: none;
176
}
177
.floatRight {
178
	float: right;
179
}
180
.floatLeft {
181
	float: left;
182
}
183
.hide {
184
	display: none;
185
}
186
.imgLegend {
187
	clear: left !important;
188
	float: left !important;
189
	position: relative !important;
190
	margin-bottom: -3px !important;
191
	margin-right: 5px !important;
192
}
193
.inline {
194
	display: inline;
195
}
196
.italic {
197
	font-style: italic;
198
}
199
.noPad {
200
	padding: 0;
201
}
202
.show {
203
	display: inline !important;
204
}
205
.txtLg {
206
	font-size: 125%;
207
}
208
.txtSmall {
209
	font-size: 75%;
210
}
211
.txtCenter {
212
	text-align: center;
213
}
214
.txtRight {
215
	text-align: right;
216
}
217
div.xtend {
218
	clear: both !important; 
219
	line-height: 0; 
220
	height: 0;
221
}
222
a:link, a:visited 
223
{
224
	color:#459045;
225
	text-decoration:none;
226
	border-bottom:none;
227
}
228
a:hover, a:active 
229
{
230
	text-decoration:none;
231
	border-bottom: 1px solid;
232
}
233
#header {
234
background:url(../images/top.gif) top repeat-x;
235
height:145px;
236
margin:0;
237
padding:0;
238
width:100%;
239
}
240
#logo {
241
height:100px;
242
width:900px;
243
margin:0 auto;
244
}
245
#blogname {
246
height:30px;
247
padding-left:12px;
248
padding-top:28px;
249
text-align:left;
250
}
251
h1#blogname a {
252
color:#fff;
253
font-size:1.3em;
254
}
255
#navigation 
256
{
257
	clear:both;
258
	height:24px;
259
	margin:0 auto;
260
	padding:0 10px;
261
	text-align:center;
262
	width:880px;
263
	font-size:1.1em;
264
}
265
#navigation a:link,
266
#navigation a:visited 
267
{
268
	background:#FFF url(../images/active1.gif) left bottom no-repeat;
269
	color:#fff;
270
	height:24px;
271
	margin-right:2px;
272
	padding-left:12px;
273
	text-decoration:none;
274
	border:none;
275
}
276
#navigation a:link,
277
#navigation a:link span,
278
#navigation a:visited,
279
#navigation a:visited span 
280
{
281
	cursor:hand;
282
	display:block;
283
	float:left;
284
	border:none;
285
}
286
#navigation li 
287
{
288
	line-height:23px;
289
	float:left;
290
	list-style:none;
291
	margin:0;
292
}
293
#navigation a:hover 
294
{
295
	background:url(../images/active1.gif) left bottom no-repeat;
296
	color:#040;
297
	height:24px;
298
	padding-left:12px;
299
	text-decoration:none;
300
	border:none;
301
}
302
#navigation .current_page_item a:link,
303
#navigation .current_page_item a:visited 
304
{
305
	background:#FFF url(../images/current1.gif) left bottom no-repeat;
306
	color:#fff;
307
	height:27px;
308
	line-height:24px;
309
	margin-right:2px;
310
	padding-left:15px;
311
	text-decoration:none;
312
	border:none;
313
}
314
#navigation .current_page_item a:hover 
315
{
316
	background:#FFF url(../images/current1.gif) left bottom no-repeat;
317
	color:#AAC8E0;
318
	height:27px;
319
	margin-right:2px;
320
	padding-left:15px;
321
	text-decoration:none;
322
	border:none;
323
}
324
#navigation ul 
325
{
326
	list-style:none;
327
	margin:0;
328
	padding:0;
329
}
330
#navigation a:link span,
331
#navigation a:visited span,
332
#navigation a:hover span 
333
{
334
	background:url(../images/active2.gif) right bottom no-repeat;
335
	height:24px;
336
	padding-right:12px;
337
	border:none;
338
}
339
#navigation .current_page_item a:link span,
340
#navigation .current_page_item a:visited span,
341
#navigation .current_page_item a:hover span 
342
{
343
	background:url(../images/current2.gif) right bottom no-repeat;
344
	height:27px;
345
	padding-right:15px;
346
	border:none;
347
}
348
#footer {
349
	background:#223344 url(../images/top.gif) bottom repeat-x;
350
	clear: both;
351
	height: 60px;
352
	padding: 10px;
353
	text-align: center;
354
	margin:0 auto;
355
	color:#ccc;
356
}
357
.advertTop {
358
	margin: -30px 0 5px 0;
359
}
360
.advertBtm {
361
	margin: 0 0 20px 0;
362
}
363
.advertMid {
364
	margin: 20px 0 20px -65px;
365
}