Subversion Repositories bacoAlunos

Rev

Rev 89 | Rev 96 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
92 jmachado 1
#searchResults li h1 {
44 fvelez 2
 
92 jmachado 3
    background-color: lightblue;
4
    border-bottom: blueviolet 1px solid;
5
    margin-bottom: 10px;
6
}
7
 
8
#searchResults
1 fvelez 9
{
92 jmachado 10
   border-left: 1px solid #8ec73f ;
11
   padding-left:10px;
1 fvelez 12
}
13
 
92 jmachado 14
#searchResults li a
84 jmachado 15
{
92 jmachado 16
    cursor:pointer;
17
}
18
 
19
#searchresults div.result {
20
 
21
    margin-left: 20px;
22
    border-bottom: 1px solid #8ec73f;
23
    margin-bottom: 15px;
24
    padding-bottom: 0;
25
}
26
 
27
#searchResults li .module
28
{
29
    position:absolute;
30
    visibility:hidden;
31
}
32
#searchResults li .module .result h2 {
33
 
34
 
35
    color: black;
36
    padding-top: 0;
37
    margin-top: 10px;
38
    cursor: pointer;
39
    padding-bottom: 0;
40
}
41
 
42
#searchResults li .module .result p {
43
    margin-top: 5px;
44
    cursor: pointer;
45
    margin-bottom: 0;
46
    padding-bottom: 2px;
47
    padding-top: 0;
48
}
49
 
50
 
51
 
52
 
53
/*********** Site Struture *************/
54
BODY *, .contentPortal, .contentPortal p, .contentPortal li {
55
    FONT-FAMILY: "bitstream vera sans", Verdana, Arial, Helvetica, sans-serif;
56
    FONT-SIZE: 1em;
57
}
58
 
59
.pFooter {
60
    background-color: #8EC73F;
61
    font-size: 0.7em;
84 jmachado 62
    border-top: 1px solid #cccccc;
63
    border-bottom: 1px solid #cccccc;
92 jmachado 64
    text-align: right;
65
    clear: both;
66
 
84 jmachado 67
}
92 jmachado 68
 
69
.pFooter a {
70
    font-style: italic;
84 jmachado 71
}
72
 
92 jmachado 73
#body {
74
    width: 950px;
54 jmachado 75
    margin-left: auto;
76
    margin-right: auto;
5 fvelez 77
}
78
 
92 jmachado 79
#pageStructure {
80
    border-collapse: collapse;
20 fvelez 81
    LEFT: 0;
82
    WIDTH: 100%;
1 fvelez 83
}
84
 
25 fvelez 85
/*#page
1 fvelez 86
{
20 fvelez 87
    LEFT: 0;
88
    WIDTH: 100%
25 fvelez 89
} */
1 fvelez 90
 
92 jmachado 91
TD#leftPage {
20 fvelez 92
    VERTICAL-ALIGN: top;
93
    WIDTH: 160px;
92 jmachado 94
    text-align: left;
1 fvelez 95
}
96
 
92 jmachado 97
#leftPagePosition {
20 fvelez 98
    CLEAR: left;
99
    LEFT: 0;
100
    FLOAT: left;
36 fvelez 101
    PADDING-TOP: 43px;
1 fvelez 102
}
20 fvelez 103
 
92 jmachado 104
TD.rightPage, TD.rightPagePortal {
20 fvelez 105
    VERTICAL-ALIGN: top;
106
    WIDTH: 160px;
1 fvelez 107
}
20 fvelez 108
 
92 jmachado 109
.rightPagePosition {
20 fvelez 110
    CLEAR: left;
111
    LEFT: 0;
112
    FLOAT: left;
113
    PADDING-BOTTOM: 20px;
1 fvelez 114
}
20 fvelez 115
 
92 jmachado 116
#footer {
20 fvelez 117
    HEIGHT: 50px;
118
    PADDING-TOP: 5px;
1 fvelez 119
}
20 fvelez 120
 
92 jmachado 121
#footerStructure TABLE {
20 fvelez 122
    BORDER-RIGHT: 0;
123
    BORDER-TOP: 0;
124
    RIGHT: 0;
125
    LEFT: 0;
