body.iframe {
  background: transparent;
}

.attributesForm {
  margin: 0;
}

.content {
  cursor: pointer;
}
.editing .content {
  display: none !important;
}

*:not([class~='editing']) > .editor {
  display: none;
}

/* display:none breaks designMode in moz
   Hide blocks this way instead */
*:not([class~='editing']) > div.editor { /* .wordProcessor */
  height: 0;
  width: 0;
  overflow: hidden;
  position: relative;
  left: 999em;
}

*:not([class~='busy']) > .busyNotice {
  display: none !important;
}

.busy > .editor, .busy > .content {
  display: none;
}
ul.busy > .content, tbody.busy > .content, .collection.busy > .content {
  display: inline;
}

.wordProcessor iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

/*body.iframe, #slides .editor*/
.content:hover {
  background: url(/images/dim.png) !important;
}
.editor .field {
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  border: none;
  position: static;
  text-align: inherit;
}

.placeholder {
  font-style: italic;
  color: #000;
  opacity: 0.2;
}
h2.placeholder {
 text-align: center; 
}
.main em.placeholder {
  font-size: inherit;
}

iframe.hidden {
  height: 0;
  width: 0;
  border: 0;
}

/*--------------------------------------------------------------------------*/


.button {
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
}

.button input {
  font-size: 1000px;
  position: absolute;
  bottom: 0;
  right: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


/** html .button .target { display: none }*/

#slides .content:hover img, .target:hover img, .button:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.busyNotice {
  display: none !important;
}
.busy > .busyNotice {
  display: block !important;
}

#slides {
  width: 700px;
  height: 275px;
}
#slides .placeholder {
  line-height: 275px;
}
#slides .editor {
  height: 100%;
}


#slides.busy,
.image.busy {
  background: url(/images/thumper.gif) no-repeat center;
}
.image.busy * {
  visibility: hidden;
}

/*--------------------------------------------------------------------------*/



.slideShow {
  position: relative; 
}
ul.slideShow, .slideShow li {
  margin: 0;
  padding: 0;
}
.slideShow li {
  display: none;
}
.slideShow .selected {
  display: block;
}
* html .slideShow .selected {
  display: inline !important;
}
.slideShow .fading {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
}


/*--------------------------------------------------------------------------*/

.item {
  position: relative;
  width: 100%; /* fix appear effect in IE */
}

.icon {
  display: none;
  position: absolute;
  height: 16px;
  width: 16px;
  text-indent: -999em;
  overflow: hidden;
}


.text {
  position: relative;
  padding-right: 20px;
}

.remove.icon {
  top: 0;
  right: 0;
}
.item:hover > .icon,
.text:hover > .icon,
.add.icon {
  display: block;
}


.first > .back.icon,
.last  > .forward.icon { display: none }


.back.icon,
.forward.icon {
  height: 6px;
  width: 20px;
  left: 50%;
  margin-left: -3px;  
}
.back.icon {
  background: url(/images/controls/arrow_up.png) no-repeat;
  top: 0;
}
.forward.icon {
  background: url(/images/controls/arrow_down.png) no-repeat;
  bottom: 0;
}

.accross .back.icon,
.accross .forward.icon {
  height: 20px;
  width: 6px;
  left: 0;
  margin-left: 0;
  top: 50%;
  margin-top: -10px;
}
.accross .back.icon {
  background: url(/images/controls/arrow_left.png);
}
.accross .forward.icon {
  background: url(/images/controls/arrow_right.png);
  left: 100%;
  margin-left: -6px;
}


/*--------------------------------------------------------------------------*/



.add.icon {
  background: url(/images/plus.png) left no-repeat;
  height: 19px;
  width: 19px;
}


.remove.icon {
  background: url(/images/remove.png);
  height: 19px;
  width: 19px;
  
}

/*--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------*/
/* IE love */

/* Broken support for :hover selector */

* html body { behavior:url("/stylesheets/csshover.htc"); }

/*--------------------------------------------------------------------------*/

table.dialog {
  display: none;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 3; /* defeat slideShow */
}
table.dialog td.body {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

table.dialog .background {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: -1
}

html.dimmed table.dialog { /* ie7 value */
  display: block;
}
html.dimmed table.dialog:not([class="xxx"]) { /* safari/moz value */
  display: table
}
html.dimmed table.dialog .background {
  display: block;
}


/* Fudge position:fixed for ie6 */
* html.dimmed {
  overflow: hidden;
}
* html.dimmed body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
* html.dimmed #content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;  
}
* html.dimmed table.dialog {
  display: block;
  position: absolute;
  top: 0;
  left: -17px; /* don't hide the scrollbar... */
}
* html.dimmed table.dialog .background {
  position: absolute;
  top: 0;  
}

/*--------------------------------------------------------------------------*/

.widgToolbar, .widgToolbar li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.widgToolbar li {
  background: none !important;
  border: none !important;
  float: left !important;
  font-size: 16px !important;
  margin: 5px !important;
}
.widgToolbar li a {
  vertical-align: middle;
}
.widgToolbar .on a {
  color: #ccc;
}


/* hax */
.cleared:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cleared {
  zoom: 1;
}

.transparent {
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* ff3 fixes: */
#bar {
  width: 100%;
}
.button input {
  z-index: 999;
}