@CHARSET "UTF-8";
img {
	border: 0;
}
input.form_error {
	background-color: #FFCCCC;
	border: 1px maroon solid;
	padding: 1px;
	margin: 2px;
}
input.form_input {
	border: 1px #336699 solid;
	padding: 1px;
	margin: 2px;
}
select.form_input {
	border: 1px #336699 solid;
	padding: 1px;
	margin: 2px;
}
input.form_readonly {
	border: 0;
	padding: 1px;
	margin: 2px;
}
select.form_readonly {
	border: 0;
	padding: 1px;
	margin: 2px;
}
div.form_label {
	font-weight: bold;
}
div.form_error_label {
	border: 1px maroon solid;
	margin: 2px 0 2px 0;
	padding: 8px 2px 2px 2px;
	color: #400000;
	font-weight: bold;
	display: block;
	background: #FFCCCC url('../images/error_starter.png') no-repeat;
}
button.form_toolbarbutton {
	border: 1px #336699 solid;
	margin: 0 2px 0 0;
	cursor: pointer;
	height: 24px;
	width: 24px;
	padding: 0;
	position: relative;
}
button.form_toolbarbutton_active {
	border: 1px #336699 solid;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	padding: 0;
	background-color: orange;
}
button.form_toolbarbutton_disabled {
	border: 1px #336699 solid;
	margin-right: 2px;
	height: 24px;
	width: 24px;
	padding: 0;
	background-color: silver;
}
button.form_toolbarbutton:hover {
	background-color: silver;
}
div.form_toolbar {
	border: 1px black solid;
	padding: 2px;
	background-color: #F2F2E6;
}
img.rte_imagelist {
	border: 1px orange solid;
	background:#FFFFCC url('../images/rte_imagelist.png') no-repeat;
	width: 64px;
	height: 64px;
}
.rtebutton {
	width: 21px;
	height: 20px;
	vertical-align:middle;
	padding:0;
	margin:1px 0;
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:left top;
}
.rte_off {
	background-color: #eeeeee;
}
.rte_on {
	background-color: #99aa22;
}
.rte_control {
	position: relative;
	text-align: left;
}
.rte_bold {
	background-image: url('img/bold.gif');
}
.rte_italic {
	background-image: url('img/italic.gif');
}
.rte_underline {
	background-image: url('img/underline.gif');
}
.rte_justifyleft {
	background-image: url('img/justifyleft.gif');
}
.rte_justifycenter {
	background-image: url('img/justifycenter.gif');
}
.rte_justifyfull {
	background-image: url('img/justifyfull.gif');
}
.rte_justifyright {
	background-image: url('img/justifyright.gif');
}
.rte_insertorderedlist {
	background-image: url('img/insertorderedlist.gif');
}
.rte_insertunorderedlist {
	background-image: url('img/insertunorderedlist.gif');
}
.rte_indent {
	background-image: url('img/indent.gif');
}
.rte_outdent {
	background-image: url('img/outdent.gif');
}
.rte_undo {
	background-image: url('img/undo.gif');
}
.rte_redo {
	background-image: url('img/redo.gif');
}
.rte_forecolor {
	background-image: url('img/forecolor.gif');
}
.rte_inserthorizontalrule {
	background-image: url('img/inserthorizontalrule.gif');
}
.rte_link {
	background-image: url('img/link.gif');
}
.rte_image {
	background-image: url('img/image.gif');
}
.rte_emotions {
	background-image: url('img/emotions.gif');
}
.rte_removeformat {
	background-image: url('img/removeformat.gif');
}
.rte_movie {
	background-image: url('img/movie.gif');
}
.rte_inserthtml {
	background-image: url('img/inserthtml.gif');
}
.rte_embed {
	background-image: url('img/embed.gif');
}
.rte_gallery {
	background-image: url('img/movie.gif');
}
.rte_dialog {
	position: absolute;
	padding: 0.2em;
	border: 2px outset black;
	background-color: #eeeeee;
	text-align: center;
	display: none;
}
.rte_dialoghead {
	position: relative;
	padding: 0.2em;
	margin: 0;
	border: 0;
	background-color: #000080;
	color: #ffffff;
	text-align: center;
	cursor: move;
}
.wbg_colordialog {
	padding: 1em;
	width: 3em;
	height: 3em;
}