Subversion Repositories bacoAlunos

Rev

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

Rev Author Line No. Line
367 jmachado 1
/*********** Site Struture *************/
146 jmachado 2
BODY *, .contentPortal, .contentPortal p, .contentPortal li, div {
533 jmachado 3
    FONT-FAMILY: "bitstream vera sans", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
4
    FONT-SIZE: 12px;
92 jmachado 5
}
6
 
214 jmachado 7
.homebox img
8
{
533 jmachado 9
 
214 jmachado 10
}
165 jmachado 11
 
214 jmachado 12
.homebox img:hover
13
{
14
    cursor:pointer;
15
}
165 jmachado 16
 
249 jmachado 17
label.info
18
{
19
    FONT-SIZE: 10px;
20
    font-style:italic;
21
    padding-left:5px;
22
}
214 jmachado 23
 
165 jmachado 24
/*Errors and Warnings*/
207 jmachado 25
.statusOK, .active {
165 jmachado 26
    padding: 2px;
27
    list-style-type: none;
28
    color: green;
29
    background-color: #FFEEDD;
30
}
31
 
207 jmachado 32
.statusERROR *, .statusERROR, .inactive {
165 jmachado 33
    color: red;
34
}
35
 
207 jmachado 36
.statusWARNING *, .statusWARNING {
165 jmachado 37
    padding: 2px;
38
    list-style-type: none;
39
    color: yellow;
40
    background-color: black;
41
}
42
 
396 jmachado 43
#header #headerTable
44
{
533 jmachado 45
 
396 jmachado 46
}
533 jmachado 47
#headerVELHO  #headerTableVELHO
48
{
49
      background-image:url(@contextPath@/imgs/top.jpg)
50
}
396 jmachado 51
 
248 jmachado 52
.log
53
{
54
    background:gray;
533 jmachado 55
    color:#F324567;
248 jmachado 56
}
57
 
165 jmachado 58
.requiredField * {
59
    color: red;
60
}
61
 
62
.statusSearch {
63
    color: lightblue;
64
}
207 jmachado 65
 
66
a
104 jmachado 67
/****************************Text Size*************************************************/
92 jmachado 68
 
150 jmachado 69
 
165 jmachado 70
a input
71
{
72
    text-decoration:none;
73
    cursor:pointer;
74
}
178 jmachado 75
.errorPage
76
{
77
    padding:10px;
78
}
150 jmachado 79
 
80
form ul,.errorPage ul {
146 jmachado 81
    margin-left: 15px;
144 jmachado 82
}
146 jmachado 83
 
84
UL {
85
    margin: 0;
86
    padding: 0;
87
}
88
 
104 jmachado 89
h1 {
90
    font-size: 1.2em;
533 jmachado 91
    margin: 5;
92
        color: #808081;
92 jmachado 93
}
418 jmachado 94
.seccao h1 {
95
    border-bottom:1px solid black;
96
    padding:3px;
97
    font-size: 1.3em;
98
    margin: 0;
99
    font-weight:bold;
100
}
92 jmachado 101
 
418 jmachado 102
.seccao h2 {
533 jmachado 103
   background-color: #EEEEEE;
418 jmachado 104
   padding:2px;
105
   border-bottom:1px solid black;
106
   margin: 0;
146 jmachado 107
   font-size: 1em;
418 jmachado 108
   font-weight:normal;
533 jmachado 109
   padding-left:10px;
92 jmachado 110
}
111
 
418 jmachado 112
.seccao h3 {
113
   padding:2px;
114
   border-bottom:1px solid black;
115
   font-size: 0.96em;
533 jmachado 116
   padding-left:20px;
418 jmachado 117
}
118
 
119
.seccao h4 {
120
   padding:2px;
121
   border-bottom:1px solid black;
122
   font-size: 0.9em;
123
  font-weight:normal;
124
   padding-left:35px;
125
}
126
 
92 jmachado 127
.pFooter {
533 jmachado 128
    background-color: #F5911E;
187 jmachado 129
    font-size: 0.8em;
84 jmachado 130
    border-top: 1px solid #cccccc;
131
    border-bottom: 1px solid #cccccc;
92 jmachado 132
    text-align: right;
133
    clear: both;
146 jmachado 134
    margin-top:10px;
84 jmachado 135
}
92 jmachado 136
 
137
.pFooter a {
138
    font-style: italic;
84 jmachado 139
}
214 jmachado 140
 
141
.pFooterSeccao {
142
    background-color: white;
143
    font-size: 0.8em;
144
    border-top: 1px solid #cccccc;
145
    text-align: left;
146
    clear: both;
147
    margin-top:10px;
148
}
149
 
150 jmachado 150
#content .pFooter a:hover
146 jmachado 151
{
152
    color:white;
153
}
84 jmachado 154
 
400 jmachado 155
.borderLeft
156
{
533 jmachado 157
    border-left:1px solid #7CFC00;
400 jmachado 158
}
146 jmachado 159
 
400 jmachado 160
 
92 jmachado 161
#body {
165 jmachado 162
    /*width: 950px;*/
54 jmachado 163
    margin-left: auto;
164
    margin-right: auto;
5 fvelez 165
}
166
 
92 jmachado 167
#pageStructure {
168
    border-collapse: collapse;
20 fvelez 169
    LEFT: 0;
170
    WIDTH: 100%;
1 fvelez 171
}
172
 
25 fvelez 173
/*#page
1 fvelez 174
{
20 fvelez 175
    LEFT: 0;
176
    WIDTH: 100%
25 fvelez 177
} */
1 fvelez 178
 
92 jmachado 179
TD#leftPage {
20 fvelez 180
    VERTICAL-ALIGN: top;
92 jmachado 181
    text-align: left;
1 fvelez 182
}
183
 
92 jmachado 184
#leftPagePosition {
20 fvelez 185
    CLEAR: left;
186
    LEFT: 0;
187
    FLOAT: left;
36 fvelez 188
    PADDING-TOP: 43px;
1 fvelez 189
}
20 fvelez 190
 
156 jmachado 191
TD#rightPage, TD#rightPagePortal {
533 jmachado 192
    VERTICAL-ALIGN: top;        /*WIDTH: 160px;*/
193
    text-align:center;
1 fvelez 194
}
20 fvelez 195
 
188 jmachado 196
#rightPagePosition {
20 fvelez 197
    CLEAR: left;
533 jmachado 198
    left: 5px;
20 fvelez 199
    FLOAT: left;
200
    PADDING-BOTTOM: 20px;
1 fvelez 201
}
20 fvelez 202
 
533 jmachado 203
 
204
/*******************************************************************************************/
205
/* Pagina de Abertura nova ZONA DAS NOTICIAS*/
206
/***/
207
 
208
#noticiasAnunciosWelcome
209
{
210
    width:100%;
211
}
212
 
213
#noticiasAnunciosWelcome table
214
{
215
    margin-left:5px;
216
    margin-right:5px;
217
}
218
 
219
 
220
#noticiasAnunciosWelcome th.underline
221
{
222
    FONT-FAMILY: "bitstream vera sans", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
223
    FONT-SIZE: 12px;
224
    font-weight:normal;
225
    color: #808081;
226
    text-align:left;
227
    padding:0;
228
    border-bottom: 1px solid #808081;
229
}
230
 
104 jmachado 231
/*****************************************************************************************/
232
 
233
/************************************** Content Structure ********************************/
234
.contentPortal {
156 jmachado 235
    padding-left: 0;
132 fvelez 236
 
104 jmachado 237
}
238
 
150 jmachado 239
#content h2 a {
485 jmachado 240
    font-size: 1em;
113 fvelez 241
}
242
 
150 jmachado 243
#content h2 {
104 jmachado 244
    font-size: 1em;
