/* kDebug::Show() */

.kDebugShow1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000099;
}

.kDebugShow2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #0066FF;
}

.kDebugShowTHType {
	color: #FFFFFF;
	background-color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.kDebugShowTHValue {
	color: #FFFFFF;
	background-color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.kDebugShowTDType {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.kDebugShowTDValue {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.kDebugShowTable {
	border: 1px solid #000099;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.kDebugShowIndex {
	font-weight: bold;
}

.kDebugShowValueNull {
	font-weight: bold;
	color: #999999;
	font-style: italic;
}

.kDebugShowValueBoolTrue {
	font-weight: bold;
	color: #009900;
}

.kDebugShowValueBoolFalse {
	font-weight: bold;
	color: #990000;
}

.kDebugShowValueNumber {
	color: #000099;
	font-weight: bold;
}

.kDebugShowValueString {
	font-weight: bold;
	color: #666666;
}

.kDebugShowRowEven {
	background-color: #E8F5FF;
}

.kDebugShowRowOdd {
	background-color: white;
}

/* kDebug::Message() */

.kDebugMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000099;
}

.kDebugMessageTable {
	border: 1px solid #000099;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.kDebugMessageHeading {
	color: #FFFFFF;
	background-color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.kDebugMessageContent {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #E8F5FF;
}