/* DPM - Overview */
#DPM #DPM_content
{
	margin-top: 1.5em;
	border-collapse: collapse;
	
}

#DPM #DPM_content td
{
	font-size: 0.7em;
	padding: 0.4em;
}

#DPM #DPM_content th
{
	padding: 0.2em;
	font-size: 0.7em;
	border-bottom: 1px solid #FFB97A;
}

#DPM #DPM_nav
{
	border-collapse: collapse;
	
}


#DPM #DPM_nav td
{
	padding: 0.2em;
	font-size: 0.7em;
	border-top: 1px solid #FFB97A;
}


/* DPM - Detailtable */

#DPM #DPM_detail
{
	width: 100%;	
	margin-top: 1.5em;
	border-collapse: collapse;
}

#DPM #DPM_detail td
{
	font-size: 0.7em;
	padding-top: 0.3em;
	padding-right: 0.5em;
}

#DPM #DPM_detail td.caption
{
	font-weight: bold;
	width: 22%;
}

#DPM #DPM_detail td.content
{
	width: 78%;
}

#DPM #DPM_detail h2
{
	border-bottom: 1px solid #000000;
}


