/* Aqua Panel Skin CSS */
#ctTooltip_c.yui-panel-container.shadow .underlay { background-color:#999; }
#ctTooltip.yui-panel { position:relative; border:none; overflow:visible; background-color:transparent; }

/* Apply styles to the close icon to anchor it to the left side of the header */
#ctTooltip.yui-panel .container-close { top:3px; right:8px; height:18px; width:17px; background-image:url(/images/tooltip/close.gif); }
/*#ctTooltip.yui-panel .container-close:hover { background-image:url(/scripts/Yui/build/container/assets/img/aqua-hd-close-over.gif); }*/

/* Style the header and apply the rounded corners, center the text */
#ctTooltip.yui-panel .hd { padding:0; border:none; background: #000080; color:#ffffff; height:22px; margin: 0px 7px 0px 7px; text-align:center; overflow:visible; }
#ctTooltip.yui-panel .hd span { vertical-align: middle; line-height:22px; }
#ctTooltip.yui-panel .hd .tl { width:7px; height:22px; top:0; left:0; background:transparent url(/images/tooltip/Header_Left.gif); position:absolute; }
#ctTooltip.yui-panel .hd .tr { width:7px; height:22px; top:0; right:0; background:transparent url(/images/tooltip/Header_Right.gif); position:absolute; }
/*#ctTooltip.yui-panel .hd .tr { width:7px; height:22px; top:0; right:0; background:transparent url(../assets/img/aqua-hd-rt.gif); position:absolute; }*/

/* Style the body and footer */
#ctTooltip.yui-panel .bd { overflow:hidden; padding: 4px 12px 4px 12px; border:1px solid #aeaeae; background-color:#f9f9f9; }
#ctTooltip.yui-panel .ft { font-size:75%; color:#666; padding:2px; overflow:hidden; border:1px solid #aeaeae; border-top:none; background-color:#dfdfdf; }