1 fvelez 126
    MARGIN: 0;
20 fvelez 127
    BORDER-LEFT: 0;
128
    WIDTH: 100%;
1 fvelez 129
    PADDING-TOP: 0;
20 fvelez 130
    BORDER-BOTTOM: 0;
131
    TOP: 0;
132
    border-spacing: 0
1 fvelez 133
}
92 jmachado 134
 
135
#footerStructure TABLE TD {
20 fvelez 136
    VERTICAL-ALIGN: top
1 fvelez 137
}
92 jmachado 138
 
25 fvelez 139
/****************************Text Size*************************************************/
11 fvelez 140
 
92 jmachado 141
h1 {
142
    font-size: 1.2em;
25 fvelez 143
}
92 jmachado 144
 
145
h2 {
146
    font-size: 1em;
25 fvelez 147
}
20 fvelez 148
 
25 fvelez 149
/*************************************************************************************/
150
 
151
/*****************************Portal Page Template************************************/
92 jmachado 152
.portal {
25 fvelez 153
}
92 jmachado 154
 
155
.portalContent {
156
    padding-left: 10px;
36 fvelez 157
}
25 fvelez 158
 
92 jmachado 159
td.column {
160
    vertical-align: top;
36 fvelez 161
}
162
 
92 jmachado 163
.portalContent {
164
    padding-left: 10px;
165
    padding-right: 10px;
25 fvelez 166
}
167
 
92 jmachado 168
.navLeftMenu h2 {
169
    font-size: 0.9em;
64 fvelez 170
}
92 jmachado 171
 
172
.navLeftMenu {
173
    font-size: 0.7em;
64 fvelez 174
}
175
 
92 jmachado 176
.block P, .navLeftMenu h2 {
177
    background-color: #ededed;
178
    padding-left: 10px;
179
    margin: 0;
54 jmachado 180
 
25 fvelez 181
}
182
 
92 jmachado 183
.block UL {
25 fvelez 184
    LIST-STYLE-TYPE: none;
92 jmachado 185
    padding-left: 10px;
25 fvelez 186
}
187
 
92 jmachado 188
.block a:link {
189
    color: #4d4d4d;
190
    text-decoration: none;
25 fvelez 191
}
192
 
92 jmachado 193
.block a:visited {
194
    color: #4d4d4d;
195
    text-decoration: none;
25 fvelez 196
}
197
 
92 jmachado 198
.block a:hover, .linkUnderlineGrayToGreen a:hover {
199
    color: #8EC73F;
200
    text-decoration: underline;
25 fvelez 201
}
33 fvelez 202
 
92 jmachado 203
.portalLeftAnnouncements table {
204
    table-layout: fixed;
205
    width: 180px;
206
    padding-top: 10px;
207
    font-size: 0.8em;
33 fvelez 208
}
209
 
92 jmachado 210
.portalRightAnnouncements table {
211
    table-layout: fixed;
212
    width: 250px;
213
    font-size: 0.8em;
33 fvelez 214
}
215
 
92 jmachado 216
.portalAnnouncement a:link, .portalAnnouncement a:visited {
217
    margin: 0;
33 fvelez 218
}
219
 
92 jmachado 220
.portalAnnouncementTitle a {
221
    color: #000000;
36 fvelez 222
}
223
 
92 jmachado 224
.portalAnnouncement a {
225
    text-decoration: none;
36 fvelez 226
}
227
 
92 jmachado 228
.portalAnnouncementText a:link, .portalAnnouncementText a:visited {
229
    color: #4d4d4d;
33 fvelez 230
}
42 fvelez 231
 
92 jmachado 232
.navleftMenu {
233
    width: 180px;
234
    padding-left: 10px;
42 fvelez 235
}
236
 
92 jmachado 237
#portalMenu li.selected  a {
238
    color: #8EC73F;
42 fvelez 239
}
92 jmachado 240
 
25 fvelez 241
/**********************************************************************************/
242
 
243
/****************************** Standard Page Template ***************************/
92 jmachado 244
.contentPortal h1 {
245
    background-color: #8EC73F;
246
    color: #FFFFFF;
247
    font-size: 1.2em;
25 fvelez 248
}
249
 
