@charset "utf-8";
/* CSS Document */
.quote, .blockcode{
margin-top: 10px;
margin-right: 0pt;
margin-bottom: 10px;
margin-left: 0pt;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 65px;
}

.quote {
padding-bottom: 5px;
background-color: #f9f9f9;
background-image: url(../../editor/images/icon_quote_s.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 20px 6px;
}

.quote blockquote{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 65px;
padding-bottom: 5px;
padding-left: 0pt;
background-color: transparent;
background-image: url(../../editor/images/icon_quote_e.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 100% 100%;
line-height: 1.6em;
}
.tb_editor a.tb_bold{
	background-position: -3px -1px;
}
.tb_editor a.tb_italic{
	background-image:url(../../editor/images/ed_format_italic.gif);
}
.tb_editor a.tb_underline{
	background-image:url(../../editor/images/ed_format_underline.gif);
}
.tb_editor a.tb_image{
	background-position: -3px -161px;
}
.tb_editor a.tb_editor{
	height: 26px;
}

.tb_editor a.tb_link{
background-position: -3px -121px;
}
.tb_editor a.tb_quote{
background-position: -3px -441px;
}
.tb_editor a.tb_color{
background-position: -3px -81px;
}
.tb_editor a{
	background-image:url(../../editor/images/editor.gif);
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-indent: -9999px;
	line-height: 16px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.tb_editor{
	height:30px;
}
.popupmenu_popup{
	background-color:#FFF;
	overflow:hidden;
	padding:10px;
	text-align:left;
	line-height:1.1em;
	border:1px solid #DDD;
	background:#FEFEFE;
}
.popupmenu_popup input{
	margin:2px;
	padding:0px;
	float:left;
	cursor:pointer;
	width:10px;
	height:10px;
	border:0;
}
.editortable{
	border:solid 1px #666;
	width:450px;
}
.editorarea{
	width:450px; 
	border: none #FFF;
	height:150px;
}

