<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * yui-ext .33 RC2
 * Copyright(c) 2006, Jack Slocum.
 */

.ylayout-container{
    width:100%;
    height:100%;
    overflow:hidden;
	 background-color:#fdfdfd;
}
.ylayout-collapsed{
    position:absolute;
    left:-10000px;
    top:-10000px;
    visibility:hidden;
    background-color:#f3f3ec;
    height:20px;
    margin-left: 3px;
    padding-left: 0px;
    padding-right: 3px;
    overflow:hidden;
	 border:1px solid #dfdfdf;
	 z-index:20;
}

.ylayout-collapsed-over{
    cursor:pointer;
    background-color:#fdfdfd;

}
.ylayout-collapsed-west  .ylayout-tools-button{
	float:right;
}
.ylayout-collapsed-east  .ylayout-tools-button{
	float:left;
}
.ylayout-collapsed-north, .ylayout-collapsed-south{
	text-align:right;
}
.ylayout-collapsed .ylayout-tools-button{

	 text-align:center;
}
.ylayout-inactive-content{
    position:absolute;
    left:-10000px;
    top:-10000px;
    visibility:hidden;
}
.ylayout-active-content{
    visibility:visible;
}
.ylayout-panel{
    position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
}

.ylayout-collapsed-north, .ylayout-collapsed-south, .ylayout-collapsed-east, .ylayout-collapsed-west {
    z-index:12;
}
.ylayout-panel-body{
    overflow:hidden;
}

.ylayout-grid-wrapper{

}

.ylayout-panel-hd-text{
    font:normal 11px tahoma, verdana, helvetica;
    padding: 4px;
    padding-left: 4px;
    display:block;
}
.ylayout-panel-hd-tools{
    position:absolute;
    right:0px;
    top:0px;
    text-align:right;
    padding-top:2px;
    padding-right:2px;width:40px;
}
.ylayout-tools-button{
    z-index:6;
    cursor:pointer;
    float:right;
}
.ylayout-tools-button-over{
    background-color:white;
}
.ylayout-tools-button-inner{
    height:15px;
    width:15px;
    padding: 2px;
    background-repeat:no-repeat;
    background-position: center 3px;
}

.ylayout-panel .yui-ext-tabbody {
    background-color:#f2f4f6;
    overflow:auto;height:100%;
}
.ylayout-component-panel, .ylayout-nested-layout {
	position:relative;
   padding:0px;
	overflow:hidden;
	width:200px;
	height:200px;
}
.yui-ext-repaint{
	 background-color: transparent;
}
.ylayout-panel-dragover {
	border: 2px solid #fdfdfd;
}
.ylayout-panel-proxy {
	background-color:#c3daf9;
	border:1px dashed #fdfdfd;
	z-index:10001;
	overflow:hidden;
	position:absolute;
	left:0;top:0;
}
.ylayout-slider {
	z-index:15;
	overflow:hidden;
	position:absolute;
}

.ylayout-panel-north {
    z-index: 11;
    border:0px none;
    background-color:#f2f4f6;
}

.ylayout-panel-west {
    z-index: 10;
    padding-top: 5px;
    padding-right: 5px;
    border-right: solid 0px #dfdfdf;
    border-left: solid 0px #dfdfdf;
    border-top: solid 0px #dfdfdf;
    background-color: #f2f4f6;
}

.ylayout-panel-center {
    border:0px none;
    background-color:#f2f4f6;
}

.ylayout-panel-south {
    border: 0px none;
    z-index:11;
}

.ylayout-split{
    position:absolute;
    height:5px;
    width:8px;
    line-height:1px;
    font-size:1px;
    z-index:3;
    border: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
}
.ylayout-collapsed-west
{ 
    background-repeat:no-repeat;
    background-position: center 25px;
    width: 22px;

 }</pre></body></html>