1/*
2 * Licensed to the Apache Software Foundation (ASF) under one or more
3 * contributor license agreements.  See the NOTICE file distributed with
4 * this work for additional information regarding copyright ownership.
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
7 * the License.  You may obtain a copy of the License at
8 *
9 *      http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18body {
19    font-family: Tahoma, Arial, sans-serif;
20}
21
22h1,
23h2,
24h3,
25b {
26    color           : white;
27    background-color: #525D76;
28}
29
30h1 {
31    font-size: 22px;
32}
33
34h2 {
35    font-size: 16px;
36}
37
38h3 {
39    font-size: 14px;
40}
41
42p {
43    font-size: 12px;
44}
45
46a {
47    color: black;
48}
49
50.line {
51    height          : 1px;
52    background-color: #525D76;
53    border          : none;
54}
55
56table {
57    width: 100%;
58}
59
60td.page-title {
61    text-align    : center;
62    vertical-align: top;
63    font-family   : sans-serif, Tahoma, Arial;
64    font-weight   : bold;
65    background    : white;
66    color         : black;
67}
68
69td.title {
70    text-align    : left;
71    vertical-align: top;
72    font-family   : sans-serif, Tahoma, Arial;
73    font-style    : italic;
74    font-weight   : bold;
75    background    : #D2A41C;
76}
77
78td.header-left {
79    text-align    : left;
80    vertical-align: top;
81    font-family   : sans-serif, Tahoma, Arial;
82    font-weight   : bold;
83    background    : #FFDC75;
84}
85
86td.header-center {
87    text-align    : center;
88    vertical-align: top;
89    font-family   : sans-serif, Tahoma, Arial;
90    font-weight   : bold;
91    background    : #FFDC75;
92}
93
94td.row-left {
95    text-align    : left;
96    vertical-align: middle;
97    font-family   : sans-serif, Tahoma, Arial;
98    color         : black;
99}
100
101td.row-center {
102    text-align    : center;
103    vertical-align: middle;
104    font-family   : sans-serif, Tahoma, Arial;
105    color         : black;
106}
107
108td.row-right {
109    text-align    : right;
110    vertical-align: middle;
111    font-family   : sans-serif, Tahoma, Arial;
112    color         : black;
113}
114
115TH {
116    text-align    : center;
117    vertical-align: top;
118    font-family   : sans-serif, Tahoma, Arial;
119    font-weight   : bold;
120    background    : #FFDC75;
121}
122
123TD {
124    text-align    : center;
125    vertical-align: middle;
126    font-family   : sans-serif, Tahoma, Arial;
127    color         : black;
128}
129
130form {
131    margin: 1;
132}
133
134form.inline {
135    display: inline;
136}
137
138img.tomcat-logo {
139    height: 92px;
140    float : left;
141}