/**
 *
 * @page      Two Column Format, Menu on the Left Style
 */
#pagePanel{
  margin-left:               220px;
  }
#coreFrame{
  border-right:              none !important;
  border-left:               0px solid transparent;
  }
#corePanel{
  display:                   inline;
  float:                     right;
  width:                     100%;
  }
#mainFrame{
  display:                   inline;
  float:                     left;
  width:                     100%;
  }
#moreFrame{
  display:                   none;
  float:                     left;
  width:                     100%;
  }
#menuFrame{
  display:                   inline;
  float:                     left;
  margin-left:               -223px;
  width:                     220px;
  }
#coreFrame{
  border-left:               0px solid transparent;
  }
#moreFrame{
  border-top:                0px solid transparent;
  }
#moreFrame div.panel{
  float:                     left;
  width:                     220px;
  }