Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2108 mathias 1
/*
2
 * Ext JS Library 2.0.2
3
 * Copyright(c) 2006-2008, Ext JS, LLC.
4
 * licensing@extjs.com
5
 *
6
 * http://extjs.com/license
7
 */
8
 
9
.x-date-picker {
10
    border: 1px solid #1b376c;
11
    border-top:0 none;
12
    background:#fff;
13
	position:relative;
14
}
15
.x-date-picker a {
16
    -moz-outline:0 none;
17
    outline:0 none;
18
}
19
.x-date-inner, .x-date-inner td, .x-date-inner th{
20
    border-collapse:separate;
21
}
22
.x-date-middle,.x-date-left,.x-date-right {
23
	background: url(../images/default/shared/hd-sprite.gif) repeat-x 0 -83px;
24
	color:#FFF;
25
	font:bold 11px "sans serif", tahoma, verdana, helvetica;
26
	overflow:hidden;
27
}
28
 
29
.x-date-middle .x-btn-left,.x-date-middle .x-btn-center,.x-date-middle .x-btn-right{
30
	background:transparent !important;
31
    vertical-align:middle;
32
}
33
.x-date-middle .x-btn .x-btn-text {
34
    color:#fff;
35
}
36
.x-date-middle .x-btn-with-menu  .x-btn-center em {
37
    background:transparent url(../images/default/toolbar/btn-arrow-light.gif) no-repeat right 0;
38
}
39
.x-date-right, .x-date-left {
40
    width:18px;
41
}
42
.x-date-right{
43
    text-align:right;
44
}
45
.x-date-middle {
46
    padding-top:2px;padding-bottom:2px;
47
}
48
.x-date-right a, .x-date-left a{
49
    display:block;
50
    width:16px;
51
	height:16px;
52
	background-position: center;
53
	background-repeat: no-repeat;
54
	cursor:pointer;
55
    -moz-opacity: 0.6;
56
    opacity:.6;
57
    filter: alpha(opacity=60);
58
}
59
.x-date-right a:hover, .x-date-left a:hover{
60
    -moz-opacity: 1;
61
    opacity:1;
62
    filter: alpha(opacity=100);
63
}
64
.x-date-right a {
65
    background-image: url(../images/default/shared/right-btn.gif);
66
    margin-right:2px;
67
    text-decoration:none !important;
68
}
69
.x-date-left a{
70
	background-image: url(../images/default/shared/left-btn.gif);
71
    margin-left:2px;
72
    text-decoration:none !important;
73
}
74
table.x-date-inner {
75
    width:100%;
76
    table-layout:fixed;
77
}
78
.x-date-inner th {
79
    width:25px;
80
}
81
.x-date-inner th {
82
    background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
83
    text-align:right !important;
84
	border-bottom: 1px solid #a3bad9;
85
    font:normal 10px arial, helvetica,tahoma,sans-serif;
86
	color:#233d6d;
87
	cursor:default;
88
    padding:0;
89
    border-collapse:separate;
90
}
91
.x-date-inner th span {
92
    display:block;
93
    padding:2px;
94
    padding-right:7px;
95
}
96
.x-date-inner td {
97
    border: 1px solid #fff;
98
	text-align:right;
99
    padding:0;
100
}
101
.x-date-inner a {
102
    padding:2px 5px;
103
    display:block;
104
    font:normal 11px arial, helvetica,tahoma,sans-serif;
105
	text-decoration:none;
106
    color:black;
107
    text-align:right;
108
    zoom:1;
109
}
110
.x-date-inner .x-date-active{
111
	cursor:pointer;
112
	color:black;
113
}
114
.x-date-inner .x-date-selected a{
115
	background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
116
	border:1px solid #8db2e3;
117
   padding:1px 4px;
118
}
119
.x-date-inner .x-date-today a{
120
	border: 1px solid darkred;
121
    padding:1px 4px;
122
}
123
.x-date-inner .x-date-selected span{
124
    font-weight:bold;
125
}
126
.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
127
	color:#aaaaaa;
128
    text-decoration:none !important;
129
}
130
.x-date-bottom {
131
    padding:4px;
132
    border-top: 1px solid #a3bad9;
133
    background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
134
}
135
 
136
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
137
    text-decoration:none !important;
138
    color:black;
139
    background: #ddecfe;
140
}
141
 
142
.x-date-inner .x-date-disabled a {
143
	cursor:default;
144
	background:#eeeeee;
145
	color:#bbbbbb;
146
}
147
.x-date-mmenu{
148
    background:#eeeeee !important;
149
}
150
.x-date-mmenu .x-menu-item {
151
	font-size:10px;
152
	padding:1px 24px 1px 4px;
153
	white-space: nowrap;
154
	color:#000;
155
}
156
.x-date-mmenu .x-menu-item .x-menu-item-icon {
157
    width:10px;height:10px;margin-right:5px;
158
    background-position:center -4px !important;
159
}
160
 
161
.x-date-mp {
162
	position:absolute;
163
	left:0;
164
	top:0;
165
	background:white;
166
	display:none;
167
}
168
.x-date-mp td {
169
    padding:2px;
170
	font:normal 11px arial, helvetica,tahoma,sans-serif;
171
}
172
td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
173
   border: 0 none;
174
	text-align:center;
175
	vertical-align: middle;
176
	width:25%;
177
}
178
.x-date-mp-ok {
179
	margin-right:3px;
180
}
181
.x-date-mp-btns button {
182
	text-decoration:none;
183
	text-align:center;
184
	text-decoration:none !important;
185
	background:#083772;
186
	color:white;
187
	border:1px solid;
188
	border-color: #3366cc #000055 #000055 #3366cc;
189
	padding:1px 3px 1px;
190
	font:normal 11px arial, helvetica,tahoma,sans-serif;
191
	cursor:pointer;
192
}
193
.x-date-mp-btns {
194
	background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
195
}
196
.x-date-mp-btns td {
197
	border-top: 1px solid #c5d2df;
198
   text-align:center;
199
}
200
td.x-date-mp-month a,td.x-date-mp-year a {
201
	display:block;
202
	padding:2px 4px;
203
	text-decoration:none;
204
	text-align:center;
205
	color:#15428b;
206
}
207
 
208
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
209
	color:#15428b;
210
	text-decoration:none;
211
	cursor:pointer;
212
	background: #ddecfe;
213
}
214
 
215
td.x-date-mp-sel a {
216
	padding:1px 3px;
217
	background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
218
	border:1px solid #8db2e3;
219
}
220
.x-date-mp-ybtn a {
221
    overflow:hidden;
222
    width:15px;
223
    height:15px;
224
    cursor:pointer;
225
    background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat;
226
    display:block;
227
    margin:0 auto;
228
}
229
.x-date-mp-ybtn a.x-date-mp-next {
230
    background-position:0 -120px;
231
}
232
.x-date-mp-ybtn a.x-date-mp-next:hover {
233
    background-position:-15px -120px;
234
}
235
.x-date-mp-ybtn a.x-date-mp-prev {
236
    background-position:0 -105px;
237
}
238
.x-date-mp-ybtn a.x-date-mp-prev:hover {
239
    background-position:-15px -105px;
240
}
241
.x-date-mp-ybtn {
242
   text-align:center;
243
}
244
td.x-date-mp-sep {
245
   border-right:1px solid #c5d2df;
246
}