/* attachments list on message screen */ .expressomail-attachments { background:#EEE; font-size:11px; width:100%; margin:0; padding:0;} .expressomail-attachments-label {display:block; float:left;} ul.expressomail-attachments-list { list-style:none; display:block; margin-left:40px;} ul.expressomail-attachments-list li {} .expressomail-attachments-link { font-size:11px;} /* thumbs list on message screen */ .expressomail-thumbs { font-size:11px; width:100%; max-width:100%; margin:20px 0 0 0; border-top:1px solid #AAA; float: left} .expressomail-thumbs-label {} .message_options {} .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;} ul.expressomail-thumbs-list { list-style:none; margin:0; padding:0;} ul.expressomail-thumbs-list li {height:80px; max-width:120px; max-height:80px; display:block; float:left; margin: 5px; padding:0;} ul.expressomail-thumbs-list li img {width:auto; height:100%; border: 2px solid #FDE7BC;} .expressomail-thumbs-link { font-size:11px;} .jcarousel-container { width: auto;} /* todo o resto */ table.expressomail-message-body {width:100%; height:100%;} table.table_message { background: #96b3d3; /* Old browsers */ background: -moz-linear-gradient(top, #96b3d3 0%, #b4c9e4 30%, #d9e6ef 65%, #e2e9f1 70%, #e9f0f8 78%, #e8f1fa 83%, #dbe5ef 96%, #d9e3ed 100%); /* FF3.6+ */ background: -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+ */ background: -webkit-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* IE10+ */ background: linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b3d3', endColorstr='#d9e3ed',GradientType=0 ); /* IE6-9 */ } table.expressomail-message-body tr{vertical-align:top;} .table_message_options{ background-color: #000; /* Apenas para ie qualquer versao */ -moz-border-collapse: separate; border-color: gray; border-spacing: 0; border-style: outset; border-width: 0.01; cursor: default; padding: 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } .table_message_options_ie{ border-collapse: collapse; background-color: #000; border-color: gray; border-spacing: 0; border-style: outset; border-width: 1; cursor: default; padding: 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } .table_message{ background-color: #000; /* Apenas para ie qualquer versao */ -moz-border-collapse: separate; border-color: gray; border-radius: 3px 3px 3px 3px; border-spacing: 0; border-style: outset; border-width: 1px; cursor: default; padding: 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } .div_message_scroll { background: none repeat scroll 0% 0% WHITE; overflow: auto; padding-right: 5px;} a.message-attach-link { margin-left: 20px;} .messagescol td label {padding-right:20px;} .messagescol td.message-general-options .checkbox {margin: 5px 5px 0 0;} .ui-dialog-dragging { opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ }