/*
	template.css
	$Revision: 1.0 $
*/

/*** template table (common for all templates) ***/
#ContentTable { width: 100%; }
#ContentDiv { width: 100%; }

/*** zones for each template (8 templates) ***/

/* template 1 zones */
table.t1 {}
table.t1 .t1_fullpage {}

/* template 2 zones */
table.t2 {}
table.t2 .t2_header {}
table.t2 .t2_leftcolumn {}
table.t2 .t2_body {}

/* template 3 zones */
table.t3 {}
table.t3 .t3_header {}
table.t3 .t3_body {}
table.t3 .t3_rightcolumn {}

/* template 4 zones */
table.t4 {}
table.t4 .t4_header {}
table.t4 .t4_leftcolumn {}
table.t4 .t4_middlecolumn {}
table.t4 .t4_rightcolumn {}
table.t4 .t4_footer {}

/* template 5 zones */
table.t5 {}
table.t5 .t5_header {}
table.t5 .t5_leftcolumn {}
table.t5 .t5_row1 {}
table.t5 .t5_rightcolumn {}
table.t5 .t5_row2 {}
table.t5 .t5_row3 {}
table.t5 .t5_row4 {}
table.t5 .t5_footer {}

/* template 6 zones */
table.t6 {}
table.t6 .t6_header {}
table.t6 .t6_leftcolumn {}
table.t6 .t6_toprow {}
table.t6 .t6_centerleftcolumn {}
table.t6 .t6_centerrightcolumn {}
table.t6 .t6_rightcolumn {}
table.t6 .t6_footer {}

/* template 7 zones */
table.t7 {}
table.t7 .t7_leftcolumn {}
table.t7 .t7_header {}
table.t7 .t7_toprow {}
table.t7 .t7_centerleftcolumn {}
table.t7 .t7_centercolumn {}
table.t7 .t7_centerrightcolumn {}
table.t7 .t7_footer {}

/* template 8 zones */
table.t8 {}
table.t8 .t8_header {}
table.t8 .t8_toprow {}
table.t8 .t8_centerleftcolumn {}
table.t8 .t8_centercolumn {}
table.t8 .t8_centerrightcolumn {}
table.t8 .t8_footer {}
table.t8 .t8_rightcolumn {}