245
}
146 jmachado 246
 
150 jmachado 247
#pageStructure #content {
146 jmachado 248
    border-right: 0;
249
    border-top: 0;
250
    border-bottom: 0;
533 jmachado 251
    border-left: 1px solid #F5911E;
146 jmachado 252
    margin-right:1px;
104 jmachado 253
}
144 jmachado 254
 
150 jmachado 255
#pageStructure td#content {
533 jmachado 256
    border-left: 1px solid #FFFFFF;
257
    border-right: 1px solid #EEEEEE;
258
    border-bottom: 1px solid #FFFFFF;
259
    border-top: 1px solid #FFFFFF;
144 jmachado 260
}
261
 
146 jmachado 262
#pageStructure td.rightPage {
263
 
533 jmachado 264
    border-top: 1px solid #F5911E;
144 jmachado 265
}
266
 
146 jmachado 267
.imageAnnouncement img, .imageBlog img
104 jmachado 268
{
146 jmachado 269
    width: 341px;
270
    height: 167px;
104 jmachado 271
}
272
 
150 jmachado 273
#content .imageAnnouncement img {
146 jmachado 274
    width: 341px;
275
    height: 167px;
104 jmachado 276
}
277
 
146 jmachado 278
 
150 jmachado 279
#content {
533 jmachado 280
    border: 1px solid #EEEEE0;
150 jmachado 281
    text-align:left;
146 jmachado 282
}
283
 
417 jmachado 284
#content a, .files a, a
214 jmachado 285
/*, .content a:visited*/
286
{
533 jmachado 287
    color: #2C2E30;
104 jmachado 288
}
289
 
380 jmachado 290
#content a:hover, .files a:hover {
533 jmachado 291
    color: #F5911E
104 jmachado 292
}
293
 
150 jmachado 294
#content, .contentPortal {
104 jmachado 295
    LEFT: 0;
296
    RIGHT: 0;
297
    WIDTH: 100%;
156 jmachado 298
    PADDING-BOTTOM: 0;
104 jmachado 299
    VERTICAL-ALIGN: top;
300
}
301
 
215 jmachado 302
#contentIntranet {
214 jmachado 303
   height:100%;
534 jmachado 304
   border: #F5911E solid 1px;
214 jmachado 305
}
215 jmachado 306
#contentIntranet #contentPane {
214 jmachado 307
 
203 jmachado 308
    padding:10px;
309
}
310
 
381 jmachado 311
#contentPane .seccao, .blocked
214 jmachado 312
{
534 jmachado 313
    border: #F5911E solid 1px;
214 jmachado 314
    padding:10px;
315
}
376 jmachado 316
.contentPane
317
{
533 jmachado 318
    border: #F5911E solid 1px;
376 jmachado 319
}
320
ul li.contentPane
321
{
322
    list-style-type:none;
323
}
214 jmachado 324
 
376 jmachado 325
 
104 jmachado 326
.contentPortal {
534 jmachado 327
    border: #F5911E solid 1px;
166 jmachado 328
    padding:5px;
104 jmachado 329
}
330
 
331
.rightPagePortal {
332
    background-color: #ededed;
533 jmachado 333
    border-right: #7CFC00 solid 2px;
334
    border-top: #F5911E solid 2px;
335
    border-bottom: #F5911E solid 2px;
104 jmachado 336
}
337
 
146 jmachado 338
.files {
165 jmachado 339
    margin-left: 10px;
340
    margin-bottom:10px;
144 jmachado 341
}
198 jmachado 342
.files table
343
{
344
    width:100%;
345
}
165 jmachado 346
.files table td
347
{
348
    padding-top:2px;
349
    padding-bottom:3px;
350
    padding-right: 20px;
198 jmachado 351
 
165 jmachado 352
    vertical-align:middle;
144 jmachado 353
}
198 jmachado 354
.files table tr.file td, .files table tr.dir td
355
{
356
    border-top:1px solid black;
357
}
358
.files table th
359
{
360
    text-align:left;
361
}
362
.files table th
363
{
364
    text-align:left;
365
}
144 jmachado 366
 
165 jmachado 367
 
104 jmachado 368
/*****************************************************************************************/
369
 
370
/************************************* Footer Modules ***********************************/
371
 
92 jmachado 372
#footer {
20 fvelez 373
    HEIGHT: 50px;
374
    PADDING-TOP: 5px;
1 fvelez 375
}
20 fvelez 376
 
533 jmachado 377
#footerStructure
378
{
379
    border-top: 1px solid #808081;
380
    padding-top:20px;
381
    margin-left:5px;
382
    margin-right:5px;
383
}
384
 
92 jmachado 385
#footerStructure TABLE {
20 fvelez 386
    BORDER-RIGHT: 0;
387
    BORDER-TOP: 0;
388
    RIGHT: 0;
389
    LEFT: 0;
1 fvelez 390
    MARGIN: 0;
20 fvelez 391
    BORDER-LEFT: 0;
392
    WIDTH: 100%;
1 fvelez 393
    PADDING-TOP: 0;
20 fvelez 394
    BORDER-BOTTOM: 0;
395
    TOP: 0;
396
    border-spacing: 0
1 fvelez 397
}
92 jmachado 398
 
399
#footerStructure TABLE TD {
20 fvelez 400
    VERTICAL-ALIGN: top
1 fvelez 401
}
92 jmachado 402
 
104 jmachado 403
#license UL {
404
    COLOR: #4D4D4D;
405
    PADDING-RIGHT: 0;
406
    PADDING-LEFT: 0;
407
    FONT-SIZE: 12px;
408
    TEXT-ALIGN: center;
409
    MARGIN: 0;
410
    LIST-STYLE-TYPE: none;
411
}
11 fvelez 412
 
104 jmachado 413
#footer #organizations {
25 fvelez 414
}
92 jmachado 415
 
104 jmachado 416
#footer #sponsors {
25 fvelez 417
}
20 fvelez 418
 
214 jmachado 419
#footer a
420
/*, #footer a:visited */
421
{
104 jmachado 422
    color: #4d4d4d;
423
}
424
 
425
#footer a:hover {
533 jmachado 426
    color: #F5911E;
104 jmachado 427
}
428
 
429
/*********************************************************************************/
430
 
431
/****************** topnav **********************/
432
 
433
#topnav {
198 jmachado 434
    color: black;
104 jmachado 435
    text-decoration: none;
533 jmachado 436
    BACKGROUND-COLOR: #F5911E;
437
    FONT: 12px / 20px "bitstream vera sans", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
104 jmachado 438
}
439
 
205 jmachado 440
/*#topnav LI A:visited*/
441
/*{*/
442
    /*COLOR: white;*/
443
/*}*/
104 jmachado 444
#topnav LI A:hover {
198 jmachado 445
    COLOR: black;
104 jmachado 446
    BACKGROUND-COLOR: #FFFFFF
447
}
448
#topnav LI A {
198 jmachado 449
    color: white;
450
    text-decoration: underline;
104 jmachado 451
}
452
 
453
#topnav UL {
146 jmachado 454
    margin-top: 0;
455
    margin-left: 0;
104 jmachado 456
    PADDING-RIGHT: 0;
144 jmachado 457
    MARGIN-bottom: 2px;
458
    MARGIN-right: 0;
104 jmachado 459
    PADDING-TOP: 0;
144 jmachado 460
    padding-left: 15px;
104 jmachado 461
    LIST-STYLE-TYPE: none
462
}
463
 
464
#topnav LI {
465
    PADDING-RIGHT: 0;
466
    DISPLAY: inline;
467
    PADDING-LEFT: 0;
468
    PADDING-BOTTOM: 0;
469
    MARGIN: 0;
470
    PADDING-TOP: 0;
471
}
472
 
