.XHTML { width:100%; text-align: center; background: #FFF }

.XHTMLEditorFrame {
	background-color: #CCC;
	position: fixed;
	z-index:5;
	overflow:hidden;
}

.XHTMLEditor {
	border: 1px solid #CCC;
}

.XHTMLEditor h3 {
	margin: 0px;
	padding: 4px 6px 2px 8px;
	/* font-family: Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 13px;
	color: #333;
	border-bottom: 1px solid #666;
	background: url(/images/it-bg-deepsea.gif);
}

.XHTMLEditorContent {
	margin: 0px;
	padding: 0px;
	background: #666;
	height: 475px;
}

.XHTMLUploadContent {
	margin: 0px;
	padding: 0px;
	background: #666;
	height: 225px;
}

.XHTMLEditorContent p {
	margin: 0px;
	/* font-family: Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 11px;
	color: #CCC;
}

.XHTMLEditorContentText  {
	/* font-family: Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 11px;
	color: #CCC;
}

.XHTMLEditorFooter {
	margin: 0px;
	padding: 5px;
	background-color: #666;
	text-align: center;
	height: 0px;
}

.XHTMLImageContent {
	margin: 0px;
	padding: 0px;
	background-color: #666;
	height: 500px;
}


