/*

	pagelayouts.css
	
	iomer internet solutions
	Andrew J Wright
	Feb 2009
	
	
	Table of contents
	-----------------
	
	=parent : the wrapping (parent) classes to focus styles to page layouts if necessary
	=shell	: primary column divisions
	=body	: internal layout divisions within iomer_ltMiddle column
	=panel	: horizontally divided web part zones
		

	Layout Diagram:
	---------------------------
	|  |                |  |  |
	|  |----------------|  |  |
	|  |                |  |  |
	|  |----------------|  |  |
	|  |    |      |    |  |  |
	|  |----------------|  |  |
	|  |                |  |  |
	---------------------------
	
	
	Rules
	-----------------
	?
	


*/

/* wrapping (=parent) classes to focus styles if necessary */
.iomer_homeLayout {}
.iomer_subWelcomeLayout {}
.iomer_subArticleLayout {}
/*
	e.g.:
.iomer_homeLayout div#iomer_3PanelsWrap { background-color: #F00; }
.iomer_subWelcomeLayout div#iomer_3PanelsWrap { background-color: #0F0; }
.iomer_subArticleLayout div#iomer_3PanelsWrap { background-color: #00F; }
*/

table#iomer_layoutTable {}
table#iomer_layoutTable td { vertical-align:top; }

/* =shell : primary column divisions */
td#iomer_ltLeftColumn {}
td#iomer_ltMiddleColumn { }
td#iomer_ltRightColumn {}
/* special case */
td#iomer_ltFarRightColumn {}

/* =body layout : internal divisions within iomer_ltMiddleColumn */
div#iomer_bodyLayoutWrap { }
	div#iomer_RichTextZone { display: block; padding: 0 5px;}
	div#iomer_TopWebpartZone { display: block; padding: 0 5px;}
	div#iomer_3PanelsWrap { display: block; }
		
	/* horizontal =panel webpart zones */
	table#iomer_3Panels {}
		td.iomer_panel { padding: 0 5px; }
		td#iomer_panelWebpartZoneLeft { }
		td#iomer_panelWebpartZoneMiddle { }
		td#iomer_panelWebpartZoneRight { }
	div#iomer_BottomWebpartZone { display: block; padding: 0 5px;}