92 jmachado 250
.contentPortal h2 {
251
    font-size: 1em;
64 fvelez 252
}
253
 
92 jmachado 254
.contentPortal {
255
    font-size: 0.75em;
64 fvelez 256
}
257
 
92 jmachado 258
.contentPortal p {
259
    margin: 0;
260
    color: #4d4d4d;
25 fvelez 261
}
262
 
92 jmachado 263
.section {
264
    margin-bottom: 10px;
25 fvelez 265
}
266
 
92 jmachado 267
.contentPortal li a:link, .contentPortal a:visited, .contentPortal li {
268
    color: #4d4d4d;
25 fvelez 269
}
92 jmachado 270
 
271
.contentPortal li a:hover {
272
    color: #8EC73F;
25 fvelez 273
}
274
 
275
.listClean UL /*Lista sem nada*/
276
{
54 jmachado 277
    LIST-STYLE-TYPE: none;
92 jmachado 278
    padding: 0;
25 fvelez 279
}
280
 
92 jmachado 281
.listCircleWhite UL /*Lista circulo branco*/
25 fvelez 282
{
54 jmachado 283
    LIST-STYLE-TYPE: circle;
25 fvelez 284
}
285
 
92 jmachado 286
.listDecimal UL /*Lista decimal*/
25 fvelez 287
{
54 jmachado 288
    LIST-STYLE-TYPE: decimal;
25 fvelez 289
}
290
 
92 jmachado 291
.listDisc UL /*Lista circulo preto*/
25 fvelez 292
{
54 jmachado 293
    LIST-STYLE-TYPE: disc;
25 fvelez 294
}
295
 
92 jmachado 296
.listSquare UL /*Lista quadrado preto*/
25 fvelez 297
{
54 jmachado 298
    LIST-STYLE-TYPE: square;
25 fvelez 299
}
300
 
92 jmachado 301
.portalLeftAnnouncements img {
302
    height: 133px;
303
    width: 177px;
56 fvelez 304
}
305
 
54 jmachado 306
/*PASSA PARA AQUI TUDO O QUE SEJA DE BLOCOS E VAMOS LIMPAR TUDO */
307
 
308
/*Isto tem de ser generico o H1 jáe um header nao necessita da classe .header para nada*/
309
/*Block Titles*/
92 jmachado 310
.content h1, #lastnews h1 {
311
    margin-bottom: 1px;
312
    color: #FFFFFF;
313
    background-color: #8EC73F;
314
    padding-left: 10px;
32 fvelez 315
}
316
 
54 jmachado 317
/*********************************************************************************/
318
/******************************* Index Page***************************************/
92 jmachado 319
#flashTopNews * td, #flashCenterNews * td, #flashBottomNews * td {
320
    vertical-align: top;
36 fvelez 321
}
92 jmachado 322
 
54 jmachado 323
/*FlashTopNews*/
92 jmachado 324
#flashTopNews {
325
    padding: 0;
326
    margin: 0;
32 fvelez 327
}
92 jmachado 328
 
329
#flashTopNews .container {
330
    background-color: #4d4d4d;
331
    height: 100px;
332
    width: 100%;
333
    margin: 0;
32 fvelez 334
}
92 jmachado 335
 
336
#flashTopNews .container .textContainer {
337
    margin: 0;
338
    text-align: justify;
53 jmachado 339
}
92 jmachado 340
 
341
#flashTopNews .container .imageContainer {
342
    margin: 0;
343
    text-align: right;
344
    text-decoration: none;
48 fvelez 345
}
92 jmachado 346
 
347
#flashTopNews img {
348
    height: 167px;
349
    width: 341px;
48 fvelez 350
}
92 jmachado 351
 
352
#flashTopNews * td {
353
    vertical-align: top;
48 fvelez 354
}
92 jmachado 355
 
356
#flashTopNews .container .textContainer h2 {
357
    margin: 0;
358
    margin-top: 1px;
32 fvelez 359
}
92 jmachado 360
 
361
#flashTopNews .container .textContainer p {
362
    margin: 0;
363
    margin-top: 1px;
54 jmachado 364
}
92 jmachado 365
 
