source: sandbox/2.4.2-expresso2/expressoMail1_2/templates/default/main.css @ 6767

Revision 6767, 39.2 KB checked in by tezza, 12 years ago (diff)

Ticket #2953 - Aumentado a altura da DIV dos anexos e removendo um 'style' não utilizado.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1body{overflow: hidden;}
2/* attachments list on message screen */
3.expressomail-attachments { background:#EEE; font-size:11px; width:100%; margin:0; padding:0;}
4.expressomail-attachments-label {display:block; float:left;}
5ul.expressomail-attachments-list { list-style:none; display:block; margin-left:40px;}
6ul.expressomail-attachments-list li {}
7.expressomail-attachments-link { font-size:11px;}
8
9textarea{
10    overflow:hidden;
11    height:auto;
12/*    width:18px;
13        resize: none;*/
14}
15a.rich{
16        padding : 5px;
17        cursor : pointer;
18        text-align: center;
19}
20button.adress_button {width: 47px; text-align: center;}
21span.ui-icon.expressomail-icon-read-confirmation { background-image: url(images/notification.gif) !important; background-position: 0px 0px; width: 24px; height: 24px;}
22span.ui-icon.expressomail-icon-save { background-image: url(images/disk.png) !important; background-position: 0px 2px; width: 16px; height: 16px; background-size: 13px;}
23span.ui-icon.expressomail-icon-signature { background-image: url(images/signature.gif) !important; background-position: 8px 2px; width: 24px; height: 24px; background-size: 13px;}
24span.ui-icon.expressomail-icon-encryption{ background-image: url(images/lock.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;}
25span.ui-icon.expressomail-icon-send { background-image: url(images/send.png) !important; background-position: -2px 2px; width: 25px; height: 16px; background-size: 19px;}
26span.ui-icon.expressomail-icon-save_and_send { background-image: url(images/save_and_send.png) !important; width: 25px; height: 16px; background-size: 17px;}
27span.ui-icon.expressomail-icon-important { background-image: url(images/important.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;}
28
29/* thumbs list on message screen */
30.expressomail-thumbs { font-size:11px; width:100%; max-width:100%; margin:20px 0 0 0; border-top:1px solid #AAA; float: left}
31.expressomail-thumbs-label {}
32.message_options {}
33.expressomail-thumbs span.message_tips { display:block; padding-left:18px; line-height:18px;height:18px; background-image: url(images/menu/ktip.png); background-repeat:no-repeat;}
34ul.expressomail-thumbs-list { list-style:none; margin:0; padding:0;}
35ul.expressomail-thumbs-list li {height:80px;  max-width:120px; max-height:80px; display:block; float:left; margin: 5px; padding:0;}
36ul.expressomail-thumbs-list li img {width:auto; height:100%; border: 2px solid #FDE7BC;}
37.expressomail-thumbs-link { font-size:11px;}
38.jcarousel-container { width: auto;}
39 
40
41
42/* todo o resto */
43table.expressomail-message-body {width:100%; height:100%;}
44table.table_message, div.table_message {
45background: #96b3d3; /* Old browsers */
46background: -moz-linear-gradient(top, #96b3d3 0%, #b4c9e4 30%, #d9e6ef 65%, #e2e9f1 70%, #e9f0f8 78%, #e8f1fa 83%, #dbe5ef 96%, #d9e3ed 100%); /* FF3.6+ */
47background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b3d3), color-stop(30%,#b4c9e4), color-stop(65%,#d9e6ef), color-stop(70%,#e2e9f1), color-stop(78%,#e9f0f8), color-stop(83%,#e8f1fa), color-stop(96%,#dbe5ef), color-stop(100%,#d9e3ed)); /* Chrome,Safari4+ */
48background: -webkit-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Chrome10+,Safari5.1+ */
49background: -o-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Opera 11.10+ */
50background: -ms-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* IE10+ */
51background: linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* W3C */
52filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b3d3', endColorstr='#d9e3ed',GradientType=0 ); /* IE6-9 */
53}
54table.expressomail-message-body tr{vertical-align:top;}
55
56
57
58
59.table_message_options{
60        background-color: #000;
61       
62        /* Apenas para ie qualquer versao */
63        -moz-border-collapse: separate;
64        border-color: gray;
65
66    border-spacing: 0;
67    border-style: outset;
68    border-width: 0.01;
69    cursor: default;
70    padding: 1px;
71        -moz-border-radius: 3px;
72        -webkit-border-radius: 3px;
73       
74       
75}
76
77.table_message_options_ie{
78
79        border-collapse: collapse;
80        background-color: #000;
81        border-color: gray;
82    border-spacing: 0;
83    border-style: outset;
84    border-width: 1;
85    cursor: default;
86    padding: 1px;
87        -moz-border-radius: 3px;
88        -webkit-border-radius: 3px;
89       
90       
91}
92
93.table_message{
94        background-color: #000;
95       
96        /* Apenas para ie qualquer versao */
97        -moz-border-collapse: separate;
98        border-color: gray;
99        border-radius: 3px 3px 3px 3px;
100    border-spacing: 0;
101    border-style: outset;
102    border-width: 1px;
103    cursor: default;
104    padding: 1px;
105        -moz-border-radius: 3px;
106        -webkit-border-radius: 3px;
107       
108       
109}
110
111.div_message_scroll { background: none repeat scroll 0% 0% WHITE; overflow: auto; padding-right: 5px;}
112a.message-attach-link { margin-left: 20px;}
113
114.messagescol td label {padding-right:20px;}
115.messagescol td.message-general-options .checkbox {margin: 5px 5px 0 0;}
116
117.ui-dialog-dragging {
118        opacity:0.4;
119        filter:alpha(opacity=40); /* For IE8 and earlier */
120}
121
122.context-menu-item.icon-important { background-image: url(images/important.png); background-position: 6px 5px !important}
123.context-menu-item.icon-export { background-image: url(images/export.png); }
124.context-menu-item.icon-move { background-image: url(images/move.png); }
125.context-menu-item.icon-seen { background-image: url(images/seen.gif); }
126.context-menu-item.icon-unseen { background-image: url(images/unseen.gif); }
127.context-menu-item.icon-normal { background-image: url(images/door.png); }
128.context-menu-item.icon-followupflag { background-image: url(images/door.png); }
129.context-menu-item.icon-quick-add { background-image: url(images/vcard_add.png); }
130.context-menu-item.icon-delete-box{ background-image: url(images/user_delete.png); }
131.context-menu-item.icon-quick-search-contact{ background-image: url(images/zoom.png); }
132
133
134.context-menu-item.icon-search-mail { background-image: url(images/menu/search.png); }
135.context-menu-item.icon-filter { background-image: url(images/menu/filters.png); }
136.context-menu-item.icon-edit-folder { background-image: url(images/menu/editfolders.png); }
137.context-menu-item.icon-share-mailbox { background-image: url(images/menu/usersfolders.png); }
138.context-menu-item.icon-label { background-image: url(images/menu/usersfolders.png); }
139.context-menu-item.icon-tag { background-image: url(images/menu/tag.png); background-size: 12px; background-position: 6px 2px !important;}
140.context-menu-item.icon-empty-trash { background-image: url(images/menu/trash.png); }
141.context-menu-item.icon-queue { background-image: url(images/menu/queue.png); }
142
143form.fileupload { margin: 14px 0 0 -13px; float: left; margin-bottom: -20px; }
144form.fileupload .files-list { margin-left: 5px; margin-top: -14px; padding: 0.2em 0.7em; }
145form.fileupload .files-list .delete-upload { top: 7px}
146
147div.attachments-list {
148        max-height: 130px;
149        overflow-y: auto;
150        padding-top: 5px;
151}
152
153.button-files-upload { float:left; }
154
155form.fileupload .ui-button .ui-button-text { line-height: 2; }
156form.fileupload .ui-button { margin-left: 5px; }
157form.fileupload .message-add-original-att { margin-left: 0px; }
158.button.add.button-add-attachment{margin: -9px 0 0 8px;}
159.button.upload{margin-bottom: 4px;}
160div.fileupload-buttonbar{padding: 0.2em 0.5em }
161.archive-error{color: #F00;}
162
163.progress.in-progress{width: 100px; height: 12px;}
164
165.row.fileupload-buttonbar{margin-top: -14px; padding: 0.2em 0.7em;}
166
167.archive-attach.name{width: 310px;}
168.archive-attach.name label{display: block; position: absolute; left: 136px; top: 194px;}
169.size{min-width: 65px;}
170
171.message-attach.name{width: 200px;}
172.message-attach.size{margin:0 4px 0 4px;}
173.message-attach-error{color:red;}
174
175
176/* Estilos da tela de busca rápida de contatos */
177
178.expressomail-qs-container { font-size:11px;}
179.expressomail-qs-container legend { font-size:1.1em; font-weight: bold; }
180.expressomail-qs-container #accordion { margin: 5px;}
181.expressomail-qs-container fieldset, .expressomail-qs-container div {margin:0;}
182.expressomail-qs-container .ui-autocomplete-input { height:22px; width:200px; margin-right:-1px; }
183.expressomail-qs-container #wrap-progressbar { height:22px; width:122px;  float:left; }
184.expressomail-qs-container #wrap-progressbar #inner-progressbar { text-align:center; width:100px; }
185.expressomail-qs-container #wrap-progressbar #inner-progressbar span { font-size:10px; line-height:12px; }
186.expressomail-qs-container #wrap-progressbar #inner-progressbar #progressbar { width:100px; height:10px; }
187.expressomail-qs-container .clear {clear:both;}
188/*.expressomail-qs-container #fieldset1 label {width:495px;display:inline-block; border:4px solid #72A9D3;}*/
189.expressomail-qs-container fieldset { border:1px solid #AAA; border-radius:5px; margin:5px; }
190.expressomail-qs-container #ul {list-style:none; margin:0; padding:0;}
191.expressomail-qs-container #fieldset1 {color:#444;}
192.expressomail-qs-container #fieldset1 label {font-weight:bold; display:block;}
193
194.expressomail-qs-container #list-acc-users li, .expressomail-qs-container #search-result-users li {margin-right:5px;border-radius:3px;}
195.expressomail-qs-container #list-acc-mails li {margin-right:5px;padding-bottom:4px;border-radius:3px;}
196.expressomail-qs-container #list-acc-users li:hover, .expressomail-qs-container #list-acc-mails li:hover, .expressomail-qs-container #search-result-users li:hover {background-color:#DDD;}
197.expressomail-qs-container #list-acc-users li span.ui-icon, .expressomail-qs-container #list-acc-mails li span.ui-icon, .expressomail-qs-container #search-result-users li span.ui-icon {display:none; margin:2px;}
198.expressomail-qs-container #list-acc-users li input, .expressomail-qs-container #list-acc-mails li input, .expressomail-qs-container #search-result-users li input {margin-top:5px;}
199.expressomail-qs-container #list-acc-users li label, .expressomail-qs-container #list-acc-mails li label, .expressomail-qs-container #search-result-users li label {margin-top:-5px;}
200.expressomail-qs-container #list-acc-users li:hover span, .expressomail-qs-container #list-acc-mails li:hover span, .expressomail-qs-container #search-result-users li:hover span {display:inline;}
201.expressomail-qs-container #search-result-users li span.ui-icon {display:none;}
202.expressomail-qs-container .ui-icon {float:right;}
203.expressomail-qs-container #icon-bar1 .ui-icon {float:left; margin:0 3px;}
204.expressomail-qs-container #icon-bar1 span {float:left; margin:2px 3px 0 0;}
205.expressomail-qs-container .ui-icon-trash, .expressomail-qs-container .ui-icon-edit, .expressomail-qs-container .ui-icon-close, .expressomail-qs-container .ui-icon-plus, .expressomail-qs-container .ui-icon-pencil {background-color:#EEE;}
206.expressomail-qs-container .ui-icon-trash:hover, .expressomail-qs-container .ui-icon-edit:hover, .expressomail-qs-container .ui-icon-close:hover, .expressomail-qs-container .ui-icon-plus:hover, .expressomail-qs-container .ui-icon-pencil:hover {background-color:#BBB;}
207.expressomail-qs-container .ui-autocomplete-input {width:170px;}
208.expressomail-qs-container .ui-accordion .ui-accordion-content{padding:5px;}
209
210.expressomail-qs-container .foot-note {width:905px; padding:5px;margin-top:20px;border-top:1px solid #ddd;}
211.expressomail-qs-container .acc-list {font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-size:11px; color:#555; }
212.expressomail-qs-container .acc-list h3{font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-size:11px; color:#555; margin:0; padding:5px 3px; background-color:#fff;}
213.expressomail-qs-container .acc-list ul{ margin:5px 0;}
214.expressomail-qs-container .acc-list ul li{ border-radius:3px; padding:5px;}
215.expressomail-qs-container .acc-list ul li:hover {background-color:#DDD;}
216.expressomail-qs-container .acc-list ul li.active {background-color:#EB8F00;}
217.expressomail-qs-container .acc-list ul li strong {display:block;}
218.expressomail-qs-container .acc-list ul li em {display:block;}
219
220/*Específico do selectable*/
221.expressomail-qs-container #feedback { font-size: 1.4em; }
222.expressomail-qs-container #selectable .ui-selecting { background: #DDECF7; }
223/* #selectable .ui-selected { background: #F39814; color: white; }   Aqui eu troquei a cor de quando era selecionada a linha */
224.expressomail-qs-container #selectable .ui-selected { background: #72A9D3; color: white; }
225
226.expressomail-qs-container #selectable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
227.expressomail-qs-container ul#selectable { overflow: hidden; width: 444px; height: 250px;}
228.expressomail-qs-container ul#selectable li { width: 435px; overflow:hidden; }
229.expressomail-qs-container ul#selectable li.ui-selected { width: 100%;  }
230.expressomail-qs-container ul#selectable li div { width: 6000px; }
231.expressomail-qs-container .ui-button-icon-only { width: 1.2em; }
232.expressomail-qs-container .ui-icon { margin-left: -8px; }
233.expressomail-qs-container .ui-widget button { border: 0 solid; }
234
235.expressomail-qs-container .menu-control { float:right; margin-left:400px; position: absolute; z-index: 100; padding-top:5px;}
236.expressomail-qs-container .acc-list { width:444px;height:250px;float:left;border:1px solid #DDD;background-color:#EEE;border-radius:3px;margin-left:1px; margin: 10px 5px 5px 1px;}
237.expressomail-qs-container .details-container { width:300px;height:246px; float:right; margin: 5px 0;}
238
239.expressomail-qs-container .acc-list .demo {width:100%;margin-top:20px;}
240
241.dialog-modal.expressomail-qs-container  { height: 416px; padding:5px; }
242
243.ui-dialog .ui-dialog-buttonpane { padding: 0; border:none; margin: 0;}
244.expressomail-qs-container .menu-control .ui-button-text-only .ui-button-text { padding: 0.1em 0.6em; }
245
246/* search area definition */
247fieldset.search-field, fieldset.search-catalog-options {
248        border:1px solid #CFCFCF;
249        padding: 5px;
250}
251
252fieldset.search-field input, fieldset.search-catalog-options select{
253        display: inline-block;
254        border: none;
255        background-color: #FFF;
256}
257
258fieldset.search-field span {
259        display: inline-block;
260        margin:0 0 -3px 5px;
261}
262
263/* #search area definition */
264fieldset.search-field { max-width: 190px; width: 190px; margin: 0px; text-align: left; display: inline;}
265fieldset.search-field input { max-width: 165px; width: 165px; }
266
267fieldset.search-catalog-options { max-width: 124px; width: 120px; margin: 0px; text-align: left; display: inline;}
268fieldset.search-catalog-options select { max-width: 120px; width: 120px; }
269
270
271.ui-dialog .ui-dialog-titlebar-minimize {
272    height: 18px;
273    margin: -10px 0 0;
274    padding: 1px;
275    position: absolute;
276    right: 1.8em;
277    top: 50%;
278    width: 19px;
279}
280
281.ui-dialog-buttonpane .ui-button {
282        margin-top: 0;
283        padding-top: 0;
284}
285
286 
287.button-mod { margin-top: -2.5em; }
288
289/*print.css */
290
291.print-all-messages h1 { font-size: 1.35em; }
292.print-all-messages h2 { font-size: 1.05em; }
293.print-all-messages tbody { font-size: 0.95em; }
294.print-all-messages thead td { font-weight: bold; padding: 3px; border-bottom: solid 2px #999; }
295.print-all-messages tbody td { border-bottom: solid 1px #ccc; }
296.print-all-messages img { display: none; }
297.print-all-messages input { display: none; }
298
299/*main.css */
300pre{
301        white-space: pre-wrap !important; /* css-3 */
302        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
303        white-space: -pre-wrap !important; /* Opera 4-6 */
304        white-space: -o-pre-wrap !important; /* Opera 7 */
305        word-wrap: break-word !important; /* Internet Explorer 5.5+ */
306        font-family: monospace !important;     
307        /*font-size: 10pt !important;*/
308        font-size: 11px !important;
309}
310/** {
311        font-family: Verdana, Arial, Helvetica, sans-serif;     
312}*/
313
314.checkbox{
315        border:none !important;
316}
317
318textarea{
319        font-family: Verdana, Arial, Helvetica, sans-serif;
320        font-size: 13px;
321}
322
323.whiteSpace{
324        width: 2px;
325}
326
327.table_box{
328        width: 100%;
329        color: black;
330        background: #ffffff;
331        border-bottom: 1px solid #f4f8fb;
332        font-family: Verdana, Arial, Helvetica, sans-serif;;
333        font-size: 13px;
334        cursor: pointer;
335        table-layout: fixed;
336}
337
338
339
340
341.em_div_write_msg{
342                height: 24px;
343                background: transparent;
344        }
345
346/* begin class msgs */
347.td_msg{
348        border-width: 0px;     
349}
350
351.span-sender:hover{
352        text-decoration: underline;
353}
354
355
356.th_resizable {
357        padding-left: 3px !important;
358        border-left: solid 1px #999;
359        text-overflow: ellipsis;
360        overflow: hidden;
361        white-space: nowrap;
362}
363
364.td_resizable {
365        padding-left: 1px;
366        border: 0px;
367        border-left: solid 1px #dde1dd;
368        text-overflow: ellipsis;
369        overflow: hidden;
370        white-space: nowrap;
371        border-right-width: 0px !important;
372}
373
374.tr_msg_unread {       
375        font-weight:bold !important;
376}
377
378.table_box tr{
379        border:0; 
380        height: 20px;
381}
382
383.table-info-quota{
384        table-layout: fixed;
385}
386
387.td-info-quota{
388        white-space: nowrap;
389        overflow:       hidden;
390        text-overflow: ellipsis;       
391}
392
393.tr_msg_read {
394        color: #3f3f3f;
395        background-color: #ffffff;
396        -moz-user-select: none;
397}
398
399.tr_msg_read2 {
400        color: #3f3f3f;
401        background-color: #DEE8F0;
402        -moz-user-select: none;
403}
404
405.selected_msg{
406        background-color: #ffffcb;
407}
408.flagged_msg{
409        color: red;
410}
411.selected_shortcut_msg{
412        color: white;
413        background-color: #5194d2;
414}
415.show_img_link{
416        width : 100%;
417        color: black;
418        font-weight: bold;
419        background-color: #ffc;
420        border-bottom:1px solid #cfcfcf;
421        cursor: pointer;                 
422        -moz-user-select: none;
423}
424/* end class msgs */
425
426.show_img_link:hover {
427        color: #000 !important;
428}
429
430.action_info_table {
431        border-spacing: 0px 0px;
432}
433.action_info_th {
434        font-family: Verdana, Arial, Helvetica, sans-serif;
435        font-size: 11px;
436        border-width: 0px 0px 0px 0px;
437        padding: 1px 10px 0px 10px;     
438        border-style: inset inset inset inset;
439        border-color: gray gray gray gray;
440        background-color: rgb(250, 209, 99);
441        -moz-border-radius: 6px 6px 6px 6px;
442}
443
444.message_header{
445        background-color: #ABC6E1;
446}
447
448.message_header td {
449        padding: 0px;
450}
451
452.table_message_ruler {
453        width: 10px;
454        border: none;
455        border-left: 1px dotted #88a;
456        display: none;
457        position: absolute;
458        z-index: 10;
459        height: 300px;
460}
461
462.table_message_header_box{
463        width: 100%;
464        color: black;
465        border-style: solid;
466        border-width: 0px;
467        border-collapse: collapse;
468        border-color: #bbbbbb;
469        font-family: Verdana,Arial,Helvetica,sans-serif;
470        font-size: 13px;       
471        cursor: pointer;
472        table-layout: fixed;
473}
474.font-menu {
475    color: #000;
476}
477
478.font-menu-sel {
479        color:#0000FF;
480}
481
482.font-menu, .font-menu-sel {
483    float: left;
484    clear: left;
485    overflow: hidden;
486    white-space: nowrap;
487    padding-left: 5px;
488    margin-right: 5px;
489    text-decoration: none;
490    text-align: center;
491}
492
493.menu-sel{   
494    text-decoration: none;
495    text-align: center;
496    color:#0000FF;
497    height: 20px;
498    width:220px;
499    background-color:#F7F7F7;
500    margin-bottom: 0px;
501    border: 1px solid #4a79b1;
502    border-bottom: 0px;
503    padding:0px 5px 0px 0px;
504    -moz-border-radius: 9px 9px 0px 0px;
505    -moz-user-select: none;
506    -webkit-border-radius: 9px 9px 0px 0px;
507    border-radius: 9px 9px 0px 0px;
508    cursor: pointer;
509 }
510 
511.menu{
512    text-decoration: none;
513    text-align: center;
514    height: 20px;       
515    width:220px;
516    background-color:#c8d7ea;
517    margin-bottom: 0px;
518    border: 1px solid #f4f7fc;
519    border-bottom: 1px solid #4a79b1;
520    padding:0px 5px 0px 0px;
521    -moz-border-radius: 9px 9px 0px 0px;
522    -moz-user-select: none;
523    -webkit-border-radius: 9px 9px 0px 0px;
524    border-radius: 9px 9px 0px 0px;
525    cursor: pointer;
526}
527
528.last_menu{
529        border-bottom: 1px solid #4a79b1;
530        -moz-border-radius: 0px 0px 0px 0px;
531}
532
533.table_top{
534        background-color: #FFFFFF;
535        padding:1px 1px 1px 1px;
536        height:16px;
537        cursor: default;
538        margin: 0px 0px 0px 0px;
539        border-width: 0px 1px 1px 1px;
540        border-style: outset outset outset outset;
541        border-color: black black black black; 
542}
543
544.tr_message_header{
545        background-color: #EEEEEE;
546        font-family: Verdana, Arial, Helvetica, sans-serif;
547        cursor: default;
548        border-style: none none none none;
549        -moz-border-radius: 0px 0px 0px 0px;
550}
551
552.tr_message_body{
553        background-color: #FFFFFF;
554        cursor: default;
555        -moz-border-radius: 9px 9px 9px 9px;
556}
557
558.message_body{
559        background-color: #FFFFFF;
560        cursor: default;
561        -moz-border-radius: 9px 9px 9px 9px;
562}
563
564.header_message_field{
565        font-weight: bold;
566}
567
568.suggestion_list{
569background: white;
570border: 1px solid;
571padding: 4px;
572}
573       
574.suggestion_list ul{
575padding: 0;
576margin: 0;
577list-style-type: none;
578}
579
580.suggestion_list a{
581text-decoration: none;
582color: navy;
583}
584
585.suggestion_list .selected{
586background: navy;
587color: white;
588}
589       
590       
591.suggestion_list .selected a{
592color: white;
593}
594
595#autosuggest{
596display: none;
597}
598
599div#tipDiv {
600  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
601  background-color:#EFEFEF; border:1px solid #337;
602  width:220px; padding:0px;
603  color:#000; font-size:11px; line-height:1.2;
604  cursor: pointer;
605}
606
607.richtext_toolbar {background-color: #C0C0C0;}
608.imagebutton {border: solid 2px #C0C0C0; background-color: #C0C0C0; float:left;}
609.select_richtext {float:left;}
610/*.image {position: relative; left: 1; top: 1; height:20; width:21; border:none;}*/
611/*.imagebutton_out: {border-style: solid 2px #C0C0C0;}*/
612/*.imagebutton_over: {border-style: outset 20px;}*/
613.sel_color{     border-width:1px;border-color:#FFFFFF;border-style:solid;cursor:pointer;}
614.unsel_color{border-width:1px;border-color:#BBBBBB;border-style:solid;}
615
616/* Conf tree    */
617.dtree {
618        font-family: Verdana, Arial, Helvetica, sans-serif;
619        font-size: 8px;
620        color: #000000;
621        /*white-space: nowrap;*/
622        background-color: #FFFFFF;
623
624}
625.dtree img {
626        border: 0px;
627        vertical-align: middle;
628
629}
630.dtree a {
631        font-family: Verdana, Arial, Helvetica, sans-serif;
632        color: #000000;
633        white-space: nowrap;   
634}
635.dtree table{
636        margin-top: 0%;
637        padding: 0px 0px 0px 0px;
638}
639.dtree td{
640        padding: 0px 0px 0px 0px;
641}
642
643.folderscol{
644        /*width: 18%;*/
645        width: 100%;
646        /*float: left;*/
647        /*padding: 0px 0px 0px 0px;*/
648}
649
650.messagescol{
651        /*padding-left: 18.5%;*/
652        /*width: 85%;*/
653        width: 100%;
654        /*float: left*/
655        /*margin-rigth: 0px;*/
656        padding: 0px 0px 0px 0px;
657}
658
659.menu-folders{
660        text-align: center;
661        text-decoration: none;
662        font: bold 12px Arial, Helvetica, sans-serif;
663        color: rgb(0, 102, 51);
664        width: 100%;
665        height: 20px;
666
667        border-right: 1px solid #000000;
668        border-left: 1px solid #000000;
669        border-top: 1px solid #000000; 
670        cursor: default;
671        -moz-border-radius: 9px 9px 0px 0px;
672}
673
674.content-menu{
675        padding: 0px 0px 0px 0px;
676        background-image: url(../../../phpgwapi/templates/default/images/bgBlockContent.jpg);
677}
678.content-menu-td {
679/*      border: 1px solid #f7f7f7;*/
680        margin-left: 5px;
681}
682
683.content-menu-td:hover{background-color: #ffffff; border: 1px solid #CCCCCC;}
684
685.content-folders {
686        width:162px;
687        padding: 0px 0px 0px 0px;
688        position: relative;
689        overflow: auto;
690       
691}
692
693
694/* Conf Filter  */
695.filter {
696        font-family: Arial, Helvetica, sans-serif;
697        font-size: 8px;
698        background-color : #FFFFFF;
699}
700.filter img {
701        border: 0px;
702        vertical-align: middle;
703}
704.filter a {
705        font-family: Arial, Helvetica, sans-serif;
706        color: #000000;
707        white-space: nowrap;
708}
709.message_options_trash {
710        background-image: url(images/page_white_delete.png);
711        background-repeat: no-repeat;
712        background-position:left center;
713        padding:0pt 6pt 1pt 14pt;
714}
715.message_options_move {
716        background-image: url(images/move.png);
717        background-repeat: no-repeat;
718        background-position:left center;
719        padding:0pt 6pt 1pt 14pt;
720}
721.message_options_print {
722        background-image: url(images/print.png);
723        background-repeat: no-repeat;
724        background-position:left center;
725        padding:0pt 6pt 1pt 14pt;
726}
727
728.message_options_export {
729        background-image: url(images/export.png);
730        background-repeat: no-repeat;
731        background-position:left center;
732        padding:0pt 6pt 1pt 14pt;
733}
734
735.message_options_import {
736        background-image: url(images/import.png);
737        background-repeat: no-repeat;
738        background-position:left center;
739        padding:0pt 6pt 1pt 14pt;
740}
741
742.message_options_inactive {
743         white-space: nowrap;
744         color: #999;
745        padding-right: 0 !important;
746}
747
748.message_options_active {
749        white-space: nowrap;
750        color: #990000;
751    font-weight: bold !important;
752        cursor: pointer;
753        padding-right: 0 !important;
754 }
755
756.message_options {
757        cursor: pointer;
758        color: #114fa4;
759/*      color: #2A64B0;*/
760        white-space: nowrap;
761        font-weight: bold;
762        padding-right: 0 !important;
763}
764
765.message_options_over {
766         cursor: pointer;
767         white-space: nowrap;
768         color: #FC6103;
769        /*text-decoration: underline;*/
770         font-weight: bold !important;
771        padding-right: 0 !important;
772}
773
774.reply_options {
775        cursor: pointer;
776        color: white;
777        white-space: nowrap;
778        font-weight: bold;
779}
780
781.reply_options_active {
782         cursor: pointer;
783         white-space: nowrap;
784         color: yellow;
785         text-decoration: underline;
786         font-weight: bold !important;
787}
788
789.class_search_div{
790        position: relative;
791        left: 12px;
792}
793
794.em_sidebox_menu {
795        position: relative;
796        left: 2px;
797        padding: 0px 13px 0px 0px;
798        font-weight: bold;
799        font-size: 10px;
800        color: #666666;
801        text-decoration: none;
802        white-space: nowrap;
803        font-family: sans-serif;
804}
805
806.em_div_sidebox_menu {
807        position: relative;
808        left: 17px;
809        cursor: pointer;
810}
811.catalog{
812        font-family: Arial, Helvetica, sans-serif;
813        font-size: 14px;
814        font-weight: bold;
815}
816
817div.quicksearchcontacts {
818        border-width: 1px;
819        border-style: solid;
820        broder-color: grey;
821        overflow: auto;
822        position: relative;
823        left: 10px;
824        height: 302px;
825        width: 577px;
826}
827
828table.quicksearchcontacts {
829        border-width: 0px 0px 0px 0px;
830        border-spacing: 0px;
831        background-color: white;
832        cursor: default;
833}
834
835tr.quicksearchcontacts_unselected {
836        background-color: white;
837}
838
839tr.quicksearchcontacts_selected {
840        background-color: #5598d7;
841        color: white;
842}
843
844td.quicksearchcontacts_cc {
845        border-style: none;
846}
847
848input.em_button_like_span {
849        border:0px none !important;
850        margin: 0px !important;
851        padding:0px !important;
852        color:#114fa4 !important;
853        background:transparent none repeat scroll 0% !important;
854        font-family:Arial,Helvetica,sans-serif !important;
855        font-size:11px !important;
856        height:15px !important;
857        font-weight: bold;
858}
859
860.l {
861        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
862}
863
864.sl {
865        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
866}
867.dsused {
868        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif);
869}
870
871.divAppboxHeader{
872        font-style:italic;     
873        font-weight:normal;
874        font-variant: small-caps;       
875        color: #000066 !important;
876        font-size: 16px !important;
877        text-align: center;     
878        padding: 0px;
879}
880
881/* hack para o chrome */
882@media screen and (-webkit-min-device-pixel-ratio:0){
883        input[type="file"]{
884        background-color: #FFF;
885        border: 1px solid #e4e4e4;
886        height: 20px;
887        width: 350px;
888        vertical-align: middle;
889        }
890}
891
892.local-messages-search-warning {
893        cursor: pointer;
894        cursor: hand;
895        background: none repeat scroll 0% 0% rgb(255, 238, 187);
896        color: red;
897        line-height: 2em;
898        font-size: 1.2em;
899        text-align: center;
900}
901
902
903
904/*
905 * Este arquivo limpa o estilo para a nova agenda, .new-event-win.active sobrescrevendo o código CSS
906 * do Expresso.
907 * Deve ser removido quando o módulo Calendar não integrar mais a versão 2.x
908 */
909
910/* Eric Meyer's Reset Reloaded based
911 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
912 */
913/*
914.new-event-win.active applet, .new-event-win.active object, .new-event-win.active iframe, .new-event-win.active fieldset, .new-event-win.active div
915.new-event-win.active h1, .new-event-win.active h2, .new-event-win.active h3, .new-event-win.active h4, .new-event-win.active h5, .new-event-win.active h6, .new-event-win.active p, .new-event-win.active blockquote, .new-event-win.active pre,
916.new-event-win.active abbr, .new-event-win.active acronym, .new-event-win.active address, .new-event-win.active big, .new-event-win.active cite, .new-event-win.active code,
917.new-event-win.active del, .new-event-win.active dfn, .new-event-win.active em, .new-event-win.active font, .new-event-win.active img, .new-event-win.active ins, .new-event-win.active kbd, .new-event-win.active q, .new-event-win.active s, .new-event-win.active samp,
918.new-event-win.active small, .new-event-win.active strike, .new-event-win.active strong, .new-event-win.active sub, .new-event-win.active sup, .new-event-win.active tt, .new-event-win.active var,
919.new-event-win.active ol, .new-event-win.active ul,
920.new-event-win.active form, .new-event-win.active label, .new-event-win.active select,
921.new-event-win.active table, .new-event-win.active caption, .new-event-win.active tbody, .new-event-win.active tfoot, .new-event-win.active thead, .new-event-win.active tr, .new-event-win.active th, .new-event-win.active td {
922        margin: 0;
923        padding: 0;
924        border: 0;
925        outline: 0;
926        font-weight: inherit;
927        font-style: inherit;
928        /*font-size: 100%;*/
929        /*font-family: inherit;*/
930        /*vertical-align: baseline;*/
931/*      font-family: Arial,Helvetica,sans-serif;*/
932/*}*/
933.new-event-win.active:focus {
934        outline: 0;
935}
936.new-event-win.active body {
937        line-height: 1;
938        color: black;
939        background: white;
940}
941.new-event-win.active ol, .new-event-win.active ul {
942        list-style: none;
943        list-style-image : none;
944        padding-left : 5px;
945}
946
947.new-event-win.active table {
948        border-collapse: separate;
949        border-spacing: 0;
950}
951.new-event-win.active caption, .new-event-win.active th, .new-event-win.active td {
952        /*text-align: left;*/
953        font-weight: normal;
954}
955.new-event-win.active blockquote:before, .new-event-win.active blockquote:after,
956.new-event-win.active q:before, .new-event-win.active q:after {
957        content: "";
958}
959.new-event-win.active blockquote, .new-event-win.active q {
960        quotes: "" "";
961}
962.new-event-win.active .mail.name-special, .new-event-win.active .name.name-special{
963  padding: 0 0 0 35px;
964}
965
966.new-event-win.active .add-attendee-search.search-field {
967  width: 249px;
968 }
969 
970 .new-event-win.active #calendar_addevent_details4 {
971  margin: 10px 0 0 0;
972 }
973 
974 .new-event-win.active input{
975  color: #000;
976 }
977 
978 .new-event-win.active #calendar_addevent_details5 {
979  margin: 10px 0 11px 0;
980 }
981
982.new-event-win.active select {
983    border: 1px solid #CFCFCF;
984    border-color: #CFCFCF;
985    color: #555;
986    background-color: #FFF;
987}
988.new-event-win.active a:link, .new-event-win.active a:visited {
989    color: #2E6E9E;
990}
991
992.new-event-win.active  dd, .new-event-win.active  dl, .new-event-win.active  dt{
993        margin: 0;
994}
995/* azul.css */
996/*body { background-color: #e9e9e9; }*/
997
998/*a:link,
999a:visited
1000{ color: #000066; }*/
1001
1002/*a:hover,
1003a:active
1004{ color: #ff9933; }*/
1005
1006.new-event-win.active #divAppbox{
1007        overflow-x: auto;
1008        overflow-y: scroll;
1009}
1010
1011.new-event-win.active select
1012{ border-color: #CFCFCF; color: #555; padding-left:0px;}
1013
1014.qtip-wrapper fieldset{
1015        padding: 0;
1016        border: 0;
1017}
1018
1019.new-event-win.active .fc-event-skin {
1020        border-color: #36C !important;
1021        background-color: #36C !important;
1022        color: white !important;
1023}
1024
1025.fc-event-vert .fc-event-bg {
1026        display: block !important;
1027}
1028
1029.map-event{
1030
1031}
1032
1033#new_event_map .map-event .fc-event-inner.fc-event-skin{
1034        border-style: dashed !important;
1035        border-width: 2px !important;
1036        border-color: #36C !important;
1037        background-color: transparent !important;
1038}
1039
1040#new_event_map .map-event .fc-event-inner.fc-event-skin .fc-event-head, #new_event_map .map-event .fc-event-inner.fc-event-skin .fc-event-content{
1041        background-color: transparent !important;
1042        color: transparent !important;
1043}
1044
1045#new_event_map .map-event .ui-resizable-handle{
1046        display : block !important;
1047        color: black !important;
1048}
1049
1050fieldset.alarm{ 
1051    border: none !important;
1052    padding: 0px !important;
1053    margin: 0px !important;
1054}
1055
1056div.new-event-win.active div.button-files-upload{
1057    margin: 15px 0 0 0;
1058}
1059
1060div.new-event-win.active div.files-list{
1061    margin: 45px 0 0 0;
1062}
1063
1064/*#divAppbox
1065{ background: #fff url( ../images/bgBlockContent.jpg ) repeat-x; border-color: #9c9c9c; }
1066
1067#divAppboxHeader
1068{ background: url( ../images/bgAppTitle.png ); border-color: #9c9c9c; color: #006; text-shadow: 0.2em 0.2em 3px #999; }
1069
1070#divAppIconBar
1071{ background: #fff url( ../images/background-icon-bar.png ) repeat-x; border-top-color: #9c9c9c; }
1072
1073#divAppTextBar
1074{ background-color: #fff; }
1075
1076#divGenTime
1077{ color: #f00; }
1078
1079#divMain
1080{ background: #fff; border-color: #7e7e7e; }
1081
1082#divPoweredBy
1083{ background: #fff; color: #999; }
1084
1085#divSideboxContainer
1086{ background: #fff; }
1087
1088#extraIcons
1089{ background: #eee; border-color: #7e7e7e; }
1090
1091#links_bar,
1092#user_info
1093{ color: #fff; }
1094
1095#tdAppbox
1096{ background-color: #fff; }
1097
1098#tdSidebox
1099{ background: #fff; }*/
1100
1101/*.conteudo
1102{ border-color: #4A79B1; color: #003; }
1103
1104.divSideboxHeader
1105{ background: #416faa; color: #fff; }
1106
1107.extraIconsRow
1108{ border-top-color: #ddd; }
1109
1110.greyLine
1111{ border-top-color: #7e7e7e; }
1112
1113.grid_email_class
1114{ border-bottom-color: #cfcfcf; }
1115
1116.image-menu
1117{ background: url( ../../../../phpgwapi/templates/default/images/folder_bg.png ); }
1118
1119.last_menu
1120{ border-bottom-color: #4a79b1; }
1121
1122.logo_expresso
1123{ background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.jpg ) no-repeat 0 3px; }
1124
1125.menu
1126{ background: #c8d7ea; border-color: #f4f7fc; border-bottom-color: #4a79b1; }
1127
1128.menu-sel
1129{ background-color: #f7f7f7; border-color: #4a79b1; color: #00f; }
1130
1131.menu-degrade
1132{ background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); }
1133
1134.navbar_but
1135{ background-image: url(../../../../phpgwapi/templates/default/images/back_app.png); }
1136
1137.navbar_butOver
1138{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over.png ); }
1139
1140.navbar_butOut
1141{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out.png ); }
1142
1143.tblHeadApp
1144{ border-color: #9c9c9c; }
1145
1146.textSidebox
1147{ border-top-color: #aaa; }
1148
1149.toolbar
1150{ background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo.png ); }
1151
1152.linha0,
1153.tr_msg_read
1154{ color: #3f3f3f; background: #fff; }
1155
1156.linha1,
1157.tr_msg_read2
1158{ color: #3f3f3f; background: #f4f8fb; }
1159
1160table.inboxElements th,
1161.table_elements_tr_header,
1162.info_tr_header,
1163.message_header
1164{
1165        background: #abc6e1;
1166}
1167
1168.prefTable
1169{
1170        background-color: #f4f8fb;
1171        margin: 0px 0px 10px 0px ;
1172        border: 1px solid #D3DCE3;
1173        border-top: 0px;
1174}*/
1175
1176
1177
1178/*fixed bug on IE8*/
1179#content_folders .foldertree-skin-prognus span.selected {font-weight:bold !important; }
1180#content_folders .foldertree-skin-prognus span.inbox {}
1181#content_folders .foldertree-skin-prognus span.trash {;background-image: url(../../../prototype/modules/mail/img/bin.png);}
1182#content_folders .foldertree-skin-prognus span.drafts {background-image: url(../../../prototype/modules/mail/img/folder_page_white.png);}
1183#content_folders .foldertree-skin-prognus span.spam {background-image: url(../../../prototype/modules/mail/img/folder_delete.png);}
1184#content_folders .foldertree-skin-prognus span.sent {background-image: url(../../../prototype/modules/mail/img/folder_go.png);}
1185#content_folders .foldertree-skin-prognus span.folder {display: block;padding-bottom: 1px;padding-left: 18px;padding-right: 0;padding-top: 1px; font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;}
1186#content_folders .treeview .closed {display:block;}
1187
1188.folders-loading {
1189        background: url(../../../prototype/modules/mail/img/loader.gif) !important;
1190        background-position: 0 0 !important;
1191        background-repeat : no-repeat !important;
1192}
1193
1194.draggin-box{
1195        cursor : pointer;
1196        background-color: #CDC5BF;
1197        float: left;
1198        width : auto;
1199        height: 16px;
1200        border:1px solid #333;
1201        text-align: right;
1202        z-index: 2000;
1203}
1204
1205.ui-draggin-default-image{
1206    float: left;
1207    text-align: right;
1208}
1209
1210.draggin-mail{
1211        float: left;
1212        background-image: url(../../../prototype/modules/mail/img/move.png);
1213        background-position: 0px 0px;
1214        background-repeat:no-repeat;
1215        color : red;
1216        text-align: right;
1217        font-weight : bold;
1218        padding-right : 5px;
1219        padding-left : 25px;   
1220        font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;
1221        font-size : 11px;
1222}
1223
1224.draggin-folder{
1225        float: left;
1226        background-image: url(../../../prototype/modules/mail/img/folder.png);
1227        background-position: 0px 0px;
1228        background-repeat:no-repeat;
1229        padding-left : 20px;
1230        color : red;
1231        text-align: right;
1232        font-weight : bold;
1233        padding-right : 5px;
1234}
1235
1236.collapse_folders_td{
1237        cursor : pointer;
1238        width: 12px;
1239        height:100%;
1240        border-radius : 5px;
1241        border-left : 1px solid #CCCCCC;
1242}
1243.collapse_folders_td.collapse_folders_td_over{
1244        border-left: 1px solid #1B75BB;
1245}
1246
1247.folder-over{
1248        border: 1px solid black;
1249}
1250
1251.floating-default{
1252    float: left;
1253    text-align: left;
1254}
1255
1256.collapse_folders_td .ui-icon.ui-icon-triangle-1-e{
1257        background-position: -37px -20px;
1258        width: 8px;
1259        height: 8px;
1260}
1261
1262.collapse_folders_td .ui-icon.ui-icon-triangle-1-w{
1263        width: 8px;
1264        height: 8px;
1265        background-position: -100px -20px;
1266}
1267
1268.float-menu{
1269        position:absolute;
1270        text-align: left;
1271}
1272
1273 button.expressomail-button-icon-ative{color:#E17009 !important; border: 1px solid #E17009 !important;background: none repeat scroll 0 0 #FFE1CC !important;}
1274 
1275.outoffice
1276{
1277    width: 295px; 
1278    height: 50px; 
1279    overflow: hidden;
1280}
1281       
1282.title-outoffice
1283{
1284        margin-left: 10px;
1285        font-family: verdana;
1286        font-size: 1.2em;
1287}
1288.outoffice span{
1289        margin: 5px;
1290}
1291
1292#detalhes_contato img{ margin-bottom: -4px;}
1293
1294 button.expressomail-button-icon-ative{color:#E17009 !important; border: 1px solid #E17009 !important;background: none repeat scroll 0 0 #FFE1CC !important;}
1295 
1296.box{
1297        background-color: #DFEFFC;
1298        border-radius: 5px;
1299        -moz-border-radius: 5px;
1300        border: 1px solid #ADD9ED;
1301        display: inline-block;
1302        cursor : pointer;
1303        margin-top : 1px;
1304        margin-right: 1px;
1305        outline : none;
1306        padding : 1px;
1307}
1308
1309
1310.box span{
1311        font-family: Verdana, Arial, Helvetica, sans-serif;
1312        font-size: 13px;
1313        color : #201b41;
1314        outline : none;
1315}
1316
1317.out-office-box{
1318        background-color: #dac407;
1319        border : 1px solid #837c3f !important;
1320}
1321
1322.out-office-box span{
1323        color: #837c3f;
1324}
1325
1326.email-area{
1327        border-radius: 5px;
1328        width: 98.5%;
1329        padding: 5px;
1330        border : 1px solid #BBBBBB;
1331        heigth : auto;
1332        max-height : 115px;
1333        overflow-y: auto;
1334        cursor: text;
1335}
1336.email-text{
1337        outline:none;
1338        width:15px;
1339        border : none;
1340        font-family: Verdana, Arial, Helvetica, sans-serif;
1341        font-size: 13px;
1342}
1343
1344.box-input{
1345        outline:none;
1346        border : none;
1347        font-family: Verdana, Arial, Helvetica, sans-serif;
1348        font-size: 13px;
1349        display : none;
1350        width: 40px;
1351}
1352
1353
1354
1355.hidden {
1356        display : none;
1357}
1358
1359.loading {
1360        background: url(../../../prototype/modules/mail/img/loader.gif) !important;
1361        background-position: 0 0 !important;
1362        background-repeat : no-repeat !important;
1363}
1364
1365.line-separator{
1366        background: url("images/linha.png") repeat-x scroll 0 8px transparent;
1367        clear : both;
1368}
1369
1370.box-draggable-hover{
1371        border : 1px solid #474747;
1372}
1373
1374.box-loading{
1375        background : url("../../../prototype/modules/mail/img/loading.gif") no-repeat !important;
1376        background-size: 17px auto !important;
1377}
1378
1379.box-info{
1380        background : url("images/information.png") no-repeat !important;
1381}
1382
1383input.required-fail{
1384        border-color : red;
1385}
1386
1387div.conteudo div.new-msg-head-data div.att-box{
1388        background-color: #DFEFFC;
1389        border-radius: 5px;
1390        -moz-border-radius: 5px;
1391        border: 1px solid #ADD9ED;
1392        display: inline-block;
1393        cursor : pointer;
1394        margin-top : 3px;
1395        margin-right: 3px;
1396        outline : none;
1397        padding : 1px;
1398}
1399
1400
1401div.conteudo div.new-msg-head-data  div.att-box span.att-box-value{
1402        font-family: Verdana, Arial, Helvetica, sans-serif;
1403        font-size: 11px;
1404        color : #201b41;
1405        outline : none;
1406}
1407
1408div.conteudo div.new-msg-head-data div.att-box span.att-box-loading{
1409        background : url("../../../prototype/modules/mail/img/loading.gif") no-repeat !important;
1410        display: inline-block;
1411        background-size: 15px auto !important;
1412}
1413
1414div.conteudo div.new-msg-head-data div.att-box.invalid-email-box{
1415        background-color: #ea9aa0;
1416        border : 1px solid #540303 !important;
1417}
1418
1419div.new-msg-head-data div.email-area .invalid-email-box{
1420        color: #540303;
1421        background-color: #ea9aa0;
1422        border : 1px solid #540303 !important;
1423}
1424
1425div.new-msg-head-data div.email-area .box-selected{
1426        background-color : #BBBBBB;
1427}
1428
1429.fileupload_msg_tooltip{
1430        width: 99.7%;
1431        text-align: center;
1432        background: #DFEFFC;
1433        font-weight: bold;
1434        border-radius: 5px;
1435    height: 115px;
1436    line-height: 115px;
1437    font-size: larger;
1438}
1439
1440.fileupload_msg_tooltip.hover {
1441    background: #ADD9ED;
1442}
1443
1444.select-all-messages{
1445        min-height: 20px;
1446        font-size: 12px;
1447        white-space: nowrap;
1448        text-align: center;
1449}
Note: See TracBrowser for help on using the repository browser.