@import url("colorpicker.css");
@import url("jquery.alerts.css");

.text-wrapper {
	width: 696px;
}

.editor-wrapper {
	clear: both;
	border: 5px solid #d3d3d3;
}

.maximized {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99997;
	border: none;
	width: 100% !important;
}

.iframe-wrapper {
	clear: both;
}

.textEditor {
/*dimensiones caja, orinalmente 100%*/
	width: 100%;
	height: 40%;
	border: none;
}

.toolbar-box {
	width: 100%;
	background: #ede9e3;
	float: left;
	position: relative;
}

.toolbar {
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
	width: 100%;
	float: left;
	clear: both;
}

.grupo {
	float: left;
	border-right: 1px solid #d9d2c7;
	border-left: 1px solid #f9f8f6;
	padding: 2px 2px 2px 4px;
}

.grupo:first-child {
	border-left: none;
}

.grupo:last-child {
	border-right: none;
}

.grupo ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.editor-button {
	float: left;
	position: relative;
}

.editor-button a.button,.editor-button a.color-select {
	display: block;
	min-width: 24px;
	height: 24px;
	outline: none;
	background-color: #edeae3;
	background-repeat: no-repeat;
	background-image: url(../imagenes/sprites.png);
	bacgkround-repeat: no-repeat;
	border: 1px solid #edeae3;
	margin-right: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.editor-button a.button:hover,.editor-button a.color-select:hover,.select:hover
	{
	background-color: #fefefe;
	border: 1px solid #958b7d;
}

.button_text {
	text-decoration: none;
	padding-left: 24px;
	padding-right: 4px;
	line-height: 24px;
	color: black;
	font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	white-space: nowrap;
}

.select-wrapper {
	position: relative;
	height: 24px;
	font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
}

.select {
	text-decoration: none;
	text-align: left;
	color: black;
	background: url(../imagenes/combo_select.png) no-repeat 95% center;
	padding: 0px 24px 0px 2px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #958b7d;
	float: left;
	margin-right: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.opciones_combo {
	position: absolute;
	left: 0;
	top: 26px;
	border: 1px solid #d3d3d3;
	width: 150px;
	height: 154px;
	display: none;
	overflow: auto;
	background: white;
	z-index: 9999;
	padding: 2px;
}

.opciones_combo li {
	white-space: nowrap;
}

.opciones_combo a {
	text-decoration: none;
	color: black;
	display: block;
	padding: 3px;
	white-space: nowrap;
	border: 1px solid white;
}

.opciones_combo li a:hover {
	border: 1px solid #A3D7FF;
	background-color: #DFF1FF;
}

.maximized-div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.symbols_table {
	border-collapse: collapse;
	background: white;
	z-index: 9999;
}

.symbols_table td {
	text-align: center;
	width: 20px;
	height: 20px;
	padding: 0;
}

.symbols_table a {
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
	height: 100%;
	width: 14px;
	height: 14px;
	padding: 3px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.source-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #edeae3;
	z-index: 10000;
	opacity: 0.75;
	filter: alpha(opacity =   75);
	display: none;
}

.symbols_table a:hover {
	background: #d3d3d3;
}

.cut_button {
	background-position: 0px 0px;
}

.copy_button {
	background-position: 0px -24px;
}

.paste_button {
	background-position: 0px -48px;
}

.undo_button {
	background-position: 0px -72px;
}

.redo_button {
	background-position: 0px -96px;
}

.bold_button {
	background-position: 0px -120px;
}

.underline_button {
	background-position: 0px -168px;
}

.italic_button {
	background-position: 0px -144px;
}

.strike_button {
	background-position: 0px -192px;
}

.superscript_button {
	background-position: 0px -216px;
}

.subscript_button {
	background-position: 0px -240px;
}

.numberedlist_button {
	background-position: 0px -264px;
}

.bulletedlist_button {
	background-position: 0px -288px;
}

.indent_button {
	background-position: 0px -312px;
}

.outdent_button {
	background-position: 0px -336px;
}

.justifyleft_button {
	background-position: 0px -360px;
}

.justifycenter_button {
	background-position: 0px -384px;
}

.justifyright_button {
	background-position: 0px -408px;
}

.justify_button {
	background-position: 0px -432px;
}

.link_button {
	background-position: 0px -456px;
}

.unlink_button {
	background-position: 0px -480px;
}

.image_button {
	background-position: 0px -504px;
}

.table_button {
	background-position: 0px -528px;
}

.horizontalrule_button {
	background-position: 0px -552px;
}

.maximize_button {
	background-position: 0px -624px;
}

.preview_button {
	background-position: 0px -648px;
}

.source_button {
	background-position: 0px -672px;
}

.removeformat_button {
	background-position: 0px -696px;
}

.forecolor_color-select {
	background-position: 0px -576px;
}

.backcolor_color-select {
	background-position: 0px -600px;
}

.symbol_button {
	background-position: 0px -720px;
	overflow: show;
	position: relative;
}

.symbol_button .symbols_table {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
}