BUTTON.wspanel_expandcollapse {
	height: 16;
	width: 16;
}

DIV.wspanel_collapse {
	background-image: url(/qbws/themes/neutral/panel-collapse.png);
	background-repeat: no-repeat;
	background-position:center; 
	height: 16; 
	width: 16; 
}

DIV.wspanel_expand {
	background-image: url(/qbws/themes/neutral/panel-expand.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 16; 
	width: 16; 
}

.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-panel { display:block; border-width:0; padding: 0 0; background:none; }