473
/*****************************************************************
146 jmachado 474
*  Search Results
475
*
476
*****************************************************************/
104 jmachado 477
 
472 jmachado 478
.intranetLayout .searchTab
479
{
480
    text-align:right;
481
    padding:4px;
482
    padding-bottom:4px;
483
    white-space:nowrap;
484
    margin:0;
485
}
486
.intranetLayout .searchTab input[type='text']
487
{
488
 
489
 }
104 jmachado 490
#searchResults li h1 {
491
 
533 jmachado 492
    background-color: #EEEEEE;
493
    border-bottom: orange 1px solid;
146 jmachado 494
    padding: 2px;
104 jmachado 495
    margin-bottom: 10px;
146 jmachado 496
    color: black;
104 jmachado 497
}
498
 
469 jmachado 499
#searchResults li .fragments {
500
    padding-left:30px;
501
    padding-right:10px;
502
}
503
#searchResults li .smallGreen {
504
 
505
    padding-left:10px;
533 jmachado 506
    color: orange;
469 jmachado 507
    text-decoration: none;
533 jmachado 508
    FONT: 10px "bitstream vera sans", /*"Lucida Grande"*/, "Trebuchet MS", /*Verdana*/, /*Arial*/, /*Helvetica*/, /*sans-serif*/
469 jmachado 509
 
510
}
511
 
146 jmachado 512
#searchResults li a {
513
    cursor: pointer;
104 jmachado 514
}
515
 
516
#searchresults div.result {
517
 
536 jmachado 518
    margin-left: 20px;
533 jmachado 519
    border-bottom: 1px solid #F5911E;
104 jmachado 520
    margin-bottom: 15px;
521
    padding-bottom: 0;
522
}
523
 
146 jmachado 524
#searchResults li .module {
205 jmachado 525
    margin-left:5px;
104 jmachado 526
}
146 jmachado 527
 
104 jmachado 528
#searchResults li .module .result h2 {
529
 
530
    color: black;
531
    padding-top: 0;
532
    margin-top: 10px;
533
    cursor: pointer;
534
    padding-bottom: 0;
469 jmachado 535
    FONT: 12px "bitstream vera sans", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
104 jmachado 536
}
537
 
472 jmachado 538
#searchResults li .module .result h2 a, #searchResults #googleModule .result h2,  #searchResults #googleModule .result h2 a b i,{
469 jmachado 539
 
540
    FONT: 18px "bitstream vera sans", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
541
}
542
 
104 jmachado 543
#searchResults li .module .result p {
544
    margin-top: 5px;
545
    cursor: pointer;
546
    margin-bottom: 0;
547
    padding-bottom: 2px;
548
    padding-top: 0;
549
}
550
 
146 jmachado 551
#searchResults .googleLogo {
552
    float: right;
104 jmachado 553
}
554
 
146 jmachado 555
#searchResults .googleLogo td {
556
 
557
    vertical-align: middle;
104 jmachado 558
    color: #676767;
559
    text-align: right;
560
    font-size: 11px;
561
    margin-right: 2px;
562
}
146 jmachado 563
 
564
#searchResults .googleLogo td img {
104 jmachado 565
    padding-top: 3px;
566
}
567
 
205 jmachado 568
#searchResults #googleResults
569
{
570
    margin-left:5px;
571
 
572
}
573
 
25 fvelez 574
/*************************************************************************************/
575
 
576
/*****************************Portal Page Template************************************/
92 jmachado 577
.portal {
25 fvelez 578
}
92 jmachado 579
 
156 jmachado 580
.columnTable td
581
{
582
    margin-left: 10px;
583
}
92 jmachado 584
td.column {
585
    vertical-align: top;
36 fvelez 586
}
587
 
92 jmachado 588
.navLeftMenu h2 {
64 fvelez 589
}
92 jmachado 590
 
591
.navLeftMenu {
64 fvelez 592
}
593
 
156 jmachado 594
.block
595
{
596
    margin-bottom:10px;
533 jmachado 597
    border-left: 1px solid #FFFFFF;
156 jmachado 598
}
599
 
600
.block .zerofound, .block table
601
{
602
    margin-left:10px;
603
}
604
.block .head
605
{
606
    font-style:italic;
607
}
608
 
203 jmachado 609
 
610
.block ul li p
611
{
612
    background-color:transparent;
613
    font-style:italic;
614
}
615
.block ul li ul li
616
{
258 jmachado 617
   padding-left: 0;
203 jmachado 618
}
258 jmachado 619
 
533 jmachado 620
.block p, .navLeftMenu h2 { /* cor dos submenus do menu esqerda*/
621
    background-color: #EEEEEE;
259 jmachado 622
    padding-left: 0;
92 jmachado 623
    margin: 0;
54 jmachado 624
 
25 fvelez 625
}
626
 
260 jmachado 627
 .intranetLayout .block ul
628
{
629
    LIST-STYLE-TYPE: square;
630
}
203 jmachado 631
.block ul {
260 jmachado 632
 
261 jmachado 633
    list-style:none;
259 jmachado 634
    padding-left: 18px;
258 jmachado 635
    margin-left:0;
25 fvelez 636
}
260 jmachado 637
.intranetLayout .block ul ul{
258 jmachado 638
    LIST-STYLE-TYPE: circle;
260 jmachado 639
}
640
.block ul ul
641
{
261 jmachado 642
    list-style:none;
258 jmachado 643
    padding-left: 15px;
644
    margin-left:0;
645
}
646
.block ul li{
647
    padding-top:5px;
648
    padding-left:0;
649
    margin-left:0;
650
}
651
 
214 jmachado 652
.block a {
92 jmachado 653
    color: #4d4d4d;
654
    text-decoration: none;
25 fvelez 655
}
656
 
92 jmachado 657
.block a:visited {
205 jmachado 658
    /*color: #4d4d4d;*/
92 jmachado 659
    text-decoration: none;
25 fvelez 660
}
661
 
92 jmachado 662
.block a:hover, .linkUnderlineGrayToGreen a:hover {
533 jmachado 663
    color: #F5911E;
92 jmachado 664
    text-decoration: underline;
25 fvelez 665
}
33 fvelez 666
 
92 jmachado 667
.portalLeftAnnouncements table {
165 jmachado 668
    /*table-layout: fixed;*/
669
    /*width: 180px;*/
92 jmachado 670
    padding-top: 10px;
671
    font-size: 0.8em;
33 fvelez 672
}
673
 
165 jmachado 674
.portalRightAnnouncements table
675
{
92 jmachado 676
    font-size: 0.8em;
33 fvelez 677
}
163 jmachado 678
.portalRightAnnouncements td
679
{
680
    vertical-align:top;
681
}
33 fvelez 682
 
214 jmachado 683
.portalAnnouncement a {
92 jmachado 684
    margin: 0;
33 fvelez 685
}
686
 
165 jmachado 687
.portalAnnouncementTitle
688
{
367 jmachado 689
    /*white-space:nowrap;*/
165 jmachado 690
}
92 jmachado 691
.portalAnnouncementTitle a {
533 jmachado 692
    color: #F5911E;
36 fvelez 693
}
694
 
92 jmachado 695
.portalAnnouncement a {
696
    text-decoration: none;
36 fvelez 697
}
698
 
214 jmachado 699
.portalAnnouncementText a {
92 jmachado 700
    color: #4d4d4d;
33 fvelez 701
}
42 fvelez 702
 
367 jmachado 703
.portalAnnouncementText, .portalAnnouncementTitle {
704
    /*table-layout: fixed;*/
705
    width: 180px;
393 jmachado 706
 
367 jmachado 707
}
393 jmachado 708
.portalAnnouncementTitle
709
{
710
    font-weight:bold;
533 jmachado 711
    border-bottom: 1px solid #F5911E;
393 jmachado 712
}
713
.portalAnnouncementTop{
714
    /*table-layout: fixed;*/
534 jmachado 715
    border-bottom:3px solid #808081;
533 jmachado 716
    border-left:3px solid #FFFFFF;
393 jmachado 717
    padding:2px;
718
 
367 jmachado 719
 
393 jmachado 720
}
721
 
