* {
	margin: 0px;
	font-family: Courier New;
	color: #000000;
	vertical-align: top;
	text-overflow: ellipsis;
}
FIELDSET {
	background: #CCCCFF;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.footer {
	background: #CCCCFF;
	margin-left: 10px;
	margin-right: 10px;
}

UL, P {
	padding-left: 20px;
}
LI {
	vertical-align: middle;
}

BODY {
	border: 1px groove;
	padding: 4px;
	margin: 4px;
	display: block;
	overflow: hidden;
	background: #CCCCFF;
}

FRAME, FRAMESET {
	margin: 0px;
	padding: 0px;
}
FRAME#commandBoxTag, FRAME#executionWindowTag {
	border-top: 3px solid #8888FF;
}
TEXTAREA, INPUT, IFRAME {
	border: 2px groove #CCCCFF;
	background-color:#FFFFFF;
}
INPUT {
	height: 20px;
}
TABLE.buttons, TR.buttons, TD.buttons {
	margin: 2px;
}
BUTTON.SmallButton, BUTTON.RunButton, BUTTON.DeleteButton {
	padding: 0px;
	margin: 0px;
	width: 40px;
	height: 20px;
	overflow: hidden;
	word-wrap: no-break;
	white-space: pre; 
}
.nobr { word-wrap: break-word; white-space: pre; text-overflow : ellipsis; overflow : hidden}
.wrapper { border: 2px groove #CCCCFF; margin-top: 5px; }
.header { padding-right: 10px; width:200px; }

.commandwrapper { width:100%; background: #F0F0F0; }
.command { background: #CCCCCC; }

.htmlwrapper { width:100%; background: #E0FFFF; }
.html { background: #C0FFFF; }

.addresswrapper { width:100%; background: #FFFFE0; }
.address { background: #FFFFC0; }

.executionwrapper { width:100%; background: #F8FFE0; }
.execution { background: #F0FFC0; }

.resultwrapper { width:100%; background: #E0FFF8; }
.result { background: #C0FFF0; }

.exceptionwrapper { width:100%; background: #FFE0E0; }
.exception { background: #FFC0C0; }

.parseerrorwrapper { width:100%; background: #FFE0FF; }
.parseerror { background: #FFC0FF; }

.badAddress { background: #FFC0C0; }
.sameAddress { background: #FFFFFF; }
.changedAddress { background: #FFFFC0; }

.PopupMessage {
	position: absolute;
	overflow: hidden;
	background: #CCCCFF;
	border: 2px groove #CCCCFF;
	padding-left: 10px;
	padding-right: 10px;
	left: expression(document.body.scrollLeft + (document.body.scrollWidth - this.clientWidth) / 2);
	top: expression(document.body.scrollTop + (document.body.clientHeight - this.clientHeight) / 2);
}
