﻿/**************************************************************************************/
/*  Layout cells
/**************************************************************************************/
.layoutCell
{
	background-color : #ffffff;

	position : absolute;

	left     : 0px;
	top      : 0px;

	width    : 0px;
	height   : 0px;
/*
	border   : 1px solid #000000;
*/
	overflow : hidden;
}

.lcSizer
{
	position : relative;
}