/*
=============
	EDITOR
=============
*/
.editor label {
	float:left;
	font-weight:bold;
	width:14em;
	margin:8px 0 0;
}
.editor .inputbox {
	margin:0 0 5px 0;
}
.editor .radio label {
	float:none;
	width:14em;
}
.editor .radio label span {
	float:left;
	width:14em;
}
.save {
	text-align:left;
	padding:0;
}
#editor-xtd-buttons a {
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	color:#000;
}
#editor-xtd-buttons a:hover {
	color:#0000AA;
}
.insertPagebreak {
	background-color:#66FF00;
}
/*
================
	TOOLTIP
================
*/
.tool-tip {
      background: #FFC;
      border: 1px solid #0D6DAB;
      padding: 3px 5px;
      font-size: 0.79em;
      max-width: 200px;
      }
.tool-title {
      font-weight: bold;
	  color:#FF6;
	  background-color:#0D6DAB;
	  margin:-3px -5px 3px -5px;
	  padding:3px 5px 2px 5px;
      }