366
#flashTopNews h2 a:link, #flashTopNews h2 a:visited {
367
    color: #8EC73F;
368
    font-weight: bold;
369
    text-decoration: none;
54 jmachado 370
}
92 jmachado 371
 
372
#flashTopNews p a:link, #flashTopNews p a:visited {
373
    color: #FFFFFF;
374
    text-decoration: none;
54 jmachado 375
}
32 fvelez 376
 
54 jmachado 377
/*FlashCenterNews*/
92 jmachado 378
#flashCenterNews {
379
    margin-top: 2px;
42 fvelez 380
    border-top-style: dotted;
92 jmachado 381
    border-top-color: gray;
32 fvelez 382
}
92 jmachado 383
 
384
#flashCenterNews .container {
385
    width: 100%;
386
    margin: 0;
32 fvelez 387
}
92 jmachado 388
 
389
#flashCenterNews .textContainer {
390
    padding-top: 10px;
32 fvelez 391
}
92 jmachado 392
 
393
#flashCenterNews h2 a:link, #flashCenterNews h2 a:visited {
394
    color: #8EC73F;
395
    font-weight: bold;
396
    text-decoration: none;
32 fvelez 397
}
92 jmachado 398
 
399
#flashCenterNews p a:link, #flashCenterNews p a:visited {
400
    color: #4d4d4d;
401
    text-decoration: none;
32 fvelez 402
}
92 jmachado 403
 
404
#flashCenterNews img, #flashCenterNews td.imageContainer {
405
    width: 133px;
406
    height: 133px;
36 fvelez 407
}
408
 
54 jmachado 409
/*FlashBottomNews*/
92 jmachado 410
#flashBottomNews img {
411
    width: 100px;
412
    height: 100px;
32 fvelez 413
}
414
 
92 jmachado 415
#flashBottomNews h2 a:link, #flashBottomNews h2 a:visited {
416
    color: #8EC73F;
417
    font-weight: bold;
56 fvelez 418
}
419
 
92 jmachado 420
#flashBottomNews p a:link, #flashBottomNews p a:visited {
421
    color: #4d4d4d;
56 fvelez 422
}
423
 
54 jmachado 424
/*Last News Block*/
92 jmachado 425
#lastnews {
426
    font-size: 0.8em;
64 fvelez 427
}
428
 
92 jmachado 429
#lastnews ul {
54 jmachado 430
    list-style: none;
92 jmachado 431
    width: 160px;
54 jmachado 432
    LIST-STYLE-TYPE: none;
92 jmachado 433
    padding: 0;
434
    margin: 0;
32 fvelez 435
}
92 jmachado 436
 
437
#lastnews li {
438
    margin: 0;
439
    padding: 0;
32 fvelez 440
}
92 jmachado 441
 
442
#lastnews li h2 {
443
    padding: 0;
444
    padding-left: 2px;
445
    margin: 1px;
32 fvelez 446
}
92 jmachado 447
 
448
#lastnews li h2 a, .linkLeftMenu a {
449
    text-decoration: none;
11 fvelez 450
}
92 jmachado 451
 
452
#lastnews li h2 a:link, .linkLeftMenu a:link {
453
    color: #4d4d4d;
54 jmachado 454
}
92 jmachado 455
 
456
#lastnews li h2 a:visited, .linkLeftMenu a:visited {
457
    color: #4d4d4d;
54 jmachado 458
}
92 jmachado 459
 
460
#lastnews li h2 a:hover, .linkLeftMenu a:hover {
461
    color: #8EC73F;
54 jmachado 462
}
11 fvelez 463
 
54 jmachado 464
/**/
465
 
466
/*LEFT MENUS*/
92 jmachado 467
#leftMenuModule h2 {
20 fvelez 468
    MARGIN: 0;
92 jmachado 469
    color: #8EC73F;
11 fvelez 470
}
92 jmachado 471
 
472
#leftMenuModule UL {
1 fvelez 473
    MARGIN: 0;
20 fvelez 474
    WIDTH: 155px;
1 fvelez 475
}
92 jmachado 476
 
36 fvelez 477
/*********************************************************************************/
1 fvelez 478
 
35 fvelez 479
/****************** topnav **********************/
1 fvelez 480
 
