vrowser 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,9 @@
1
+ /* Validation styles ------ */
2
+ label.error {
3
+ background: url("../images/unchecked.gif") no-repeat scroll 0 0 transparent;
4
+ color: #EA5200;
5
+ font-weight: bold;
6
+ padding-bottom: 2px;
7
+ padding-left: 16px;
8
+ }
9
+
@@ -0,0 +1,221 @@
1
+ body{
2
+ font-size: 16px;
3
+ color: black;
4
+ /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
5
+ font-family: 'メイリオ',Meiryo,Tahoma,Arial,Verdana,sans-serif;
6
+ /*background-color: #090909;*/
7
+ /*background-color: white;*/
8
+ }
9
+
10
+ pre{
11
+ font-family: 'メイリオ',Meiryo,Tahoma,Arial,Verdana,sans-serif;
12
+ }
13
+
14
+ html,body{
15
+ width: 100%;
16
+ height: 100%;
17
+ }
18
+
19
+ img{
20
+ box-shadow: 20px 20px 20px gray;
21
+ }
22
+
23
+ header{
24
+ position: fixed;
25
+ top: 0;
26
+ left: 0;
27
+ width: 100%;
28
+ /*height: 100%;*/
29
+ }
30
+
31
+ del{
32
+ color: black;
33
+ }
34
+ #clock{
35
+ position:absolute;
36
+ left:0;
37
+ text-align: right;
38
+ width: 100%;
39
+ top:0;
40
+ margin:0;
41
+ padding:0;
42
+ font-size: 250%;
43
+ }
44
+
45
+ h1{
46
+ font-size: 180%;
47
+ border: solid;
48
+ border-color: gray;
49
+ border-width: 0 0 1px 0;
50
+ text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
51
+ padding: 0;margin: 0;
52
+ }
53
+
54
+ h2{
55
+ border: solid;
56
+ border-color: gray;
57
+ border-width: 0 0 1px 0;
58
+ text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
59
+ }
60
+
61
+ section{
62
+ margin-left: 50px;
63
+ }
64
+
65
+ section p{
66
+ margin-left: 20px;
67
+ }
68
+
69
+ body{
70
+ background-color: white;
71
+ color: black;
72
+ margin: 0px;
73
+ padding: 0px;
74
+ }
75
+
76
+ section{
77
+ margin-left: 24px;
78
+ }
79
+
80
+ #toolbar{
81
+ padding-top: 5px;
82
+ background-color: #333;
83
+ border-style: solid;
84
+ border-color: #333;
85
+ border-width: 0px 0px 1px 0px;
86
+ height: 28px;
87
+ -moz-box-shadow: 10px 10px 10px gray;
88
+ }
89
+ #toolbar > a{
90
+ text-decoration: none;
91
+ font-weight: bold;
92
+ line-height: 1.5em;
93
+ padding-left: 10px;
94
+ }
95
+ #toolbar > a:link{color: #CCC;}
96
+ #toolbar > a:visited{color: #CCC;}
97
+ #toolbar > a:hover{color:skyblue}
98
+ #toolbar > a:active{color:skyblue}
99
+
100
+ #main_icon{
101
+ position: absolute;
102
+ }
103
+ section{
104
+ margin-left: 50px;
105
+ margin-right: 80px;
106
+ }
107
+ section > h1{
108
+ margin-top: 10px;
109
+ }
110
+ footer{
111
+ position: fixed;
112
+ bottom: 0px;
113
+ right: 0px;
114
+ background-color: black;
115
+ color: white;
116
+ font-size: 120%;
117
+ padding: 10px;
118
+ margin-right: 5px;
119
+ margin-bottom: 5px;
120
+ box-shadow: 0px 10px 10px 10px gray;
121
+ -webkit-box-shadow: 0px 10px 10px 10px gray;
122
+ -moz-box-shadow: 0px 10px 10px 10px gray;
123
+ }
124
+
125
+ /*
126
+ section > ul > ul > li{
127
+ border: solid 1px pink;*
128
+ padding: 10px;
129
+ width: 300px;
130
+ height: 250px;
131
+ float: left;
132
+ list-style: none;
133
+ overflow: hidden;
134
+ }
135
+
136
+ section{
137
+ clear: both;
138
+ }
139
+ */
140
+
141
+ td,th{
142
+ /*border: solid 1px black;*/
143
+ /*border-width: 1px 1px 0 0;*/
144
+ padding: 5px;
145
+ margin: 0;
146
+ }
147
+ .strong{
148
+ color: red;
149
+ font-weight: bold;
150
+ }
151
+ #peca_recorder{
152
+ border-collapse: collapse;
153
+ border-spacing: 0;
154
+ border: solid 1px black;
155
+ table-layout: fixed;
156
+ text-wrap: none;
157
+ font-size: 85%;
158
+ }
159
+ #peca_recorder > tbody > tr > th{
160
+ background-color: #333;
161
+ color: #CCC;
162
+ }
163
+ .default{
164
+ }
165
+ .highlight{
166
+ background-color: pink;
167
+ }
168
+ .even{
169
+ background-color: #EDEDED;
170
+ }
171
+ .odd{
172
+ background-color: #FEFEFE;
173
+ }
174
+ .imortal2{
175
+ font-size: 130%;
176
+ font-weight: bold;
177
+ color: #4169e1;
178
+ }
179
+ .imortal{
180
+ font-size: 120%;
181
+ font-weight: bold;
182
+ color: brown;
183
+ }
184
+ .tera{
185
+ font-size: 110%;
186
+ font-weight: bold;
187
+ }
188
+ .big{
189
+ font-size: 105%;
190
+ font-weight: bold;
191
+ }
192
+ .red{
193
+ color: red;
194
+ }
195
+ .pink{
196
+ color: #ff69b4;
197
+ }
198
+ .column1{
199
+ width: 45px;
200
+ }
201
+ .column2{
202
+ width: 150px;
203
+ }
204
+ .column3{
205
+ width: 20px;
206
+ }
207
+
208
+ #description{
209
+ float: left;
210
+ width: 500px;
211
+ }
212
+
213
+ #number_of_channels{
214
+ text-align: right;
215
+ }
216
+
217
+ #servers{
218
+ cursor: pointer;
219
+ font-size: 80% !important;
220
+ }
221
+
@@ -0,0 +1,274 @@
1
+ /*
2
+ * c-css by U4EA Technologies - Allan Jardine
3
+ * Version: 1.2.c.1
4
+ * Browser: Gecko 2.0
5
+ * Browser group: cssA
6
+ */
7
+ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
8
+ table { border-collapse:collapse; border-spacing:0; }
9
+ fieldset,img { border:0; }
10
+ address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
11
+ ol,ul { list-style:none; }
12
+ caption,th { text-align:left; }
13
+ h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
14
+ q:before,q:after { content:''; }
15
+ abbr,acronym { border:0; }
16
+ .syntaxhighlighter,
17
+ .syntaxhighlighter div,
18
+ .syntaxhighlighter code,
19
+ .syntaxhighlighter span,
20
+ .syntaxhighlighter .bold,
21
+ .syntaxhighlighter .italic,
22
+ .syntaxhighlighter .line,
23
+ .syntaxhighlighter .line .number,
24
+ .syntaxhighlighter .line .content,
25
+ .syntaxhighlighter .line .content .block,
26
+ .syntaxhighlighter .line .content .spaces,
27
+ .syntaxhighlighter .bar,
28
+ .syntaxhighlighter .ruler,
29
+ .syntaxhighlighter .toolbar,
30
+ .syntaxhighlighter .toolbar a,
31
+ .syntaxhighlighter .toolbar a:hover { margin: 0; padding: 0; border: 0; outline: 0; background: none; text-align: left; float: none; vertical-align: baseline; position: static; left: auto; top: auto; right: auto; bottom: auto; height: auto; width: auto; line-height: normal; font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; font-weight: normal; font-style: normal; font-size: 14px; }
32
+ .syntaxhighlighter { width: 100%; margin: 1em 0 1em 0; padding: 1px; position: relative; }
33
+ .syntaxhighlighter .bold { font-weight: bold; }
34
+ .syntaxhighlighter .italic { font-style: italic; }
35
+ .syntaxhighlighter .line .number { float: left; width: 3em; padding-right: .3em; text-align: right; display: block; }
36
+ .syntaxhighlighter.nogutter .line .number { display: none; }
37
+ .syntaxhighlighter .line .content { margin-left: 3.3em; padding-left: .5em; display: block; }
38
+ .syntaxhighlighter .line .content .block { display: block; padding-left: 1.5em; text-indent: -1.5em; }
39
+ .syntaxhighlighter .line .content .spaces { display: none; }
40
+ .syntaxhighlighter.nogutter .line .content { margin-left: 0; border-left: none; }
41
+ .syntaxhighlighter .bar { }
42
+ .syntaxhighlighter.collapsed .bar { }
43
+ .syntaxhighlighter.nogutter .ruler { margin-left: 0; padding-left: 0; }
44
+ .syntaxhighlighter .ruler { padding: 0 0 .5em .5em; margin-left: 3.3em; overflow: hidden; }
45
+ .syntaxhighlighter.collapsed .lines,
46
+ .syntaxhighlighter.collapsed .ruler { display: none; }
47
+ .syntaxhighlighter .toolbar { position: absolute; right: 0px; top: 0px; font-size: 1px; padding: 8px 8px 8px 0; }
48
+ .syntaxhighlighter.collapsed .toolbar { font-size: 80%; padding: .2em 0 .5em .5em; position: static; }
49
+ .syntaxhighlighter .toolbar a.item,
50
+ .syntaxhighlighter .toolbar .item { display: block; float: left; margin-left: 8px; background-repeat: no-repeat; overflow: hidden; text-indent: -5000px; }
51
+ .syntaxhighlighter.collapsed .toolbar .item { display: none; }
52
+ .syntaxhighlighter.collapsed .toolbar .item.expandSource { background-image: url(magnifier.png); display: inline; text-indent: 0; width: auto; float: none; height: 16px; padding-left: 20px; }
53
+ .syntaxhighlighter .toolbar .item.viewSource { background-image: url(page_white_code.png); }
54
+ .syntaxhighlighter .toolbar .item.printSource { background-image: url(printer.png); }
55
+ .syntaxhighlighter .toolbar .item.copyToClipboard { text-indent: 0; background: none; overflow: visible; }
56
+ .syntaxhighlighter .toolbar .item.about { background-image: url(help.png); }
57
+ .syntaxhighlighter.printing,
58
+ .syntaxhighlighter.printing .line.alt1 .content,
59
+ .syntaxhighlighter.printing .line.alt2 .content,
60
+ .syntaxhighlighter.printing .line.highlighted .number,
61
+ .syntaxhighlighter.printing .line.highlighted.alt1 .content,
62
+ .syntaxhighlighter.printing .line.highlighted.alt2 .content,
63
+ .syntaxhighlighter.printing .line .content .block { background: none; }
64
+ .syntaxhighlighter.printing .line .number { color: #bbb; }
65
+ .syntaxhighlighter.printing .line .content { color: #000; }
66
+ .syntaxhighlighter.printing .toolbar,
67
+ .syntaxhighlighter.printing .ruler { display: none; }
68
+ .syntaxhighlighter.printing a { text-decoration: none; }
69
+ .syntaxhighlighter.printing .plain,
70
+ .syntaxhighlighter.printing .plain a { color: #000; }
71
+ .syntaxhighlighter.printing .comments,
72
+ .syntaxhighlighter.printing .comments a { color: #008200; }
73
+ .syntaxhighlighter.printing .string,
74
+ .syntaxhighlighter.printing .string a { color: blue; }
75
+ .syntaxhighlighter.printing .keyword { color: #069; font-weight: bold; }
76
+ .syntaxhighlighter.printing .preprocessor { color: gray; }
77
+ .syntaxhighlighter.printing .variable { color: #a70; }
78
+ .syntaxhighlighter.printing .value { color: #090; }
79
+ .syntaxhighlighter.printing .functions { color: #ff1493; }
80
+ .syntaxhighlighter.printing .constants { color: #0066CC; }
81
+ .syntaxhighlighter.printing .script { font-weight: bold; }
82
+ .syntaxhighlighter.printing .color1,
83
+ .syntaxhighlighter.printing .color1 a { color: #808080; }
84
+ .syntaxhighlighter.printing .color2,
85
+ .syntaxhighlighter.printing .color2 a { color: #ff1493; }
86
+ .syntaxhighlighter.printing .color3,
87
+ .syntaxhighlighter.printing .color3 a { color: red; }
88
+ .syntaxhighlighter { background-color: #E7E5DC; }
89
+ .syntaxhighlighter .line.highlighted .number { background-color: #4E6CA3; color: black; }
90
+ .syntaxhighlighter .line.highlighted.alt1 .content,
91
+ .syntaxhighlighter .line.highlighted.alt2 .content { background-color: #4E6CA3; }
92
+ .syntaxhighlighter .line .number { color: #5C5C5C; }
93
+ .syntaxhighlighter .line .content { border-left: 3px solid #4E6CA3; color: #000; }
94
+ .syntaxhighlighter.printing .line .content { border: 0; }
95
+ .syntaxhighlighter .line.alt1 .content { background-color: #fff; }
96
+ .syntaxhighlighter .line.alt2 .content { background-color: #F8F8F8; }
97
+ .syntaxhighlighter .line .content .block { background: url(wrapping.png) 0 1.3em no-repeat; }
98
+ .syntaxhighlighter .ruler { color: silver; background-color: #F8F8F8; border-left: 3px solid #4E6CA3; }
99
+ .syntaxhighlighter.nogutter .ruler { border: 0; }
100
+ .syntaxhighlighter .toolbar { background-color: #F8F8F8; border: #E7E5DC solid 1px; }
101
+ .syntaxhighlighter .toolbar a { color: #a0a0a0; }
102
+ .syntaxhighlighter .toolbar a:hover { color: red; }
103
+ .syntaxhighlighter .plain,
104
+ .syntaxhighlighter .plain a { color: #000; }
105
+ .syntaxhighlighter .comments,
106
+ .syntaxhighlighter .comments a { color: #008200; }
107
+ .syntaxhighlighter .string,
108
+ .syntaxhighlighter .string a { color: blue; }
109
+ .syntaxhighlighter .keyword { color: #069; font-weight: bold; }
110
+ .syntaxhighlighter .preprocessor { color: gray; }
111
+ .syntaxhighlighter .variable { color: #a70; }
112
+ .syntaxhighlighter .value { color: #090; }
113
+ .syntaxhighlighter .functions { color: #ff1493; }
114
+ .syntaxhighlighter .constants { color: #0066CC; }
115
+ .syntaxhighlighter .script { background-color: yellow !important; }
116
+ .syntaxhighlighter .color1,
117
+ .syntaxhighlighter .color1 a { color: #808080; }
118
+ .syntaxhighlighter .color2,
119
+ .syntaxhighlighter .color2 a { color: #ff1493; }
120
+ .syntaxhighlighter .color3,
121
+ .syntaxhighlighter .color3 a { color: red; }
122
+ html, body { margin: 0; padding: 0; width: 100%; font: 100%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; color: #111; }
123
+ body.grid_1_2 { }
124
+ body.grid_2_3 { }
125
+ #fw_container { width: 980px; padding-top: 2em; margin: 0 auto; }
126
+ #fw_content { }
127
+ #fw_footer { padding-top: 4em; font-size: 75%; }
128
+ body.grid_1_2 .grid_column_1 { width: 470px; padding-right: 20px; float: left; }
129
+ body.grid_1_2 .grid_column_2 { width: 470px; padding-left: 20px; float: right; }
130
+ body.grid_2_3 .grid_column_1 { width: 633px; padding-right: 20px; float: left; }
131
+ body.grid_2_3 .grid_column_2 { width: 306px; padding-left: 20px; float: right; }
132
+ body.grid_3_2 .grid_column_1 { width: 306px; padding-right: 20px; float: right; }
133
+ body.grid_3_2 .grid_column_2 { width: 633px; padding-left: 20px; float: left; }
134
+ .grid_column_1r { width: 306px; padding-right: 20px; float: left; }
135
+ .grid_column_2r { width: 633px; padding-left: 20px; float: right; }
136
+ .grid_full { width: 100%; }
137
+ .full_width { width: 980px; }
138
+ #fw_header { margin-bottom: 1.5em; position: relative; }
139
+ .forums #fw_header { margin-bottom: 0em; }
140
+ #fw_header ul { padding-top: 10px; padding-left: 28px; }
141
+ #fw_header li { float: left; padding: 0 8px; }
142
+ #fw_header li a { padding: 0 10px; }
143
+ #fw_header li a:hover { text-decoration: none; border-bottom: 5px solid #829ac6; }
144
+ #fw_header li a.active { border-bottom: 5px solid #4E6CA3; }
145
+ #fw_header ul.submenu li a.active,
146
+ #fw_header ul.subsubmenu li a.active { border-bottom: 5px solid #829ac6; }
147
+ #fw_header ul.submenu, #fw_header ul.subsubmenu { padding-top: 0; margin-top: 1em; }
148
+ #fw_header ul.submenu_usage { padding-left: 85px; }
149
+ #fw_header ul.submenu_plugins { padding-left: 170px; }
150
+ #fw_header ul.submenu_development { padding-left: 50px; }
151
+ #fw_header ul.submenu_extras { padding-left: 70px; }
152
+ #fw_header ul.submenu_testing { padding-left: 480px; }
153
+ #fw_header ul.submenu_styling { padding-left: 80px; }
154
+ #fw_header ul.submenu li,
155
+ #fw_header ul.subsubmenu li { font-size: 85%; }
156
+ #fw_header ul.subsubmenu { padding-left: 120px; }
157
+ #fw_header h1 a { color: black; }
158
+ #fw_header h1 a:hover { text-decoration: none; }
159
+ #header_options { position: absolute; top: -32px; right: 0px; width: 560px; }
160
+ #header_options .option { width: 185px; float: left; padding: 5px 0; text-align: center; }
161
+ #header_options a:hover { text-decoration: none; }
162
+ #header_options .option:hover { background-color: #F5F7FA; }
163
+ #header_options div.option img { vertical-align: middle; margin-right: 7px; }
164
+ #header_options .option table { margin: 0 auto; }
165
+ #header_options .option table td { }
166
+ #header_options #options_search { border-top: 1px dashed #e0e0e0; width: 560px; padding: 7px 0; }
167
+ #header_options #options_download { border-left: 1px dashed #e0e0e0; border-right: 1px dashed #e0e0e0; }
168
+ #options_search input[type='text'] { height: 20px; width: 350px; }
169
+ #header_download { position: absolute; top: -8px; right: 0px; width: 220px; height: 36px; text-align: center; background: url('../images/dl_button_220.jpg') no-repeat top left; font-size: 0.9em; padding-top: 13px; }
170
+ #header_donate { position: absolute; top: -8px; right: 220px; width: 220px; height: 36px; text-align: center; background: url('../images/donate_button.jpg') no-repeat top left; padding-top: 13px; font-size: 0.9em; }
171
+ #header_download a, #header_donate a { color: white; }
172
+ #header_download a:hover, #header_donate a:hover { text-decoration: none; }
173
+ #dontate_wrapper { border: 1px dotted #A5A5A5; background-color: #FcFcFc; padding: 5px; margin: 0 0em 1.5em 0em; text-align: center; font-size: 0.8em; color: #555; }
174
+ .css_clear { clear: both; height: 0; line-height: 0; visibility: hidden; }
175
+ .css_right { text-align: right; }
176
+ .css_center { text-align: center; }
177
+ .css_spacing { margin-top: 1.5em; }
178
+ .css_small { font-size: 75%; line-height: 1.45em; }
179
+ .css_vsmall { font-size: 65%; line-height: 1.45em; }
180
+ table.display td.css_small { font-size: 0.7em; line-height: 1.45em; }
181
+ table.parameters { width: 100%; margin-bottom: 1em; }
182
+ td.parameter { width: 306px; }
183
+ td.label { width: 180px; padding-left: 20px; }
184
+ a { text-decoration: none; color: #4E6CA3; }
185
+ a:hover { text-decoration: underline; }
186
+ .css_link { text-decoration: none; color: #4E6CA3; cursor: pointer; *cursor: hand; }
187
+ .css_link:hover { text-decoration: underline; }
188
+ h1 { font-size: 2em; line-height: 1.45em; vertical-align: middle; color: black; }
189
+ h1 img { margin-top: -5px; vertical-align: middle; }
190
+ h2 { font-size: 1.3em; line-height: 1.45em; color: black; }
191
+ h3 { font-size: 1.2em; line-height: 1.45em; padding-top: 2em; margin-bottom: 0.5em; border-bottom: 1px solid #829ac6; }
192
+ #index h3 { padding-top: 0em; }
193
+ h4 { }
194
+ p { margin: 1em 0; }
195
+ #index p, #download p { margin: 0.5em 0; }
196
+ #fw_content img { margin: 0 auto; }
197
+ ol li { padding-bottom: 0.5em; }
198
+ ol { list-style-type: decimal; }
199
+ #license #fw_content li { font-size: 14px; }
200
+ #license #fw_content li p { margin: 0; }
201
+ #fw_content ul { list-style-image: url('../images/arrow.jpg'); padding: 0.5em 0 0.5em 2em; font-size: 80%; }
202
+ ul.spaced_list li { padding-bottom: 1em; }
203
+ #fw_content ul.limit_length li ul { padding: 0 0 0 2em; }
204
+ input.text { width: 300px; }
205
+ textarea { height: 150px; width: 550px; }
206
+ #fw_content h4 { margin-top: 1em; margin-bottom: 0.5em; }
207
+ p.question { font-weight: bold; }
208
+ p.answer { margin-bottom: 2em; }
209
+ span.disscusionId { color: #AAA; font-size: 0.9em; }
210
+ li.Support li.DiscussionTopic a { color: red !important; }
211
+ div.news_link { margin-bottom: 12px; }
212
+ .column_1_3 { float: left; width: 306px; margin-right: 20px; }
213
+ .column_1_3r { float: left; width: 306px; }
214
+ .red { color: red; }
215
+ div.box { border: 1px solid #A4A4A4; background-color: #F8F8F8; padding: 1em; margin: 0.5em 0; }
216
+ .dataTables_wrapper { position: relative; min-height: 302px; _height: 302px; clear: both; }
217
+ .dataTables_processing { position: absolute; top: 0px; left: 50%; width: 250px; margin-left: -125px; border: 1px solid #ddd; text-align: center; color: #999; font-size: 11px; padding: 2px 0; }
218
+ .dataTables_length { width: 40%; float: left; }
219
+ .dataTables_filter { width: 50%; float: right; text-align: right; }
220
+ .dataTables_info { width: 60%; float: left; padding-top: 10px; }
221
+ .dataTables_paginate { width: 44px; * width: 50px; float: right; text-align: right; padding-top: 10px; }
222
+ .paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next { height: 19px; width: 19px; margin-left: 3px; float: left; }
223
+ .paginate_disabled_previous { background-image: url('../images/back_disabled.jpg'); }
224
+ .paginate_enabled_previous { background-image: url('../images/back_enabled.jpg'); }
225
+ .paginate_disabled_next { background-image: url('../images/forward_disabled.jpg'); }
226
+ .paginate_enabled_next { background-image: url('../images/forward_enabled.jpg'); }
227
+ table.display { margin: 0 auto; width: 100%; clear: both; }
228
+ table.display thead th { padding: 3px 10px; cursor: pointer; * cursor: hand; font-size: 0.8em; }
229
+ table.display tfoot th { padding: 3px 10px; border-top: 1px solid black; font-weight: bold; }
230
+ table.display tr.heading2 td { border-bottom: 1px solid #aaa; }
231
+ table.display td { padding: 3px 10px; font-size: 0.8em; }
232
+ table.display td.center { text-align: center; }
233
+ .sorting_asc { background: url('../images/sort_asc.jpg') no-repeat center right; }
234
+ .sorting_desc { background: url('../images/sort_desc.jpg') no-repeat center right; }
235
+ .sorting { background: url('../images/sort_both.jpg') no-repeat center right; }
236
+ table.display tr.odd.gradeA { background-color: #ddffdd; }
237
+ table.display tr.even.gradeA { background-color: #eeffee; }
238
+ table.display tr.odd.gradeA { background-color: #ddffdd; }
239
+ table.display tr.even.gradeA { background-color: #eeffee; }
240
+ table.display tr.odd.gradeC { background-color: #ddddff; }
241
+ table.display tr.even.gradeC { background-color: #eeeeff; }
242
+ table.display tr.odd.gradeX { background-color: #ffdddd; }
243
+ table.display tr.even.gradeX { background-color: #ffeeee; }
244
+ table.display tr.odd.gradeU { background-color: #ddd; }
245
+ table.display tr.even.gradeU { background-color: #eee; }
246
+ tr.odd { background-color: #E2E4FF; }
247
+ tr.even { background-color: white; }
248
+ .top, .bottom { padding: 15px; background-color: #F5F5F5; border: 1px solid #CCCCCC; }
249
+ .top .dataTables_info { float: none; }
250
+ .clear { clear: both; }
251
+ tfoot input { margin: 0.5em 0; width: 100%; color: #444; }
252
+ tfoot input.search_init { color: #999; }
253
+ tr.odd td.sorting_1 { background-color: #D3D6FF; }
254
+ tr.odd td.sorting_2 { background-color: #DADCFF; }
255
+ tr.odd td.sorting_3 { background-color: #E0E2FF; }
256
+ tr.even td.sorting_1 { background-color: #EAEBFF; }
257
+ tr.even td.sorting_2 { background-color: #F2F3FF; }
258
+ tr.even td.sorting_3 { background-color: #F9F9FF; }
259
+ tr.odd.gradeA td.sorting_1 { background-color: #c4ffc4; }
260
+ tr.odd.gradeA td.sorting_2 { background-color: #d1ffd1; }
261
+ tr.even.gradeA td.sorting_1 { background-color: #d5ffd5; }
262
+ tr.even.gradeA td.sorting_2 { background-color: #e2ffe2; }
263
+ tr.odd.gradeC td.sorting_1 { background-color: #c4c4ff; }
264
+ tr.odd.gradeC td.sorting_2 { background-color: #d1d1ff; }
265
+ tr.even.gradeC td.sorting_1 { background-color: #d5d5ff; }
266
+ tr.even.gradeC td.sorting_2 { background-color: #e2e2ff; }
267
+ tr.odd.gradeX td.sorting_1 { background-color: #ffc4c4; }
268
+ tr.odd.gradeX td.sorting_2 { background-color: #ffd1d1; }
269
+ tr.even.gradeX td.sorting_1 { background-color: #ffd5d5; }
270
+ tr.even.gradeX td.sorting_2 { background-color: #ffe2e2; }
271
+ tr.odd.gradeU td.sorting_1 { background-color: #c4c4c4; }
272
+ tr.odd.gradeU td.sorting_2 { background-color: #d1d1d1; }
273
+ tr.even.gradeU td.sorting_1 { background-color: #d5d5d5; }
274
+ tr.even.gradeU td.sorting_2 { background-color: #e2e2e2; }