td.toolbar{
  border-top: 1px solid buttonhighlight;
  border-left: 1px solid buttonhighlight;
  border-bottom: 1px solid buttonshadow;
  border-right: 1px solid buttonshadow;
  padding: 0; margin: 0; padding-bottom:1; padding-top:1;
  font-family: "Arial";
  font-size: xx-small;
  color: black;
  font-weight: normal;
  background-color: buttonface;
  text-align: left;
}

.toolbar{
  font-family: "Arial";
  font-size: xx-small;
  vertical-align: middle;
  cursor: default;
}

.toolbar img{
  border: 1px solid buttonface; margin:0; padding:1;
  cursor: hand;
}

.toolbar span.delimiter{
  background-color: buttonface;
  border-top: 1px solid buttonshadow;
  border-left: 1px solid buttonshadow;
  border-bottom: 1px solid buttonhighlight;
  border-right: 1px solid buttonhighlight;
  width: 2px;
  cursor: default;
}

.toolbar span.space{
  background-color: buttonface;
  width: 2px;
  cursor: default;
}

.toolbar span.rich_text{
  position:relative;
  top: -2;
  margin-left: 4;
}

.toolbar select{
  font-size: 12px;
  margin-top: 1; margin-bottom: 1;
}

div.editor{
  font-family: "Times New Roman";
  border: 2px inset buttonface; padding:5;
}

.dialog td,
.dialog input,
.dialog select,
.dialog legend{
  font-family : "Verdana";
  font-size : 13px;
  font-weight : normal;
  color : black;
}

td.dialog{
  font-family : "Verdana";
  font-size : 13px;
  font-weight : normal;
  color : black;
  background: buttonface
}

.dialog{
  font-family : "Verdana";
  font-size : 13px;
  font-weight : normal;
  color : black;
  background: buttonface
}

A:link.remote {
 text-decoration: none;
 color : #000099;
}

A:visited.remote {
 text-decoration: none;
 color : #000099;
}

A:hover.remote {
 text-decoration: underline;
 color: red;
}

td.char {
  border-top : '1px solid buttonhighlight';
  border-left : '1px solid buttonhighlight';
  border-bottom : '1px solid buttonshadow';
  border-right : '1px solid buttonshadow';
}

.toolbar img.img_off{
  filter: alpha(opacity:40);
  cursor: default;
}

iframe.editor{
	background-color : white;
}

table.re_table {
  background-color: white;
  border-color : black;
}