message queued tested
[tpsession] / www / style.css~
1 body {
2         background: white;
3         font-family: Verdana, sans-serif;
4         font-size: 13px;
5         color: black;
6         margin: 0px;
7 }
8
9 div, img {
10         margin: 0;
11         padding: 0;
12         border: none;
13 }
14
15 #wrap {
16         margin-left: auto;
17         margin-right: auto;
18         width: 800px;
19         background: url('images/borders.png') repeat-y;
20 }
21
22 #intro   {
23         align: center;
24 }
25
26 #header {
27         height: 131px;
28         background: url('images/top.png') no-repeat;
29
30 }
31
32 #header h1 {
33         display: none;
34 }
35
36 #counter {
37         text-align: right;
38         margin: 0 10px 0 11px;
39 }
40 #nav {
41         background: #E5E4E5;
42         text-align: center;
43         vertical-align: middle;
44         margin: 0 10px 0 11px;
45         height: 2em;
46 }
47
48 #nav a {
49         color: black;
50         line-height: 2em;
51         padding: 0 5px 0 5px;
52         text-decoration: none;
53 }
54
55 #nav a:hover, #nav a.selected {
56         color: black;
57         background: #AFDC3B;
58 }
59
60 #version{
61         text-align: right;
62         font-size: x-small;
63         margin: 0 10px 0 11px;
64         background: #C5E76F;
65         
66 }
67
68 #version a:hover, #nav a.selected {
69         color: #FF9600;
70         background: #AFDC3B;
71 }
72
73 #version a {
74         color: #FF9600;
75 }
76
77 #news {
78         margin:20px;
79         font-weight: bold;
80         text-align: center;
81         background: #AFDC3B;
82 }
83
84 #news-content{
85         font-weight: normal;
86         margin: 2px;
87         text-align: left;
88         background: #c5e76f;
89 }
90 #content {
91         padding: 0 5% 0 4%;
92         line-height: 1.6;
93         font-family: Verdana, Arial, Helvetica, sans-serif;
94         margin:20px;
95 }
96
97 #content h3 {
98         margin-left: -5px;
99 }
100
101
102 #content p:first-letter {
103         margin-left: 1em;
104 }
105
106 #content a {
107         text-decoration: none;
108         color: #fa9f0f;
109 }
110
111 #content a:hover {
112         text-decoration: underline;
113 }
114
115 #content a.top {
116         font-size: x-small;
117         float: right;
118 }
119
120 #content img {
121         vertical-align:top;     
122 }
123
124 #footer {
125         background: url('images/bottom.png') no-repeat;
126         height: 127px;
127         text-align: center;
128         font-size: xx-small;
129         padding: 0px 24px 0 25px;
130 }
131
132 #footer a {
133         text-decoration: underline;
134 }
135
136 #footer a:hover {
137         color: white;
138 }
139
140 #footer p {
141         padding-top: 20px;
142 }
143
144 h2 {
145         font-weight: normal;
146         border-bottom: 1px solid #E5E4E5;
147 }
148
149 pre {
150         margin: 0 1em 0 1em;
151         padding: 5px;
152         background: #EFEFEF;
153         border: 1px #CCCCCC;
154         border-style: solid none solid;
155 }
156
157 dl {
158         margin-left: 1em;
159         margin-top: 0.2em;
160         margin-bottom: 0.5em;
161 }
162
163 dt {
164         font-weight: bold;
165         margin-bottom: 0.1em;
166 }
167
168 dd {
169         line-height: 1.5em;
170         margin-left: 2em;
171         margin-bottom: 0.1em;
172 }
173
174 abbr, acronym {
175         border-bottom: 1px dotted black;
176         cursor: help;
177         letter-spacing: normal;
178 }
179
180 table {
181         font-size: 100%;
182         margin: 0em;
183 }
184
185 .category { margin: 0px; padding: 0px; font-size: 14pt; }
186 .devpanel { }
187 .userpanel { border-left: solid 1px #e5e4e5; }
188 .artpanel { border-left: solid 1px #e5e4e5; }
189 .formDataHeader { text-align: right; border-right: 1px solid #DADDE0; }
190 .mandatoryFormDataHeader { text-align: right; border-right: 1px solid #DADDE0; color: red; }
191 .box { font-size: 9pt; background-color: #FFFFFF; border: solid 1px #DADDE0; }
192 .openBox { background-color: #FFFFFF; border: solid 1px black; border-top: none; }
193 .explanatoryText {  font-size: x-small; color: #777777; }