/**********************************************************************
Default Editor Styles for ODLS

file:    css/odls/editor.css
version: 2002-10-14
**********************************************************************/


/* These styles control the appearance of the page (default template 
   and satellite window) if a user is logged in and the infobar, 
   toolbar and menu are being displayed at the top of page; 
   additionally the appearance of page elements in runmode 2 
   edit page) is controlled.

   Make room for: 
   	#infobar: 18px
   	#toolbar: 23px (if necessary)
   	#menu: 17px with body font-size set to 90%-100%

   36px resp. 58px with #toolbar
   
   For mozilla ('cause bars have fixed position)
   1) move #header 36px/58px down
   2) move #left, #right, # clearheader 231px/205px down
      (= 170px height of #header + 61px/35px bars)

/* #header->top in em creates strange white lines beneath sub 
   level menus in mozilla; see also menu.css */



#left { 
  z-index: 100;
}

/* BEGIN: setting for #toolbox in satellite.php ********************
   move active tool in mozilla down to make room for fixed #toolbar 
   and #menu */

#toolbox #page {
  position: relative;
  top: 0;
}

#toolbox>#page {
  position: relative; 
  top: 48px;
}

/* ??? f.e. for "inscriptors.inc" following id defines a padding, which 
   produces an offset for the toolbar */
#window-dialog {
  margin: 0;
  padding: 0;
  border: 0;
}

/* END: setting for #toolbox in satellite.php ***********************

/* BEGIN: rules for header without #toolbar (only with #menu) ******************/
/*
body>#header,
body>#left,
body>#content,
body>#footer { 
  position: relative;
  top: 36px;
}

body>#menu {
  top: 18px;
}
*/
/* END: rules for header without #toolbar (only with #menu) ******************/


/*********************************************************************/
/* modules
**********************************************************************/


/* trash
**********************************************************************/

/* trashed module gets background */
.trash {
  padding: 4px;
  border: 1px solid #efefef;
  background-color: #efefef;
  background-image: url(../../odls_img/default/bg/trash.gif);
}

.trash-hint { /* text  */
  background-color: transparent;
  color: rgb(153,153,153);
}

/* toolbar (page editing)
**********************************************************************/

/* module-lean icon buttons */
.module-lean .toolbar input {
  padding: .2em;
  margin: .2em;
  border: 1px solid rgb(226,226,226);

}

.module-lean .toolbar input:hover,
.module-lean .toolbar input:active {
  background: rgb(255,248,208);
  color: rgb(0,0,0);
  border: 1px solid rgb(255,204,102);
}


