.basic_tabular
{
	background:#f7f7f7;
	color:#554c44;
	border:none;
	border-collapse:collapse;
	margin-top:16px;
	margin-bottom:0px;
}

.basic_tabular th
{
	font-weight:bold;
	font-size:11px;
}

.basic_tabular th.table_title
{
	text-align:right;
	background:#dddad6;
}

.basic_tabular th.table_title strong
{
	font-weight:bold;
	float:left;
	font-size:15px;
}

.basic_tabular th.table_title span
{
	font-weight:normal;
}

.basic_tabular th,
.basic_tabular td
{
	background:#f7f7f7;
	text-align:center;
	padding:5px 10px;
	border:none;
	border-top:1px solid #d9d7d5;
	font-weight:bold;
}

.basic_tabular td
{
	font-size:10px;
}

.basic_tabular td.alternate_col,
.basic_tabular th.alternate_col
{
	background:#edebe8;
}

.basic_tabular th.row_title
{
	border-right:1px solid #d9d7d5;
}

.basic_tabular th.sub_row,
.basic_tabular td.sub_row
{
	border-top:1px solid #e5e3e1;
}