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: This is what I have: 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;
}
Robin