/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
.yui-overlay {
	position:absolute;
	display:block;
}

.yui-tt {
	visibility:hidden;
	position:absolute;
	color: #425054;
	background-color:#ffffee;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:2px;
	border:1px solid #f6a565;
	font-size: 0.8em;
	width:auto;
	z-index: 9999;
	overflow: auto;
	// overflow: visible;
	word-wrap: break-word;
}

* html .yui-tt {
	width: 50%;
}

* html body.masked select {
	visibility:hidden;
}

* html div.yui-panel-container select {
	visibility:inherit;
}

* html div.drag select {
	visibility:hidden;
}

* html div.hide-select select {
	visibility:hidden;
}

.mask {
    z-index:0;
    display:none;
    position:absolute;
    top:0;
    left:0;
	margin-bottom: -1000px;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
    background-color:#CCC;
}

.hide-scrollbars * {
	overflow:hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
	overflow:hidden;
	display:none;
}

.show-scrollbars textarea, .show-scrollbars select {
	overflow:visible;
}


/* 1 */
div.yui-panel-container { 
	position: absolute;
	background-image: url(/images/popup/popUpTopLeft.png);
	background-repeat:no-repeat;
	background-position: top left;
	background-color: transparent;
	z-index:20;
	visibility:hidden;
	overflow:visible;
	width:auto; 
}
* html div.yui-panel-container { 
	background-image: url(/images/popup/popUpTopLeft.gif);
}

.yui-panel-container.focused {
}

.yui-panel-container.matte {
	padding:3px;
	background-color:#FFF;
}

.yui-panel-container.matte .underlay {
	display:none;
}

.yui-panel-container.shadow {
	padding:0px;
	background-color:transparent;
}

.yui-panel-container.shadow .underlay {
	visibility:inherit;
	position:absolute;
	background-color:#000;
	top:3px;
        left:3px;
	z-index:0;
	width:100%;
	height:100%;
        -moz-opacity: 0.12;
        opacity: .12;
        filter:alpha(opacity=12) !important;
	zoom: 1;
}

/* 2 */
.yui-panel {
	background-image: url(/images/popup/popUpBottomRight.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:13px;
	top:0px;
	font-family: Arial, Helvetica, sans-serif;
	z-index:1;
	/*!!!!new!!!!*/
	margin-top: 10px;
	padding-top: 10px;
}
* html .yui-panel {
	background-image: url(/images/popup/popUpBottomRight.gif);
}

* + html #previewPanel {
        padding-bottom: 50px;
}

/* 3 no */
.yui-panel .hd {
	background-image: url(/images/popup/popUpTopRight.png);
	background-repeat:no-repeat;
	background-position: top right;
	 
	position:relative;
	font-size: 1em;
	font-weight:bold;
	overflow:hidden;
	padding: 12px 0 0 10px;
	color: #003471;
	text-align: left;
 
	/*!!!!!!!!new!!!!!!!!!!*/
	margin-top:-20px;
}
* html .yui-panel .hd {
	background-image: url(/images/popup/popUpTopRight.gif);
}

.hd span {
	font-size:16px;
	color:#4B7D96;
	display:block;
	margin-top:9px;
	padding-right:40px;
}

/* 4 no */
.yui-panel .bd {
	background-image: url(/images/popup/popUpBottomLeft.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	position:relative;
	left:-13px;
	font-size: 0.69em;
	clear: both;
	overflow:hidden;
	padding: 5px 10px 15px 10px;
	text-align: left;
	min-height:50px;
	height:expression(this.scrollHeight < 50? "50px" : "auto");

}
* html .yui-panel .bd {
	background-image: url(/images/popup/popUpBottomLeft.gif);
}
 
.yui-panel .container-close {
	position:absolute;
	top:5px;
	right:4px;
	z-index:6;
	cursor:pointer;
	 
	
	display: block;
 
 	/*!!!!!new!!!!!!*/
	/*margin: 5px 5px 0 0;*/
	margin: 5px 15px 0 0;
	
 
	/*background-image: url(/images/pu-close.gif);*/
	background-image: url(/images/p_close.gif);
	background-position: right top;
	background-repeat: no-repeat;
	/*width: 12px;*/
	width: 19px;
	/*height: 12px;*/
	height: 20px;
 
}

.yui-panel .ft {

	clear: both;
	overflow:hidden;

	width: 100%;
	float: right;
	padding: 10px 0 9px 0;
	background-color: #fafafa;	
	border-top: 1px solid #666;	
	
}
/*/marina's styles/*/
.yui-panel input, .yui-panel textarea, .yui-panel select  {
	width: 100%;
}

/*/marina's styles/*/
.yui-simple-dialog .bd .yui-icon {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
}

.yui-simple-dialog .bd span.blckicon {
	background: url("blck16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.alrticon {
	background: url("alrt16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.hlpicon {
	background: url("hlp16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.infoicon {
	background: url("info16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.warnicon {
	background: url("warn16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
	background: url("tip16_1.gif") no-repeat;
}

.yui-dialog .ft, 
.yui-simple-dialog .ft {
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
}
