Table Cell Spacing

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
rmdavidson
Sr. Propeller Head
Posts: 127
Joined: Tue Jan 17, 2012 7:58 am
Location: Pittsburgh, PA

Table Cell Spacing

Post by rmdavidson »

All,

I am trying to mimic the styling of an existing topic by turning it into a table style so I can reuse it easily. Flare, however, isn't making this easy. I've been playing with padding, spacing, separators, colors...everything for at least an hour and even got a web dev to try to help thinking a fresh set of eyes would do it, but alas...

This is what I want:
flare_spaced_rows.png
This is what I have:
flare_spaced_mine.png
Flare's code:

Code: Select all

 

/* MadCap Table Style: */

/*<meta Version="7" />*/

mcTableStyle
{
	name: grey;
	border-collapse: separate;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	max-id: 7;
	border-spacing-x: 1;
	border-spacing-y: 1;
	cell-padding-right: 0px;
	cell-padding-left: 0px;
	cell-padding-top: 1px;
	cell-padding-bottom: 1px;
	margin-left: 3px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
}

mcTableColumnStyle
{
	span: 1;
	id: 5;
	name: Column1;
	font-size: 10pt;
	font-family: 'Courier New';
	font-weight: bold;
	cell-padding-left: 2px;
	cell-padding-right: 2px;
	cell-padding-top: 2px;
	cell-padding-bottom: 2px;
	text-align: left;
	separator-style: double;
	separator-width: 3px;
	size: 132px;
	separator-color: #999999;
}

mcTableColumnStyle
{
	span: 1;
	id: 6;
	name: Column2;
	font-size: 10pt;
	font-family: Arial;
	size: 130px;
	separator-style: double;
	separator-width: 3px;
	separator-color: #999999;
}

mcTableColumnStyle
{
	span: 1;
	id: 7;
	name: Column3;
	size: 625px;
	font-size: 10pt;
	font-family: Arial;
	separator-style: double;
	separator-width: 3px;
	separator-color: #999999;
}

mcTableHeadStyle
{
	span: 1;
	separator-style: double;
	separator-width: 3px;
	separator-color: #ffffff;
	name: Header1;
	id: 2;
	background-color: #f5f5f5;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	cell-padding-left: 0px;
	cell-padding-right: 0px;
}

mcTableBodyStyle
{
	span: 1;
	name: Body1;
	id: 1;
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
	text-align: left;
	cell-padding-left: 2px;
	cell-padding-right: 2px;
	cell-padding-top: 2px;
	cell-padding-bottom: 2px;
	separator-style: double;
	separator-width: 3px;
	separator-color: #999999;
}

mcTableFootStyle
{
	span: 1;
	separator-style: solid;
	separator-width: 1px;
	separator-color: #f5f5f5;
	name: Footer1;
	id: 3;
}


/* Cell Styles: */
 
.TableStyle-grey
{
	border-collapse: separate;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	margin-left: 3px;
	border-spacing: 1px 1px;
}

.TableStyle-grey .Column-Column1
{
	width: 132px;
}

.TableStyle-grey .Column-Column2
{
	width: 130px;
}

.TableStyle-grey .Column-Column3
{
	width: 625px;
}

.TableStyle-grey .Head-Header1
{
	
}

.TableStyle-grey .HeadI-Column1-Header1
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadI-Column1-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadE-Column1-Header1
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	border-bottom-style: double;
}

.TableStyle-grey .HeadE-Column1-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadF-Column1-Header1
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	border-bottom-style: double;
}

.TableStyle-grey .HeadF-Column1-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadH-Column1-Header1
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadH-Column1-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadD-Column1-Header1
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	border-bottom-style: double;
}

.TableStyle-grey .HeadD-Column1-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadC-Column1-Header1
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadC-Column1-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadB-Column1-Header1
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadB-Column1-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadA-Column1-Header1
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadA-Column1-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadG-Column1-Header1
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadG-Column1-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadI-Column2-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadI-Column2-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadE-Column2-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	border-bottom-style: double;
}

.TableStyle-grey .HeadE-Column2-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadF-Column2-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	border-bottom-style: double;
}

.TableStyle-grey .HeadF-Column2-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadH-Column2-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadH-Column2-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadD-Column2-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	border-bottom-style: double;
}

.TableStyle-grey .HeadD-Column2-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadC-Column2-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadC-Column2-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadB-Column2-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadB-Column2-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadA-Column2-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadA-Column2-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadG-Column2-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadG-Column2-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadI-Column3-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadI-Column3-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadE-Column3-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	border-bottom-style: double;
}

.TableStyle-grey .HeadE-Column3-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadF-Column3-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	border-bottom-style: double;
}

.TableStyle-grey .HeadF-Column3-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadH-Column3-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadH-Column3-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadD-Column3-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	border-bottom-style: double;
}

.TableStyle-grey .HeadD-Column3-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadC-Column3-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadC-Column3-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadB-Column3-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadB-Column3-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadA-Column3-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadA-Column3-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .HeadG-Column3-Header1
{
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}

.TableStyle-grey .HeadG-Column3-Header1 p
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .Foot-Footer1
{
	
}

