
.report-panel table.report-title 
{
	padding:5px;
	font-size:14px;	
	font-weight:bold;
	background-color:#3CACDF;
	color:White;
	width:100%;
}

.report-panel table.report-content
{
	font-size:12px;
	border-collapse:collapse;
}

.report-panel table.report-details td
{
	padding: 0px 10px 0px 0px;
}

.report-panel table.report-details td.report-value
{
	font-weight:bold;
}

.report-panel table.report-content td
{
	padding: 4px 20px 0px 4px;
}

.report-panel table.report-content th
{
	padding: 2px 10px 2px 4px;
	background-color:#DDDDDD;
	font-weight:bold;
}

.report-panel table.report-content td.report-value
{
	font-weight:bold;
}

.report-footer
{
	border-width: thin;
	border-style: solid none none none;
	border-color:#3CACDF;
	color:#3CACDF;
	font-size:10px;
	padding: 2px 0 10px;
	text-align:right;
	margin-top:20px;
}

.report-panel table.report-content td.level-1
{
	padding-left:50px;
}
