/**
 * Style sheet maTables
 */
.ce_table
{
	margin-top:24px;
	margin-bottom:24px;
	margin-left:4px;
	border-left:1px solid #cccccc;
}

.ce_table td
{
	width:288px;
	padding:4px 8px;
	vertical-align:top;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
}

.ce_table th a
{
	color:#000000;
}

#tps td
{
	padding:2px 4px;
}

#tps .col_0
{
	width:80px;
}

#tps .explanation
{
	padding-bottom:24px;
}