104 jmachado 722
/* todo FABIO
723
todo  Left Manus???? ao pe de portalMenus isto esta uma confusao*/
92 jmachado 724
.navleftMenu {
132 fvelez 725
/*width: 180px;*/
92 jmachado 726
    padding-left: 10px;
42 fvelez 727
}
728
 
146 jmachado 729
 
92 jmachado 730
#portalMenu li.selected  a {
533 jmachado 731
    color: #F5911E;
42 fvelez 732
}
92 jmachado 733
 
104 jmachado 734
/**********************************************************************************
735
*  TEMPLATES ESPECIFICOS:
736
*
737
*  ContentPortal
738
*  Standard Template
739
*  IndexPage
740
*
741
****************************** ContentPortal ***************************/
92 jmachado 742
.contentPortal h1 {
533 jmachado 743
    background-color: #F5911E;
744
    color: #F5911E;
92 jmachado 745
    font-size: 1.2em;
25 fvelez 746
}
747
 
92 jmachado 748
.contentPortal h2 {
749
    font-size: 1em;
166 jmachado 750
    margin-top:15px;
751
    margin-bottom:5px;
64 fvelez 752
}
753
 
92 jmachado 754
.contentPortal {
755
    font-size: 0.75em;
64 fvelez 756
}
757
 
92 jmachado 758
.contentPortal p {
759
    margin: 0;
760
    color: #4d4d4d;
25 fvelez 761
}
762
 
92 jmachado 763
.section {
764
    margin-bottom: 10px;
25 fvelez 765
}
766
 
214 jmachado 767
.contentPortal li a .contentPortal li {
92 jmachado 768
    color: #4d4d4d;
25 fvelez 769
}
92 jmachado 770
 
771
.contentPortal li a:hover {
533 jmachado 772
    color: #F5911E;
25 fvelez 773
}
774
 
215 jmachado 775
 
776
ul li ul li
777
{
778
    margin-left:20px;
779
}
780
 
781
 
782
 
166 jmachado 783
.listCircleWhite ul li,.listDisc ul li, .listSquare ul li
784
{
785
    background-color: transparent;
786
    background-image: url(@contextPath@/imgs/icon_greencircle.gif);
787
    background-repeat: no-repeat;
788
    background-attachment: scroll;
789
    background-x-position: 0pt;
790
    background-y-position: 50%;
791
    padding-left: 20px;
249 jmachado 792
    padding-top:0;
166 jmachado 793
    list-style-type: none;
794
    margin-left:10px;
795
    vertical-align:top;
796
}
144 jmachado 797
.listClean UL, .files UL /*Lista sem nada*/
25 fvelez 798
{
54 jmachado 799
    LIST-STYLE-TYPE: none;
92 jmachado 800
    padding: 0;
205 jmachado 801
    /*margin-left: 5px;*/
25 fvelez 802
}
803
 
92 jmachado 804
.listCircleWhite UL /*Lista circulo branco*/
25 fvelez 805
{
166 jmachado 806
    /*LIST-STYLE-TYPE: circle;*/
807
    /*margin-left: 15px;*/
808
 }
25 fvelez 809
 
92 jmachado 810
.listDecimal UL /*Lista decimal*/
25 fvelez 811
{
54 jmachado 812
    LIST-STYLE-TYPE: decimal;
146 jmachado 813
    margin-left: 15px;
25 fvelez 814
}
815
 
249 jmachado 816
.listDecimal li
817
{
818
       padding-top:5px;
819
}
92 jmachado 820
.listDisc UL /*Lista circulo preto*/
25 fvelez 821
{
166 jmachado 822
    /*LIST-STYLE-TYPE: disc;*/
823
    /*margin-left: 15px;*/
25 fvelez 824
}
825
 
92 jmachado 826
.listSquare UL /*Lista quadrado preto*/
25 fvelez 827
{
166 jmachado 828
    /*LIST-STYLE-TYPE: square;*/
829
    /*margin-left: 15px;*/
25 fvelez 830
}
831
 
92 jmachado 832
.portalLeftAnnouncements img {
833
    height: 133px;
834
    width: 177px;
56 fvelez 835
}
836
 
54 jmachado 837
/*PASSA PARA AQUI TUDO O QUE SEJA DE BLOCOS E VAMOS LIMPAR TUDO */
838
 
839
/*Isto tem de ser generico o H1 jáe um header nao necessita da classe .header para nada*/
840
/*Block Titles*/
150 jmachado 841
#content h1, #lastnews h1 {
92 jmachado 842
    margin-bottom: 1px;
534 jmachado 843
    color: white;
844
    background-color:#f5911e;
92 jmachado 845
    padding-left: 10px;
32 fvelez 846
}
847
 
54 jmachado 848
/*********************************************************************************/
849
/******************************* Index Page***************************************/
92 jmachado 850
#flashTopNews * td, #flashCenterNews * td, #flashBottomNews * td {
851
    vertical-align: top;
36 fvelez 852
}
92 jmachado 853
 
54 jmachado 854
/*FlashTopNews*/
92 jmachado 855
#flashTopNews {
856
    padding: 0;
857
    margin: 0;
32 fvelez 858
}
92 jmachado 859
 
860
#flashTopNews .container {
533 jmachado 861
    background-color: #2C2E30;
104 jmachado 862
    height: 95px;
92 jmachado 863
    width: 100%;
864
    margin: 0;
32 fvelez 865
}
92 jmachado 866
 
867
#flashTopNews .container .textContainer {
868
    margin: 0;
533 jmachado 869
    text-align: center;
53 jmachado 870
}
92 jmachado 871
 
872
#flashTopNews .container .imageContainer {
873
    margin: 0;
874
    text-align: right;
875
    text-decoration: none;
48 fvelez 876
}
92 jmachado 877
 
878
#flashTopNews img {
879
    height: 167px;
533 jmachado 880
    width: 500px;
48 fvelez 881
}
92 jmachado 882
 
883
#flashTopNews * td {
884
    vertical-align: top;
48 fvelez 885
}
92 jmachado 886
 
887
#flashTopNews .container .textContainer h2 {
888
    margin: 0;
533 jmachado 889
    margin-top: 30px;
32 fvelez 890
}
92 jmachado 891
 
892
#flashTopNews .container .textContainer p {
893
    margin: 0;
894
    margin-top: 1px;
54 jmachado 895
}
92 jmachado 896
 
214 jmachado 897
#flashTopNews h2 a {
533 jmachado 898
    color: #F5911E;
92 jmachado 899
    font-weight: bold;
900
    text-decoration: none;
54 jmachado 901
}
92 jmachado 902
 
214 jmachado 903
#flashTopNews p a{
533 jmachado 904
    color: #F5911E;
92 jmachado 905
    text-decoration: none;
54 jmachado 906
}
32 fvelez 907
 
54 jmachado 908
/*FlashCenterNews*/
92 jmachado 909
#flashCenterNews {
910
    margin-top: 2px;
238 jmachado 911
  /*  border-top-style: dotted;*/
92 jmachado 912
    border-top-color: gray;
32 fvelez 913
}
92 jmachado 914
 
915
#flashCenterNews .container {
916
    width: 100%;
917
    margin: 0;
32 fvelez 918
}
92 jmachado 919
 
920
#flashCenterNews .textContainer {
921
    padding-top: 10px;
32 fvelez 922
}
92 jmachado 923
 
