/*
 * edittor buttons/items, cookie trail, app messages, ... ?
 */



/*
 * Editor Actions/Menu 
 *
 * In ASA this takes the form of a sub-menu... other times it's mroe localized.
 *
 **/

#editor_actions {
  list-style-type: none;
  margin: 0px;
  height: 1.5em;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 600;
  font-size: 90%;
  text-transform: lowercase;
}
#app_pages #editor_actions,
#generic #editor_actions,
#features #editor_actions,
#news #editor_actions {
  top: 100px;
}

#editor_actions ul {
  right: 0px;
  position: absolute;
  top: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}


#editor_actions li {
  border-top: white solid 1px;
  border-right: #959595 solid 1px;
  border-left: white solid 1px;
  height: 1.5em;
  padding-left: 0px;
  margin: 0px;
  display: block; float: left;
}

#editor_actions li a {
  margin-top: 0.3px;
  padding: 0px 15px 0px 30px;
  color: #323232;
  line-height: 150%;
  text-decoration: none;
  display: block;
  float: left;
}

#editor_actions li a:hover { 
  color: #898989; 
}

#editor_actions li a.current { }


/*
 * Tool Items
 **/

li.tool_add {
  background: url('/img/icons/add.png') no-repeat 5px 50%;
}

li.tool_list {
  background: url('/img/icons/table.png') no-repeat 5px 50%;
}

li.tool_view {
  background: url('/img/icons/magnifier.png') no-repeat 5px 50%;
}

li.tool_edit {
  background: url('/img/icons/pencil.png') no-repeat 5px 50%;
}

li.tool_delete {
  background: url('/img/icons/delete.png') no-repeat 5px 50%;
}

li.tool_folder_back {
  background: url('/img/icons/folder.png') no-repeat 0% 50%;
}

li.tool_on {
  background: url('/img/icons/lightbulb.png') no-repeat 5px 50%;
}

li.tool_off {
  background: url('/img/icons/lightbulb_off.png') no-repeat 5px 50%;
}

li.tool_rss {
  background: url('/img/icons/rss-14x14.png') no-repeat 5px 50%;
}

li.tool_file_download {
  background: url('/img/icons/page_white_put.png') no-repeat 5px 50%;
}


li.tool_email {
  background: url('/img/icons/email.png') no-repeat 5px 50%;
}


/*
 * Cookie trail
 */

.cookie_trail {
}
.cookie_trunk {
}
.cookie_leaf {
}


/*
 * Message box (errors, warnings, info)
 */

#flashMessage {
  background-color: #fff;
  margin: 8px 30px;
  font-weight: bold;
}

#successMessage {
  margin: 1em;
  font-weight: bold;
  color:#090;
}
.errorMessage {
  color:#900;
}
.warningMessage {
  color:#990;
}
.infoMessage {
  color:#009;
}

#authMessage {
  color:#900;
  background-color: #fff;
  margin: 8px 30px;
  font-weight: bold;
}
