1body {
2	font-family: Helvetica, Verdana, Arial, sans-serif;
3	font-size: 12px;
4	color: #000000;
5	margin: 0px;
6}
7
8a {
9	color: #000000;
10	text-decoration: none;
11}
12
13a:hover {
14	text-decoration: underline;
15}
16
17#footer a {
18	text-decoration: underline;
19}
20
21img {
22	border: 0;
23}
24
25h2 {
26	font-size: 16px;
27	margin: 0px 0 5px 0;
28	font-weight: normal;
29}
30
31#head {
32	padding: 5px 10px 10px 10px;
33	border-bottom: 1px solid #404040;
34	background: url(../img/head.png) repeat-x;
35}
36#logo {
37	float: left;
38}
39#logo h1 {
40	font: normal 30px "Futura", Helvetica, Verdana;
41	padding: 0px;
42	margin: 0px;
43}
44#logo p {
45	font: normal 11px "Verdana";
46	margin: 0px;
47	padding: 0px;
48}
49
50#options {
51	float: right;
52	padding: 10px 0 0 0;
53}
54#options form {
55	margin: 0px;
56}
57
58#main {
59	margin: 10px;
60}
61
62#hello_message {
63	text-align: center;
64	margin: 30px 0;
65}
66
67#trace_view {
68	display: none;
69}
70
71#runtime_sum,
72#invocation_sum,
73#shown_sum {
74	font-weight: bold;
75}
76
77#footer {
78	text-align: center;
79	font: normal 11px;
80}
81
82div.hr {
83	border-top: 1px solid black;
84	margin: 10px 5px;
85}
86
87div.callinfo_area {
88	display: none;
89	margin: 5px 5px;
90}
91
92table.tablesorter {
93	border-width: 1px 0 1px 1px;
94	border-style: solid;
95	border-color: #D9D9D9;
96	font-family: arial;
97	margin: 10px 0pt 15px;
98	padding: 0px;
99	font-size: 8pt;
100	width: 100%;
101	text-align: left;
102}
103table.tablesorter thead tr th, table.tablesorter tfoot tr th {
104	background-color: #D7DDE4;
105	border-right: 1px solid #CDCDCD;
106	border-bottom: 1px solid #CDCDCD;
107	font-size: 8pt;
108	padding: 4px;
109}
110table.tablesorter thead tr .header {
111	background-image: url(../img/bg.gif);
112	background-repeat: no-repeat;
113	background-position: center right;
114	cursor: pointer;
115}
116table.tablesorter tbody td {
117	color: #000000;
118	border-right: 1px solid #D9D9D9;
119	padding: 4px;
120	vertical-align: top;
121}
122table.tablesorter tbody tr.odd {
123	background-color: #EAEEF2;
124}
125table.tablesorter tbody tr.even {
126	background-color: #FFFFFF;
127}
128
129table.tablesorter thead tr .headerSortUp {
130	background-image: url(../img/asc.gif);
131}
132table.tablesorter thead tr .headerSortDown {
133	background-image: url(../img/desc.gif);
134}
135table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
136	background-color: #9BA8C6;
137}
138
139td.nr {
140	text-align: right;
141	font-family: "Lucida Console", "Andale Mono", "Monaco", monospace;
142}
143
144th span{
145	margin-right: 13px;
146}
147
148img.list_reload {
149	margin: 0px 5px;
150}
151
152.block_box {
153	margin: 10px 10px;
154}
155
156.num {
157	display: block;
158	clear: left;
159	color: gray;
160	text-align: right;
161	margin-right: 6pt;
162	padding-right: 6pt;
163	border-right: 1px solid gray;
164}
165
166.line {
167	display: block;
168}
169
170.line:hover {
171	background-color: #ffd;
172}
173
174.line.emph {
175	background-color: #dff;
176}
177
178a.load_invocations {
179	display: none;
180	background-color: #999;
181	border: 1px solid #333;
182	padding: 2px;
183}
184