@charset "utf-8";
/* CSS Document */

.matrix TABLE
{
    margin-left : 40px;
    margin-right : 40px;
    margin-top : 40px;
    margin-bottom : 40px;
    font-size : 10pt;
    empty-cells : show;
    border-collapse : collapse;
    text-align : center;
}

.matrix TABLE,
.matrix TABLE TD
{
    border-style : solid;
    border-width : 1px;
    border-color : black;
}

.matrix TABLE CAPTION
{
	font-size : 10pt;
	font-weight : bold;
}

.matrix TABLE TD
{
  padding:3px;
}

.matrix TABLE THEAD TD
{
	background-color:#CCC;
	font-weight:bold;
    font-size : 12pt;
}

.matrix TABLE TR:hover
{
  background-color : red;
}

.matrix .sku
{
  color : blue;
  font-weight : bold;
  text-decoration : underline;
}
