rturk 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. data/README.markdown +3 -2
  2. data/Rakefile +10 -4
  3. data/VERSION +1 -1
  4. data/aws_docs/ApiReference_AnswerKeyDataStructureArticle.html +98 -0
  5. data/aws_docs/ApiReference_ApproveAssignmentOperation.html +75 -0
  6. data/aws_docs/ApiReference_AssignQualificationOperation.html +107 -0
  7. data/aws_docs/ApiReference_AssignmentDataStructureArticle.html +171 -0
  8. data/aws_docs/ApiReference_BlockWorkerOperation.html +70 -0
  9. data/aws_docs/ApiReference_ChangeHITTypeOfHITOperation.html +68 -0
  10. data/aws_docs/ApiReference_CommonParametersArticle.html +119 -0
  11. data/aws_docs/ApiReference_CreateHITOperation.html +330 -0
  12. data/aws_docs/ApiReference_CreateQualificationTypeOperation.html +190 -0
  13. data/aws_docs/ApiReference_DataStructuresArticle.html +7 -0
  14. data/aws_docs/ApiReference_DisableHITOperation.html +63 -0
  15. data/aws_docs/ApiReference_DisposeHITOperation.html +56 -0
  16. data/aws_docs/ApiReference_DisposeQualificationTypeOperation.html +52 -0
  17. data/aws_docs/ApiReference_ExtendHITOperation.html +86 -0
  18. data/aws_docs/ApiReference_ExternalQuestionArticle.html +125 -0
  19. data/aws_docs/ApiReference_ForceExpireHITOperation.html +61 -0
  20. data/aws_docs/ApiReference_FormattedContentXHTMLArticle.html +289 -0
  21. data/aws_docs/ApiReference_GetAccountBalanceOperation.html +51 -0
  22. data/aws_docs/ApiReference_GetAssignmentsForHITOperation.html +166 -0
  23. data/aws_docs/ApiReference_GetBonusPaymentsOperation.html +160 -0
  24. data/aws_docs/ApiReference_GetFileUploadURLOperation.html +75 -0
  25. data/aws_docs/ApiReference_GetHITOperation.html +89 -0
  26. data/aws_docs/ApiReference_GetHITsForQualificationTypeOperation.html +137 -0
  27. data/aws_docs/ApiReference_GetQualificationRequestsOperation.html +155 -0
  28. data/aws_docs/ApiReference_GetQualificationScoreOperation.html +68 -0
  29. data/aws_docs/ApiReference_GetQualificationTypeOperation.html +57 -0
  30. data/aws_docs/ApiReference_GetQualificationsForQualificationTypeOperation.html +134 -0
  31. data/aws_docs/ApiReference_GetRequesterStatisticOperation.html +315 -0
  32. data/aws_docs/ApiReference_GetReviewableHITsOperation.html +155 -0
  33. data/aws_docs/ApiReference_GrantBonusOperation.html +95 -0
  34. data/aws_docs/ApiReference_GrantQualificationOperation.html +69 -0
  35. data/aws_docs/ApiReference_HITDataStructureArticle.html +302 -0
  36. data/aws_docs/ApiReference_HelpOperation.html +125 -0
  37. data/aws_docs/ApiReference_LocaleDataStructureArticle.html +29 -0
  38. data/aws_docs/ApiReference_NotificationAPI_BuildingANotificationReceptor.html +36 -0
  39. data/aws_docs/ApiReference_NotificationAPI_ElementsOfANotification.html +40 -0
  40. data/aws_docs/ApiReference_NotificationDataStructureArticle.html +73 -0
  41. data/aws_docs/ApiReference_NotificationReceptorAPIArticle.html +9 -0
  42. data/aws_docs/ApiReference_NotificationReceptorAPI_RESTTransportArticle.html +39 -0
  43. data/aws_docs/ApiReference_NotificationReceptorAPI_SOAPTransportArticle.html +45 -0
  44. data/aws_docs/ApiReference_NotifyWorkersOperation.html +82 -0
  45. data/aws_docs/ApiReference_OperationsArticle.html +8 -0
  46. data/aws_docs/ApiReference_PriceDataStructureArticle.html +65 -0
  47. data/aws_docs/ApiReference_QualificationDataStructureArticle.html +89 -0
  48. data/aws_docs/ApiReference_QualificationRequestDataStructureArticle.html +102 -0
  49. data/aws_docs/ApiReference_QualificationRequirementDataStructureArticle.html +176 -0
  50. data/aws_docs/ApiReference_QualificationTypeDataStructureArticle.html +198 -0
  51. data/aws_docs/ApiReference_QuestionAnswerDataArticle.html +8 -0
  52. data/aws_docs/ApiReference_QuestionFormAnswersDataStructureArticle.html +54 -0
  53. data/aws_docs/ApiReference_QuestionFormDataStructureArticle.html +796 -0
  54. data/aws_docs/ApiReference_RegisterHITTypeOperation.html +149 -0
  55. data/aws_docs/ApiReference_RejectAssignmentOperation.html +66 -0
  56. data/aws_docs/ApiReference_RejectQualificationRequestOperation.html +61 -0
  57. data/aws_docs/ApiReference_RevokeQualificationOperation.html +78 -0
  58. data/aws_docs/ApiReference_SearchHITsOperation.html +164 -0
  59. data/aws_docs/ApiReference_SearchQualificationTypesOperation.html +211 -0
  60. data/aws_docs/ApiReference_SendTestEventNotificationOperation.html +78 -0
  61. data/aws_docs/ApiReference_SetHITAsReviewingOperation.html +73 -0
  62. data/aws_docs/ApiReference_SetHITTypeNotificationOperation.html +99 -0
  63. data/aws_docs/ApiReference_UnblockWorkerOperation.html +67 -0
  64. data/aws_docs/ApiReference_UpdateQualificationScoreOperation.html +77 -0
  65. data/aws_docs/ApiReference_UpdateQualificationTypeOperation.html +180 -0
  66. data/aws_docs/ApiReference_WsdlLocationArticle.html +95 -0
  67. data/aws_docs/ApiReference_XMLParameterValuesArticle.html +37 -0
  68. data/aws_docs/Welcome.html +125 -0
  69. data/aws_docs/WhatsNew.html +16 -0
  70. data/aws_docs/_title.html +28 -0
  71. data/aws_docs/_toc.html +749 -0
  72. data/aws_docs/aws-docs-IE.css +419 -0
  73. data/aws_docs/aws-docs.css +455 -0
  74. data/aws_docs/copyrightinfo.html +14 -0
  75. data/aws_docs/frameset.js +12 -0
  76. data/aws_docs/images/Feedback_link.gif +0 -0
  77. data/aws_docs/images/caution.png +0 -0
  78. data/aws_docs/images/home.gif +0 -0
  79. data/aws_docs/images/important.png +0 -0
  80. data/aws_docs/images/next.gif +0 -0
  81. data/aws_docs/images/note.png +0 -0
  82. data/aws_docs/images/prev.gif +0 -0
  83. data/aws_docs/images/tip.png +0 -0
  84. data/aws_docs/images/title-swoosh-logo.gif +0 -0
  85. data/aws_docs/images/toc_bullet.gif +0 -0
  86. data/aws_docs/images/toc_plus.gif +0 -0
  87. data/aws_docs/index.html +18 -0
  88. data/aws_docs/toc.js +84 -0
  89. data/lib/rturk.rb +2 -2
  90. data/lib/rturk/adapter.rb +11 -0
  91. data/lib/rturk/adapters/assignment.rb +13 -50
  92. data/lib/rturk/adapters/hit.rb +21 -9
  93. data/lib/rturk/adapters/worker.rb +23 -0
  94. data/lib/rturk/operation.rb +1 -1
  95. data/lib/rturk/operations/create_hit.rb +10 -54
  96. data/lib/rturk/operations/register_hit_type.rb +68 -0
  97. data/lib/rturk/operations/search_hits.rb +44 -0
  98. data/lib/rturk/parser.rb +8 -0
  99. data/lib/rturk/parsers/answer_parser.rb +29 -0
  100. data/lib/rturk/parsers/assignment_parser.rb +49 -0
  101. data/lib/rturk/parsers/hit_parser.rb +50 -0
  102. data/lib/rturk/{response.rb → parsers/response.rb} +7 -2
  103. data/lib/rturk/{responses → parsers/responses}/create_hit_response.rb +2 -2
  104. data/lib/rturk/{responses → parsers/responses}/get_account_balance_response.rb +0 -0
  105. data/lib/rturk/{responses → parsers/responses}/get_assignments_for_hit_response.rb +3 -3
  106. data/lib/rturk/{responses → parsers/responses}/get_hit_response.rb +9 -16
  107. data/lib/rturk/{responses → parsers/responses}/get_reviewable_hits_response.rb +3 -5
  108. data/lib/rturk/parsers/responses/register_hit_type_response.rb +17 -0
  109. data/lib/rturk/parsers/responses/search_hits_response.rb +65 -0
  110. data/lib/rturk/xml_utilities.rb +14 -3
  111. data/rturk.gemspec +112 -12
  112. data/spec/adapters/hit_spec.rb +10 -0
  113. data/spec/fake_responses/register_hit_type.xml +6 -0
  114. data/spec/fake_responses/search_hits.xml +50 -0
  115. data/spec/operations/create_hit_spec.rb +2 -2
  116. data/spec/operations/get_hit_spec.rb +1 -1
  117. data/spec/operations/register_hit_type_spec.rb +24 -0
  118. data/spec/{adapters/answers_spec.rb → parsers/answer_parser_spec.rb} +2 -2
  119. data/spec/parsers/hit_parser_spec.rb +41 -0
  120. data/spec/xml_parse_spec.rb +2 -2
  121. metadata +111 -11
  122. data/lib/rturk/adapters/answers.rb +0 -38
