1body {
2  padding: 0px 0px 10px 0px;
3}
4body, td, select, input, li{
5  font-family: Verdana, Helvetica, Arial, sans-serif;
6  font-size: 13px;
7}
8code{
9  font-size: 13px;
10}
11a {
12  text-decoration: none;
13}
14a:link {
15  color:#36a;
16}
17a:visited  {
18  color:#47a;
19}
20a:active, a:hover {
21  color:#69c;
22}
23#legend li.externalLink {
24  background: url(../images/external.png) left top no-repeat;
25  padding-left: 18px;
26}
27a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
28  background: url(../images/external.png) right center no-repeat;
29  padding-right: 18px;
30}
31#legend li.newWindow {
32  background: url(../images/newwindow.png) left top no-repeat;
33  padding-left: 18px;
34}
35a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
36  background: url(../images/newwindow.png) right center no-repeat;
37  padding-right: 18px;
38}
39h2 {
40  padding: 4px 4px 4px 6px;
41  border: 1px solid #999;
42  color: #900;
43  background-color: #ddd;
44  font-weight:900;
45  font-size: x-large;
46}
47h3 {
48  padding: 4px 4px 4px 6px;
49  border: 1px solid #aaa;
50  color: #900;
51  background-color: #eee;
52  font-weight: normal;
53  font-size: large;
54}
55p {
56  line-height: 1.3em;
57  font-size: small;
58}
59#breadcrumbs {
60  border-top: 1px solid #aaa;
61  border-bottom: 1px solid #aaa;
62  background-color: #ccc;
63}
64#leftColumn {
65  margin: 10px 0 0 5px;
66  border: 1px solid #999;
67  background-color: #eee;
68}
69#navcolumn h5 {
70  font-size: smaller;
71  border-bottom: 1px solid #aaaaaa;
72  padding-top: 2px;
73}
74
75table.bodyTable th {
76  color: white;
77  background-color: #bbb;
78  text-align: left;
79  font-weight: bold;
80}
81
82table.bodyTable th, table.bodyTable td {
83  font-size: 1em;
84}
85
86table.bodyTable tr.a {
87  background-color: #ddd;
88}
89
90table.bodyTable tr.b {
91  background-color: #eee;
92}
93
94.source {
95  border: 1px solid #999;
96}
97
98dt.question {
99  color: #900;
100  background-color: #eee;
101}
102#organizationLogo img, #organizationLogo span, #projectLogo img, #projectLogo span{
103  margin: 8px;
104}
105#banner {
106  border-bottom: 1px solid #fff;
107}
108