1/* ========================================================================
2 * Copyright 2006-2008 University of Washington
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *     http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * ========================================================================
11 */
12
13* {
14	font-family: Tahoma, Helvetica, sans-serif;
15	font-size: 1em;
16	text-align: justify;
17}
18tt {
19	font-family: Courier, "Courier New";
20}
21body {
22	background: #fff;
23	font-size: 0.7em;
24	margin: 0.9em;
25}
26#header {
27	height: 4.0em;
28	position: relative;
29}
30#header .logo {
31	background: url(../img/cbn/logo.gif) left center no-repeat;
32	height: 4.0em;
33	width: 230px;
34}
35#header .nav {
36	position: absolute;
37	right: .815em;
38	top: 4.537em;
39}
40#header .nav a {
41	color: #00f;
42	font-weight: bold;
43	text-decoration: none;
44}
45#header .nav a:hover {
46	color: #00f;
47	text-decoration: underline;
48}
49h2 {
50	background: #ccc;
51	border-color: #ddd #999 #999 #ddd;
52	border-style: solid;
53	border-width: 1px;
54	margin: 0 0 .9em 0;
55	padding: .181em .725em;
56}
57dl {
58	margin: 0;
59	padding: 0;
60}
61dt {
62	font-weight: bold;
63	margin: 0 0 0.3em 0;
64}
65dd {
66	border-bottom: dotted 1px #ccc;
67	margin: 0 0 .9em 0;
68	padding-bottom: .9em;
69}
70ul, ol {
71	margin: 0;
72	padding: 0;
73}
74ul.wide li, ol.wide li {
75	margin-top: 1em;
76}
77ul {
78	list-style: square;
79}
80ul li {
81	margin-left: 1.5em;
82}
83ol {
84	list-style: decimal;
85}
86ol li {
87	margin-left: 2.5em;
88}
89a {
90	color: #00f;
91	text-decoration: none;
92}
93a:hover {
94	color: #00f;
95	text-decoration: underline;
96}
97div.also, div.note {
98	border-style: solid;
99	border-width: 1px;
100	padding: .7em;
101}
102div.also {
103	background: #ddd;
104	border-color: #eee #aaa #aaa #eee;
105}
106div.note {
107	background: #ffa;
108	border-color: #eef #aaf #aaf #eef;
109}
110div.note h4, div.also h4 {
111	float: left;
112	margin: 0;
113}
114div.note div {
115	margin-left: 3em;
116}
117div.also ul {
118	margin-left: 5em;
119}
120