/*
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 "/venda-support/js/external/yui/build/container/assets/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 */
#popupcontent_panel.yui-panel { border:none; background-color:transparent; width: 542px; }
#popupcontent_panel h1 { display:none; } /* hide the title because it is already supplied in the popup header */
#popupcontent_panel .toInvt { display:none; }

/* underlay */
#popupcontent_panel_c.yui-panel-container.shadow .underlay {
    top: 3px;
    bottom: -3px;
    right: -3px;
    left: 3px;
    background-color: #000;
	opacity: .12;
    filter: alpha(opacity=0);  /* Shadow is removed for IE because it does not resize */
}

/* header */
#popupcontent_panel.yui-panel .hd {
	padding:0;
	border:none;
	background:transparent url(../../../images/popup_hd_bg.jpg);
	color:#FFF;
	height:23px;
	margin-left:8px; /* matches width of corner graphic */
	margin-right:8px;
	font-weight:bold;
	font-size:1em;
	overflow:visible; }
	
#popupcontent_panel.yui-panel .hd span {line-height:20px; padding-left:0;}

#popupcontent_panel.yui-panel .hd .tl {
	width:8px;
	height:23px;
	top:0;
	left:0;
	background:transparent url(../../../images/popup_hd_tl.png);
	position:absolute; }

#popupcontent_panel.yui-panel .hd .tr {
	width:8px;
	height:23px;
	top:0;
	right:0;
	background:transparent url(../../../images/popup_hd_tr.png);
	position:absolute; }

/* close window button */
#popupcontent_panel.yui-panel .container-close {
	top:7px;
	right:9px;
	height:10px;
	width:39px;
	background-image:url(../../../images/popup_hd_bt_close.jpg);
	}

#popupcontent_panel.yui-panel .container-close:hover { background-image:url(../../../images/popup_hd_bt_closeover.jpg); }
	
/* body */
#popupcontent_panel.yui-panel .bd {
	overflow:hidden;
	padding:10px 1px 7px 10px;
	border:0;
	background:url(../../../images/bg_popupcontent.png) no-repeat left bottom;
	color:#666;
	 }
	
/*#popupcontent_panel #buttons { width:350px; } *//* hide the title because it is already supplied in the popup header */


