.csjsEditor_default {
    clear: both;
    border: 1px solid #B2B6B6;
    padding-bottom: 2px;
    position:relative;
    }

/* source view*/
.csjsEditor_panel_default_disabled
{
    overflow: hidden;
}
.csjsEditor_panel_default_disabled ul{}

.csjsEditor_panel_default_disabled ul li{ display: none;}
.csjsEditor_panel_default_disabled ul li.btn_sourse {width:20px; height: 20px; display: block;}
.csjsEditor_panel_default_disabled ul li.btn_sourse span{visibility: hidden;}
.csjsEditor_panel_default_disabled ul li.btn_sourse a,
.csjsEditor_panel_default_disabled ul li.btn_sourse a:hover{text-decoration: none;cursor: pointer;}


/* default view*/

.csjsEditor_area_default{
	border: none;
  font-size: 10px;
}

.csjsEditor_preview_default{
	border: 4px solid #B2B6B6;
	background-color: #fff;
	color: #000;
	padding: 10px;
	overflow: auto;	
}

/*dropdowns*/
/* emoicons styles*/
.csjsEditor_default div .csjsEditor_default_dropdown.emoicons{width: 215px;}
.csjsEditor_default div .csjsEditor_default_dropdown.emoicons a,
.csjsEditor_default div .csjsEditor_default_dropdown.emoicons a:hover{
  width: auto;
  display: inline;
  margin: 3px;
  background: none;
  border: 0 none;
  cursor: pointer;}
  
.csjsEditor_default div .csjsEditor_default_dropdown{
  z-index:99999;
	display: none;
	background-color: #fff;	
	border: 1px solid #B2B6B6;
	width: 135px;	
	position: absolute;
	top:23px;
	height: 150px;
	overflow-y: auto;
	clear: both;		
	overflow-x: hidden;
}
 .csjsEditor_default_dropdown a h1,
 .csjsEditor_default_dropdown a h2,
 .csjsEditor_default_dropdown a h3,
 .csjsEditor_default_dropdown a h4{
  margin: 0;
  padding: 0;
  background: 0 none;
  float: none;
  color: #000;
  font-size: medium;
  text-transform: none;
  }
 .csjsEditor_default_dropdown a{
	border: 1px solid #fff;
	display: block;
	width: 93%;
	color: #000;
	clear: both;
	padding: 3px;
	cursor: pointer;
}

.csjsEditor_default_dropdown a:hover{
	background-color: #F6F6F8;
	border-top: 1px solid #B2B6B6;
	border-bottom: 1px solid #B2B6B6;
	border-right: 1px solid #B2B6B6;
	text-decoration: none;
}

.btn_font_name{background: url('img/arrow_down.gif') no-repeat 67px 7px;}
.btn_font_size{background: url('img/arrow_down.gif') no-repeat 57px 7px;}
.btn_bold{background: url('img/edit_icons.gif') no-repeat -36px 0;}
.btn_formatblock{background: url('img/arrow_down.gif') no-repeat 53px 7px;}
.btn_italic{background: url('img/edit_icons.gif') no-repeat -108px 0;}
.btn_underline{background: url('img/edit_icons.gif') no-repeat -324px 0;}
.btn_strikethrough{background: url('img/edit_icons.gif') no-repeat -252px  0;}
.btn_subscript{background: url('img/edit_icons.gif') no-repeat -270px 0;}
.btn_superscript{background: url('img/edit_icons.gif') no-repeat -288px 0;}
.btn_emoicons{background: url('img/edit_icons.gif') no-repeat -449px 0;}
.btn_unorderedlist{background: url('img/edit_icons.gif') no-repeat -306px 0;}
.btn_orderedlist{background: url('img/edit_icons.gif') no-repeat -162px 0;}
.btn_justifyright{background: url('img/edit_icons.gif') no-repeat -216px 0;}
.btn_justifyleft{background: url('img/edit_icons.gif') no-repeat -144px 0;}
.btn_justifyfull{background: url('img/edit_icons.gif') no-repeat -126px 0;}
.btn_justifycenter{background: url('img/edit_icons.gif') no-repeat -54px 0;}
.btn_preview{background: url('img/edit_icons.gif') no-repeat -467px 0;}
.btn_clear{background: url('img/edit_icons.gif') no-repeat -198px 0;}
.btn_sourse{background: url('img/edit_icons.gif') no-repeat -505px 0;}

.csjsEditor_panel_default ul {
  list-style-type: none; 
  overflow: hidden;
  margin: 2px 0;
  padding: 0;
}
.csjsEditor_panel_default ul li{
  float: left; 
  margin: 0 3px 0 2px;}
.csjsEditor_panel_default ul li a{
  width: 18px;
  height: 18px;
  float: left;
  cursor: pointer;
  color: #525252;
  }
.csjsEditor_panel_default ul li a span{display: none;}
.csjsEditor_panel_default ul li.btn_font_name a{width: 71px;  padding: 0 2px; }
.csjsEditor_panel_default ul li.btn_font_size a{width: 62px; padding: 0 2px; }
.csjsEditor_panel_default ul li.btn_formatblock a{width: 58px; padding: 0 2px; }
.csjsEditor_panel_default ul li.btn_font_name a span,
.csjsEditor_panel_default ul li.btn_font_size a span,
.csjsEditor_panel_default ul li.btn_formatblock a span
{display: block;} 

.csjsEditor_panel_default{width: 100%; overflow: hidden;}
.csjsEditor_editor_default{border-top: 1px solid #b6bebe; overflow: hidden;}
.csjsEditor_panel_default .csjsEditor_default_dropdown
{
  top: 23px;
  display: none;
	background-color: #fff;	
	border: 1px solid #B2B6B6;
	width: 140px;	
	position: absolute;
	height: 180px;
	overflow-y: auto;
	clear: both;		
	overflow-x: hidden;
}
.csjsEditor_default {
    border: 1px solid #B2B6B6;
    padding-bottom: 2px;
    position:relative;
    }