import rt 2.0.14
[freeside.git] / rt / webrt / NoAuth / webrt.css
1 BODY, TD {font-family: Helvetica, Arial, sans-serif}
2 TD {border-color: #cccccc }
3
4 BLOCKQUOTE.message {
5         font-size: 80%;
6         font-family: "Helvetica", sans-serif;
7 }
8
9
10 BODY {
11   color: #000;
12   background: #FFFFFF;
13   font-family: "Helvetica", sans-serif;
14
15
16 }
17
18 TD, TH { /* ns workaround */
19   font-family: "Helvetica", sans-serif;
20 }
21
22 TR.oddline { 
23     background-color : #eeeeee;
24 }
25
26 H1, H2, H3 { 
27   margin-top: 0.2em;
28   color: #336699;
29   font-family: "Helvetica", sans-serif;
30
31   clear: both;
32 }
33
34
35 DIV.endmatter { margin-left: -7% }
36
37
38
39 A { font-weight: bold; 
40                 color: #000000;
41             /* border: none -- breaks NS 4.x */ }
42
43 .currenttab { background-color: #cccccc; }
44
45 .inverse { color: #ffffff; }
46
47
48
49 A:link IMG, A:visited IMG { border-style: none }
50
51 A IMG { color: white } /* The only way to hide the border in NS 4.x */
52
53 .hide {
54   display: none;
55   color: white;
56 }
57
58 SPAN.date { font-size: 0.8em }
59
60 SPAN.attribution {
61   font-weight: bold
62 }
63
64 SPAN.label { font-size: 0.8em; 
65 }
66
67 BLOCKQUOTE {
68   font-style: italic;
69   /* color: #990; */
70 }
71
72 ADDRESS { 
73   text-align: right;
74   font-weight: bold;
75   font-style: italic 
76 }
77
78 BLOCKQUOTE P {                  /* Try to avoid space above the attribution */
79   margin-bottom: 0;
80 }
81 BLOCKQUOTE ADDRESS {
82   margin: 0;
83 }
84
85 .motto, .motto A {font: italic 120%/1.3 Georgia, serif; color: #990}
86
87 .emphasized {
88   font-weight: bold
89 }
90
91 /* Why o why does this break Netscape 4.x?
92 IMG { 
93   border: none
94 }
95 */
96
97 P.map-also { font-style: italic; margin-left: 15%; text-align: right }
98
99 .oddline { 
100 background-color : #eeeeee;
101
102 }