.TableStyle-grey .FootI-Column1-Footer1
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TableStyle-grey .FootI-Column1-Footer1 p
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .FootE-Column1-Footer1
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-top-style: solid;
}

.TableStyle-grey .FootE-Column1-Footer1 p
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .FootF-Column1-Footer1
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-top-style: solid;
}

.TableStyle-grey .FootF-Column1-Footer1 p
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .FootH-Column1-Footer1
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .FootH-Column1-Footer1 p
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .FootD-Column1-Footer1
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-top-style: solid;
}

.TableStyle-grey .FootD-Column1-Footer1 p
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .FootC-Column1-Footer1
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TableStyle-grey .FootC-Column1-Footer1 p
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .FootB-Column1-Footer1
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .FootB-Column1-Footer1 p
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .FootA-Column1-Footer1
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TableStyle-grey .FootA-Column1-Footer1 p
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .FootG-Column1-Footer1
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TableStyle-grey .FootG-Column1-Footer1 p
{
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .FootI-Column2-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootI-Column2-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootE-Column2-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-top-style: solid;
}

.TableStyle-grey .FootE-Column2-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootF-Column2-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-top-style: solid;
}

.TableStyle-grey .FootF-Column2-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootH-Column2-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .FootH-Column2-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootD-Column2-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-top-style: solid;
}

.TableStyle-grey .FootD-Column2-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootC-Column2-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootC-Column2-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootB-Column2-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .FootB-Column2-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootA-Column2-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootA-Column2-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootG-Column2-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootG-Column2-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootI-Column3-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootI-Column3-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootE-Column3-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-top-style: solid;
}

.TableStyle-grey .FootE-Column3-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootF-Column3-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-top-style: solid;
}

.TableStyle-grey .FootF-Column3-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootH-Column3-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .FootH-Column3-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootD-Column3-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-top-style: solid;
}

.TableStyle-grey .FootD-Column3-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootC-Column3-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootC-Column3-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootB-Column3-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .FootB-Column3-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootA-Column3-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootA-Column3-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootG-Column3-Footer1
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .FootG-Column3-Footer1 p
{
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .Body-Body1
{
	
}

.TableStyle-grey .BodyI-Column1-Body1
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TableStyle-grey .BodyI-Column1-Body1 p
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .BodyE-Column1-Body1
{
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .BodyE-Column1-Body1 p
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .BodyF-Column1-Body1
{
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TableStyle-grey .BodyF-Column1-Body1 p
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .BodyH-Column1-Body1
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .BodyH-Column1-Body1 p
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .BodyD-Column1-Body1
{
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TableStyle-grey .BodyD-Column1-Body1 p
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .BodyC-Column1-Body1
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TableStyle-grey .BodyC-Column1-Body1 p
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .BodyB-Column1-Body1
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .BodyB-Column1-Body1 p
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .BodyA-Column1-Body1
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TableStyle-grey .BodyA-Column1-Body1 p
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .BodyG-Column1-Body1
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.TableStyle-grey .BodyG-Column1-Body1 p
{
	color: #000000;
	font-family: 'Courier New';
	font-size: 10pt;
	font-weight: bold;
}

.TableStyle-grey .BodyI-Column2-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyI-Column2-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyE-Column2-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .BodyE-Column2-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyF-Column2-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyF-Column2-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyH-Column2-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .BodyH-Column2-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyD-Column2-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyD-Column2-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyC-Column2-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyC-Column2-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyB-Column2-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .BodyB-Column2-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyA-Column2-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyA-Column2-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyG-Column2-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyG-Column2-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyI-Column3-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyI-Column3-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyE-Column3-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .BodyE-Column3-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyF-Column3-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyF-Column3-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyH-Column3-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .BodyH-Column3-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyD-Column3-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyD-Column3-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyC-Column3-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyC-Column3-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyB-Column3-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
	border-right-width: 3px;
	border-right-color: #999999;
	border-right-style: double;
}

.TableStyle-grey .BodyB-Column3-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyA-Column3-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyA-Column3-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyG-Column3-Body1
{
	color: #000000;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10pt;
}

.TableStyle-grey .BodyG-Column3-Body1 p
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}


 
Any suggestions are much appreciated!

Robin
You do not have the required permissions to view the files attached to this post.
Robin Davidson
Technical Writer & Documentation Specialist
STC Pittsburgh Chapter President http://www.stcpgh.org

Flare 7.2 / Windows 7 Pro 64 bit
LTinker68
Master Propellus Maximus
Posts: 7247
Joined: Thu Feb 16, 2006 9:38 pm

Re: Table Cell Spacing

Post by LTinker68 »

If you're talking about the cell spacing between the cells, then that is specified inline via the Table Properties screen. You can also specify cell padding there, too, I think (I don't have Flare open at the moment to check). Normally you would want those attributes specified in the stylesheet, but I'm not sure the cell spacing attribute is actually available in a stylesheet.

EDIT: Actually, a quick Google search indicates that the border-spacing attribute might be comparable to the inline cell spacing attribute, but apparently it's not supported by IE prior to v7. Note that border-collapse:collapse will override that value, so don't set the border-collapse if you want cell spacing, no matter which way you implement cell spacing.
Image

Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.
Post Reply