Accept, save and show observation dates/times in vitals.
[openemr.git] / library / js / fancybox / jquery.fancybox-1.2.6.css
blobdbd9f58c997bec032cc9414a4e157fa1d7d751b4
1 div#fancy_overlay {
2 position: fixed;
3 top: 0;
4 left: 0;
5 width: 100%;
6 height: 100%;
7 display: none;
8 z-index: 30;
11 div#fancy_loading {
12 position: absolute;
13 height: 40px;
14 width: 40px;
15 cursor: pointer;
16 display: none;
17 overflow: hidden;
18 background: transparent;
19 z-index: 100;
22 div#fancy_loading div {
23 position: absolute;
24 top: 0;
25 left: 0;
26 width: 40px;
27 height: 480px;
28 background: transparent url('fancy_progress.png') no-repeat;
31 div#fancy_outer {
32 position: absolute;
33 top: 0;
34 left: 0;
35 z-index: 90;
36 padding: 20px 20px 40px 20px;
37 margin: 0;
38 background: transparent;
39 display: none;
42 div#fancy_inner {
43 position: relative;
44 width:100%;
45 height:100%;
46 background: #FFF;
49 div#fancy_content {
50 margin: 0;
51 z-index: 100;
52 position: absolute;
55 div#fancy_div {
56 background: #000;
57 color: #FFF;
58 height: 100%;
59 width: 100%;
60 z-index: 100;
63 img#fancy_img {
64 position: absolute;
65 top: 0;
66 left: 0;
67 border:0;
68 padding: 0;
69 margin: 0;
70 z-index: 100;
71 width: 100%;
72 height: 100%;
75 div#fancy_close {
76 position: absolute;
77 top: -12px;
78 right: -15px;
79 height: 30px;
80 width: 30px;
81 background: url('fancy_closebox.png') top left no-repeat;
82 cursor: pointer;
83 z-index: 181;
84 display: none;
87 #fancy_frame {
88 position: relative;
89 width: 100%;
90 height: 100%;
91 display: none;
94 #fancy_ajax {
95 width: 100%;
96 height: 100%;
97 overflow: auto;
100 a#fancy_left, a#fancy_right {
101 position: absolute;
102 bottom: 0px;
103 height: 100%;
104 width: 35%;
105 cursor: pointer;
106 z-index: 111;
107 display: none;
108 background-image: url("data:image/gif;base64,AAAA");
109 outline: none;
110 overflow: hidden;
113 a#fancy_left {
114 left: 0px;
117 a#fancy_right {
118 right: 0px;
121 span.fancy_ico {
122 position: absolute;
123 top: 50%;
124 margin-top: -15px;
125 width: 30px;
126 height: 30px;
127 z-index: 112;
128 cursor: pointer;
129 display: block;
132 span#fancy_left_ico {
133 left: -9999px;
134 background: transparent url('fancy_left.png') no-repeat;
137 span#fancy_right_ico {
138 right: -9999px;
139 background: transparent url('fancy_right.png') no-repeat;
142 a#fancy_left:hover, a#fancy_right:hover {
143 visibility: visible;
144 background-color: transparent;
147 a#fancy_left:hover span {
148 left: 20px;
151 a#fancy_right:hover span {
152 right: 20px;
155 #fancy_bigIframe {
156 position: absolute;
157 top: 0;
158 left: 0;
159 width: 100%;
160 height: 100%;
161 background: transparent;
164 div#fancy_bg {
165 position: absolute;
166 top: 0; left: 0;
167 width: 100%;
168 height: 100%;
169 z-index: 70;
170 border: 0;
171 padding: 0;
172 margin: 0;
175 div.fancy_bg {
176 position: absolute;
177 display: block;
178 z-index: 70;
179 border: 0;
180 padding: 0;
181 margin: 0;
184 div#fancy_bg_n {
185 top: -20px;
186 left: 0;
187 width: 100%;
188 height: 20px;
189 background: transparent url('fancy_shadow_n.png') repeat-x;
192 div#fancy_bg_ne {
193 top: -20px;
194 right: -20px;
195 width: 20px;
196 height: 20px;
197 background: transparent url('fancy_shadow_ne.png') no-repeat;
200 div#fancy_bg_e {
201 right: -20px;
202 height: 100%;
203 width: 20px;
204 background: transparent url('fancy_shadow_e.png') repeat-y;
207 div#fancy_bg_se {
208 bottom: -20px;
209 right: -20px;
210 width: 20px;
211 height: 20px;
212 background: transparent url('fancy_shadow_se.png') no-repeat;
215 div#fancy_bg_s {
216 bottom: -20px;
217 left: 0;
218 width: 100%;
219 height: 20px;
220 background: transparent url('fancy_shadow_s.png') repeat-x;
223 div#fancy_bg_sw {
224 bottom: -20px;
225 left: -20px;
226 width: 20px;
227 height: 20px;
228 background: transparent url('fancy_shadow_sw.png') no-repeat;
231 div#fancy_bg_w {
232 left: -20px;
233 height: 100%;
234 width: 20px;
235 background: transparent url('fancy_shadow_w.png') repeat-y;
238 div#fancy_bg_nw {
239 top: -20px;
240 left: -20px;
241 width: 20px;
242 height: 20px;
243 background: transparent url('fancy_shadow_nw.png') no-repeat;
246 div#fancy_title {
247 position: absolute;
248 z-index: 100;
249 display: none;
252 div#fancy_title div {
253 color: #FFF;
254 font: bold 12px Arial;
255 padding-bottom: 3px;
256 white-space: nowrap;
259 div#fancy_title table {
260 margin: 0 auto;
263 div#fancy_title table td {
264 padding: 0;
265 vertical-align: middle;
268 td#fancy_title_left {
269 height: 32px;
270 width: 15px;
271 background: transparent url('fancy_title_left.png') repeat-x;
274 td#fancy_title_main {
275 height: 32px;
276 background: transparent url('fancy_title_main.png') repeat-x;
279 td#fancy_title_right {
280 height: 32px;
281 width: 15px;
282 background: transparent url('fancy_title_right.png') repeat-x;