div.section table.summary
{
	border-collapse: collapse;
	table-layout: auto;
	font: 8pt/125% Tahoma, sans-serif;
	letter-spacing: 0.16pt;
	margin: 2.5pt 1.5pt 2.5pt 6.5pt;
	border: 1px solid rgb(74,135,200);
	padding: 0.5pt;
}
div.section table.summary col.header
{
	background-color: rgb(177,175,209);
	vertical-align: top;
	width: 60%;
}
div.section table.summary col.details
{
	background-color: rgb(206,219,255);
	vertical-align: top;
	text-align: left;
	width: 20%;
}
div.section table.summary col.without
{
	background-color: rgb(177,175,209);
	vertical-align: top;
	text-align: right;
	width: 10%;
}
div.section table.summary col.with
{
	background-color: rgb(206,219,255);
	vertical-align: top;
	text-align: right;
	width: 10%;
}
div.section table.summary thead
{
	display: table-header-group;
}
div.section table.summary tbody
{
	margin-top: 2.5pt;
}
/*
div.section table.summary tr.odd
{
	border: 1px outset;
}
div.section table.summary tr.even
{
	border: 1px inset;
}
*/
div.section table.summary td strong
{
	color: rgb(51,49,85);
}
div.section table.summary td.header
{
	text-align: left;
	padding: 1.5pt 2.5pt;
}
div.section table.summary td.header ul
{
	margin: 0.5pt 0.5pt 0.5pt 1.5pt;
}
div.section table.summary td.header a
{
	color: rgb(64,62,106);
}
div.section table.summary td.header a:hover,
div.section table.summary td.header a:active
{
	color: rgb(120,117,176);
}
div.section table.summary td.header a:visited
{
	color: rgb(96,92,163);
}

div.section table.summary tr.odd td.header
{
	border: 1px dotted rgb(183,203,255);
}
div.section table.summary tr.even td.header
{
	border: 1px dotted rgb(183,203,255);
}
div.section table.summary td.details
{
	text-align: left;
	padding: 1.5pt 2.5pt 1.5pt 3.5pt;
}

div.section table.summary tr.odd td.details
{
	border: 1px dotted rgb(177,175,209);
}
div.section table.summary tr.odd td.without
{
	border: 1px dotted rgb(183,203,255);
}
div.section table.summary tr.odd td.with
{
	border: 1px dotted rgb(177,175,209);
}

div.section table.summary tr.even td.details
{
	border: 1px dotted rgb(177,175,209);
}
div.section table.summary tr.even td.without
{
	border: 1px dotted rgb(183,203,255);
}
div.section table.summary tr.even td.with
{
	border: 1px dotted rgb(177,175,209);
}

div.section table.properties
{
	border-collapse: collapse;
	table-layout: fixed;
	font: 8pt/125% Tahoma, sans-serif;
	letter-spacing: 0.16pt;
	margin: 2.5pt 1.5pt 2.5pt 6.5pt;
	border-width: 0px;
	padding: 0.5pt;
}
div.section table.properties col.header
{
	padding: 1.5pt 2.5pt 1.5pt;
	vertical-align: top;
	width: 35%;
}
div.section table.properties col.details
{
	padding: 1.5pt 2.5pt 1.5pt;
	vertical-align: top;
	width: 65%;
}

