﻿.colour1
{
height: 10px;
width: 16px;
background-color: #66CC99;
display: block;
}
.colour2
{
height: 10px;
width: 16px;
background-color: #BAA59C;
display: block;
}
.colour3
{
height: 10px;
width: 16px;
background-color: #885418;
display: block;
}
.colour4
{
height: 10px;
width: 16px;
background-color: #663366;
display: block;
}
.colour5
{
height: 10px;
width: 16px;
background-color: #009999;
display: block;
}
.colour6
{
height: 10px;
width: 16px;
background-color: #DFCFC7;
display: block;
}
.colour7
{
height: 10px;
width: 16px;
background-color: #669933;
display: block;
}
.colour8
{
height: 10px;
width: 16px;
background-color: #C39860;
display: block;
}
.colour9
{
height: 10px;
width: 16px;
background-color: #666633;
display: block;
}
.colour10
{
height: 10px;
width: 16px;
background-color: #8984C1;
display: block;
}
/* Chart and Table layouts for industry */
.tblChartAndTable
{
width: 100%;
padding: 0;
margin: 0;
border: none;
}
.tbcChart
{
width: 250px;
padding: 0;
margin: 0;
}
.tbcChartTable
{
width: auto;
padding: 0;
margin: 0;
vertical-align: bottom;
}
.tblChartTable
{
width: 360px;
border: none;
border-collapse: collapse;
}
.tbcChartColourHeader
{
width: 30px;
}
.tbcChartColour
{
padding: 5px;
}
.tbcChartDataHeader
{
width: 70%;
font-weight: normal;
color: #000000;
font-size: 12px;
border-bottom: solid 1px #cccccc;
}
.tbcChartShareHeader
{
width: 20%;
font-weight: normal;
color: #000000;
font-size: 12px;
border-bottom: solid 1px #cccccc;
text-align: right;
}
.tblChartTableMajorPlayer
{
width: 460px;
border: none;
border-collapse: collapse;
}
.tbcChartDataHeaderMajorPlayer
{
width: 200px;
font-weight: bold;
font-size: 12px;
border-bottom: solid 1px #cccccc;
}
.tbcChartShareHeaderMajorPlayer
{
width: 230px;
font-weight: bold;
font-size: 12px;
border-bottom: solid 1px #cccccc;
text-align: right;
}
.tbcChartDataDark
{
background-color: #ffffff;
font-size: 12px;
color: #000000;
font-weight: normal;
}
.tbcChartData
{
background-color: #ffffff;
font-size: 12px;
text-align: right;
}
.tbcChartDataDarkTotal
{
background-color: #ffffff;
font-size: 12px;
color: #333333;
font-weight: bold;
border-top: solid 1px #000000;
}
.tbcChartDataTotal
{
background-color: #ffffff;
font-size: 12px;
text-align: right;
font-weight: bold;
border-top: solid 1px #000000;
}