﻿@media print
{

  #BaseTable
  {
     width: auto;
  }

  #Middle
  {
     width: auto;
  }

  #LeftPane
  {
     float: none;
     display:none;
  }

  #RightPane
  {
     float: none;
     display:none;
  }

  #ContentPane
  {  
     float: none;
     padding-left: 0px;
     width: auto;
  }

}

/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}