
.yui-overlay {
	position:absolute;
	display:block;
}

.yui-tt {
	visibility:hidden;
	position:absolute;
	color:#333;
	background-color:#FDFFB4;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:2px;
	border:1px 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 {
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.75;
    opacity:.75;
    filter: alpha(opacity=75);
    background-color:#000;
    z-index:1 !important;
}

.hide-scrollbars * {
	overflow:hidden;
}

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

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

.yui-panel-container {
	position:absolute;
	background-color:transparent;
	z-index:10 !important;
	visibility:hidden;
	overflow:visible;
	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:#CCC;
	top:3px;left:3px;
	z-index:0;
	width:100%;
	height:100%;
  -moz-opacity: 0.7;
  opacity:.70;
  filter:alpha(opacity=70);
	zoom:1;
}

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

.yui-panel .hd {
	background-color:transparent;
	color:#FFF;
	font-size:100%;
	line-height:100%;
	font-weight:bold;
	overflow:hidden;
	padding:4px;
}

.yui-panel .bd {
  font-size: 1.1em;
	font-weight: bold;
	overflow:hidden;
	padding:4px;
}

.yui-panel .bd p {
  font-weight: normal;
	margin:.3em 0 1em -40px;
}

.yui-panel .bd div.warning {
  font-weight: normal;
}

.yui-panel .container-close {
	position:absolute;
  top:24px ;
  right:8px !important;
  height:15px !important;
  width:35px !important;
	z-index:11;
  margin:0px;
	padding:0px;
  background:url(../images/ybox-close.gif);
	cursor:pointer;
	visibility:inherit;
}

.yui-panel .ft {
	padding:0px;
	overflow:hidden;
}

.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(../images/blck16_1.gif) no-repeat;*/
}

.yui-simple-dialog .bd span.alrticon {
	/*background: url(../images/alrt16_1.gif) no-repeat;*/
}

.yui-simple-dialog .bd span.hlpicon {
	/*background: url(../images/hlp16_1.gif) no-repeat;*/
}

.yui-simple-dialog .bd span.infoicon {
	/*background: url(../images/info16_1.gif) no-repeat;*/
}

.yui-simple-dialog .bd span.warnicon {
	background: url(../images/warn16_1.gif) no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
	/*background: url(../images/tip16_1.gif) no-repeat;*/
}

.yui-dialog .ft, .simple-dialog .ft {
	padding-bottom:5px;
	padding-right:5px;
	margin: 0 auto;
}

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

.button-group button {
	font:100 76% verdana;
	text-decoration:none;
	background-color: #E4E4E4;
	color: #333;
	cursor: hand;
	vertical-align: middle;
	border: 2px solid #797979;
	border-top-color:#FFF;
	border-left-color:#FFF;
	margin:2px;
	padding:2px;
}

.button-group button.default {
	font-weight:bold;
}

.button-group button:hover, .button-group button.hover {
	/*border:2px solid #ccc;*/
	background-color:#ccc;
	border-top-color:#FFF;
	border-left-color:#FFF;
}

.button-group button:active {
	border:2px solid #E4E4E4;
	background-color:#BBB;
	border-top-color:#333;
	border-left-color:#333;
}