|
0
|
1 |
/* |
|
|
2 |
//////////////////////////////////////////////////////////////////////////////// |
|
|
3 |
// |
|
|
4 |
// ADOBE SYSTEMS INCORPORATED |
|
|
5 |
// Copyright 2005-2007 Adobe Systems Incorporated |
|
|
6 |
// All Rights Reserved. |
|
|
7 |
// |
|
|
8 |
// NOTICE: Adobe permits you to use, modify, and distribute this file |
|
|
9 |
// in accordance with the terms of the license agreement accompanying it. |
|
|
10 |
// |
|
|
11 |
//////////////////////////////////////////////////////////////////////////////// |
|
|
12 |
*/ |
|
|
13 |
|
|
|
14 |
body { |
|
|
15 |
color: #000000; |
|
|
16 |
background: #ffffff; |
|
|
17 |
font-family: "Times New Roman", Times, serif; |
|
|
18 |
font-size: 12pt; |
|
|
19 |
} |
|
|
20 |
a { |
|
|
21 |
text-decoration: none; |
|
|
22 |
color: #000000; |
|
|
23 |
} |
|
|
24 |
pre { |
|
|
25 |
white-space: -moz-pre-wrap; /* Mozilla */ |
|
|
26 |
white-space: -pre-wrap; /* Opera 4-6 */ |
|
|
27 |
white-space: -o-pre-wrap; /* Opera 7 */ |
|
|
28 |
word-wrap: break-word; /* IE */ |
|
|
29 |
} |
|
|
30 |
.titleTableTopNav, .titleTableSubNav, .logoImage { |
|
|
31 |
display: none; |
|
|
32 |
} |
|
|
33 |
.packageFrame { |
|
|
34 |
display: none; |
|
|
35 |
} |
|
|
36 |
.titleTableSubTitle { |
|
|
37 |
font-weight: bold; |
|
|
38 |
} |
|
|
39 |
.classHeaderTableLabel { |
|
|
40 |
padding-right: 10px; |
|
|
41 |
vertical-align: top; |
|
|
42 |
} |
|
|
43 |
.showHideLinks { |
|
|
44 |
display: none; |
|
|
45 |
} |
|
|
46 |
html>body code { |
|
|
47 |
font-size: 10pt; |
|
|
48 |
} |
|
|
49 |
.summaryTableTitle, .detailSectionHeader { |
|
|
50 |
font-size: 14pt; |
|
|
51 |
font-weight: bold; |
|
|
52 |
padding-top: 15px; |
|
|
53 |
padding-bottom: 5px; |
|
|
54 |
} |
|
|
55 |
.summaryTable { |
|
|
56 |
border: 1px solid #000000; |
|
|
57 |
border-collapse: collapse; |
|
|
58 |
width: 100%; |
|
|
59 |
} |
|
|
60 |
.summaryTableDescription { |
|
|
61 |
padding-bottom: 20px; |
|
|
62 |
} |
|
|
63 |
.summaryTableSignatureCol, .summaryTableOwnerCol, .summaryTableLastCol, .summaryTableCol { |
|
|
64 |
border: 1px solid #000000; |
|
|
65 |
} |
|
|
66 |
.summaryTablePaddingCol { |
|
|
67 |
border: 1px solid #000000; |
|
|
68 |
border-right: 0px; |
|
|
69 |
} |
|
|
70 |
.summaryTableInheritanceCol, .summaryTableOperatorCol, .summaryTableStatementCol, .summaryTableSecondCol { |
|
|
71 |
border: 1px solid #000000; |
|
|
72 |
border-left: 0px; |
|
|
73 |
} |
|
|
74 |
.summaryTableLastCol { |
|
|
75 |
vertical-align: top; |
|
|
76 |
} |
|
|
77 |
.detailHeader { |
|
|
78 |
font-size: 13pt; |
|
|
79 |
padding-top: 100px; |
|
|
80 |
} |
|
|
81 |
.detailHeaderName { |
|
|
82 |
font-weight: bold; |
|
|
83 |
} |
|
|
84 |
.detailHeaderType { |
|
|
85 |
padding-left: 5px; |
|
|
86 |
} |
|
|
87 |
.detailHeaderRule { |
|
|
88 |
background: #FF0000; |
|
|
89 |
} |
|
|
90 |
.seeAlso { |
|
|
91 |
padding-bottom: 20px; |
|
|
92 |
margin-top: -20px; |
|
|
93 |
} |
|
|
94 |
.innertable { |
|
|
95 |
border-collapse: collapse; |
|
|
96 |
} |
|
|
97 |
.innertable td,.innertable th { |
|
|
98 |
border: 1px solid #000000; |
|
|
99 |
padding-left: 5px; |
|
|
100 |
padding-right: 5px; |
|
|
101 |
} |
|
|
102 |
.listing { |
|
|
103 |
font-size: 10pt; |
|
|
104 |
} |
|
|
105 |
.feedbackLink { |
|
|
106 |
display: none; |
|
|
107 |
} |
|
|
108 |
.copyright { |
|
|
109 |
font-size: 10pt; |
|
|
110 |
} |