92 jmachado 481
#topnav {
482
    color: #FFFFFF;
483
    text-decoration: none;
42 fvelez 484
    BACKGROUND-COLOR: #8EC73F;
92 jmachado 485
    FONT: 11px / 20px "bitstream vera sans", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
1 fvelez 486
}
487
 
92 jmachado 488
#topnav LI A:hover {
489
    COLOR: #4d4d4d;
42 fvelez 490
    BACKGROUND-COLOR: #FFFFFF
1 fvelez 491
}
92 jmachado 492
 
493
#topnav LI A {
494
    color: #FFFFFF;
495
    text-decoration: none;
42 fvelez 496
}
1 fvelez 497
 
92 jmachado 498
#topnav UL {
1 fvelez 499
    PADDING-RIGHT: 0;
500
    PADDING-LEFT: 0;
501
    PADDING-BOTTOM: 10px;
502
    MARGIN: 0;
503
    WIDTH: 155px;
504
    LINE-HEIGHT: 1.5em;
505
    PADDING-TOP: 0;
506
    LIST-STYLE-TYPE: none
507
}
508
 
92 jmachado 509
#topnav LI {
1 fvelez 510
    PADDING-RIGHT: 0;
511
    DISPLAY: inline;
512
    PADDING-LEFT: 0;
513
    PADDING-BOTTOM: 0;
514
    MARGIN: 0;
42 fvelez 515
    PADDING-TOP: 0;
1 fvelez 516
}
92 jmachado 517
 
42 fvelez 518
/*****************************************************************************************/
1 fvelez 519
 
20 fvelez 520
/************************************** Content Structure ********************************/
92 jmachado 521
.contentPortal {
522
    padding-left: 10px;
523
    padding-top: 10px;
64 fvelez 524
}
1 fvelez 525
 
92 jmachado 526
.content h2 {
527
    font-size: 1em;
528
}
529
#pageStructure .content
64 fvelez 530
{
92 jmachado 531
  border: 0;    
64 fvelez 532
}
89 fvelez 533
.content .imageAnnouncement img
534
{
535
    width:341px;
536
    height:167px;
537
}
538
 
64 fvelez 539
.content
540
{
92 jmachado 541
   border: 1px solid #8ec73f ;  
64 fvelez 542
}
543
 
92 jmachado 544
 
545
 
546
.content {
547
    font-size: 0.8em;
64 fvelez 548
}
549
 
92 jmachado 550
.content a:link, .content a:visited {
551
    color: #4d4d4d;
64 fvelez 552
}
553
 
92 jmachado 554
.content a:hover {
555
    color: #8EC73F
556
}
557
 
558
.content, .contentPortal {
20 fvelez 559
    LEFT: 0;
560
    RIGHT: 0;
561
    WIDTH: 100%;
562
    PADDING-BOTTOM: 10px;
1 fvelez 563
    VERTICAL-ALIGN: top;
39 fvelez 564
}
565
 
92 jmachado 566
.contentPortal {
39 fvelez 567
    border-left: #8EC73F solid 2px;
33 fvelez 568
    border-top: #8EC73F solid 2px;
39 fvelez 569
    border-bottom: #8EC73F solid 2px;
1 fvelez 570
}
11 fvelez 571
 
92 jmachado 572
.rightPagePortal {
573
    background-color: #ededed;
39 fvelez 574
    border-right: #8EC73F solid 2px;
575
    border-top: #8EC73F solid 2px;
576
    border-bottom: #8EC73F solid 2px;
42 fvelez 577
}
20 fvelez 578
 
579
/*****************************************************************************************/
580
 
581
/************************************* Footer Modules ***********************************/
582
 
92 jmachado 583
#license UL {
42 fvelez 584
    COLOR: #4D4D4D;
20 fvelez 585
    PADDING-RIGHT: 0;
586
    PADDING-LEFT: 0;
587
    FONT-SIZE: 12px;
588
    TEXT-ALIGN: center;
589
    MARGIN: 0;
590
    LIST-STYLE-TYPE: none;
11 fvelez 591
}
592
 
92 jmachado 593
#footer #organizations {
1 fvelez 594
}
11 fvelez 595
 
