/* format the text inside the toggler */
.ui-layout-toggler .content {
   font-size: 10px; /* IMPORTANT: default = 1px */
   font-weight: bold;
   text-align: center;
}


.cpane ,				/* outer pane class */
.ui-layout-pane {	/* inner pane class */
	background-color: #FFF;
	border: 1px solid #777;
	padding: 0;/* alignment & padding is on the inner-divs */
	overflow: auto; /* will be auto-set to 'hidden' for any pane with a 'scrolling content div' */
}

.ui-layout-resizer{
	background: #1e5b92 !important;
}

.ui-layout-toggler-west-open{
	background: url(/js/img/chemtoggle-lt.gif) no-repeat center right  !important;
}

.ui-layout-south{
	padding: 2px;
}