/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.11.0
*/

/*
This is the Orion override to the container.css in the yui, has Orion's lookandfeel...
*/
.yui-overlay {
	position:absolute;
	display:block;
}

.yui-tt {
	visibility:hidden;
	position:absolute;
	color:#333;
	background-color:#fff;
	padding: 0;
	border:1px solid #FCC90D;
	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:0;
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
    background-color:#000;
}

.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:6;
	visibility:hidden;
	overflow:visible;
	width:auto;
}

.yui-panel-container.matte {
	padding:3px;
	background-color:var(--mfs-main-bg);
}

.yui-panel-container.matte .underlay {
	display:none;
}

.yui-panel-container.shadow {
	padding:0px;
	background-color:transparent;
}

.yui-panel-container.shadow .underlay {
	visibility:hidden;
	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;
	background-color:var(--mfs-main-bg);
	border: 1px solid var(--border);
	z-index:1;
	overflow:hidden;
}

.yui-panel > .hd {
    color: #4A4A4A;
    height: 24px;
    background: #E8E8E8;
	line-height:24px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 10px;
    font-weight: bold;
	overflow:hidden;
	padding-left: 8px;
    padding-right: 8px;
}

.yui-panel > .bd {
	overflow:hidden;
    color: var(--mfs-main-txt);
    padding: 16px;
    font-size: 10px;
}

.yui-panel .bd p {
	margin:0 0 1em;
}

.yui-panel .close {
	position:absolute;
	top:5px;
	right:4px;
	z-index:6;
	height:12px;
	width:12px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}

.yui-panel .close.nonsecure {
	background-image:url(/core/yui/container/assets/close12_1.gif);
}

.yui-panel .close.secure {
    background-image:url(/core/yui/container/assets/close12_1.gif);
}

.yui-panel > .ft {
	padding: 0;
	overflow:hidden;
}
.yui-panel-container.shadow .underlay{
	position:absolute;
	top:2px;
	right:-3px;
	bottom:-3px;
	left:-3px;
	*top:3px;
	*left:-1px;
	*right:-1px;
	*bottom:-1px;
	_top:0;
	_right:0;
	_bottom:0;
	_left:0;
	_margin-top:3px;
	_margin-left:-1px;
	background-color:#000;
	opacity:.12;
	*filter:alpha(opacity=12);
}

.yui-simple-dialog .bd .icon {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-right:10px;
	float:left;
}

.yui-dialog .ft, .yui-simple-dialog .ft {
	padding: 5px;
	text-align:right;
    background-color: #E0E0E0;
    height: 22px;
    width: 100%;
    position: absolute; right: 0px; bottom: 0px;
}

.yui-dialog form, .yui-simple-dialog form {
	margin:0;
}

.button-group button {
    margin-top: 2px;
    margin-left: 2px;
    padding:0 5px 1px;
    height: 19px;
    border-color: #bababa;
    border-width: 1px;
    border-style:solid;
    background:#d5d4d4 url(/core/images/button/standardButtonBackground.gif) repeat-x;
    color: #4B4B4B;
    font-size: 10px;
    font-weight: normal;
    cursor: pointer;
    overflow: visible; /* Remove extra padding for IE */
}

.yui-effect-fade .underlay{
	display:none;
}
