@charset "UTF-8";
/* CSS Document */
/**
 *	Basic Layout Theme
 * 
 *	This theme uses the default layout class-names for all classes
 *	Add any 'custom class-names', from options: paneClass, resizerClass, togglerClass
 */

.ui-layout-pane { /* all 'panes' */ 
	background: #FFF; 
	padding: 0; 
	overflow: auto;
	margin: 0;
	
} 

.ui-layout-resizer { /* all 'resizer-bars' */ 
	background: none; 
} 

.ui-layout-toggler { /* all 'toggler-buttons' */ 
	background: #FFF; 
} 

/**
 *	ALL CSS below is only for cosmetic and demo purposes
 *	Nothing here affects the appearance of the layout
 */
 
.ui-layout-south { 
	border-top: 1px solid #BBB; 
}


#container { margin:0px auto; width:906px; text-align:center; }
