1/* Javadoc style sheet */
2/* Define colors, fonts and other style attributes here to override the defaults  */
3body {
4	background-color: #fff;
5	font-family: Arial, Helvetica, sans-serif;
6}
7
8a:link {
9 color: #00f;
10}
11a:visited {
12 color: #00a;
13}
14
15a:active, a:hover {
16 color: #f30 !important;
17}
18
19ul, li	{
20	list-style-type:none ;
21	margin:0;
22	padding:0;
23}
24
25table td{
26	padding: 3px;
27	border: 1px solid #000;
28}
29table{
30	width:100%;
31	border: 1px solid #000;
32	border-collapse: collapse;
33}
34
35div.overview {
36	background-color:#ddd;
37	padding: 4px 4px 4px 0;
38}
39div.overview li, div.framenoframe li {
40	display: inline;
41}
42div.framenoframe {
43	text-align: center;
44	font-size: x-small;
45}
46div.framenoframe li {
47	margin: 0 3px 0 3px;
48}
49div.overview li {
50	margin:3px 3px 0 3px;
51	padding: 4px;
52}
53li.selected {
54	background-color:#888;
55	color: #fff;
56	font-weight: bold;
57}
58
59table.summary {
60	margin-bottom: 20px;
61}
62table.summary td, table.summary th {
63	font-weight: bold;
64	text-align: left;
65	padding: 3px;
66}
67table.summary th{
68	background-color:#036;
69	color: #fff;
70}
71table.summary td{
72	background-color:#eee;
73	border: 1px solid black;
74}
75
76em {
77	color: #A00;
78}
79em.comment {
80	color: #390;
81}
82.string {
83	color: #009;
84}
85div#footer {
86	text-align:center;
87}
88#overview {
89	padding:2px;
90}
91
92
93hr {
94	height: 1px;
95	color: #000;
96}