@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,500)

.cleditorMain {
	border:0 dotted #ddd;
	padding:0 1px 1px;
	background-color:transparent;
}

.cleditorMain iframe {
	border:none;
	margin:0;
	padding:0;
}

.cleditorMain textarea {
	border:none;
	margin:0;
	padding:0;
	overflow-y:scroll;
	font:10pt 'Ubuntu', sans-serif;
	line-height:1.4;
	color:#333;
	resize:none;
	outline:/* webkit grip focus */
none;
}

.cleditorToolbar {
	background:url(../img/toolbar.gif) repeat;
	border-radius: 5px 5px 0 0;
	margin: -7px -10px;
	width:102%;
}

.cleditorGroup {
	float:left;
	height:26px;
}

.cleditorButton {
	float:left;
	width:24px;
	height:24px;
	margin:1px 0;
	background:url(../img/buttons.gif);
}

.cleditorDisabled {
	opacity:.3;
	filter:alpha(opacity=30);
}

.cleditorDivider {
	float:left;
	width:1px;
	height:23px;
	margin:1px 0;
	background:#CCC;
}

.cleditorPopup {
	border:solid 1px #999;
	background-color:#fff;
	position:absolute;
	font:10pt 'Ubuntu',sans-serif;
	cursor:default;
	z-index:10000;
}

.cleditorList div {
	padding:2px 4px;
}

.cleditorList p,.cleditorList h1,.cleditorList h2,.cleditorList h3,.cleditorList h4,.cleditorList h5,.cleditorList h6,.cleditorList font {
	padding:0;
	margin:0;
	background-color:Transparent;
}

.cleditorColor {
	width:150px;
	padding:1px 0 0 1px;
}

.cleditorColor div {
	float:left;
	width:14px;
	height:14px;
	margin:0 1px 1px 0;
}

.cleditorPrompt {
	background-color:#F6F7F9;
	padding:4px;
	font-size:8.5pt;
}

.cleditorPrompt input,.cleditorPrompt textarea {
	font:8.5pt 'Ubuntu',sans-serif;
}

.cleditorMsg {
	background-color:#FDFCEE;
	width:150px;
	padding:4px;
	font-size:8.5pt;
}

.cltable {
	width:98%;
}