/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/

@import "container.css"; /* This MUST be left in place as it defines the base styling */

/* Panel modality mask styles */
/* See http://developer.yahoo.com/yui/examples/container/panelskin1.html for skining tutorial*/

/* general panel */
.yui-panel { border:none; background-color:transparent; }

/* modal mask */
#panel_mask, #panel2_mask {background-color:#000; opacity: .50; filter: alpha(opacity=50);}

/* underlay */
.yui-panel-container.shadow .underlay { top: 3px; bottom: -3px; right: -3px; left: 3px; background-color: #000; opacity: .25; filter: alpha(opacity=25); }

/* header */
/* margin-left matches width of corner graphic */
.yui-panel .hd { color:#410869; padding:8px 0 0 8px; border-left:1px solid #333; border-right:1px solid #333; border-top:1px solid #333; border-bottom:none; background:#fff url(../images/popupbgr.gif) no-repeat right top; height:15px; overflow:visible; text-transform:capitalize; text-decoration:underline; font-size:1em;}
/*.yui-panel .hd { color:#410869; padding:8px; border-left:none; border-right:none; border-top:1px solid #333; border-bottom:none; background:#DADDE5 url(../images/home_image.gif) no-repeat right top; height:37px; margin-left:8px; overflow:visible; margin-right:8px; text-transform:capitalize; font-size:1em;}
.yui-panel .hd .tl { width:8px; height:37px; top:0; left:0; border-left:1px solid #333; border-top:1px solid #333; position:absolute; background-color:#fff; }
.yui-panel .hd .tr { width:8px; height:37px; top:0; right:0; border-right:1px solid #333; border-top:1px solid #333; position:absolute; background-color:#fff; }*/


/* close window button */
.yui-panel .container-close { top:4px; right:4px; height:17px; width:17px; background-image:url(../images/bt_close.gif); }
.yui-panel .container-close:hover { background-image:url(../images/bt_closeover.gif); }

/* body */
.yui-panel .bd { background:#fff url(../images/popupbgr.gif) no-repeat right -24px; font-size:0.9em; padding:10px 10px 0 10px; border-bottom:none; border-left:1px solid #333; border-right:1px solid #333; border-top:none; }
.yui-panel .bd {text-align:center;}

/* footer */
.yui-panel .ft { font-size:0.9em; padding:0 10px 10px 10px; border-bottom:1px solid #333; border-left:1px solid #333; border-right:1px solid #333; border-top:none; background-color:#FFF; }