92 jmachado 596
#footer #sponsors {
11 fvelez 597
}
598
 
92 jmachado 599
#footer a:link, #footer a:visited {
600
    color: #4d4d4d;
61 fvelez 601
}
92 jmachado 602
 
603
#footer a:hover {
604
    color: #8EC73F;
61 fvelez 605
}
606
 
20 fvelez 607
/**************************************************************************************/
608
 
609
/******************************** Bar Module Color ************************************/
92 jmachado 610
TD #topBar {
611
    font-weight: bold;
612
    color: white;
613
    background-color: #8EC73F;
614
    padding-left: 10px;
20 fvelez 615
    FONT-SIZE: 18px
1 fvelez 616
}
92 jmachado 617
 
20 fvelez 618
/**************************************************************************************/
1 fvelez 619
 
20 fvelez 620
/******************************** Background Color ************************************/
621
/*Gray background*/
92 jmachado 622
#backOne {
623
    background-color: #4D4D4D;
11 fvelez 624
}
92 jmachado 625
 
20 fvelez 626
/**************************************************************************************/
11 fvelez 627
 
22 fvelez 628
/*************************Staff Links Structure***************************************/
92 jmachado 629
.staffLinks P {
630
    font-weight: bold;
22 fvelez 631
}
92 jmachado 632
 
22 fvelez 633
/*************************************************************************************/
92 jmachado 634
 
635
form, .boxHorizontal {
636
    margin: 0;
637
    padding: 3px;
638
    border: 0px #793B0D solid;
639
    background-color: #FFFFFF;
1 fvelez 640
}
92 jmachado 641
 
642
.boxHorizontal {
643
    padding-top: 33px;
644
    padding-left: 180px;
61 fvelez 645
}
1 fvelez 646
 
92 jmachado 647
.form th, .boxHorizontal th {
648
    margin: 0;
649
    padding-left: 10px;
650
    padding-top: 3px;
651
    padding-bottom: 3px;
652
    padding-right: 15px;
653
    color: #4d4d4d;
61 fvelez 654
    background-color: #FFFFFF;
655
    border: 0px solid #793B0D;
92 jmachado 656
    font-size: 0.86em;
657
    font-weight: bold;
658
    font-family: Helvetica, sans-serif;
659
    text-align: left;
1 fvelez 660
}
661
 
92 jmachado 662
.form td, .boxHorizontal td {
663
    margin: 0;
664
    padding-left: 10px;
665
    padding-top: 3px;
666
    padding-bottom: 3px;
667
    padding-right: 15px;
668
    color: #793B0D;
1 fvelez 669
    background-color: #FFFFFF;
92 jmachado 670
    border: 0 solid #793B0D;
671
    font-size: 0.8em;
672
    font-family: Helvetica, sans-serif;
673
    vertical-align: middle;
1 fvelez 674
}
675
 
92 jmachado 676
.form .buttons td, .boxHorizontal .buttons td {
677
    text-align: left;
61 fvelez 678
    background-color: #FFFFFF;
1 fvelez 679
}
680
 
92 jmachado 681
.form textarea, .boxHorizontal textarea {
682
    width: 600px;
683
    height: 300px;
1 fvelez 684
 
685
}
686
 
92 jmachado 687
.form input[type="text"], .form input[type="password"] {
688
    width: 600px;
1 fvelez 689
}
92 jmachado 690
 
691
.form input.date {
692
    width: 100px;
1 fvelez 693
}
694
 
695
/* PAGE LAYOUTS */
696
 
92 jmachado 697
.seccao, .seccao p {
698
    padding: 10px;
699
    font-size: 0.95em;
1 fvelez 700
    font-family: Helvetica, sans-serif;
701
}
92 jmachado 702
 
703
.seccao p {
704
    padding: 4px;
1 fvelez 705
}
92 jmachado 706
 
707
.seccao h1 {
708
    font-size: 1.1em;
709
    font-weight: bold;
710
    font-family: Helvetica, sans-serif;
711
    color: red;
1 fvelez 712
}
713
 
92 jmachado 714
.seccao .seccao h1 {
715
    font-size: 1em;
716
    font-weight: bold;
717
    font-family: Helvetica, sans-serif;
718
    color: red;
1 fvelez 719
}
720
 
