/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
.yui-overlay {
	position:absolute;
	display:block;
}

.yui-tt {
	visibility:hidden;
	position:absolute;
	color:#333;
	background-color:transparent;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:2px;
	border:0px solid #FCC90D;
	font:100% sans-serif;
	width:auto;
}

* 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:110;   
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#FFF;
}

.hide-scrollbars * {
	overflow:hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
	overflow:hidden;
	display:none;
}

.show-scrollbars textarea, .show-scrollbars select {
	overflow:hidden;
}

.yui-panel-container {
	position:absolute;
	background-color:transparent;
	z-index:170;
	visibility:hidden;
	overflow:hidden;
	width:auto;
}

.yui-panel-container.focused {
}


.yui-panel-container.matte {
	padding:3px;
	background-color:transparent;
}

.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:transparent;
	
}

.yui-panel {
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0px;top:0px;
	font:1em Arial;
	
	background-color:transparent;
	border:0px;
	z-index:12;
	overflow:hidden;
	
	font-size:11px;
}

.yui-panel .container-close, .container-close {
	position:absolute;
	z-index:17;
	margin:0px;
	padding:0px;
	background:url(/images/dialogBox/DialogBox_close.gif) no-repeat;
	cursor:pointer;
	visibility:inherit;
}
.yui-panel .box_fl, .box_fl, 
.yui-panel .box_hl, .box_hl, 
.yui-panel .box_fr, .box_fr,
.yui-panel .box_hr, .box_hr {background-image: url(/images/dialogBox/DialogBox_bg.png); background-repeat:no-repeat;}
.yui-panel .box_fl, .box_fl {background-position: left bottom; margin: 28px 32px 0 0; zoom: 100%;}	
.yui-panel .box_hl, .box_hl {background-position: left top; position: relative; top: -28px; }
.yui-panel .box_fr, .box_fr {background-position: right bottom; position: relative; right: -32px; bottom: -28px; }
.yui-panel .box_hr, .box_hr {background-position: right top; position: relative; top: -28px; 
							line-height: 25px; height: 28px; text-align: center; color: white; font-weight: bold; margin-left:0; text-indent:-32px; }
.yui-panel .iframe_bd, 
.yui-panel .box_bd, .box_bd	{position: relative; top: -21px; left:-16px; padding: 0 5px 0 2px; }
.yui-panel .box_ft, .box_ft {position: relative; top: -15px; left: -16px; padding: 0 5px 0 2px;	text-align: center; }

.yui-simple-dialog .bd, .yui-icon {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-right:10px;
	position: absolute;
	top: 0px;
	left: -14px;
}

.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, .simple-dialog .ft {
	padding-bottom:5px;
	padding-right:5px;
	text-align:center;
}

.yui-dialog form, .yui-simple-dialog form {
	margin:0;
}

.button-group button {
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;
	border: 0;
	width: 108px;
	height: 21px;
	padding-bottom: 3px;
	margin: 0;
	overflow: hidden;
}

.button-group button:hover, .button-group button:visited {
	border: 0;
	margin: 0;
	padding-bottom: 3px;
}

.button-group button:active {
	border: 0;
	margin: 0;
	padding-bottom: 3px;
}

.button-group .yui-button-hover button {
	padding-bottom: 3px;
}

