1/* This file is part of deegree, for copyright/license information, please visit http://www.deegree.org/license. */
2body {
3    font-family: Arial, Helvetica, sans-serif;
4    color: #000000;
5    font-size: 12px;
6	background: #FFFFFF;
7	margin: 5px;
8}
9
10a,div,h2,h3,input,li,ol,p,select,td,th,ul {
11    font-size: 11pt;
12}
13
14a {
15    color: #660033;
16}
17
18a:link, a:visited {
19    color: blue;
20}
21
22a.header2 {
23    font-size: 14pt;
24    font-weight: bold;
25    text-decoration: none;
26}
27
28a.menu {
29  font-weight: bold;
30  text-decoration: none;
31}
32
33a.orange {
34    color: #EE7000;
35    text-decoration: none;
36}
37
38div.in1 { margin-left: 2em; }
39div.in2 { margin-left: 4em; }
40
41h1 { font-size: 16pt; font-weight: bold; }
42h2 { font-size: 12pt; font-weight: bold; }
43h3 { font-size: 12pt; font-weight: normal; }
44
45img {
46    border: none;
47}
48
49p#congrats {
50    margin-top: 0;
51    font-weight: bold;
52    text-align: center;
53}
54
55p#footer {
56    text-align: right;
57    font-size: 90%;
58}
59
60th {
61	font-family: Verdana, "Times New Roman", Times, serif;
62    font-size: 110%;
63    font-weight: normal;
64    font-style: italic;
65    background: #c1cde5;
66    text-align: left;
67}
68
69td {
70    color: #000000;
71    font-family: Arial, Helvetica, sans-serif;
72}
73
74td.menu {
75    background: #FFFFFF;
76}
77
78td.news {
79	vertical-align: top;
80	border-left-style: solid;
81	border-left-width: 2px;
82	border-left-color: #de6339;
83}
84
85/* colours and other attributes for all tags */
86.b {
87    font-weight: bold;
88}
89.center {
90    text-align: center;
91}
92.code {
93    background: #FFFFE0;
94    color: #000000;
95    font-family: "Courier New", Courier, monospace;
96    font-size: 110%;
97    margin-left: 2.5em;
98}
99.dl {
100    font-weight: bold;
101}
102.sblack  {
103    font-size: 8pt;
104    text-decoration: none;
105}
106.tt { font-family: "Courier New", Courier, monospace; }
107
108.black { color: #000000 }
109.blue { color: #0000FF; }
110.green { color: #006600 }
111.orange { color: #EE7000; }
112.red { color: #FF0000; }
113.sepia { color: #660033 }
114.white { color: #FFFFFF; }
115
116