214 jmachado 924
#flashCenterNews h2 a{
533 jmachado 925
    color: #2C2E30;
92 jmachado 926
    font-weight: bold;
927
    text-decoration: none;
32 fvelez 928
}
92 jmachado 929
 
214 jmachado 930
#flashCenterNews p a {
92 jmachado 931
    color: #4d4d4d;
932
    text-decoration: none;
32 fvelez 933
}
92 jmachado 934
 
935
#flashCenterNews img, #flashCenterNews td.imageContainer {
936
    width: 133px;
937
    height: 133px;
36 fvelez 938
}
939
 
54 jmachado 940
/*FlashBottomNews*/
92 jmachado 941
#flashBottomNews img {
942
    width: 100px;
943
    height: 100px;
32 fvelez 944
}
945
 
214 jmachado 946
#flashBottomNews h2 a {
533 jmachado 947
    color: #F5911E;
92 jmachado 948
    font-weight: bold;
56 fvelez 949
}
950
 
237 jmachado 951
 
214 jmachado 952
#flashBottomNews p a {
533 jmachado 953
    color: #2C2E30;
237 jmachado 954
    text-decoration:none;
533 jmachado 955
    text-align:right;
56 fvelez 956
}
957
 
452 jmachado 958
 
959
 
960
#flashBottomNews .flashNew{
533 jmachado 961
        height:100px;
452 jmachado 962
}
963
 
238 jmachado 964
.flashNew
237 jmachado 965
{
452 jmachado 966
 
238 jmachado 967
    width:100%;
968
 
969
}
452 jmachado 970
.flashNew th
971
{
972
    vertical-align:top;
973
}
974
 
238 jmachado 975
.flashNew td
976
{
533 jmachado 977
     background-color: #EEEEEE;
238 jmachado 978
}
979
#flashCenterNews .container td, #flashBottomNews .container td
980
{
981
    padding:2px;
982
 
983
}
984
#flashCenterNews .container td.cont
985
{
986
    width:50%;
987
}
988
#flashBottomNews .container td.cont
989
{
990
    width:25%;
991
}
992
#flashCenterNews .flashNew td, #flashBottomNews .flashNew td
993
{
533 jmachado 994
    border-right: 0px solid black;
995
    border-bottom: 0px solid black;
996
    border-top: 0px solid black;
997
    padding: px;
238 jmachado 998
    width:80%;
237 jmachado 999
 
1000
}
1001
 
238 jmachado 1002
#flashCenterNews .flashNew th, #flashBottomNews .flashNew th
237 jmachado 1003
{
533 jmachado 1004
    border-left: 0px solid black;
1005
    border-bottom: 0px solid black;
1006
    border-top: 0px solid black;
1007
    border-right: 0px solid gray;
1008
    padding: 1px;
237 jmachado 1009
}
1010
 
1011
 
54 jmachado 1012
/*Last News Block*/
92 jmachado 1013
#lastnews {
64 fvelez 1014
}
1015
 
92 jmachado 1016
#lastnews ul {
54 jmachado 1017
    list-style: none;
92 jmachado 1018
    width: 160px;
54 jmachado 1019
    LIST-STYLE-TYPE: none;
92 jmachado 1020
    padding: 0;
1021
    margin: 0;
32 fvelez 1022
}
92 jmachado 1023
 
1024
#lastnews li {
1025
    margin: 0;
533 jmachado 1026
        border-bottom-width: 1px;
1027
        border-bottom-style:solid;
1028
    border-bottom-color: #F5911E;
146 jmachado 1029
    padding-right:3px;
1030
    padding-bottom:0;
1031
    padding-top:0;
1032
    padding-left:3px;
92 jmachado 1033
 
533 jmachado 1034
/*      margin-top: 0pt;
1035
 
1036
margin-right: 0pt;
1037
 
1038
margin-bottom: 0pt;
1039
 
1040
margin-left: 0pt;
1041
 
1042
border-bottom-width: 1px;
1043
 
1044
border-bottom-style: solid;
1045
 
1046
border-bottom-color: #8ec73f;
1047
 
1048
padding-right: 3px;
1049
 
1050
padding-bottom: 0pt;
1051
 
1052
padding-top: 0pt;
1053
 
1054
padding-left: 3px;
1055
 
1056
        */
1057
 
1058
 
1059
 
1060
        }
1061
 
188 jmachado 1062
#lastnews li a, .linkLeftMenu a, .linkRightMenu a {
92 jmachado 1063
    text-decoration: none;
11 fvelez 1064
}
92 jmachado 1065
 
214 jmachado 1066
#lastnews li a, .linkLeftMenu a, .linkRightMenu a {
92 jmachado 1067
    color: #4d4d4d;
54 jmachado 1068
}
92 jmachado 1069
 
205 jmachado 1070
/*#lastnews li a:visited, .linkLeftMenu a:visited, .linkRightMenu a:visited {*/
1071
    /*color: #4d4d4d;*/
1072
/*}*/
92 jmachado 1073
 
188 jmachado 1074
#lastnews li a:hover, .linkLeftMenu a:hover, .linkRightMenu a:hover {
533 jmachado 1075
    color: orange;
54 jmachado 1076
}
11 fvelez 1077
 
54 jmachado 1078
 
20 fvelez 1079
/**************************************************************************************/
1080
 
1081
/******************************** Bar Module Color ************************************/
92 jmachado 1082
TD #topBar {
1083
    font-weight: bold;
1084
    color: white;
533 jmachado 1085
    background-color: #FFFFFF;
92 jmachado 1086
    padding-left: 10px;
20 fvelez 1087
    FONT-SIZE: 18px
1 fvelez 1088
}
92 jmachado 1089
 
20 fvelez 1090
/**************************************************************************************/
1 fvelez 1091
 
20 fvelez 1092
/******************************** Background Color ************************************/
1093
/*Gray background*/
92 jmachado 1094
#backOne {
1095
    background-color: #4D4D4D;
11 fvelez 1096
}
92 jmachado 1097
 
20 fvelez 1098
/**************************************************************************************/
11 fvelez 1099
 
22 fvelez 1100
/*************************Staff Links Structure***************************************/
92 jmachado 1101
.staffLinks P {
1102
    font-weight: bold;
22 fvelez 1103
}
92 jmachado 1104
 
22 fvelez 1105
/*************************************************************************************/
92 jmachado 1106
 
1107
form, .boxHorizontal {
1108
    margin: 0;
104 jmachado 1109
    border: 0 #793B0D solid;
92 jmachado 1110
    background-color: #FFFFFF;
1 fvelez 1111
}
92 jmachado 1112
 
1113
.boxHorizontal {
104 jmachado 1114
    padding-top: 5px;
132 fvelez 1115
 
61 fvelez 1116
}
1 fvelez 1117
 
92 jmachado 1118
.form th, .boxHorizontal th {
1119
    margin: 0;
61 fvelez 1120
    background-color: #FFFFFF;
163 jmachado 1121
    border-top: 0px solid #793B0D;
146 jmachado 1122
    font-weight: normal;
1123
    padding-right: 5px;
1124
    text-align: right;
163 jmachado 1125
    vertical-align:top;
1 fvelez 1126
}
1127
 
92 jmachado 1128
.form td, .boxHorizontal td {
215 jmachado 1129
    /*margin: 0;*/
1130
    /*padding-left: 10px;*/
1131
    /*padding-top: 3px;*/
1132
    /*padding-bottom: 3px;*/
1133
    /*padding-right: 15px;*/
1134
    /*color: #793B0D;*/
1135
    /*background-color: #FFFFFF;*/
1136
 
1137
    /*font-size: 0.9em;*/
1138
    /*font-family: Helvetica, sans-serif;*/
163 jmachado 1139
    vertical-align: top;
1 fvelez 1140
}
215 jmachado 1141
.form td ul, .boxHorizontal td ul
1142
{
1143
    margin-left:15px;
1144
}
1145
.blockForm th
1146
{
533 jmachado 1147
    background-color: #EEEEEE;
215 jmachado 1148
}
1149
.blockForm td
1150
{
533 jmachado 1151
    border-bottom: 1px solid #EEEEEE;
215 jmachado 1152
}
1 fvelez 1153
 
