<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<panelset>

  <!-- default to App and Document maximized, but don't hard code sizes (code will compute) -->
  <application maximize="true"/>
  <workspaceprefs>
	<preference id="cssModernView" enabled="true"/>
  </workspaceprefs>
  <document maximize="true"/>

 <!-- Extract panel docked to left in Iconic mode -->
  <panelframe dock="left" mode="icon" iconmodewidth="40">
    <panelcontainer>
      <panel id="DWPSDExtract" width="252" showLabel="true"/>
    </panelcontainer>
  </panelframe>

  <!-- RIGHT - Files, Insert, Assets, Snippets & CSS Designer Panel -->
  <panelframe dock="right">
     <panelcontainer expanded="true" visible="true">
		<panel height="442" id="site" width="304" showLabel="true"/>
		<panel height="442" id="objects" width="304" category="HTML" showLabel="true"/>
		<panel height="442" id="assets" width="304" showLabel="true"/>
    	<panel height="442" id="snippets" width="304" showLabel="true"/>
    	<panel height="442" id="visCSS" width="304" showLabel="true"/>
   </panelcontainer>
   
   <panelcontainer expanded="true" visible="true">
	  <panel height="441" id="DOMVis" showLabel="true"/>
   </panelcontainer>
  </panelframe>


  <!-- FLOATING, individuals don't need to be listed - default behavior...-->
</panelset>
