.ui-layout-west  {
	background-color:transparent;
	border-color:#667777 #667777 #667777 -moz-use-text-color;
	border-style:solid solid solid none;
	border-width:1px 1px 1px 0;
	overflow:auto;
}
.ui-layout-center {
	background-color:transparent;
	border:1px solid #667777;
	overflow:auto;
	padding:15px 2em 3em;	
}
.ui-layout-north{
	z-index:1!important;
}

.ui-layout-resizer-sliding {
	background-color:#999999;
	opacity:0.1;
}
.ui-layout-resizer-sliding:hover {
	opacity:1;
}
/*
.ui-layout-resizer-north-dragging, .ui-layout-resizer-north:hover {
background:url("/lib/img/resizable-n.gif") repeat-x scroll center center transparent;
}
.ui-layout-resizer-south-dragging, .ui-layout-resizer-south:hover {
background:url("/lib/img/resizable-s.gif") repeat-x scroll center center transparent;
}
.ui-layout-resizer-west-dragging, .ui-layout-resizer-west-open:hover {
background:url("/lib/img/resizable-w.gif") repeat-y scroll center center transparent;
}
.ui-layout-resizer-east-dragging, .ui-layout-resizer-east-open:hover {
background:url("/lib/img/resizable-e.gif") repeat-y scroll center center transparent;
}
* html .ui-layout-resizer-south {
background:url("/lib/img/resizable-s.gif") repeat-x scroll center center transparent !important;
}
* html .ui-layout-resizer-west-open {
background:url("/lib/img/resizable-w.gif") repeat-y scroll center center transparent !important;
}
* html .ui-layout-resizer-east-open {
background:url("/lib/img/resizable-e.gif") repeat-y scroll center center transparent !important;
}
.ui-layout-toggler-north-open, .ui-layout-toggler-south-closed {
background:url("/lib/img/toggle-up.gif") no-repeat scroll center bottom transparent;
}
.ui-layout-toggler-north-closed, .ui-layout-toggler-south-open {
background:url("/lib/img/toggle-dn.gif") no-repeat scroll center top transparent;
}
.ui-layout-toggler-east-closed, .ui-layout-toggler-west-open {
background:url("/lib/img/toggle-lt.gif") no-repeat scroll right center transparent;
}
.ui-layout-toggler-east-open {
background:url("/lib/img/toggle-rt.gif") no-repeat scroll left center transparent;
}
*/
.ui-layout-resizer-west-closed {
background-color:#DDDDDD;
border-bottom:1px solid #667777;
border-left:1px solid #667777;
border-top:1px solid #667777;
}
.ui-layout-resizer-west-closed:hover {
background-color:#E6E6E6;
}
.ui-layout-resizer-west-closed:hover .content {
color:#CC3300;
}
.ui-layout-toggler-west-closed {
background-color:#EEEEEE;
border-bottom:1px solid #667777;
border-left:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
}
.ui-layout-toggler-west-closed:hover {
background-color:#F6F6F6;
}
.ui-layout-toggler-west-closed .content {
color:#003333;
font-size:12px !important;
font-weight:bold;
padding-right:1px;
text-align:center;
text-transform:uppercase;
}
