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



/*
 * Editor Actions/Menu 
 **/

/* container could be somewhere else */


#editor_actions {	
   margin: 1em 10px 0px 10px;
   padding: 0px;
   width: 230px;
   font-size: 90%;		        
}							        
  		
#editor_actions ul {		    	  
   margin: 0px;			    	  
   padding: 0.7em 0px 0px 0px;
   list-style: none;		    	  
   background-color: #fff;
}							        

#editor_actions li {		    	  
   padding: 0px;		    	  
   margin: 0px;
   height: 2em;
}

#editor_actions li a {
   margin: 0px;
   border: none;
   padding: 0px 1em 0px 27px;  	  
   display: block;
   color: #323232;			        
   text-decoration: none;	    	  
}

#editor_actions li a:hover {
   margin: 0px;
   border: none;
   padding: 0px 1em 0px 27px;  	  
/*   background-color: #ddd;s */
   color: #000;
   font-weight: bold;
}


/*
 * Tool Items
 **/

li.tool_date {
  background: url('/img/icons/date.png') no-repeat 5px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

li.tool_up {
  background: url('/img/icons/arrow_up.png') no-repeat 5px 0px;
}

li.tool_down {
  background: url('/img/icons/arrow_down.png') no-repeat 5px 0px;
}

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

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

/*
 * Auto-complete
 */

.auto-complete {
  color: black;
}


/*
 * Cookie trail
 */

.cookie_trail {
padding-top: 5px;
}
.cookie_trunk {
}
.cookie_leaf {
}


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

.message {
  padding: 0.5em;
  font-weight: bold;
  border: 1px solid;
  margin-top: 10px;
  margin-bottom: 0px;
  width: 60%;
}
#flashMessage {
  color:#006;
  border-color:#006;
  background-color: #f9f9ff;
}
#errorMessage {
  color:#900;
  border-color:#900;
  background-color: #fff9f9;
}
#warningMessage {
  color:#990;
  border-color:#990;
  background-color: #fffff9;
}
#successMessage {
  color:#090;
  border-color:#090;
  background-color: #f9fff9;
}
#infoMessage {
  color:#009;
  border-color:#009;
  background-color: #f9f9ff;
}
#authMessage {
  color:#900;
  border-color:#900;
  background-color: #fff9f9;
}


ul.clickboard_links {
  margin: 0.5em 0em 0em 0em;
  padding: 0em;
  list-style: none;
  border-top: solid #666 1px;
}

ul.clickboard_links li {
  color: #646633; 
  padding: 8px 10px;
  border-bottom: solid #666 1px;
  font-size: 1.0em;
}

ul.clickboard_links li a {
  color: #646633;
}
