body {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100% !important;
	background-color: #EEEEEE;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../resources/back1.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	zoom: 1 !important;
	-ms-zoom: 1 !important;
}
h1 {
	margin: 0;
	padding: 8px 0px 0px 10px;
	font-size: 2em;
	color: #FF6600;
}
code {
	color: #0033FF;
	font-family:"Courier New", Courier, monospace;
}
	code a {
		text-decoration: none;
		color: #0033FF !important;
	}

/* ------------- */

#loading {
	display: block;
	position: absolute;
	font-size: 14px;
	top: 4px;
	left: 10px;
	width: 100%;
	height: 34px;
	color: #999999;
	background-image: url(../resources/loading.gif);
	background-repeat: no-repeat;
	padding: 8px 0px 0px 45px;
	z-index: 2000;
}

/* ------------- */

#flash {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100% !important;
	margin: 0px;
	padding: 0px;
	visibility: visible;
	float: none;
	z-index: 500;
/*
	margin: 2px;
	padding: 2px;
	border: 1px solid #00FF00;
*/
}

/* ------------- */

#html {
	display: block;
	position: absolute;
	top: -1000px;
	left: 0px;
	width: 604px;
	height: 435px; /* 505 */
	overflow: hidden;
	z-index: 1000;
	background-color: #FFF;
}
	#htmlEditor {
		margin: 0;
		padding: 0;
	}
		#htmlArea {
			display: block;
			width: 100%; /* 592 */
			height: 385px; /* 452 */
			background-color: #FFF;
			border: 0;
			padding: 0;
			margin: 0;
		}
		#htmlButtons {
			display: block;
			text-align: right;
			margin-top:7px;
			height: 23px;
		}
			#htmlButton {
				display: block;
				float: right;
				width: 61px;
				height: 23px;
				border: 0;
				margin-left: 6px;
				background-image: url(/resources/gifs/formbut1.gif);
				background-position: top left;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
			}

/* ------------- */

#helpbody {
	padding: 10px;
	font-size: 1.1em;
}
#helpbody a {
	color:#FF6600;
	
}
.date {
	width: 180px;
	float: right;
	font-size: 0.8em;
	text-align:right;
	padding: 16px 10px 0px 0px;
}

#helpbody .back {
}
#helpbody .back a {
	display: block;
	width: 60px;
	height: 12px;
	padding: 0px 0px 0px 16px;
	background-image: url(../resources/icons/reply.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration:none;
}
#helpbody ul {
}
#helpbody li {
	padding: 5px 0px 5px 0px;
}
#helpbody p.step {
	padding: 5px 0px 5px 20px;
}

#helpbody .example {
	padding: 5px 0px 5px 20px;
	font-family:"Courier New", Courier, monospace;
}


/* ------------- */

#tests {
	display: block;
	position: absolute;
	padding: 0;
	top: 60px;
	color: #999999;
	white-space: nowrap;
	z-index: 1;
/*
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
*/
}

	#tests ol {
	}
		#tests ol li {
			font-weight: bold;
			border-bottom: 1px dashed #BBBBBB;
			padding: 4px 0px 4px 0px;
		}
		#tests ol li.last {
			border-bottom: none;
		}
			#tests ol li ul {
			}
				#tests ol li ul li {
					font-weight:normal;
					list-style-type: disc;
					border-top: 0px;
					margin-top: 0px;
					padding: 0px 0px 0px 0px;
					border-bottom: none;
				}
				#tests ol li ul li ul {
				}

	#tests .result {
		display: inline;
	}

		#tests .error {
			padding-left: 10px;
			color: #FF0000;
			font-style: italic;
		}
		#tests .pass {
			padding-left: 10px;
			color: #339900;
			font-style: italic;
		}
		#tests .warn {
			padding-left: 10px;
			color: #FF9900;
			font-style: italic;
		}

/* ------------- */

#debug {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFF99;
	border: 1px solid #FF0000;
	padding: 2px;
	z-index: 9000;
}
	#debug a {
	text-decoration: none;	
	}