721
/*Butões*/
722
 
92 jmachado 723
input[type="text"], input[type="password"] {
1 fvelez 724
    FONT-SIZE: 0.8em;
92 jmachado 725
    FONT-FAMILY: Helvetica;
1 fvelez 726
}
727
 
92 jmachado 728
input[type="button"], input[type="submit"] {
61 fvelez 729
    color: #4d4d4d;
1 fvelez 730
    border-top-width: 1px;
731
    border-right-width: 1px;
732
    border-bottom-width: 1px;
733
    border-left-width: 1px;
734
    border-top-style: solid;
735
    border-right-style: solid;
736
    border-bottom-style: solid;
737
    border-left-style: solid;
92 jmachado 738
    border-top-color: #4d4d4d;
61 fvelez 739
    border-right-color: #4d4d4d;
740
    border-bottom-color: #4d4d4d;
741
    border-left-color: #4d4d4d;
1 fvelez 742
    background-color: transparent;
743
    background-image: none;
744
    background-repeat: repeat;
745
    background-attachment: scroll;
746
}
747
 
92 jmachado 748
input[type="button"]:hover, input[type="submit"]:hover {
61 fvelez 749
    background-color: #8EC73F;
1 fvelez 750
    background-image: none;
751
    background-repeat: repeat;
752
    background-attachment: scroll;
753
    cursor: pointer;
754
    color: white;
755
}
756
 
757
/*Errors and Warnings*/
92 jmachado 758
.statusOK {
1 fvelez 759
    padding: 2px;
760
    list-style-type: none;
761
    color: green;
762
    background-color: #FFEEDD;
763
}
764
 
92 jmachado 765
.statusERROR {
766
    color: red;
1 fvelez 767
}
768
 
92 jmachado 769
.statusWARNING {
1 fvelez 770
    padding: 2px;
771
    list-style-type: none;
772
    color: yellow;
773
    background-color: black;
774
}
92 jmachado 775
 
776
.requiredField {
1 fvelez 777
    color: red;
778
}
779
 
92 jmachado 780
.statusSearch {
781
    color: lightblue;
1 fvelez 782
}
783
 
20 fvelez 784
/********************************************** Navigation Menu ********************************/
92 jmachado 785
ul.menubar {
54 jmachado 786
    margin: 0px;
787
    padding: 0px;
788
    background-color: #FFFFFF; /* IE6 Bug */
789
    font-size: 100%;
1 fvelez 790
 
20 fvelez 791
}
92 jmachado 792
 
793
.submenu {
794
    FONT-FAMILY: "Lucida Grande", "Trebuchet MS", "bitstream vera sans", Verdana, Arial, Helvetica, sans-serif;
795
    font-size: 0.8em;
20 fvelez 796
}
797
 
92 jmachado 798
.menu {
799
    FONT-FAMILY: "Lucida Grande", "Trebuchet MS", "bitstream vera sans", Verdana, Arial, Helvetica, sans-serif;
800
    font-size: 0.8em;
20 fvelez 801
}
802
 
92 jmachado 803
ul.menubar .submenu {
804
    margin: 0;
805
    padding: 0;
54 jmachado 806
    list-style: none;
807
    background-color: #FFFFFF;
92 jmachado 808
    float: left;
20 fvelez 809
}
810
 
92 jmachado 811
ul.menubar ul.menu {
54 jmachado 812
    display: none;
813
    position: absolute;
92 jmachado 814
    margin: 0;
20 fvelez 815
}
816
 
92 jmachado 817
ul.menubar a {
64 fvelez 818
 
92 jmachado 819
    display: block;
54 jmachado 820
    text-decoration: none;
821
    color: #4D4D4D;
92 jmachado 822
    padding-left: 5px;
823
    padding-right: 5px;
824
    padding-top: 2px;
825
    padding-bottom: 2px;
20 fvelez 826
}
827
 
92 jmachado 828
ul.menubar a:hover {
829
    display: block;
54 jmachado 830
    text-decoration: none;
831
    color: #4D4D4D;
92 jmachado 832
    padding-left: 5px;
833
    padding-right: 5px;
834
    padding-top: 2px;
835
    padding-bottom: 2px;
20 fvelez 836
}
837
 
