

.div_editor_button {
	width: 16px;
	height: 16px;
	padding: 2px;
	border: 2px solid #444;
	/*
	 * float: left;
	 */
	display: table-cell;
	background: none;
	font-size: 1px;
	line-height: 0px;

	opacity: 1.0;
}

.div_editor_button:hover {
	opacity: 1.0;
}

.div_editor_button img {
	width: 16px;
	height: 16px;



}


.div_editor_menu_additional {
	display: none;
	padding: 10px;
	padding-left: 45px;
	font-size: 12px;
	clear: both;
}

.div_editor_menu_additional td {
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 5px;
}

.editor_link {
	color: #0088ff !important;
	cursor: pointer;
	text-decoration: underline  !important;
}

.editor_link:hover {
	color: white !important;
	padding: 1px;
	background: #0088ff !important;
	text-decoration: none  !important;
}

.div_editor_menu_additional a:hover {
	color: white;
	background: #0088ff;
	text-decoration: none;
}

.div_editor_menu_additional a.selected {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.div_editor_button img{

}


:hover.div_editor_button {
	background: none;
	border: 2px solid rgba(255,255,255,0.1);

	cursor: pointer;
}


#div_editor_controls {
	/*height: 24px;
	background: #f1f1f1;
	border-top: 5px solid #c0c0c0;
	*/
}

.editor_area {
	border: 1px solid #f1f1f1;
	/*width:500px;*/
	width:100%;
	padding: 5px;
	margin: 0px;
	/* margin-bottom: 10px; */
}

.div_editor_controls {
	display: none;
}


.div_editor_switch {
	padding-bottom: 10px;
}



textarea.editor_area {
	display: none;
	font-family: monospace;
	font-size: 12px;
	width:100%;
	
}

.div_editor_resize {
	background: url(img_editor/resize_bg.gif);
	height: 5px;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px 6px 0px 6px;
	width: 100%;
	margin-top: 5px;
	
	cursor: ns-resize;
}


.clear{clear:both;}
