/*
	.tablePage is the class of main table in the simple webs;
  typical settings:
   height: 100% -> means center vertical
   nothing -> means position vertical top
  
*/
.tablePage
{
	/* height: 100% */
}

