

/** PIPLELINE CHART **/

table.pipeline {
width: 720px;
font-size: 11px;
background-color: #fff;
border-top: 1px solid #000;
border-left: 1px solid #000;

}
table.pipeline th {
padding: 6px 3px;
background-color: #000;
color: #fff;
vertical-align: top;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}
table.pipeline td,
table.pipeline tr.even td {
background-color: #fff;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}

table.pipeline td span {
margin: 0;
}
table.pipeline td.product {
font-weight: bold;
}
table.pipeline td.ind {
font-style: italic;
}

table.pipeline td.complete {
background: none;
width: 94px;
}
table.pipeline tr.even td.complete {
background: none;
width: 94px;
}

table.pipeline td.fiftypercent {
width: 94px;
background: none;
}
table.pipeline tr.even td.fiftypercent {
width: 94px;
background: none;
}

table.pipeline td.twentyfivepercent {
width: 94px;
background: none;
}
table.pipeline tr.even td.twentyfivepercent {
width: 94px;
background: none;
}

table.pipeline td.seventyfivepercent {
width: 94px;
background: none;
}
table.pipeline tr.even td.seventyfivepercent {
width: 94px;
background: none;
}

table.pipeline td.hundredpercent {
width: 94px;
background: none;
}
table.pipeline tr.even td.hundredpercent {
width: 94px;
background: none;
}

table.pipeline td.empty {
width: 94px;
}