﻿table.allocation-matrix
{
	border-collapse: collapse;
}
tr.market-row
{
	height: 25px;
}
td.row-label
{
	white-space: nowrap;
	padding-right: 10px;
}
input.date
{
	padding: 0px;
	margin: 0px;
	width: 60px;
	vertical-align: middle;
}

td.column-group-label
{
	vertical-align: top;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
}
th.column-label, td.column-label, td.group-column-label
{
	text-align: center;
	vertical-align: bottom;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid 1px #AEB3B9;
	white-space: nowrap;
}
td.group-column-label
{
	white-space: normal;
}
th.left-aligned, td.left-aligned
{
	text-align: left;
}
td.boundary-column
{
	border-right: solid 1px #AEB3B9;
}
td.checkbox-container
{
	text-align: center;
}
td.all-row-cell
{
	border-top: solid 1px #AEB3B9;
	padding-top: 5px;
}