.editor_content{
	font-size:10pt;
}

.editor_content p{
	line-height: 1.4em;
	margin: 10px auto;
}

.editor_content p.width{
	font-family:Courier New,Courier,monospace;
}

.editor_content .title{
	color: blue;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18pt;
	margin: 12px auto;
}

.editor_content ol, .editor_content ul {
	margin-left: 30px;
}

.editor_content li{
	margin: 5px auto;
}

.editor_content .left{
	text-align: left;
}

.editor_content .center{
	text-align: center;
}

.editor_content .right{
	text-align: right;
}

.editor_content img {
	margin: 5px 10px;
}

.editor_content .img_left{
	clear: both;
	float: left;
}

.editor_content .img_center{
	clear: both;
	text-align: center;
}

.editor_content .img_right{
	clear: both;
	float: right;
}

.editor_content .hr {
	width:95%;
	height:0px;
	margin: 10px auto;
	border-top:1px #C0C0C0 dashed;
	clear:both;
}

.editor_content .anchor {
	display: none;
}

.editor_content .emoticon {
	margin: 5px;
}

.quote, .code, .sql, .html{
	margin: 5px;
}

.quotetop{
	background: #d2e3e4 url(../images/quote.gif) no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	margin: 2px auto 0 auto;
	padding: 4px;
}

.quotetop a{
	font-size: 13px;
}

.quotetop img{
    padding: 0px;
    margin: 0px 5px;
}

.quotetop .quote_date{
	font-size: 12px;
	font-weight: normal;
}

.quotemain{
	background: #FAFCFE;
	border: 1px dotted #000;
	border-left: 4px solid #8394B2;
	border-top: 0;
	color: #465584;
	padding: 4px;
	margin: 0px auto;
	line-height: 20px;
}

.codetop, .sqltop, .htmltop{
	background: #FDDBCC url(../images/code.gif) no-repeat right;
	color: #000;
	margin: 0px auto;
	padding: 3px;
}

.codemain, .sqlmain, .htmlmain{
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: "Courier New", Verdana, Arial;
	line-height: 15px;
	margin: 0px auto;
	font-size: 12px;
	padding: 4px;
}