92 jmachado 1154
.form .buttons td, .boxHorizontal .buttons td {
1155
    text-align: left;
61 fvelez 1156
    background-color: #FFFFFF;
1 fvelez 1157
}
1158
 
92 jmachado 1159
.form textarea, .boxHorizontal textarea {
1160
    width: 600px;
1161
    height: 300px;
1 fvelez 1162
 
1163
}
1164
 
203 jmachado 1165
.form input[type="text"], .form input[type="password"], .form input.text, .form input.password
1166
{
533 jmachado 1167
    width: 800px;
1 fvelez 1168
}
92 jmachado 1169
 
203 jmachado 1170
.form input[type="textarea"], .form input.textarea
1171
{
1172
   width: 600px;
1173
   height:600px;
1174
}
1175
 
92 jmachado 1176
.form input.date {
1177
    width: 100px;
1 fvelez 1178
}
1179
 
132 fvelez 1180
.form input.readOnly {
146 jmachado 1181
    background-color: #cccccc;
132 fvelez 1182
    border-top-width: 1px;
146 jmachado 1183
    color: #FFFFFF;
132 fvelez 1184
    border-right-width: 1px;
1185
    border-bottom-width: 1px;
1186
    border-left-width: 1px;
1187
    border-top-style: solid;
1188
    border-right-style: solid;
1189
    border-bottom-style: solid;
1190
    border-left-style: solid;
1191
}
1192
 
156 jmachado 1193
.form .tableSeparator
1194
{
1195
    border-top: 1px solid gray;
1196
}
1197
 
1 fvelez 1198
/* PAGE LAYOUTS */
1199
 
92 jmachado 1200
.seccao, .seccao p {
163 jmachado 1201
    margin: 10px;
1 fvelez 1202
    font-family: Helvetica, sans-serif;
1203
}
92 jmachado 1204
 
1205
.seccao p {
1206
    padding: 4px;
1 fvelez 1207
}
92 jmachado 1208
 
1209
.seccao h1 {
1210
    font-size: 1.1em;
1211
    font-weight: bold;
1212
    font-family: Helvetica, sans-serif;
146 jmachado 1213
    color: black;
1 fvelez 1214
}
1215
 
92 jmachado 1216
.seccao .seccao h1 {
1217
    font-size: 1em;
1218
    font-weight: bold;
1219
    font-family: Helvetica, sans-serif;
1220
    color: red;
1 fvelez 1221
}
1222
 
152 jmachado 1223
.seccao ul
1224
{
1225
    margin: 15px;
1226
}
1227
 
1 fvelez 1228
/*Butões*/
1229
 
92 jmachado 1230
input[type="text"], input[type="password"] {
1 fvelez 1231
}
1232
 
92 jmachado 1233
input[type="button"], input[type="submit"] {
61 fvelez 1234
    color: #4d4d4d;
1 fvelez 1235
    border-top-width: 1px;
1236
    border-right-width: 1px;
1237
    border-bottom-width: 1px;
1238
    border-left-width: 1px;
1239
    border-top-style: solid;
1240
    border-right-style: solid;
1241
    border-bottom-style: solid;
1242
    border-left-style: solid;
92 jmachado 1243
    border-top-color: #4d4d4d;
61 fvelez 1244
    border-right-color: #4d4d4d;
1245
    border-bottom-color: #4d4d4d;
1246
    border-left-color: #4d4d4d;
1 fvelez 1247
    background-color: transparent;
1248
    background-attachment: scroll;
1249
}
1250
 
92 jmachado 1251
input[type="button"]:hover, input[type="submit"]:hover {
533 jmachado 1252
    background-color: #F5911E;
1 fvelez 1253
    background-attachment: scroll;
1254
    cursor: pointer;
1255
    color: white;
1256
}
1257
 
1258
 
20 fvelez 1259
/********************************************** Navigation Menu ********************************/
92 jmachado 1260
ul.menubar {
144 jmachado 1261
    margin: 0;
1262
    padding: 0;
533 jmachado 1263
    background-color: #F5911E; /* IE6 Bug */
54 jmachado 1264
    font-size: 100%;
1 fvelez 1265
 
20 fvelez 1266
}
92 jmachado 1267
 
1268
.submenu {
1269
    FONT-FAMILY: "Lucida Grande", "Trebuchet MS", "bitstream vera sans", Verdana, Arial, Helvetica, sans-serif;
1270
    font-size: 0.8em;
20 fvelez 1271
}
1272
 
92 jmachado 1273
.menu {
1274
    FONT-FAMILY: "Lucida Grande", "Trebuchet MS", "bitstream vera sans", Verdana, Arial, Helvetica, sans-serif;
1275
    font-size: 0.8em;
20 fvelez 1276
}
1277
 
92 jmachado 1278
ul.menubar .submenu {
1279
    margin: 0;
1280
    padding: 0;
54 jmachado 1281
    list-style: none;
1282
    background-color: #FFFFFF;
92 jmachado 1283
    float: left;
20 fvelez 1284
}
1285
 
92 jmachado 1286
ul.menubar ul.menu {
54 jmachado 1287
    display: none;
1288
    position: absolute;
92 jmachado 1289
    margin: 0;
20 fvelez 1290
}
1291
 
92 jmachado 1292
ul.menubar a {
64 fvelez 1293
 
92 jmachado 1294
    display: block;
54 jmachado 1295
    text-decoration: none;
533 jmachado 1296
    color: #2C2E30;
1297
    padding-left: 10px;
1298
    padding-right: 10px;
92 jmachado 1299
    padding-top: 2px;
1300
    padding-bottom: 2px;
20 fvelez 1301
}
1302
 
92 jmachado 1303
ul.menubar a:hover {
1304
    display: block;
54 jmachado 1305
    text-decoration: none;
533 jmachado 1306
    color: #2C2E30;
1307
    padding-left: 10px;
1308
    padding-right: 10px;
92 jmachado 1309
    padding-top: 2px;
1310
    padding-bottom: 2px;
20 fvelez 1311
}
1312
 
533 jmachado 1313
ul.menubar .shadow li a:hover {
1314
 
1315
    padding-left: 3px;
1316
 
1317
}
1318
 
146 jmachado 1319
#menuTop {
1320
    width: 100%;
1321
}
92 jmachado 1322
 
146 jmachado 1323
#menuTop td.searchTab form {
1324
    text-align: right;
92 jmachado 1325
}
144 jmachado 1326
 
146 jmachado 1327
#menuTop td.searchTab form table td {
1328
    vertical-align: middle;
92 jmachado 1329
}
42 fvelez 1330
 
146 jmachado 1331
#menuTop td.searchTab input[type="text"] {
533 jmachado 1332
    width: 300px;
36 fvelez 1333
}
1334
 
146 jmachado 1335
#menuTop form td, #menuTop form th {
533 jmachado 1336
    font-size: 1.0em;
92 jmachado 1337
}
146 jmachado 1338
 
1339
#menuTop td.searchTab {
1340
    float: right;
1341
    text-align: left;
92 jmachado 1342
}
146 jmachado 1343
 
1344
#menuTop td {
1345
    vertical-align: top;
92 jmachado 1346
}
1347
 
1348
.menu a:hover {
1349
 
1350
    display: block;
54 jmachado 1351
    /* border-left: none;
20 fvelez 1352
  border-right: none;
1353
  border-top: none;
1354
  border-bottom: none; */
64 fvelez 1355
 
20 fvelez 1356
}
1357
 
