div.editable_slot
{
  border: solid 1px #333;
}

div.EditingBorder{
	  border: solid 1px #333;
	  height:400px;
}

#frontpage_newspages div.EditingBorder{
	height:263px;
}

#editor_box h1, #editor_box #tools h2 a
{
  color: #eee;
}

#cms_toolbox_mode .selected
{
  background-color: #666;
}

#tools option.current
{
  color: #aaa;
  background-color: #aaa;
}

#editor_box #tools li .current
{
  color: #666;
}

div.editable_slot:hover
{
  border: solid 1px #9f9faf;
}

#editor_box
{
  position:absolute;
  z-index:5000;
  top:20px;
  right:20px;
  background-color: #aaa;
  background: url(/sfSimpleCMSPlugin/images/cms_toolbox_bg.gif) no-repeat top left #aaa;
  border: solid 1px #000;
  width: 220px;
}


#editor_box #tools h2{
border-top: solid 1px #BDBBAF;
border-bottom: solid 1px #eee;
background: url(/sfSimpleCMSPlugin/images/cms_toolbox_header_bg.gif) repeat-x;
}

#cms_toolbox_mode .preview
{
  background: url(/sfSimpleCMSPlugin/images/page_white_magnify.png) no-repeat 0px 1px;
}

#cms_toolbox_mode .edit
{
  background: url(/sfSimpleCMSPlugin/images/page_white_edit.png) no-repeat 0px 1px;
}

#cms_toolbox_mode .list
{
  background: url(/sfSimpleCMSPlugin/images/page_white_text.png) no-repeat 0px 1px;
}

#cms_toolbox_mode .published, .published
{
  background: url(/sf/sf_admin/images/save.png) no-repeat 0px 1px;
}

#cms_toolbox_mode .unpublished, .unpublished
{
  background: url(/sf/sf_admin/images/cancel.png) no-repeat 0px 1px;
}

#editor_box h1 a#toolbar_minifier
{
  background: url(/sfSimpleCMSPlugin/images/bullet_toggle_minus.png) no-repeat;
}

#editor_box h1 a#toolbar_minifier.minimized
{
  background: url(/sfSimpleCMSPlugin/images/bullet_toggle_plus.png) no-repeat;
}

.form-row label{color:#000;}
textarea,#galleryThumbs, #filesThumbs, #image_desc_container{background:#ccc}
#galleryThumbs, #filesThumbs, #image_desc_container{border:solid 1px #000;}

form.edit_slot textarea{color:#000;}

ul.subactive,ul li.subcurrent a, ul li.subcurrent a:hover{
	color:#000;
	text-decoration: none;
}

ul li a:hover, ul li.current, ul li.current a, ul.page_submenu li a.menuLinkActive{
	color:#1DB262;
	text-decoration: none;
}
#editor_content *{color:#000;}
#page li.twentyfourseven *{color:#1DB262;}