@@ -0,0 +1,419 @@
1
+ @import url(aws-dev-content.css);
2
+ @import url(http://developer.amazonwebservices.com/connect/css/aws-dev-content.css);
3
+ /* [if !IE]> */
4
+ @import url(aws-docs.css);
5
+ /* <![endif] */
6
+
7
+ }
8
+
9
+ /*--------------*/
10
+ /* Anchors */
11
+ /*--------------*/
12
+
13
+
14
+ /* Remove borders from linked images */
15
+ a { text-decoration: none; padding: 3px }
16
+ /* ------- end anchors -------*/
17
+
18
+
19
+ /*---------------------------------------------------------------------------------*/
20
+ /* Admonition styles See also admonition table styles at end of sheet */
21
+ /*---------------------------------------------------------------------------------*/
22
+
23
+ div.caution{
24
+ padding: 0.5em;
25
+ }
26
+
27
+ div.important{
28
+ padding: 0.5em;
29
+ }
30
+
31
+ div.note{
32
+ padding: 0.5em;
33
+ }
34
+
35
+ div.tip{
36
+ padding: 0.5em;
37
+ }
38
+ /*------- end admonitions -------*/
39
+
40
+ /*------------------*/
41
+ /* Breadcrumbs */
42
+ /*------------------*/
43
+
44
+ div.breadcrumb { /* new 11/24/08 */
45
+ color: #8f8fbd;
46
+ font-size: 9px;
47
+ }
48
+
49
+ div.breadcrumb a{ /* new 11/24/08 */
50
+ font-size: 11px;
51
+ }
52
+
53
+ /*------- end breadcrumbs -------*/
54
+
55
+
56
+ .email {
57
+ font-family: verdana, arial, helvetica, sans-serif;
58
+ font-style: italic;
59
+ }
60
+
61
+ .formpara{ /* 5/1/08 Formal paragraph titles */
62
+ font-family: arial narrow;
63
+ font-weight: bold;
64
+ font-size: 12px;
65
+ }
66
+
67
+
68
+ .guilabel { /* Don't change this one back to italics! */
69
+ font-weight: bold;
70
+ }
71
+
72
+ img {
73
+ border-style: hidden;
74
+ border-width :0px 0px 0px 0px;
75
+ border-color : #ffffff;
76
+ }
77
+
78
+ #language-filter {
79
+ float: right;
80
+ }
81
+
82
+ .navheader table td, .navheader table th, .navfooter table td, .navfooter table th {
83
+ border: 0px;
84
+ background-color: #eeeeee;
85
+ color: #000000;
86
+ }
87
+
88
+ .navfooter table, .navheader table {
89
+ border: 0px;
90
+ border-spacing: 0px;
91
+ }
92
+
93
+ .page-header {
94
+ height:30px;
95
+ z-index:1;
96
+ overflow:hidden;
97
+ text-align:right;
98
+ padding-right: 10px;
99
+ }
100
+
101
+ .programlisting{
102
+ font-family: "Courier New", Courier, mono;
103
+ font-size: 12px;
104
+ margin-top: 5px;
105
+ margin-bottom: 5px;
106
+ color: #000066;
107
+ padding: 10px 3px 20px 5px; /* changed top and bottom padding from 5px to 10px to deal with IE scrolling problem */
108
+ background-color: #eff7ff;
109
+ border: 1px dashed #333;
110
+ width: 99%;
111
+ }
112
+
113
+ .question{
114
+ font-weight: bold;
115
+ }
116
+
117
+ .remark {
118
+ color: #FF0000;
119
+
120
+ }
121
+
122
+ .replaceable {
123
+ color: #FF0000;
124
+ }
125
+
126
+ .segmentedlist{
127
+ padding-bottom: 15px;
128
+ }
129
+
130
+ .seg p{
131
+ margin-bottom: 0em;
132
+ }
133
+
134
+ .simpara{
135
+ margin-top: -.05em; /* -.05em changed from -.1 to accommodate IE 2/5/08 */
136
+ }
137
+
138
+
139
+ /*-------------------------------*/
140
+ /* Tables */
141
+ /*-------------------------------*/
142
+
143
+ td p:first-child {
144
+ margin-top: 0px;
145
+ }
146
+
147
+ td p:last-child {
148
+ margin-bottom: 0px;
149
+ }
150
+
151
+ td ul:first-child {
152
+ margin-top: 0px; /* new 8/22/07 */
153
+ }
154
+
155
+ td ol:first-child {
156
+ margin-top: 0px; /* new 8/22/07 */
157
+ }
158
+
159
+ /* Formal Table Settings */
160
+
161
+ div.table-contents{
162
+ padding: 0.5em;
163
+ }
164
+
165
+ .table-contents table{
166
+ border-top: 1px solid #cccccc;
167
+ border-left: 1px solid #cccccc;
168
+ border-bottom: 0px;
169
+ border-right: 0px;
170
+ border-spacing: 0px;
171
+ }
172
+
173
+ .table-contents td{
174
+ font-size: 12px;
175
+ padding: 5px 5px 5px 5px;
176
+ border-bottom: 1px solid #cccccc;
177
+ border-right: 1px solid #cccccc;
178
+ border-left: 0px;
179
+ border-top: 0px;
180
+ vertical-align:top;
181
+ }
182
+
183
+ .table-contents th{
184
+ font-size: 12px;
185
+ padding: 5px 5px 5px 5px;
186
+ border-bottom: 1px solid #cccccc;
187
+ border-right: 1px solid #cccccc;
188
+ border-left: 0px;
189
+ border-top: 0px;
190
+ vertical-align:top;
191
+ background-color: #eeeeee;
192
+ color: #333333;
193
+ font-size: 12px;
194
+ font-weight: bold;
195
+ text-align: left;
196
+ }
197
+
198
+ /* informal tables */
199
+
200
+ div.informaltable{
201
+ padding: 0.5em;
202
+ }
203
+
204
+ .informaltable table{
205
+ border-top: 1px solid #cccccc;
206
+ border-left: 1px solid #cccccc;
207
+ border-bottom: 0px;
208
+ border-right: 0px;
209
+ border-spacing: 0px;
210
+ }
211
+
212
+ .informaltable td{
213
+ font-size: 12px;
214
+ padding: 5px 5px 5px 5px;
215
+ border-bottom: 1px solid #cccccc;
216
+ border-right: 1px solid #cccccc;
217
+ border-left: 0px;
218
+ border-top: 0px;
219
+ vertical-align:top;
220
+ }
221
+
222
+ .informaltable th{
223
+ font-size: 12px;
224
+ padding: 5px 5px 5px 5px;
225
+ border-bottom: 1px solid #cccccc;
226
+ border-right: 1px solid #cccccc;
227
+ border-left: 0px;
228
+ border-top: 0px;
229
+ vertical-align:top;
230
+ background-color: #eeeeee;
231
+ color: #333333;
232
+ font-size: 12px;
233
+ font-weight: bold;
234
+ text-align: left;
235
+ }
236
+
237
+ /* Borderless tables new 12/31/07 */
238
+
239
+ .simplesect table{
240
+ border-top: 0px;
241
+ border-left: 0px;
242
+ border-bottom: 0px;
243
+ border-right: 0px;
244
+ border-spacing: 0px;
245
+ }
246
+
247
+ .simplesect td{
248
+ font-size: 12px;
249
+ padding: 0px 0px 0px 5px;
250
+ border-top: 0px;
251
+ border-left: 0px;
252
+ border-bottom: 0px;
253
+ border-right: 0px;
254
+ border-spacing: 0px;
255
+ vertical-align:top;
256
+ }
257
+
258
+ /*------- End tables -------*/
259
+
260
+
261
+
262
+ .topcom{ /* New 2/5/08 */
263
+ font-weight: bold;
264
+ }
265
+
266
+ .topictitle {
267
+ padding-bottom: 5px;
268
+ border-bottom: none;
269
+ border-top: 1px solid rgb(204, 204, 204);
270
+ }
271
+
272
+ .userinput {
273
+ color: #040;
274
+ font-weight: normal;
275
+ }
276
+
277
+
278
+ /*--------------------------------------------------------------------------------------------------------------------------*/
279
+ /* Admonition Tables new 9/19/07 */
280
+ /* ATTENTION! These must be placed last in the style sheet so that they can override all preceding table formattings */
281
+ /*--------------------------------------------------------------------------------------------------------------------------*/
282
+
283
+ .caution table{
284
+ border-top: 0px;
285
+ border-left: 0px;
286
+ border-bottom: 0px;
287
+ border-right: 0px;
288
+ border-spacing: 0px;
289
+ }
290
+
291
+ .caution td{
292
+ font-size: 12px;
293
+ padding: 0px 0px 0px 5px;
294
+ border-top: 0px;
295
+ border-left: 0px;
296
+ border-bottom: 0px;
297
+ border-right: 0px;
298
+ border-spacing: 0px;
299
+ vertical-align:top;
300
+ }
301
+
302
+ .caution th{
303
+ font-size: 12px;
304
+ padding: 5px 5px 5px 5px;
305
+ border-top: 0px;
306
+ border-left: 0px;
307
+ border-bottom: 0px;
308
+ border-right: 0px;
309
+ border-spacing: 0px;
310
+ vertical-align:top;
311
+ background-color: #fff;
312
+ font-size: 12px;
313
+ font-weight: bold;
314
+ text-align: left;
315
+ }
316
+
317
+ .important table{
318
+ border-top: 0px;
319
+ border-left: 0px;
320
+ border-bottom: 0px;
321
+ border-right: 0px;
322
+ border-spacing: 0px;
323
+ }
324
+
325
+ .important td{
326
+ font-size: 12px;
327
+ padding: 0px 0px 0px 5px;
328
+ border-top: 0px;
329
+ border-left: 0px;
330
+ border-bottom: 0px;
331
+ border-right: 0px;
332
+ border-spacing: 0px;
333
+ vertical-align:top;
334
+ }
335
+
336
+ .important th{
337
+ font-size: 12px;
338
+ padding: 5px 5px 5px 5px;
339
+ border-top: 0px;
340
+ border-left: 0px;
341
+ border-bottom: 0px;
342
+ border-right: 0px;
343
+ border-spacing: 0px;
344
+ vertical-align:top;
345
+ background-color: #fff;
346
+ font-size: 12px;
347
+ font-weight: bold;
348
+ text-align: left;
349
+ }
350
+
351
+ .note table{
352
+ border-top: 0px;
353
+ border-left: 0px;
354
+ border-bottom: 0px;
355
+ border-right: 0px;
356
+ border-spacing: 0px;
357
+ }
358
+
359
+ .note td{
360
+ font-size: 12px;
361
+ padding: 0px 0px 0px 5px;
362
+ border-top: 0px;
363
+ border-left: 0px;
364
+ border-bottom: 0px;
365
+ border-right: 0px;
366
+ border-spacing: 0px;
367
+ vertical-align:top;
368
+ }
369
+
370
+ .note th{
371
+ font-size: 12px;
372
+ padding: 5px 5px 5px 5px;
373
+ border-top: 0px;
374
+ border-left: 0px;
375
+ border-bottom: 0px;
376
+ border-right: 0px;
377
+ border-spacing: 0px;
378
+ vertical-align:top;
379
+ background-color: #fff;
380
+ font-size: 12px;
381
+ font-weight: bold;
382
+ text-align: left;
383
+ }
384
+
385
+ .tip table{
386
+ border-top: 0px;
387
+ border-left: 0px;
388
+ border-bottom: 0px;
389
+ border-right: 0px;
390
+ border-spacing: 0px;
391
+ }
392
+
393
+ .tip td{
394
+ font-size: 12px;
395
+ padding: 0px 0px 0px 5px;
396
+ border-top: 0px;
397
+ border-left: 0px;
398
+ border-bottom: 0px;
399
+ border-right: 0px;
400
+ border-spacing: 0px;
401
+ vertical-align:top;
402
+ }
403
+
404
+ .tip th{
405
+ font-size: 12px;
406
+ padding: 5px 5px 5px 5px;
407
+ border-top: 0px;
408
+ border-left: 0px;
409
+ border-bottom: 0px;
410
+ border-right: 0px;
411
+ border-spacing: 0px;
412
+ vertical-align:top;
413
+ background-color: #fff;
414
+ font-size: 12px;
415
+ font-weight: bold;
416
+ text-align: left;
417
+ }
418
+
419
+ @import url(aws-docs.css);
@@ -0,0 +1,455 @@
1
+ @import url(aws-dev-content.css);
2
+ @import url(http://developer.amazonwebservices.com/connect/css/aws-dev-content.css);
3
+
4
+ }
5
+
6
+ /*--------------*/
7
+ /* Anchors */
8
+ /*--------------*/
9
+
10
+ /* Remove borders from linked images */
11
+ a { text-decoration: none; padding: 3px; }
12
+
13
+ /* format href links new 9/27/07 */
14
+ a:link {text-decoration: none;}
15
+ a:visited {text-decoration: none;}
16
+ a:active {text-decoration: none;}
17
+ a:link:hover {text-decoration: underline; color: #ff0000;}
18
+ a:visited:hover {text-decoration: underline; color: #ff0000;}
19
+ /* ------- end anchors -------*/
20
+
21
+
22
+ /*---------------------------------------------------------------------------------*/
23
+ /* Admonition styles See also admonition table styles at end of sheet */
24
+ /*---------------------------------------------------------------------------------*/
25
+
26
+ div.caution{
27
+ padding: 0.5em;
28
+ }
29
+
30
+ div.important{
31
+ padding: 0.5em;
32
+ }
33
+
34
+ div.note{
35
+ padding: 0.5em;
36
+ }
37
+
38
+ div.tip{
39
+ padding: 0.5em;
40
+ }
41
+ /*------- end admonitions -------*/
42
+
43
+
44
+ /*------------------*/
45
+ /* Breadcrumbs */ /* new 11/24/08 */
46
+ /*------------------*/
47
+
48
+ div.breadcrumb {
49
+ color: #8f8fbd;
50
+ font-size: 9px;
51
+ padding-top: 5px;
52
+ }
53
+
54
+ div.breadcrumb a{
55
+ font-size: 9px;
56
+ font-weight: normal;
57
+ }
58
+
59
+ /*------- end breadcrumbs -------*/
60
+
61
+
62
+ .email {
63
+ font-family: verdana, arial, helvetica, sans-serif;
64
+ font-style: italic;
65
+ }
66
+
67
+ /*------------------*/
68
+ /* Headings */ /* new 3/11/09 Added to handle H1 headings following a breadcrumb */
69
+ /*------------------*/
70
+
71
+
72
+ h1 {
73
+ font-family: verdana, arial, helvetica, sans-serif;
74
+ font-size: 18px;
75
+ font-weight: bold;
76
+ color: #333333;
77
+ padding-top: 12px;
78
+ }
79
+
80
+ /*------- end headings -------*/
81
+
82
+
83
+ .formpara{ /* 5/1/08 Introduced Formal paragraph titles */
84
+ font-family: arial narrow;
85
+ font-weight: bold;
86
+ font-size: 12px;
87
+ }
88
+
89
+ .guilabel { /* Don't change this one back to italics! */
90
+ font-weight: bold;
91
+ }
92
+
93
+
94
+ img {
95
+ border-style: hidden;
96
+ border-width :0px 0px 0px 0px;
97
+ border-color : #ffffff;
98
+ }
99
+
100
+
101
+
102
+ #language-filter {
103
+ float: right;
104
+ }
105
+
106
+ .navheader table td, .navheader table th, .navfooter table td, .navfooter table th {
107
+ border: 0px;
108
+ background-color: #eeeeee;
109
+ color: #000000;
110
+ }
111
+
112
+ .navfooter table, .navheader table {
113
+ border: 0px;
114
+ border-spacing: 0px;
115
+ }
116
+
117
+ .page-header {
118
+ height:30px;
119
+ z-index:1;
120
+ overflow:hidden;
121
+ text-align:right;
122
+ padding-right: 10px;
123
+ }
124
+
125
+ .programlisting{
126
+ font-family: "Courier New", Courier, mono;
127
+ font-size: 12px;
128
+ margin-top: 5px;
129
+ margin-bottom: 5px;
130
+ color: #000066;
131
+ padding: 5px 3px 5px 5px; /* 10/25/07 changed top and bottom padding back to 5px; browser sniffer removes IE problem */
132
+ background-color: #eff7ff;
133
+ border: 1px dashed #333;
134
+ width: 99%;
135
+ }
136
+
137
+
138
+ .question{
139
+ font-weight: bold;
140
+ }
141
+
142
+
143
+ .remark {
144
+ color: #FF0000;
145
+ }
146
+
147
+ .replaceable {
148
+ color: #FF0000;
149
+ }
150
+
151
+ .segmentedlist{ /* verified 10/3/08 (should it be deprecated?) */
152
+ padding-bottom: 15px;
153
+ }
154
+
155
+ .seg p{ /* verified 10/3/08 (should it be deprecated?) */
156
+ margin-bottom: 0em;
157
+ }
158
+
159
+
160
+
161
+ .simpara{
162
+ margin-top: -.4em; /* 10/25/07 changed back to -.4 brower sniffer accommodates IE */
163
+ }
164
+
165
+
166
+ /*-------------------------------*/
167
+ /* Tables */
168
+ /*-------------------------------*/
169
+
170
+ td p:first-child {
171
+ margin-top: 0px;
172
+ }
173
+
174
+ td p:last-child {
175
+ margin-bottom: 0px;
176
+ }
177
+
178
+ td ul:first-child {
179
+ margin-top: 0px; /* new 8/22/07 */
180
+ }
181
+
182
+ td ol:first-child {
183
+ margin-top: 0px; /* new 8/22/07 */
184
+ }
185
+
186
+
187
+ /* Formal Tables */
188
+
189
+ div.table-contents{
190
+ padding: 0.5em;
191
+ }
192
+
193
+ .table-contents table{
194
+ border-top: 1px solid #cccccc;
195
+ border-left: 1px solid #cccccc;
196
+ border-bottom: 0px;
197
+ border-right: 0px;
198
+ border-spacing: 0px;
199
+ }
200
+
201
+ .table-contents td{
202
+ font-size: 12px;
203
+ padding: 5px 5px 5px 5px;
204
+ border-bottom: 1px solid #cccccc;
205
+ border-right: 1px solid #cccccc;
206
+ border-left: 0px;
207
+ border-top: 0px;
208
+ vertical-align:top;
209
+ }
210
+
211
+ .table-contents th{
212
+ font-size: 12px;
213
+ padding: 5px 5px 5px 5px;
214
+ border-bottom: 1px solid #cccccc;
215
+ border-right: 1px solid #cccccc;
216
+ border-left: 0px;
217
+ border-top: 0px;
218
+ vertical-align:top;
219
+ background-color: #eeeeee;
220
+ color: #333333;
221
+ font-size: 12px;
222
+ font-weight: bold;
223
+ text-align: left;
224
+ }
225
+
226
+
227
+ /* informal tables */
228
+
229
+ div.informaltable{
230
+ padding: 0.5em;
231
+ }
232
+
233
+ .informaltable table{
234
+ border-top: .25px solid #cccccc;
235
+ border-left: .25px solid #cccccc;
236
+ border-bottom: .25px solid #cccccc;
237
+ border-right: .25px solid #cccccc;
238
+ border-spacing: 0px;
239
+ }
240
+
241
+ .informaltable td{
242
+ font-size: 12px;
243
+ padding: 5px 5px 5px 5px;
244
+ border-top: .25px solid #cccccc;
245
+ border-left: .25px solid #cccccc;
246
+ border-bottom: .25px solid #cccccc;
247
+ border-right: .25px solid #cccccc;
248
+ vertical-align:top;
249
+ }
250
+
251
+ .informaltable th{
252
+ font-size: 12px;
253
+ padding: 5px 5px 5px 5px;
254
+ border-right: .25px solid #cccccc;
255
+ border-left: .25px solid #cccccc;
256
+ border-top: .25px solid #cccccc;
257
+ border-bottom: .25px solid #cccccc;
258
+ vertical-align:top;
259
+ background-color: #eeeeee;
260
+ color: #333333;
261
+ font-size: 12px;
262
+ font-weight: bold;
263
+ text-align: left;
264
+ }
265
+
266
+
267
+ /* Borderless tables new 12/31/07 */
268
+
269
+ .simplesect table{
270
+ border-top: 0px;
271
+ border-left: 0px;
272
+ border-bottom: 0px;
273
+ border-right: 0px;
274
+ border-spacing: 0px;
275
+ }
276
+
277
+ .simplesect td{
278
+ font-size: 12px;
279
+ padding: 0px 0px 0px 5px;
280
+ border-top: 0px;
281
+ border-left: 0px;
282
+ border-bottom: 0px;
283
+ border-right: 0px;
284
+ border-spacing: 0px;
285
+ vertical-align:top;
286
+ }
287
+
288
+ /*------- End tables -------*/
289
+
290
+
291
+ title, .topictitle{
292
+ font-family: verdana, arial, helvetica, sans-serif;
293
+ font-size: 18px;
294
+ font-weight: bold;
295
+ color: #000000;
296
+ }
297
+
298
+ .topcom{ /* New 2/5/08 */
299
+ font-weight: bold;
300
+ }
301
+
302
+ .topictitle {
303
+ padding-bottom: 5px;
304
+ border-bottom: none;
305
+ border-top: 1px solid rgb(204, 204, 204);
306
+ }
307
+
308
+ .userinput {
309
+ color: #040;
310
+ font-weight: normal;
311
+ }
312
+
313
+
314
+ /*--------------------------------------------------------------------------------------------------------------------------*/
315
+ /* Admonition Tables new 9/19/07 */
316
+ /* ATTENTION! These must be placed last in the style sheet so that they can override all preceding table formattings */
317
+ /*--------------------------------------------------------------------------------------------------------------------------*/
318
+
319
+ .caution table{
320
+ border-top: 0px;
321
+ border-left: 0px;
322
+ border-bottom: 0px;
323
+ border-right: 0px;
324
+ border-spacing: 0px;
325
+ }
326
+
327
+ .caution td{
328
+ font-size: 12px;
329
+ padding: 0px 0px 0px 5px;
330
+ border-top: 0px;
331
+ border-left: 0px;
332
+ border-bottom: 0px;
333
+ border-right: 0px;
334
+ border-spacing: 0px;
335
+ vertical-align:top;
336
+ }
337
+
338
+ .caution th{
339
+ font-size: 12px;
340
+ padding: 5px 5px 5px 5px;
341
+ border-top: 0px;
342
+ border-left: 0px;
343
+ border-bottom: 0px;
344
+ border-right: 0px;
345
+ border-spacing: 0px;
346
+ vertical-align:top;
347
+ background-color: #fff;
348
+ font-size: 12px;
349
+ font-weight: bold;
350
+ text-align: left;
351
+ }
352
+
353
+ .important table{
354
+ border-top: 0px;
355
+ border-left: 0px;
356
+ border-bottom: 0px;
357
+ border-right: 0px;
358
+ border-spacing: 0px;
359
+ }
360
+
361
+ .important td{
362
+ font-size: 12px;
363
+ padding: 0px 0px 0px 5px;
364
+ border-top: 0px;
365
+ border-left: 0px;
366
+ border-bottom: 0px;
367
+ border-right: 0px;
368
+ border-spacing: 0px;
369
+ vertical-align:top;
370
+ }
371
+
372
+ .important th{
373
+ font-size: 12px;
374
+ padding: 5px 5px 5px 5px;
375
+ border-top: 0px;
376
+ border-left: 0px;
377
+ border-bottom: 0px;
378
+ border-right: 0px;
379
+ border-spacing: 0px;
380
+ vertical-align:top;
381
+ background-color: #fff;
382
+ font-size: 12px;
383
+ font-weight: bold;
384
+ text-align: left;
385
+ }
386
+
387
+ .note table{
388
+ border-top: 0px;
389
+ border-left: 0px;
390
+ border-bottom: 0px;
391
+ border-right: 0px;
392
+ border-spacing: 0px;
393
+ }
394
+
395
+ .note td{
396
+ font-size: 12px;
397
+ padding: 0px 0px 0px 5px;
398
+ border-top: 0px;
399
+ border-left: 0px;
400
+ border-bottom: 0px;
401
+ border-right: 0px;
402
+ border-spacing: 0px;
403
+ vertical-align:top;
404
+ }
405
+
406
+ .note th{
407
+ font-size: 12px;
408
+ padding: 5px 5px 5px 5px;
409
+ border-top: 0px;
410
+ border-left: 0px;
411
+ border-bottom: 0px;
412
+ border-right: 0px;
413
+ border-spacing: 0px;
414
+ vertical-align:top;
415
+ background-color: #fff;
416
+ font-size: 12px;
417
+ font-weight: bold;
418
+ text-align: left;
419
+ }
420
+
421
+ .tip table{
422
+ border-top: 0px;
423
+ border-left: 0px;
424
+ border-bottom: 0px;
425
+ border-right: 0px;
426
+ border-spacing: 0px;
427
+ }
428
+
429
+ .tip td{
430
+ font-size: 12px;
431
+ padding: 0px 0px 0px 5px;
432
+ border-top: 0px;
433
+ border-left: 0px;
434
+ border-bottom: 0px;
435
+ border-right: 0px;
436
+ border-spacing: 0px;
437
+ vertical-align:top;
438
+ }
439
+
440
+ .tip th{
441
+ font-size: 12px;
442
+ padding: 5px 5px 5px 5px;
443
+ border-top: 0px;
444
+ border-left: 0px;
445
+ border-bottom: 0px;
446
+ border-right: 0px;
447
+ border-spacing: 0px;
448
+ vertical-align:top;
449
+ background-color: #fff;
450
+ font-size: 12px;
451
+ font-weight: bold;
452
+ text-align: left;
453
+ }
454
+ /* End of CSS */
455
+