/* Created: 2006-11-02 */

table.chart,table.chart td, table.chart th {
  border-collapse: collapse;
  border: 1px solid #093;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
table.chart th {
  font-weight: bold; 
}
table.chart th a {
  font-weight: normal;
}

table.chart td.yes {
  background-color: #8f8;
}
table.chart td.no {
  background-color: #f66;
}
table.chart td.no a,
table.chart td.yes a,
table.chart td.no a:hover,
table.chart td.yes a:hover {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  display: block;
}
table.chart td.yes a:hover,
table.chart td.no a:hover {
  color: #666;
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility:hidden;
}
.clearfix {display: inline-block;}

/* Hide from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display:block;}
* html table.chart,* html #browserCbs { width: 98%; }
/* End hide */ 