92 jmachado 838
 
839
 
840
#menuTop
36 fvelez 841
{
92 jmachado 842
    width:100%;
843
}
844
#menuTop td.searchTab form
845
{
846
    text-align:right;
847
}
848
#menuTop td.searchTab form table td
849
{
850
    vertical-align:middle;
851
}
42 fvelez 852
 
92 jmachado 853
#menuTop td.searchTab input[type="text"]
854
{
855
    width:200px;
36 fvelez 856
}
857
 
64 fvelez 858
 
92 jmachado 859
#menuTop form td,#menuTop form th
860
{
861
    font-size: 0.85em;
862
}
863
#menuTop td.searchTab
864
{
865
    float:right;
866
    text-align:left;
867
}
868
#menuTop td
869
{
870
    vertical-align:top;
871
}
872
 
873
 
874
 
875
.menu a:hover {
876
 
877
    display: block;
54 jmachado 878
    /* border-left: none;
20 fvelez 879
  border-right: none;
880
  border-top: none;
881
  border-bottom: none; */
64 fvelez 882
 
20 fvelez 883
}
884
 
92 jmachado 885
ul.menu, ul.menu ul {
54 jmachado 886
    margin: 0;
887
    padding: 2px;
888
    /* border-left: 1px solid #ccc;
889
border-bottom: 1px solid #ccc;
890
border-top: 1px solid #ccc;
891
border-right: 1px solid #ccc;     */
892
    background-color: #FFFFFF; /* IE6 Bug */
20 fvelez 893
}
894
 
92 jmachado 895
ul.menu li {
54 jmachado 896
    position: relative;
92 jmachado 897
    list-style: none; /*border: 0px;*/
898
    opacity: 0.9;
54 jmachado 899
    background-color: #4D4D4D;
92 jmachado 900
    width: 250px;
20 fvelez 901
}
902
 
92 jmachado 903
ul.menu li a {
54 jmachado 904
    display: block;
92 jmachado 905
    text-decoration: none; /* border-bottom: 0px;*/
54 jmachado 906
/*color: #4D4D4D;*/
907
/* background-color: #FFFFFF;  */
908
    color: #4d4d4d;
909
    background-color: #CCCCCC;
92 jmachado 910
    padding-left: 2px;
911
    padding-right: 2px;
912
    padding-top: 2px;
913
    padding-bottom: 2px;
20 fvelez 914
}
915
 
916
/*
917
.shadow UL{
918
    background-color: #666;
919
    color: inherit;
920
    position: relative;
921
    padding-left:1px;
922
    padding-top :0px;
923
    padding-bottom:2px;
924
    padding-right:2px;
925
}
926
  */
92 jmachado 927
.shadow UL {
928
    background: transparent;
929
    width: 250px;
20 fvelez 930
    color: inherit;
931
}
932
 
64 fvelez 933
/*ul.menu li sup{
54 jmachado 934
    font-weight:bold;
935
    font-size:7px;
936
    color: red;
64 fvelez 937
} */
20 fvelez 938
 
939
/* Fix IE. Hide from IE Mac \*/
92 jmachado 940
* html ul.menu li {
941
    float: left;
942
    height: 1%;
943
}
944
 
945
* html ul.menu li a {
946
    height: 1%;
947
}
948
 
20 fvelez 949
/* End */
950
 
92 jmachado 951
ul.menu ul {
54 jmachado 952
    position: absolute;
953
    display: none;
954
    left: 149px; /* Set 1px less than menu width */
955
    top: 0px;
20 fvelez 956
}
957
 
92 jmachado 958
ul.menu li.submenu ul {
20 fvelez 959
    display: none;
92 jmachado 960
}
20 fvelez 961
 
92 jmachado 962
/* Hide sub-menus initially */
963
 
964
ul.menu li a:hover {
20 fvelez 965
    background-color: #8EC73F;
966
    color: #FFFFFF;
92 jmachado 967
    text-decoration: underline;
20 fvelez 968
}
969
 
970
/***********************************************************************************************/
971
 
44 fvelez 972