.wysihtml_toolbar {
	margin-bottom: 5px;
}
.wysihtml_button {
	position: relative;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	border-top: 1px solid #000000;
	cursor: default;
}
.wysihtml_button[data-wysihtml-command=bold] {
	background: url("../images/editor/bold.png") no-repeat center center rgb(233,233,233);
}
.wysihtml_button[data-wysihtml-command=bold]:hover,
.wysihtml_button[data-wysihtml-command=bold].wysihtml-command-active {
	background-image: url("../images/editor/bold-hover.png");
}
.wysihtml_button[data-wysihtml-command=italic] {
	background: url("../images/editor/italic.png") no-repeat center center rgb(243,243,243);
}
.wysihtml_button[data-wysihtml-command=italic]:hover,
.wysihtml_button[data-wysihtml-command=italic].wysihtml-command-active {
	background-image: url("../images/editor/italic-hover.png");
}
.wysihtml_button[data-wysihtml-command=createLink] {
	background: url("../images/editor/link.png") no-repeat center center rgb(233,233,233);
}
.wysihtml_button[data-wysihtml-command=createLink]:hover,
.wysihtml_button[data-wysihtml-command=createLink].wysihtml-command-active {
	background-image: url("../images/editor/link-hover.png");
}
.wysihtml_button[data-wysihtml-command=removeLink] {
	background: url("../images/editor/unlink.png") no-repeat center center rgb(243,243,243);
}
.wysihtml_button[data-wysihtml-command=removeLink]:hover,
.wysihtml_button[data-wysihtml-command=removeLink].wysihtml-command-active {
	background-image: url("../images/editor/unlink-hover.png");
}
.wysihtml_button[data-wysihtml-command=justifyLeft] {
	background: url("../images/editor/align-left.png") no-repeat center center rgb(233,233,233);
}
.wysihtml_button[data-wysihtml-command=justifyLeft]:hover,
.wysihtml_button[data-wysihtml-command=justifyLeft].wysihtml-command-active {
	background-image: url("../images/editor/align-left-hover.png");
}
.wysihtml_button[data-wysihtml-command=justifyCenter] {
	background: url("../images/editor/align-center.png") no-repeat center center rgb(243,243,243);
}
.wysihtml_button[data-wysihtml-command=justifyCenter]:hover,
.wysihtml_button[data-wysihtml-command=justifyCenter].wysihtml-command-active {
	background-image: url("../images/editor/align-center-hover.png");
}
.wysihtml_button[data-wysihtml-command=justifyRight] {
	background: url("../images/editor/align-right.png") no-repeat center center rgb(233,233,233);
}
.wysihtml_button[data-wysihtml-command=justifyRight]:hover,
.wysihtml_button[data-wysihtml-command=justifyRight].wysihtml-command-active {
	background-image: url("../images/editor/align-right-hover.png");
}
.wysihtml_button[data-wysihtml-command-value=h1] {
	background: url("../images/editor/h1.png") no-repeat center center rgb(243,243,243);
}
.wysihtml_button[data-wysihtml-command-value=h1]:hover,
.wysihtml_button[data-wysihtml-command-value=h1].wysihtml-command-active {
	background-image: url("../images/editor/h1-hover.png");
}
.wysihtml_button[data-wysihtml-command-value=h2] {
	background: url("../images/editor/h2.png") no-repeat center center rgb(233,233,233);
}
.wysihtml_button[data-wysihtml-command-value=h2]:hover,
.wysihtml_button[data-wysihtml-command-value=h2].wysihtml-command-active {
	background-image: url("../images/editor/h2-hover.png");
}
.wysihtml_button[data-wysihtml-command-value=h3] {
	background: url("../images/editor/h3.png") no-repeat center center rgb(243,243,243);
}
.wysihtml_button[data-wysihtml-command-value=h3]:hover,
.wysihtml_button[data-wysihtml-command-value=h3].wysihtml-command-active {
	background-image: url("../images/editor/h3-hover.png");
}
.wysihtml_button[data-wysihtml-command=insertUnorderedList] {
	background: url("../images/editor/bullet-list.png") no-repeat center center rgb(233,233,233);
}
.wysihtml_button[data-wysihtml-command=insertUnorderedList]:hover,
.wysihtml_button[data-wysihtml-command=insertUnorderedList].wysihtml-command-active {
	background-image: url("../images/editor/bullet-list-hover.png");
}
.wysihtml_button[data-wysihtml-command-group=fontSize] {
	background: url("../images/editor/text-tools.png") no-repeat center center rgb(243,243,243);
}
.wysihtml_button[data-wysihtml-command-group=fontSize]:hover,
.wysihtml_button[data-wysihtml-command-group=fontSize].wysihtml-command-active {
	background-image: url("../images/editor/text-tools-hover.png");
}
.wysihtml_button[data-wysihtml-command=fontSize] {
	font-weight: bold;
	color: #ffffff;
}
.wysihtml_button[data-wysihtml-command-group=foreColor] {
	background: url("../images/editor/paint.png") no-repeat center center rgb(233,233,233);
}
.wysihtml_button[data-wysihtml-command-group=foreColor]:hover,
.wysihtml_button[data-wysihtml-command-group=foreColor].wysihtml-command-active {
	background-image: url("../images/editor/paint-hover.png");
}
.wysihtml_button[data-wysihtml-action=change_view] {
	background: url("../images/editor/terminal.png") no-repeat center center rgb(243,243,243);
}
.wysihtml_button[data-wysihtml-action=change_view]:hover,
.wysihtml_button[data-wysihtml-action=change_view].wysihtml-action-active {
	background-image: url("../images/editor/terminal-hover.png");
}
.wysihtml_sub {
	background: #000000;
	position: absolute;
	z-index: 100;
	display: none;
	left: 0;
	top: -106px;
	padding: 0;
}
.wysihtml_arrow {
	position: absolute;
	z-index: 100;
	display: none;
	top: -10px;
	left: 0;
	right: 0;
	height: 10px;
	overflow: hidden;
}
.wysihtml_arrow_bottom {
	border-color: #000000 transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	position: absolute;
	top: 0;
	left: 6px;
	width: 0;
	height: 0;
}
.wysihtml_toolbar :hover .wysihtml_sub,
.wysihtml_toolbar :hover .wysihtml_arrow {
	display: block;
}
.wysihtml_sub .wysihtml_button {
	border-top: 0;
	display: block;
	float: none;
	margin-right: 0;
}
.wysihtml_dialog {
	padding: 2px 0;
}
.wysihtml_dialog label {
	display: inline-block;
	float: none;
	margin-left: 0 !important;
	padding-left: 10px;
	padding-right: 5px;
	min-height: 30px !important;
	line-height: 30px !important;
	width: auto;
	white-space: nowrap;
}
.wysihtml_dialog label:first-of-type {
	padding-left: 0;
}
.wysihtml_dialog select {
	width: 50px;
}
.wysihtml_dialog a {
	cursor: pointer;
}
.wysihtml_dialog input {
	height: 30px;
	width: 300px;
}
.wysihtml_dialog .action_button {
	display: inline-block;
	height: 28px;
	line-height: 27px;
}



