/**
  * 
  *  Author:	Matthis
  *  Date:		21.12.2009
  *
  */

.PARSED_CODE hr
{
	padding:			0px;
	margin-top:			5px;
	margin-bottom:		5px;
	margin-left:		0px;
	margin-right:		0px;
}
.PARSED_CODE
{
	border:				1px solid #CCCCCC; 
	padding:			4px; 
	font-size:			10px; 
	text-align:			left; 
	color:				#666666; 
	background:			#FFFFFF;
}
.PARSED_CODE hr
{
	height:				1px; 
	border-top:			1px solid #999999; 
	border-left:		0; 
	border-right:		0; 
	border-bottom:		0;
}
.PARSED_CODE i
{
	clear:				left;
	width:				1px;
	height:				1px;
}
.PARSED_CODE b
{
	color:				#666666;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
}
.PARSED_CODE_LINES
{
	font:				11px courier, monospace; 
	line-height:		1.8em;
	width:				3%; 
	overflow:			hidden; 
	float:				left; 
	text-align:			right; 
	background:			#E2E2E2;
}
.PARSED_CODE_CODE
{
	font:				11px courier, monospace; 
	line-height:		1.8em; 
	width:				97%; 
	overflow:			scroll; 
	float:				left;
}
.PARSED_CODE_CODE div
{
	padding:			0 0 0 5px;
}
.PARSED_CODE_CODE a:link,
.PARSED_CODE_CODE a:visited,
.PARSED_CODE_CODE a:active
{ 
	color:				#000000;
	text-decoration:	none;
	font-weight:		bold;
}

.PARSED_CODE_CODE a:hover
{ 
	text-decoration:	underline;
	font-weight:		bold;
}

