#demo-panel {
	background-color: #F1F1F1;
	border: 1px solid #BBBBBB;
	float: right;
	margin: 1em;
	padding-top: 0px;
	height: 200px;
	width: 203px;
}

#demo-panel h3 {
	border-bottom: 1px solid #BBBBBB;
	margin: 0px;
	padding: 0.2em;
	color: white;
	background-color: #1E4E8F;
}

#file-list {
	float: right;
	border: 1px solid #BBBBBB;
	margin: 1em;
	overflow: auto;
	height: 200px;
	width: 203px;
	padding: 0.2em;
	font-family: Arial, sans-serif;
	font-size: 8pt;
}

#show-dialog-btn {
	text-align: center;
}

#show-dialog-btn table {
	margin-left: auto;
	margin-right: auto;
}

#help-panel {
	margin: 1em;
	margin-right: 300px;
}

#help-panel h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 1em;
}

#help-panel h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 1em;
}

#help-panel pre {
	background: #F8F8F8 none repeat scroll 0%;
	border-color: #E8E8E8;
	border-style: solid;
	border-width: 1px 1px 1px 8px;
	font-size: 12px;
	line-height: 14px;
	margin: 1em 0px 1em 1em;
	padding: 5px;
}

#help-panel p,#help-panel ul {
	margin-bottom: 1em;
}

#help-panel a {
	color: #183365;
	text-decration: none;
}

#help-panel a:hover {
	color: red;
	text-decration: underline;
}

#loading-mask {
	width: 100%;
	height: 100%;
	background: #ffffff;
	position: absolute;
	z-index: 20000;
	left: 0px;
	top: 0px;
}

#loading {
	position: absolute;
	left: 42%;
	top: 40%;
	border: 1px solid #ffffff;
	padding: 2px;
	background: #ffffff;
	width: 200px;
	text-align: center;
	z-index: 20001;
}

#loading .loading-indicator {
	border: 1px solid #ffffff;
	background: white;
	background-position: 15px center;
	color: #ffffff;
	font: bold 13px tahoma, arial, helvetica;
	padding: 10px;
	margin: 0;
}

#doc-events li {
	margin-bottom: 1em;
}
