-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathSystem.Web.UI.Interface.debug.css
More file actions
396 lines (329 loc) · 26 KB
/
System.Web.UI.Interface.debug.css
File metadata and controls
396 lines (329 loc) · 26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
/*=============================================================================
Custom CheckBox
-----------------------------------------------------------------------------*/
/* <input type="checkbox" id="cb1"/><label for="cb1">Check this!</label>
fuglychecks.png - one image includes all states of CheckBoxes.
With image from PNG to show is set by background-position;
*/
.SWUI_BoxShadow { -moz-box-shadow: rgba(0, 0, 0, 0.40) 3px 3px 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.40) 3px 3px 5px; box-shadow: rgba(0, 0, 0, 0.40) 3px 3px 5px; }
.SWUI_NoScroll { border-width: 0; padding: 0; margin: 0; background-color: buttonface; overflow: hidden; font: menu; }
.SWUI_Scroll { border-width: 0; padding: 0; margin: 0; background-color: buttonface; font-family: MS Sans Serif; font-size: small; }
.SWUI_Blue { background-color: #3A6EA5; }
.SWUI_PrgLink a:link { font-size: small; color: #000080; font-family: tahoma; text-decoration: none; }
.SWUI_PrgLink a:visited { font-size: small; color: #004080; font-family: tahoma; text-decoration: none; }
.SWUI_PrgLink a:active { font-size: small; color: #ff0000; font-family: tahoma; text-decoration: none; }
.SWUI_PrgLink a:hover { font-size: small; color: #000080; font-family: tahoma; text-decoration: underline; }
a.SWUI_PrgLink:link { font-size: small; color: #000080; font-family: tahoma; text-decoration: none; }
a.SWUI_PrgLink:visited { font-size: small; color: #004080; font-family: tahoma; text-decoration: none; }
a.SWUI_PrgLink:active { font-size: small; color: #ff0000; font-family: tahoma; text-decoration: none; }
a.SWUI_PrgLink:hover { font-size: small; color: #000080; font-family: tahoma; text-decoration: underline; }
button.SWUI_Prg { padding: 2px 4px 2px 4px; white-space:nowrap; }
button.SWUI_Prg img { margin: 0 0 0 0; padding: 0 0 0 0; border-width: 0; height: 16px; width: 16px; outline: none; vertical-align: middle; }
button.SWUI_Prg span { cursor: default; font: menu; padding: 0 4px 0 4px; margin: 0 0 0 0; text-align: left; vertical-align: middle; }
label.PrgCheckBox { padding-left: 20px; height: 16px; }
input[type="checkbox"].PrgCheckBox { visibility: hidden; width: 0; height: 0; padding: 0; margin: 0; }
input[type="checkbox"].PrgCheckBox + label.PrgCheckBox { background: url("fuglychecks.png") 0 0 no-repeat; }
input[type="checkbox"]:focus.PrgCheckBox + label.PrgCheckBox { background-position: 0 -16px; }
input[type="checkbox"]:checked.PrgCheckBox + label.PrgCheckBox { background-position: 0 -32px; }
input[type="checkbox"]:checked:focus.PrgCheckBox + label.PrgCheckBox { background-position: 0 -48px; }
.SWUI_CheckBox input { height: 13px; width: 13px; padding: 0 0 0 0; margin: 1px 0 0 0; float: left; }
.SWUI_CheckBox label { margin-left: 2px; }
/*=============================================================================
Windows program look
-----------------------------------------------------------------------------*/
.SWUI_Prg_Button { width: 72px; }
.SWUI_Prg_TbxLeft { font-family: Tahoma; font-size: small; text-align: left; }
.SWUI_Prg_TbxShade { background-image: url(Images/Interface/Office2003/input_fade.png); border: solid 1px gray; padding: 2px; }
.SWUI_Prg_TbxRight { font-family: Tahoma; font-size: small; text-align: right; }
.SWUI_Prg_TbxCenter { font-family: Tahoma; font-size: small; text-align: center; }
.SWUI_Prg_Cbx13 { height: 13px; width: 13px; padding: 0 0 0 0; margin: 0 0 0 0; }
.SWUI_100w { width: 100%; }
.SWUI_100woh { width: 100%; overflow: hidden; }
.SWUI_100h { height: 100%; }
.SWUI_100 { width: 100%; height: 100%; }
.SWUI_Btn { width: 72px; background: #e7f5ff; padding: .4em 1em; display: inline-block; position: relative; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: visible; text-decoration: none; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.SWUI_Btn::-moz-focus-inner { border: 0; padding: 0; }
.SWUI_Btn:hover, .SWUI_Btn:focus { border: 1px solid #ccc; background: #95d0ff; font-weight: normal; color: #2b2b2b; }
.SWUI_Btn:active { border: 1px solid #003eff; background: #57b4ff; font-weight: normal; color: #fff; }
.SWUI_Btn:disabled { color: #BBBBBB; background-image: none; cursor: default; }
fieldset.SWUI_Prg { -moz-border-radius: 8px; border-radius: 8px; }
legend.SWUI_Prg { font: menu; color: #335ea8; }
input.SWUI_Prg { font: menu; }
select.SWUI_Prg { font: menu; }
/*=============================================================================
AjaxControlToolkit.Rating
-----------------------------------------------------------------------------*/
.SWUI_StarRating_Rating { height: 16px; float: left; }
.SWUI_StarRating_Star { height: 16px; width: 16px; cursor: pointer; }
.SWUI_StarRating_Filled { background-image: url(Images/Icons/Star_Blue_16x16.png); }
.SWUI_StarRating_Empty { background-image: url(Images/Icons/Star_Gray_16x16.png); }
.SWUI_StarRating_Waiting { background-image: url(Images/Icons/Star_Red_16x16.png); cursor: pointer; }
.SWUI_StarRating_Meta { font-family: Segoe UI, Verdana; font-size: small; }
/* .SWUI_StarRating_Meta_Description { } */
.SWUI_StarRating_Meta_Average { width: 40px; text-align: right; padding-right: 8px; }
/* .SWUI_StarRating_Meta_Other { } */
.SWUI_StarRating_Outer { background-image: url(Images/Icons/Star_Gray_16x16.png); height: 16px; width: 80px; }
.SWUI_StarRating_Inner { background-image: url(Images/Icons/Star_Yellow_16x16.png); height: 16px; width: 0; }
.SWUI_StarRating_Rating_Users { position: absolute; margin-top: -16px; }
/*=============================================================================
Password.Generator Interface
-----------------------------------------------------------------------------*/
.SWUI_MenuDown { BORDER-RIGHT: solid 1px buttonhighlight; BORDER-TOP: solid 1px buttonshadow; BORDER-LEFT: solid 1px buttonshadow; BORDER-BOTTOM: solid 1px buttonhighlight; }
.SWUI_MenuUp { BORDER-RIGHT: solid 1px buttonshadow; BORDER-TOP: solid 1px buttonhighlight; BORDER-LEFT: solid 1px buttonhighlight; BORDER-BOTTOM: solid 1px buttonshadow; }
/*=============================================================================
TreeView
-----------------------------------------------------------------------------*/
td.SWUI_TreeView_Node { padding: 1px 0 0 0; margin: 0; }
a.SWUI_TreeView_Node { font-family: 'Segoe UI', 'Verdana'; font-size: small; padding: 2px 4px 2px 4px; margin: 0; }
/* td.SWUI_TreeView_SelectedNode { } */
a.SWUI_TreeView_SelectedNode { background-color: #3a6ea5; color: #ffffff; }
.SWUI_TreeView a[tabindex="-1"] img { margin: 2px 0 0 0; }
/*=============================================================================
Table
-----------------------------------------------------------------------------*/
/* .SWUI_Table { } */
/* .SWUI_Table tr td { } */
.SWUI_Table_Label { white-space: nowrap; text-align: left; padding-top: 2px; padding-left: 8px; }
.SWUI_Table_Value { text-align: left; padding-right: 2px; }
.SWUI_Table_Value input[type="text"] { width: 100%; }
.SWUI_Table_Value input[type="password"] { width: 100%; }
.SWUI_Table_Value input[type="checkbox"] { width: 13px; height: 13px; margin: 0; padding: 0; }
.SWUI_Table_CheckBox { width: 13px; margin: 0; padding: 0; }
/* .SWUI_Table_Check { } */
.SWUI_Table_ResultRequired { background: url(Images/Icons/ArrowRed_16x16.png) no-repeat; width: 16px; height: 16px; }
.SWUI_Table_Result1 { background: url(Images/Icons/Checkbox_16x16.png) no-repeat; width: 16px; height: 16px; }
.SWUI_Table_Result0 { width: 16px; height: 16px; }
.SWUI_Table_Result0Changed { background: url(Images/Icons/ArrowRed_16x16.png) no-repeat; width: 16px; height: 16px; }
.SWUI_Table_ErrorPanel { border: solid 1px #dd3c10; background: #ffebe8; padding: 4px; display: block; }
.SWUI_Table_SuccessPanel { border: solid 1px #10dd50; background: #e8ffee; padding: 4px; display: block; }
.SWUI_Table_Button { float: right; background-color: #f0f0f0; width: 56px; border: solid 1px #bdc7d8; display: block; text-align: center; padding: 2px 0 2px 0; cursor: default; text-decoration: none !important; color: Black !important; }
.SWUI_Table_Button_Disabled { width: 56px; border: solid 1px #f0f0f0; display: block; text-align: center; padding: 2px 0 2px 0; cursor: default; text-decoration: none !important; color: Black !important; }
.SWUI_Table_ErrorPanel ul { padding: 0; margin: 0; }
.SWUI_Table_ErrorPanel ul li { padding: 0; margin: 0; color: Black; list-style-type: none; }
/*=============================================================================
GridViewTable
-----------------------------------------------------------------------------*/
.SWUI_GridViewTableAddAlignMiddle {}
.SWUI_GridViewTableAddAlignMiddle tr th { vertical-align: middle; }
.SWUI_GridViewTableAddAlignMiddle tr td { vertical-align: middle; }
.SWUI_GridViewTableAddBorders { border: solid 1px #5D7B9D !important; }
.SWUI_GridViewTableAddBorders tr th { border: solid 1px #6F8AAA !important; }
.SWUI_GridViewTableAddBorders tr td { border: solid 1px #b8d9ff !important; }
.SWUI_GridViewTable { border: hidden; border-collapse: collapse; border-width: 0; empty-cells: show; }
.SWUI_GridViewTable tbody tr { background-color: #F7F6F3; }
.SWUI_GridViewTable thead tr th { font-family: Verdana; font-size: small; font-weight: bold; color: #ffffff; background-color: #5D7B9D; border: hidden; border-width: 0; padding: 2px 4px 2px 4px; }
.SWUI_GridViewTable thead tr th a:link { color: #ffffff; text-decoration: none; }
/* .SWUI_GridViewTable thead tr th a:visited { } */
/* .SWUI_GridViewTable thead tr th a:active { } */
.SWUI_GridViewTable thead tr th a:hover { text-decoration: underline; }
.SWUI_GridViewTable tbody tr th { font-family: Verdana; font-size: small; font-weight: bold; color: #ffffff; background-color: #5D7B9D; border: hidden; border-width: 0; padding: 2px 4px 2px 4px; }
.SWUI_GridViewTable tbody tr th a:link { color: #ffffff; text-decoration: none; }
/* .SWUI_GridViewTable tbody tr th a:visited { } */
/* .SWUI_GridViewTable tbody tr th a:active { } */
.SWUI_GridViewTable tbody tr th a:hover { text-decoration: underline; }
.SWUI_GridViewTable tbody tr td { font-family: Verdana; font-size: small; color: #000040; border: hidden; border-width: 0; padding: 2px 4px 2px 4px; }
.SWUI_GridViewTable tbody tr td a:link { color: #0000E0; text-decoration: none; }
/* .SWUI_GridViewTable tbody tr td a:visited { } */
/* .SWUI_GridViewTable tbody tr td a:active { } */
.SWUI_GridViewTable tbody tr td a:hover { text-decoration: underline; }
.SWUI_GridViewTable tbody tr td span input[type="checkbox"] { width: 13px; height: 13px; padding: 0; margin: 0; }
.SWUI_GridViewTable tbody tr td input[type="checkbox"] { width: 13px; height: 13px; padding: 0; margin: 0; }
.SWUI_GridViewTableAltRow td { background-color: #e0e0e0 !Important; }
/* .SWUI_GridViewTableAltRow { } */
.SWUI_GridViewTablePager { background-color: #5D7B9D !Important; }
.SWUI_GridViewTablePager td { background-color: #5D7B9D !Important; color: #ffffff !Important; }
.SWUI_GridViewTablePager { background-color: #5D7B9D !Important; }
.SWUI_GridViewTablePager td { padding: 0 !Important; background-color: #5D7B9D !Important; color: #ffffff !Important; }
.SWUI_GridViewTablePager td table tr td { padding: 2px 2px 2px 2px !Important; }
.SWUI_GridViewTableCommands { background-color: #5D7B9D !Important; padding: 4px; }
.SWUI_GridViewTableCommands td { color: #ffffff; }
.SWUI_GridViewTable tbody tr td input[type="text"] { font-family: Verdana; font-size: small; width: 100%; }
.SWUI_GridViewTable tbody tr td textarea { font-family: Verdana; font-size: small; width: 100%; }
.SWUI_GridViewTable tbody tr td select { font-family: Verdana; font-size: small; }
.SWUI_GridViewTable_NoWrap tbody tr td { white-space: nowrap; }
.SWUI_GridViewTable_NoWrap tbody tr th { white-space: nowrap; }
/*=============================================================================
ToolBar table
-----------------------------------------------------------------------------*/
div.SWUI_ToolBar {
background-color: #ccd5f0;
}
.SWUI_ToolBarAddBorderTop {
border-top: solid 1px #6F8AAA !important;
}
table.SWUI_ToolBar {
background-color: #ccd5f0;
border-spacing: 4px;
border-collapse: separate;
}
table.SWUI_ToolBar tr td {
vertical-align: middle;
white-space: nowrap
}
/*=============================================================================
Console - Default, Trace, Matrix, DOS
-----------------------------------------------------------------------------*/
.SWUI_Console { border: solid 1px #668eaf; width: 100%; height: 100%; background-color: InfoBackground; margin: 4px 0 0 0; padding: 0; }
.SWUI_Console_Head { background-color: #f0f0f0; background: linear-gradient(to bottom, #f0f0ff, #b8d9ff); }
.SWUI_Console_HeadContent { padding: 2px 6px 2px 6px; font-family: Consolas, Verdana; font-size: small; display: table-cell; }
.SWUI_Console_Body { border-top: solid 1px #668eaf; border-bottom: solid 1px #668eaf; overflow: auto;
height: -webkit-calc(100% - 22px - 16px - 3px); /* Chrome 19-> */
height: -moz-calc(100% - 22px - 16px - 3px); /* Firefox */
height: calc(100% - 22px - 16px - 3px); /* ie9 -> */ }
.SWUI_Console_BodyContent { font-family: Consolas, Verdana; font-size: small; white-space: nowrap; }
.SWUI_Console_Foot { height: 16px; background-color: white; }
.SWUI_Console_FootContent { height: 16px; font-family: Consolas, Verdana; font-size: small; }
.SWUI_Console_FootContent input {
outline: none; border-width: 0; border: hidden;
font-family: Consolas, Verdana; font-size: small;
-webkit-box-sizing: border-box; /* <=iOS4, <= Android 2.3 */
-moz-box-sizing: border-box; /* FF1+ */
box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
width: 100%; }
/*=============================================================================
Help Studio
-----------------------------------------------------------------------------*/
/* .SWUI_Help { } */
.SWUI_Help_Header { background-color: #ccccff; padding: 4px 8px 4px 8px; color: #003399; }
.SWUI_Help_Header_Text { font-weight: bold; font-size: small; }
/* .SWUI_Help_Header_Title { } */
/*=============================================================================
Panel, Window, Form, MessageBox
-----------------------------------------------------------------------------*/
.SWUI_Panel_Title { padding: 4px 8px 4px 8px; font-weight: bold; background-color: #d0d0d0; color: #333333; text-align: center; }
.SWUI_Panel_Body { padding: 8px 8px 8px 8px; background-color: #f0f0f0; }
/*=============================================================================
Help Header
-----------------------------------------------------------------------------*/
.SWUI_HelpHeader_PlaceHolder { border-bottom: 1px solid rgb(186, 194, 214); height: 58px; }
.SWUI_HelpHeader { background-color: InfoBackground; width: 100%; }
.SWUI_HelpHeader_CellLeft { padding: 8px 8px 0 8px; vertical-align: top; }
.SWUI_HelpHeader_CellRight { text-align: center; height: 58px; width: 58px; vertical-align: middle; }
.SWUI_HelpHeader_Category { font-family: Tahoma; font-size: small; font-weight: bold; padding-right: 4px; }
.SWUI_HelpHeader_Subject { font-family: Tahoma; font-size: small; font-weight: bold; }
.SWUI_HelpHeader_Body { font-family: Verdana; font-size: small; margin-left: 8px; margin-top: 4px; color: #606060; }
/* .SWUI_HelpHeader_Icon { } */
/*=============================================================================
Interface.Menu
-----------------------------------------------------------------------------*/
/* Menu */
.SWUI_Menu { border: solid 1px #668eaf; margin-bottom: 2px; }
.SWUI_Menu_Table_THead TR TH { height: 22px; background-image: url(Images/Interface/Office2007/MenuHeaderBg-1x22.png); }
.SWUI_Menu_Th_Icon { padding: 0 4px 0 4px; }
.SWUI_Menu_Th_Title { width: 100%; text-align: left; white-space: nowrap; font: menu; color: #15428b; }
.SWUI_Menu_Th_Control { cursor: pointer; }
.SWUI_Menu_Th_Control_Icon { width: 16px; height: 16px; }
.SWUI_Menu_Th_Control_Icon_Close { margin: 0 4px 0 0; width: 16px; height: 16px; }
.SWUI_Menu_Body { background-color: #ffffff; }
/* Panel */
.SWUI_Panel { border: solid 1px #9a9a9a; margin-bottom: 2px; }
.SWUI_Panel_Table_THead TR TH { height: 22px; background-image: url(Images/Interface/Office2007/MenuPanelBg-1x22.png); }
/* Movable */
.SWUI_Movable { overflow: hidden; border: solid 1px #404040; position: absolute; width: 120px; background-color: #ffffff; }
.SWUI_Movable_Table_THead TR TH { height: 22px; background-image: url(Images/Interface/Office2003/TabStripCenter_Over.1x22.gif); }
/*=============================================================================
ToolBar
-----------------------------------------------------------------------------*/
.SWUI_ToolBar_OuterTable { width: 100%; background-color: #dce7f4; /*#9EBEF5*/ }
/*=============================================================================
Bar
-----------------------------------------------------------------------------*/
.SWUI_Bar_Node { margin-bottom: 1px; margin-right: 2px; float: left; /* border-bottom: solid 1px red; */ }
.SWUI_Bar_Node table tbody tr td { white-space: nowrap; /*border: solid 1px black;*/ }
/* .SWUI_Bar_Node table { border: solid 1px black; } */
.SWUI_Bar_ButtonCell { white-space: nowrap; background-image: url(Images/Interface/Office2007/Bar_MC-1x65.png); }
.SWUI_Bar_TL { width: 4px; height: 4px; background-image: url(Images/Interface/Office2007/Bar_TL-4x4.png); }
.SWUI_Bar_TC { height: 4px; background-image: url(Images/Interface/Office2007/Bar_TC-1x4.png); }
.SWUI_Bar_TR { width: 4px; height: 4px; background-image: url(Images/Interface/Office2007/Bar_TR-4x4.png); }
.SWUI_Bar_ML { width: 4px; height: 24px; background-image: url(Images/Interface/Office2007/Bar_ML-4x65.png); }
.SWUI_Bar_MC { height: 24px; background-image: url(Images/Interface/Office2007/Bar_MC-1x65.png); }
.SWUI_Bar_MR { width: 4px; height: 24px; background-image: url(Images/Interface/Office2007/Bar_MR-4x65.png); }
.SWUI_Bar_BL { width: 4px; height: 16px; background-image: url(Images/Interface/Office2007/Bar_BL-4x16.png); }
.SWUI_Bar_BR { width: 4px; height: 16px; background-image: url(Images/Interface/Office2007/Bar_BR-4x16.png); }
.SWUI_Bar_BC { height: 16px; background-image: url(Images/Interface/Office2007/Bar_BC-1x16.png); font: menu; color: #668eaf; text-align: center; padding-bottom: 1px; }
/*=============================================================================
Button
-----------------------------------------------------------------------------*/
.SWUI_Button_Off_Out { margin: 1px; border-width: 0; background-color: transparent; height: 20px; }
.SWUI_Button_Off_Over { margin: 0; border: 1px solid #ffab3f; background-image: url(Images/Interface/Office2007/Button_Off_Over.1x20.png); height: 20px; }
.SWUI_Button_On_Out { margin: 0; border: 1px solid #ffab3f; background-image: url(Images/Interface/Office2007/Button_On_Out.1x20.png); height: 20px; }
.SWUI_Button_On_Over { margin: 0; border: 1px solid #ffab3f; background-image: url(Images/Interface/Office2007/Button_On_Over.1x20.png); height: 20px; }
.SWUI_Button_Icon { vertical-align: middle; display: table-cell; height: 16px; }
.SWUI_Button_Text { vertical-align: middle; display: table-cell; cursor: default; padding: 0 2px 0 0; font: menu; }
/*=============================================================================
TabStrip
-----------------------------------------------------------------------------*/
.SWUI_TabStrip { height: 100%; border: solid 1px #6593cf; background-color: #FFFFFF; }
.SWUI_TabStrip_Strips { background-image: url(Images/Interface/Office2007/StripCenter_Off_Out.1x22.png); height: 22px; }
.SWUI_TabStrip_Pages { height: 100%; }
/*=============================================================================
Strip
-----------------------------------------------------------------------------*/
/* .SWUI_Strip_Table tr td { } */
.SWUI_Strip_Left_Off_Out { width: 1px; background-image: url(Images/Interface/Office2007/StripLeft_Off_Out.1x22.png); }
.SWUI_Strip_Left_Off_Over { width: 1px; background-image: url(Images/Interface/Office2007/StripLeft_Off_Over.1x22.png); }
.SWUI_Strip_Left_On_Over { width: 1px; background-image: url(Images/Interface/Office2007/StripLeft_On_Over.1x22.png); }
.SWUI_Strip_Left_On_Out { width: 1px; background-image: url(Images/Interface/Office2007/StripLeft_On_Out.1x22.png); }
.SWUI_Strip_Right { width: 1px; background-image: url(Images/Interface/Office2007/StripRight_Off_Out.1x22.png); }
.SWUI_Strip_Separator { background-image: url(Images/Interface/Office2007/StripLeft_Off_Out.1x22.png); background-repeat: no-repeat; background-position: left top; width: 1px; float: left; }
.SWUI_Strip_Off_Out { background-image: url(Images/Interface/Office2007/StripCenter_Off_Out.1x22.png); background-color: transparent; float: left; }
.SWUI_Strip_Off_Over { padding: 0; background-image: url(Images/Interface/Office2007/StripCenter_Off_Over.1x22.png); float: left; }
.SWUI_Strip_On_Out { padding: 0; background-image: url(Images/Interface/Office2007/StripCenter_On_Out.1x22.png); float: left; }
.SWUI_Strip_On_Over { padding: 0; background-image: url(Images/Interface/Office2007/StripCenter_On_Over.1x22.png); float: left; }
.SWUI_Strip_Icon { margin: 3px 0 3px 4px; }
.SWUI_Strip_Close_Off_Out { background-image: url(Images/Interface/Office2007/StripClose_Off_Out-16x16.png); background-repeat: no-repeat; background-position: center center; width: 20px; }
.SWUI_Strip_Close_Off_Over { background-image: url(Images/Interface/Office2007/StripClose_Off_Over-16x16.png); background-repeat: no-repeat; background-position: center center; width: 20px; }
.SWUI_Strip_Close_On_Over { background-image: url(Images/Interface/Office2007/StripClose_Off_Over-16x16.png); background-repeat: no-repeat; background-position: center center; width: 20px; }
.SWUI_Strip_Close_On_Out { background-image: url(Images/Interface/Office2007/StripClose_On_Out-16x16.png); background-repeat: no-repeat; background-position: center center; width: 20px; }
.SWUI_Strip_Text_Off { padding-left: 3px; padding-right: 4px; cursor: default; color: #204d9f; font: menu; }
.SWUI_Strip_Text_On { padding-left: 3px; padding-right: 4px; cursor: default; color: #204d9f; font: menu; }
/*=============================================================================
Interface.MultiPage
-----------------------------------------------------------------------------*/
.SWUI_MultiPage { width: 100%; height: 100%; }
.SWUI_MultiPage_TBody TR TD { width: 100%; height: 100%; }
/*=============================================================================
Interface.Page
-----------------------------------------------------------------------------*/
.SWUI_Page_Frame { width: 100%; height: 100%; background-color: #FFFFFF; display: none; }
/*=============================================================================
Interface.PopupWindow
-----------------------------------------------------------------------------*/
.SWUI_PopupWindow { position: absolute; width: 600px; height: 300px; top: 20px; left: 20px; background-color: Red; border: solid 1px #002d96; }
.SWUI_PopupWindow_Table { width: 100%; height: 100%; }
.SWUI_PopupWindow_Table_THead TR TH { background-image: url(Images/Interface/Office2003/StripCenter_Over.1x22.gif); cursor: default; text-align: left; font: menu; font-weight: bold !important; color: white; height: 22px; /* background-image: url(Images/Interface/Office2003/MenuHeaderBg.1x22.gif); */ }
.SWUI_PopupWindow_HCell_Icon { padding: 2px 0 2px 4px; width: 20px; }
.SWUI_PopupWindow_Control_Off_Out { background-image: url(Images/Interface/Office2003/StripClose_Out.16x16.gif); background-repeat: no-repeat; background-position: center center; width: 16px; }
.SWUI_PopupWindow_HCell_Close_Off_Out { background-image: url(Images/Interface/Office2003/StripClose_Out.16x16.gif); background-repeat: no-repeat; background-position: center center; width: 20px; }
.SWUI_PopupWindow_HCell_Close_Off_Over { background-image: url(Images/Interface/Office2003/StripClose_Over.16x16.gif); background-repeat: no-repeat; background-position: center center; width: 20px; }
.SWUI_PopupWindow_HCell_Close_On_Over { background-image: url(Images/Interface/Office2003/StripClose_Over.16x16.gif); background-repeat: no-repeat; background-position: center center; width: 20px; }
.SWUI_PopupWindow_HCell_Close_On_Out { background-image: url(Images/Interface/Office2003/StripClose_Out.16x16.gif); background-repeat: no-repeat; background-position: center center; width: 20px; }
.SWUI_PopupWindow_TBodyDiv { background-color: #ffffff; height: 100%; }
/*=============================================================================
Color Levels from Green (180°) to Red (0°) on Hue-Saturation-Lightness wheel.
-----------------------------------------------------------------------------*/
/* System.Drawing.Colors.htm */
/* Hue: X°, Saturation: 0.50, Lightness: 1 */
.SWUI_Level_10 { background-color: #FF8080; }
.SWUI_Level_9 { background-color: #FFAA80; }
.SWUI_Level_8 { background-color: #FFD480; }
.SWUI_Level_7 { background-color: #FFFF80; }
.SWUI_Level_6 { background-color: #D5FF80; }
.SWUI_Level_5 { background-color: #AAFF80; }
.SWUI_Level_4 { background-color: #80FF80; }
.SWUI_Level_3 { background-color: #80FFAA; }
.SWUI_Level_2 { background-color: #80FFD4; }
.SWUI_Level_1 { background-color: #80FFFF; }
.SWUI_Level_0 { background-color: #FFFFFF; }
/* Hue: X°, Saturation: 0.25, Lightness: 1 */
.SWUI_Level_10 { background-color: #FFBFBF; }
.SWUI_Level_9 { background-color: #FFD4BF; }
.SWUI_Level_8 { background-color: #FFEABF; }
.SWUI_Level_7 { background-color: #FFFFBF; }
.SWUI_Level_6 { background-color: #EAFFBF; }
.SWUI_Level_5 { background-color: #D4FFBF; }
.SWUI_Level_4 { background-color: #BFFFBF; }
.SWUI_Level_3 { background-color: #BFFFD5; }
.SWUI_Level_2 { background-color: #BFFFEA; }
.SWUI_Level_1 { background-color: #BFFFFF; }
.SWUI_Level_0 { background-color: #FFFFFF; }