#home-loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 99999;
	background: white url(../images/home-loading.gif) no-repeat center center;
}

#north-title {
	background: red url(../images/title-bg.gif) repeat-x left center;
	text-align: right;
	padding: 6px;
	font: bold 18pt "Lucida Console";
	letter-spacing: -0.1em;
	color: white;
}

.doc {
	font: normal 9pt Verdana;
	color: black;
}

.doc div.block {
	margin: 1em;
	border: 1px solid #DDD;
	background-color: #FAFAFA;
	min-height: 100px;
}

.doc div.content {
	padding: 0.4em;
}

.doc div.block h2.method {
	font-family: bold 20pt Monospace;
	letter-spacing: 0.1em;
	background-color: #7F8FB1;
	color: white;
	padding: 0.2em;
	font-size: 125%;
}

.doc div.block h2.property {
	font-family: bold 20pt Monospace;
	letter-spacing: 0.1em;
	background-color: #92BB8D;
	color: white;
	padding: 0.2em;
	font-size: 125%;
}

.doc div.method h4 {
	margin-top: 1em;
}

.doc div.indent {
	margin-left: 2em;
}

.doc div.code {
	margin-left: 2em;
	font: normal 10pt "Courier new";
	color: #555;
}

.example {
	margin-top: 1em;
	border: 1px dashed #CCC;
	padding: 1em;
	font-size: 8pt;
	background-color: #EEE;
}

.example ol {
	list-style-type: decimal;
	margin-left: 2em;
}

#downloadPanel .DLstyle {
	padding: 1px;
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
}

#downloadPanel .DLstyle div {
	font-size: 135%;
	letter-spacing: 2px;
	margin: 0.55em 0;
}

.blablaCls {
	padding: 4px;
	font: normal 9pt Verdana;
	color: black;
}

#console {
	font-family: Monospace;
	font-size: 11px;
	height: 100%;
}

#console #inline-console {
	width: 40%;
	float: left;
	height: 100%;
}

#console #inline-console textarea {
	font-size: inherit;
	width: 100%;
	height: 100%;
}

#console #inline-console-output {
	font-size: inherit;
	float: right;
	height: 100%;
	width: 59%;
	top: 0px;
	background-color: #F7F7F7;
	overflow: auto;
	padding: 2px;
}

#console #inline-console-output div {
	border-bottom: 1px dotted #BBB;
}