92 jmachado 1358
ul.menu, ul.menu ul {
54 jmachado 1359
    margin: 0;
1360
    padding: 2px;
1361
    /* border-left: 1px solid #ccc;
1362
border-bottom: 1px solid #ccc;
1363
border-top: 1px solid #ccc;
1364
border-right: 1px solid #ccc;     */
1365
    background-color: #FFFFFF; /* IE6 Bug */
20 fvelez 1366
}
1367
 
92 jmachado 1368
ul.menu li {
54 jmachado 1369
    position: relative;
92 jmachado 1370
    list-style: none; /*border: 0px;*/
533 jmachado 1371
    opacity: 2.0;
1372
    background-color: #F8F8FF;
92 jmachado 1373
    width: 250px;
20 fvelez 1374
}
1375
 
92 jmachado 1376
ul.menu li a {
54 jmachado 1377
    display: block;
92 jmachado 1378
    text-decoration: none; /* border-bottom: 0px;*/
54 jmachado 1379
/*color: #4D4D4D;*/
1380
/* background-color: #FFFFFF;  */
533 jmachado 1381
    color: #2C2630;
1382
    background-color: #F5911E;
1383
    padding-left: 3px;
1384
    padding-right: 3px;
1385
    padding-top: 3px;
1386
    padding-bottom: 3px;
20 fvelez 1387
}
1388
 
1389
/*
1390
.shadow UL{
1391
    background-color: #666;
1392
    color: inherit;
1393
    position: relative;
1394
    padding-left:1px;
1395
    padding-top :0px;
1396
    padding-bottom:2px;
1397
    padding-right:2px;
1398
}
1399
  */
92 jmachado 1400
.shadow UL {
1401
    background: transparent;
1402
    width: 250px;
20 fvelez 1403
    color: inherit;
1404
}
1405
 
64 fvelez 1406
/*ul.menu li sup{
54 jmachado 1407
    font-weight:bold;
1408
    font-size:7px;
1409
    color: red;
64 fvelez 1410
} */
20 fvelez 1411
 
1412
/* Fix IE. Hide from IE Mac \*/
92 jmachado 1413
* html ul.menu li {
1414
    float: left;
1415
    height: 1%;
1416
}
1417
 
1418
* html ul.menu li a {
1419
    height: 1%;
1420
}
1421
 
20 fvelez 1422
/* End */
1423
 
92 jmachado 1424
ul.menu ul {
54 jmachado 1425
    position: absolute;
1426
    display: none;
1427
    left: 149px; /* Set 1px less than menu width */
144 jmachado 1428
    top: 0;
20 fvelez 1429
}
1430
 
92 jmachado 1431
ul.menu li.submenu ul {
20 fvelez 1432
    display: none;
92 jmachado 1433
}
20 fvelez 1434
 
92 jmachado 1435
/* Hide sub-menus initially */
1436
 
1437
ul.menu li a:hover {
533 jmachado 1438
    background-color: #F5911E;
20 fvelez 1439
    color: #FFFFFF;
92 jmachado 1440
    text-decoration: underline;
20 fvelez 1441
}
1442
 
1443
/***********************************************************************************************/
146 jmachado 1444
/*BLOG*/
1445
.postHeader
1446
{
1447
    clear:both;
1448
}
1449
.toolsContainer
1450
{
533 jmachado 1451
    border: 1px solid orange;
188 jmachado 1452
    width:100%;
146 jmachado 1453
    margin-bottom:5px;
1454
    clear:both;
1455
}
1456
.tools
1457
{
1458
    text-align:right;
1459
    padding:2px;
1460
}
20 fvelez 1461
 
146 jmachado 1462
.tools a:hover
1463
{
1464
    color:white;
1465
}
44 fvelez 1466
 
188 jmachado 1467
.blog h2 *
1468
{
533 jmachado 1469
    border-bottom:2px solid orange;
1470
    font-size:15em;
188 jmachado 1471
}
1472
.postsContainer
1473
{
1474
    width:70%;
1475
}
1476
.blog .posts
1477
{
533 jmachado 1478
    background-color:white;
536 jmachado 1479
    border: 1px solid #808081;
188 jmachado 1480
    width:100%;
1481
}
205 jmachado 1482
 
1483
.posts * a:hover
1484
{
1485
    background-color:white;
1486
}
188 jmachado 1487
.blog .oldMonths
1488
{
1489
    vertical-align:top;
1490
}
156 jmachado 1491
 
206 jmachado 1492
.blog .form table, .blockForm table
189 jmachado 1493
{
533 jmachado 1494
     border: 1px solid lightgray;
189 jmachado 1495
     margin-bottom:4px;
215 jmachado 1496
     margin-top:4px;
189 jmachado 1497
}
188 jmachado 1498
 
215 jmachado 1499
.blockForm ul li ul li
1500
{
1501
    margin-bottom: 0px;
189 jmachado 1502
 
215 jmachado 1503
}
1504
.blockForm ul li
1505
{
1506
    margin-bottom: 5px;
1507
 
1508
}
1509
 
1510
 
156 jmachado 1511
/********** Trees ***************/
1512
 
1513
.tree .node
1514
{
1515
    margin-left:10px;
1516
}
159 jmachado 1517
 
1518
 
165 jmachado 1519
 
1520
 
159 jmachado 1521
/*POP EMAIL*/
165 jmachado 1522
 
198 jmachado 1523
.messagesContainer
1524
{
1525
    vertical-align:top;
1526
}
165 jmachado 1527
 
198 jmachado 1528
 
408 jmachado 1529
table.quadro
1530
{
1531
        width:650px;
1532
    border: 1px solid black;
1533
    padding: 10px;
1534
}
1535
.quadro td
1536
{
1537
    text-align:center;
1538
}
1539
table.quadro th
1540
{
1541
        padding-bottom:5px;
1542
}
1543
table.quadro th.side
1544
{
1545
        padding:0px;
1546
    text-align:left;
1547
}
215 jmachado 1548
/*.messages td*/
1549
.dataTable
1550
{
1551
    border:0;
1552
    padding:0;
1553
 
1554
}
198 jmachado 1555
.dataTable td
159 jmachado 1556
{
215 jmachado 1557
    margin:0;
533 jmachado 1558
    border:1px solid #D3D3D3;
165 jmachado 1559
 
159 jmachado 1560
}
207 jmachado 1561
.number
1562
{
1563
    text-align:right;
1564
}
161 jmachado 1565
.messages th, .dataTable th
1566
{
533 jmachado 1567
    border:1px solid LightGray;
165 jmachado 1568
    text-align:center;
161 jmachado 1569
}
198 jmachado 1570
.messages
1571
{ width:100%}
188 jmachado 1572
.dataTable input.removeButton, .form input.removeButton, .reminders * input.removeButton
165 jmachado 1573
{
1574
    cursor:pointer;
166 jmachado 1575
    background-image:url(@contextPath@/imgs/delete.gif);
188 jmachado 1576
    background-color:transparent;
166 jmachado 1577
    background-repeat: no-repeat;
1578
    background-attachment: scroll;
1579
    background-x-position: 0pt;
1580
    background-y-position: 50%;
165 jmachado 1581
    padding:0;
1582
    margin:0;
1583
    width:16px;
1584
    height:16px;
198 jmachado 1585
    border:0;
166 jmachado 1586
 
188 jmachado 1587
 
165 jmachado 1588
}
188 jmachado 1589
.dataTable input.removeButton:hover, .form input.removeButton:hover, .reminders * input.removeButton:hover
165 jmachado 1590
{
166 jmachado 1591
    background-image:url(@contextPath@/imgs/deleteHover.gif);
188 jmachado 1592
    background-color:transparent;
165 jmachado 1593
}
1594
table.removeButton td
1595
{
533 jmachado 1596
    border:5;
165 jmachado 1597
}
159 jmachado 1598
.message
1599
{
1600
    background-color:darkgray;
1601
    padding:3px;
1602
    color:white;
1603
}
163 jmachado 1604
 
