.popup_shadow { padding: 0px; background-color: black; filter:alpha(opacity=50); opacity:.5; } .popup_outer { padding: 0px; margin: 0px; border-style: outset; border-width: 1px; border-color: #2d8ba1; background-color: #F3FFE8;/*#ece9d8;*/ } .popup_outer .innertable { padding: 0px; margin: 0px; } .popup_outer .innertable .titlebarCell{ height: 27px; } .popup_outer .innertable .contentCell { height: *; } .popup_outer .innertable .footerCell{ } .popup_outer .titlebar { padding: 0px; margin: 0px; background-color: navy; width: 100%; height:27px; /*background-image: url("titlebg.jpg");*/ background: #09afd6; /* Old browsers */ background: -moz-linear-gradient(top, #09afd6 0%, #2d8ba1 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#09afd6), color-stop(100%,#2d8ba1)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #09afd6 0%,#2d8ba1 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #09afd6 0%,#2d8ba1 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #09afd6 0%,#2d8ba1 100%); /* IE10+ */ background: linear-gradient(top, #09afd6 0%,#2d8ba1 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09afd6', endColorstr='#2d8ba1',GradientType=0 ); /* IE6-9 */ white-space:nowrap; } .popup_outer .titlebar .text { font: bold 10pt sans-serif; color: white; height:24px; clip-height:24px; padding-left: 2px; padding-top: 5px; } .popup_outer .titlebar .controls img { cursor: pointer; } .popup_outer .titlebar .controls { height:22px; width:72px; display: block; padding-top: 3px; } .popup_outer .titlebar img { height: 19px; width: 19px; margin:1px; margin-left:2px; } .popup_outer .titlebar .controls .mouseover { background-color: brown; /*padding:1px; border: 1px solid #C6A495;*/ } .popup_outer .content { font-size:13px; font-family: arial; color: black; padding: 0px; padding-left: 2px; overflow: auto; width:100%; height:100%; } .popup_outer .resizecontrol { cursor: nw-resize; padding: 0px; height:12px; text-align: right; } .popup_outer .resizecontrol img { height: 11px; width: 11px; }