.Debug_FunctionInformation_ParameterNameArea{
	float: left;
	padding: 4px;
	font-weight: bold;
	color: red;
}

.Debug_FunctionInformation_ParameterValueArea{
	border: 1px navy solid;
	background-color: white;
	padding: 3px;
	float: left;
}

.Debug_FunctionInformation_ReturnValueTitle{
	float: left;
	color: blue;
	font-weight: bold;
}

.Debug_FunctionInformation_ReturnValueArea{
	border: 1px black solid;
	background-color: white;
	padding: 3px;
	color: black;
	font-weight: normal;
}

.Debug_FunctionInformation_ReturnValueArea_NIL{
	color: red;
	font-weight: bold;
}

.Debug_FunctionDetail_Area{
	border: 2px navy solid;
	background-color: #FFFFCC;
	padding: 3px;
}

.Dubug_FunctionDetail_FunctionName{
}

.Debug_Dump_Table{
	border: 1px maroon solid;
}

.Debug_Dump_Title_Row{
    vertical-align: top;
	text-align: center;
	background-color: maroon;
	font-weight: bold;
	color: white;
}

.Debug_Dump_Title_Cell{
    padding: 2px;
	border: 1px maroon solid;
}

.Debug_Dump_Caption_Row{
	text-align: center;
	background-color: red;
	color: white;
	font-weight: bold;
}

.Debug_Dump_Caption_Cell{
	padding: 2px;
}

.Debug_Dump_Value_Row{
    vertical-align: top;
}

.Debug_Dump_ValueName_Cell{
    background-color: #FFEDFF;
	padding: 2px;
	border: 1px red solid;
}

.Debug_Dump_ValueName_Cell_Pointer{
    background-color: #FFEDFF;
	padding: 2px;
	border: 1px red solid;
	cursor: pointer;
}

.Debug_Dump_ValueName_Cell_Pointer:hover{
    background-color: #FFFFCC;
}

.Debug_Dump_Value_Cell{
	padding: 2px;
	border: 1px red solid;
	background-color: white;
}

.Debug_Dump_Value_Cell_ClickInfo{
	font-size: 10px;
	border: 1px red solid;
	background-color: #FFFFCC;
	color: red;
	padding: 2px;
	cursor: pointer;
}

.Debug_Dump_Value_Cell_ClickInfo:hover{
	background-color: red;
	color: #FFFFCC;
}

.Debug_SectionTitle{
	background-color: maroon;
	color: yellow;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.Debug_Section{
	border: 1px maroon solid;
	padding: 2px;
}

.Dubug_SyntaxHighlighter_ReservedWord{
	font-weight: bold;
	color: blue;
}

.Dubug_SyntaxHighlighter_Identifier{
	font-weight: bold;
	font-style: italic;
	color: navy;
}

.Dubug_SyntaxHighlighter_Parentheises{
	font-weight: bold;
	color: maroon;
}

.Debug_IndentedArea{
	padding-left: 30px;
}

.Debug_PunctuationMark{
	color: black;
	font-weight: normal;
}