1605
/*Reminders*/
1606
 
165 jmachado 1607
.portalServices
163 jmachado 1608
{
533 jmachado 1609
    border-top:1px solid #F5911E;
163 jmachado 1610
}
472 jmachado 1611
.remindersContainer, .quotasImpressaoContainer, .messagesContainer, .searchTabContainer
166 jmachado 1612
{
534 jmachado 1613
   padding:0;
533 jmachado 1614
   border:0px solid #F5911E;
472 jmachado 1615
   vertical-align:top;
166 jmachado 1616
}
165 jmachado 1617
.remindersContainer input { width:85px }
430 jmachado 1618
 
163 jmachado 1619
.reminders
1620
{
472 jmachado 1621
    text-align:center;
169 jmachado 1622
    vertical-align:top;
163 jmachado 1623
    width:200px;
165 jmachado 1624
    float:right;
1625
    padding:0;
1626
    margin:0;
163 jmachado 1627
}
534 jmachado 1628
#quotasImpressao , #popContainer
1629
{
1630
   border-top: 1px solid #F5911E;
1631
}
430 jmachado 1632
.reminders #reminderForm, #quotasImpressao
163 jmachado 1633
{
472 jmachado 1634
}
1635
#reminderForm
1636
{
533 jmachado 1637
   border-top: 1px solid #F5911E;
165 jmachado 1638
   margin-top:4px;
163 jmachado 1639
}
165 jmachado 1640
.reminders .new input[type="text"]:hover,#activeReminders * img:hover,#expiredReminders * img:hover
1641
{
163 jmachado 1642
    cursor:pointer;
1643
}
165 jmachado 1644
#reminderForm textarea, #reminderForm table
163 jmachado 1645
{
472 jmachado 1646
    width:95%;
163 jmachado 1647
}
188 jmachado 1648
#activeReminders, #expiredReminders
163 jmachado 1649
{
533 jmachado 1650
    border-left: 1px solid #F5911E;
1651
    border-right: 1px solid #F5911E;
165 jmachado 1652
    margin-top:10px;
1653
    margin-bottom:10px;
472 jmachado 1654
    margin-left:1px;
1655
    margin-right:1px;
165 jmachado 1656
    padding-left:0;
1657
    padding-bottom:0;
1658
    padding-top:0;
1659
    padding-right:0;
163 jmachado 1660
 
1661
}
198 jmachado 1662
#expiredReminders .title
165 jmachado 1663
{
1664
    padding:0;
188 jmachado 1665
    background-color: lightcoral;
165 jmachado 1666
    border:0;
163 jmachado 1667
 
1668
}
198 jmachado 1669
#activeReminders .title
1670
{
1671
    padding:0;
533 jmachado 1672
    background-color: #F5911E;
198 jmachado 1673
    border:0;
1674
 
1675
}
188 jmachado 1676
#activeReminders .title td,#expiredReminders .title td
165 jmachado 1677
{text-align:right;}
188 jmachado 1678
 
165 jmachado 1679
.reminders .new .title
163 jmachado 1680
{
165 jmachado 1681
    text-align:right;
472 jmachado 1682
    padding-top:1px;
1683
    padding-right:3px;
163 jmachado 1684
}
165 jmachado 1685
.reminder
163 jmachado 1686
{
533 jmachado 1687
   border-bottom: 1px solid #F5911E;
165 jmachado 1688
   padding:0;
163 jmachado 1689
}
165 jmachado 1690
 
1691
.reminder .text
163 jmachado 1692
{
165 jmachado 1693
   padding-top:2px;
1694
   padding-bottom:3px;
1695
   padding-left:5px;
1696
   background-color:#cccccc;
163 jmachado 1697
}
1698
 
165 jmachado 1699
 
189 jmachado 1700
 
1701
/*Block Menus*/
1702
 
536 jmachado 1703
.linkMenuBlock .linkLeftMenu li
1704
{
1705
   border-bottom: 1px solid #808081;
1706
}
189 jmachado 1707
.linkMenuBlock {
1708
    margin-top: 15px;
533 jmachado 1709
    border-left: 1px solid #F5911E;
189 jmachado 1710
}
1711
.linkMenuBlockRight {
1712
    margin-top: 15px;
533 jmachado 1713
    border-right: 1px solid #F5911E;
189 jmachado 1714
}
1715
 
1716
.linkMenuBlock .linkMenuBlockTitle, .linkMenuBlockRight .linkMenuBlockTitle {
533 jmachado 1717
    border-bottom: 0px solid #F5911E;
1718
    background-color: #F5911E;
189 jmachado 1719
    color: white;
1720
    white-space: nowrap;
1721
    text-align: right;
1722
    padding-right: 2px;
1723
    margin: 0;
1724
}
1725
 
1726
.linkLeftMenu ul,.linkRightMenu ul {
1727
    margin: 0;
1728
}
1729
 
533 jmachado 1730
.linkLeftMenu
1731
{
1732
    margin-bottom:15px;
1733
    border-bottom: 1px solid #808081;
1734
}
189 jmachado 1735
.linkLeftMenu li, .linkRightMenu li {
533 jmachado 1736
    border-bottom: 1px solid #FFFFFF;
189 jmachado 1737
    white-space: nowrap;
1738
    padding-right: 3px;
1739
    padding-left: 3px;
1740
    margin:0;
214 jmachado 1741
}
1742
 
1743
 
1744
.WARNING *, .WARNING p, .WARNING * p, .WARNING, .WARNING a
1745
{
1746
    color: yellow;
1747
    background-color: black;
1748
}
1749
 
1750
 
1751
.WARNING a:hover
1752
{
1753
    color: yellow;
1754
    background-color: black;
1755
}
1756
 
246 jmachado 1757
 
1758
/*Plano Curricular*/
1759
.planoCurricular td,    .planoCurricular th
1760
{
1761
        font-family: "bitstream vera sans",Verdana,Arial,Helvetica,sans-serif;                         
1762
}
1763
.planoCurricular
1764
{
1765
        border:1px solid black;
1766
 
1767
}
1768
.planoCurricular th
1769
{
1770
   font-weight:normal;
1771
        border:1px solid black;
1772
 
1773
}
1774
.planoCurricular td.unidade
1775
{
1776
                text-align:right;
1777
}                              
1778
td.unidade span
1779
{
1780
        width:100%;                            
1781
}
1782
.semestre
1783
{
533 jmachado 1784
        background-color:#F5911E;
246 jmachado 1785
}
1786
.semestreHead
1787
{
533 jmachado 1788
        background-color:#F5911E;
246 jmachado 1789
}                              
1790
.perfilNome, .perfilHead
1791
{
1792
        background-color:#D6D6D6
1793
}
1794
.ects
1795
{
1796
        background-color:#EBFCD6;
465 jmachado 1797
}
246 jmachado 1798
 
465 jmachado 1799
 
1800
 
1801
/*FACETS*/
1802
.facets .title {
533 jmachado 1803
    background-color: #F5911E;
465 jmachado 1804
    color: #FFFFFF;
1805
    font-size: 1.2em;
1806
 
1807
}
1808
.facets
1809
{
533 jmachado 1810
    border-left: 1px solid #F5911E;
1811
    border-bottom: 1px solid #F5911E;
465 jmachado 1812
}
1813
 
466 jmachado 1814
.facets table
1815
{
1816
    width:100%;
1817
}
1818