.wysihtml_button:hover,
.wysihtml_button.wysihtml-command-active,
.wysihtml_button.wysihtml-action-active {
	background-color: rgb(245,72,40);
}
.wysihtml_button[data-wysihtml-command=foreColor]:hover,
.wysihtml_button[data-wysihtml-command=foreColor].wysihtml-command-active {
	background-image: url("../images/editor/ok.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.wysihtml_button[data-wysihtml-command-value=small],
.wysiwyg-font-size-small {
	font-size: 10px !important;
}
.wysihtml_button[data-wysihtml-command-value=medium],
.wysiwyg-font-size-medium {
	font-size: 14px !important;
}
.wysihtml_button[data-wysihtml-command-value=large],
.wysiwyg-font-size-large {
	font-size: 18px !important;
}
.wysihtml_button[data-wysihtml-command-value=default] {
	background-color: #000000 !important;
}
.wysiwyg-color-default {
	color: #000000 !important;
}
.wysihtml_button[data-wysihtml-command-value=active] {
	background-color: rgb(245,72,40) !important;
}
.wysiwyg-color-active {
	color: rgb(245,72,40) !important;
}
.wysihtml_button[data-wysihtml-command-value=link] {
	background-color: rgb(66,66,66) !important;
}
.wysiwyg-color-link {
	color: rgb(66,66,66) !important;
}
.wysiwyg-text-align-right {
	text-align: right !important;
}
.wysiwyg-text-align-center {
	text-align: center !important;
}
.wysiwyg-text-align-left {
	text-align: left !important;
}
