1div.directions_dbox {
2
3}
4
5table.directions_dbox_table {
6	width: 100%;
7	border-bottom: 1px solid #000000;
8	padding: 3px;
9}
10
11td.directions_dbox_table_title_column {
12	border-bottom: 1px solid #000000;
13	width: 100%;
14	font-variant: small-caps;
15	font-size: medium;
16	text-align: center;
17}
18
19td.directions_dbox_table_title_incoming_column {
20	border-top: 1px solid #ffffff;
21	border-bottom: 1px solid #cccccc;
22	width: 50%;
23	text-align: left;
24	padding-left: 18px;
25	background-color: #F0F9FA;
26	background-image: url('images/incoming.png');
27	background-repeat: no-repeat;
28	background-position: left;
29}
30
31td.directions_dbox_table_title_outgoing_column {
32	border-bottom: 1px solid #cccccc;
33	width: 50%;
34	text-align: right;
35	background-color: #F0F9FA;
36	padding-right: 18px;
37	background-image: url('images/outgoing.png');
38	background-repeat: no-repeat;
39	background-position: right;
40}
41
42td.directions_dbox_table_outgoing_column {
43	vertical-align: top;
44	text-align: right;
45	#background-color: #F2FFFD;
46}
47
48td.directions_dbox_table_incoming_column {
49	vertical-align: top;
50	text-align: left;
51	#background-color: #F2FFFD;
52}
53
54td.directions_dbox_table_incoming_column {
55	vertical-align: top;
56	text-align: left;
57	#background-color: #F2FFFD;
58}
59
60.directions_dbox_occurrences {
61	font-size: xx-small;
62	font-style: italic;
63	padding: 1px;
64}
65
66div.jumps_dbox {
67
68}
69
70table.jumps_dbox_table {
71	width: 50%;
72	border-bottom: 1px solid #000000;
73	padding: 3px;
74}
75
76td.jumps_dbox_table_title_column {
77	border-bottom: 1px solid #000000;
78	width: 100%;
79	font-variant: small-caps;
80	font-size: medium;
81	text-align: center;
82}
83
84td.jumps_dbox_table_title_from_column {
85	border-top: 1px solid #ffffff;
86	border-bottom: 1px solid #cccccc;
87	text-align: left;
88	background-color: #F0F9FA;
89}
90
91td.jumps_dbox_table_title_to_column {
92	border-bottom: 1px solid #cccccc;
93	text-align: right;
94	background-color: #F0F9FA;
95}
96
97td.jumps_dbox_table_title_count_column {
98	width: 10%;
99	border-bottom: 1px solid #cccccc;
100	text-align: center;
101	background-color: #F0F9FA;
102}
103
104td.jumps_dbox_table_to_column {
105	vertical-align: top;
106	text-align: right;
107	#background-color: #F2FFFD;
108}
109
110td.jumps_dbox_table_from_column {
111	vertical-align: top;
112	text-align: left;
113	#background-color: #F2FFFD;
114}
115
116td.jumps_dbox_table_count_column {
117	vertical-align: top;
118	text-align: center;
119	#background-color: #F2FFFD;
120}
121
122.jumps_dbox_occurrences {
123	font-size: xx-small;
124	font-style: italic;
125	padding: 1px;
126}
127