/*
    These files are part of wili-cms 

    wili-cms - wiki like content-managament system (http://wili-cms.sourceforge.net)
    Copyright (C) 2004-2007 Patrick Michaelis <patrick AT bb-goettingen DOT de> 

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* admin area buttons and help style sheets */


/* Admin links in main menu (horizontal) */

#admin_menu_horiz_item {
  color: #FFcccc;
  text-decoration: none;
  font-size: 95%;
  padding: 3px 2px;
}
  
#admin_menu_horiz_item_selected {
  color: #000000;
  text-decoration: none;
  background-color: #FFBBBB;
  padding: 3px 2px;
}

#admin_menu_horiz_item:hover {
  color: #000000;
  background-color: #FFBBBB;
  padding: 3px 2px;
}

#admin_menu_horiz_enhance {
  color: #000000;
  background-color: #FFBBBB;
  border-left:  1px solid #5e80bf; 
  border-right: 1px solid #5e80bf;
  border-bottom: 1px solid #5e80bf;
  padding: 0px 5px;
  margin: 0px -30px 0px 0px;  
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  position: relative;
  top: 15px;
  left: 15px;  
}

#admin_menu_horiz_enhance:hover {
  background-color: #ffe897;
}

/* change menupos */ 

#admin_menu_horiz_move {
  background-color: #FFBBBB;
  padding: 6px 1px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}


#admin_menu_horiz_move:hover {
  background-color: #ffe897;
}

/* admin links in left menu (vertical) */

#admin_menu_vert_move {
  background-color: #FFBBBB;
  padding: 1px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #FFcccc;
  border-left:  1px solid #ffc209; 
  border-right: 1px solid #ffc209; 
}

#admin_menu_vert_move:hover {
  background-color: #ffe897;
}

#admin_menu_vert_movetable {
 position:relative; 
 top:-1px;
 float: right;
}

#admin_menu_vert_enhance {
  color: #FFcccc;
  background-color: #FFBBBB;
  border-left:  1px solid #5e80bf; 
  border-right: 1px solid #5e80bf;
  border-bottom: 1px solid #5e80bf;
  padding: 0px 5px;
  margin: 0px; 
  font-weight: bold;
  font-size: 10px;
  position: relative;
  top: -5px;
}

#admin_menu_vert_enhance:hover {
  background-color: #ffe897;
}

#menu_vert select {
  width: 154px;
}

#admin_mainmenu_add {
/*  float: right; */
}

#admin_add_box {
  color: #000000;
  background-color: #fffbee;
/*   background-color: #FFBBBB; */
  margin: 20px 10px 10px 10px;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  border: 1px dotted black;
}

#admin_add_box a:hover {
   background-color: #FFBBBB; 
}

#admin_select_form {
  margin: 0px;
}

/* -- articles -- */

/* sumlist button in articles */


#admin_sumlist_button {
  text-align: center;
  border: 1px dotted black;
  padding: 4px 4px 0px 4px;
  margin: 0px 0px 0px 15px;
  background-color: #fffbee;  
  float: left;
}

#admin_sumlist_button.rightof {
  margin-top:30px;
  margin-right:30px;
  float:right;
}

/* admin pageeditor */

#admin_pageeditor {
  max-width: 200px;
  text-align: right;
  border: 1px dotted black;
  padding: 4px;
  margin: 2px;
  background-color: #fffbee;
/*  float: right; */
}

#admin_pageeditor.small {
  padding: 2px;
  margin: 0px;
}

#admin_pageeditor input {
  font-size: 90%;
}

#admin_pageeditor p {
  margin-top: 2px;
  margin-bottom: 2px;
}

#admin_pageeditor h2 {
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  text-decoration: underline;
  margin-bottom: 0px;
}


#admin_pageeditor h3 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}

#admin_pageeditor a {
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

#admin_pageeditor table {
  width: 100%;
  border: 0px;
  border-spacing: 2px;
}

#admin_pageeditor_icon:hover {
  background-color: #ffe897;
}

#admin_pageeditor_icon {
  padding: 6px 0px; 
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

#admin_pageeditor_icon img {
  border: 0px;
  vertical-align: middle;
}



/* admin section editor */

#admin_sections {
  padding: 4px;
  margin-bottom: 10px;
  background-color: #fff0bb;  
  width: 691px;
}


/* help */

#admin_help {
  background-color: #fff9e0;
  padding: 4px;
  margin: 5px;
  font-size: 90%;
  text-align: left;
  width: 370px;
}

#admin_help h1 {
  font-size: 18px;
}

#admin_help h2 {
  font-size: 16px;
  margin-bottom: 0px;
}

#admin_help p {
  margin-top: 0px;
}

#admin_help_button {  
  font-weight: bold;  
  text-align: center;
  padding: 2px;
  border: 1px solid #ffc209;
  background-color: #c3cddf;
}

#admin_help_button a:hover {
  background-color: #ffe897;
}

#admin_help_button.pageeditor {
  float: left;
}

/* help: close 'x' */ 

#admin_help_x {
  background-color: #ffe897;
  border: 1px solid black;
  float: right;
  width: 16px;
  height: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

#admin_help_x:hover {
  background-color: white;
}

#admin_help_x a {
  text-decoration: none;
}

#admin_help_x a:hover {
  text-decoration: underline;
}


/* userdata */

#admin_corner {
  background-color: #fffbee;
  border: 1px dotted #5e80bf;
  clear: both;
}

#admin_whoami {
  margin: 4px;
  text-align: center;
}

#admin_whoami a {
  text-decoration: none;
  background-color: #ffffff;
  border-left: 10px solid #5e80bf;
  padding: 5px;
}

#admin_whoami a:hover {
  background-color: #ffe897;
}

#user {
}

#user_noadmin {
  color: #666666;
}

/* show differences between revisions */
#diff_del {
  text-decoration: line-through;
  color: #FF0000; 
}

#diff_add {
  color: #0000FF;
}


#perms {
  color: #0000FF;
  font-weight: normal;
  font-family: Courier New;
}

#perm_table {
  empty-cells: show;  
}

#perm_table td {
  border-right: solid 1px black;
}


/* passed dates */

#date_date.passed {
  color: #666666;
}

#date_time.passed {
  color: #666666;
}

#date_title.passed {
}

#date_subtitle.passed {
  color: #666666;
}

#date_link.passed {
  color: #666666;
}

#date_details.passed {
  color: #666666;
}


/* other */

#note {
  color: #0000FF;
}

#warning {
  color: #FF0000;
}

p.wiki {
 margin-bottom:2px; 
 margin-top:2px;
}

/* article style sheets */

#article {
  margin: 0px;
  padding: 10 10px 0px 10px;
  background-color: #ffffff;
}

#article_td {
  background-color: #ffffff;
}

#article_details_td {
  background-color: #ffffff;
  height: 10px;
}

#article h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0px 0px 0px 20px; 
}

#article h2 {
  font-size: 1.17em;
  font-weight: bold;
   margin: 0px 0px 5px 20px; 
}

#article p {
  text-align: justify; 
}

#article br {
  text-align: justify; 
  margin-bottom: 2px;
  margin-top: 2px;
}

#article_body {
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

#article_picture {
  border: none;
}

#article_picture_div {
  max-width: 250px;
  margin-right: 5px;
  margin-left: 5px;  
}

#article_picture_nav {
  margin: 0px;
  padding: 2px;
  float: left;
  background-color: #5e80bf;
}

#article_delbutton {
  float: right;
  font-size: 10px;
  text-decoration: none;
  margin-bottom: 1px;   
}

#article_delbutton.file {
  float:none;
  position: relative;
  left: -80px;
  top: 15px;
  margin-right: -80px;
  margin-bottom: 20px;
}

#article_delbutton:hover {
  background-color: #ffe897;
}

#article_delbutton img {
  vertical-align: middle;
}

#article_picture_table {
}

#article_picture_td {
  padding: 5px;
  background-color: #5e80bf;
/*  max-width: 260px; */
}

#article_picture_div {
  /*max-width: 260px; */
}


#article_details {
  font-size: 85%;
  margin: 5px 5px 5px 5px; 
  text-align: right;
}

#note {
  color: #0000FF;
  font-size: 10px;
  font-style: italic;
}

#titledot {
  background-color: #888888; 
  width: 24px; 
  height: 24px; 
  float:left;
  margin-right: 8px;
  margin-bottom: 5px;
}

#starttable {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
  margin-left: 16px; 
}

#quote {
  margin-left: 64px;
  margin-right: 16px;
  font-style: italic;
  font-size: 90%;
}

#download {
  padding: 5px 5px 15px 5px;
  width: 250px;
}

#download:hover {
  background-color: #ffe897;
}

#summarylist {
  margin-left: 50px;
  margin-right: 50px;
}


/* page selector */
/* used by sitemap and move page / link page chooser */

#page_list {
  width: 400px;
  min-height:350px; 

  margin: 0px 0px 16px 0px;

  padding: 6px 6px;
    
  font-weight: normal;
  font-size: 13px;
  
  background-color: #5e80bf;
  
  border-top: 1px solid #5e80bf;
  border-bottom: 1px solid #5e80bf;
}

#page_list h2 {
  margin-bottom: 75px; 
  text-align: center; 
  border-bottom: 1px solid #000000;
}

#page_list ul {  
  margin: 0px 0px 0px 5px; 
  padding: 0px 0px 0px 11px;
  border-width: 0px 0px 0px 1px;
  border-color: #5e80bf;
  border-style: solid;    
}

#page_list li {  
  color: #5e80bf; 
  list-style-type: square;
  text-align: left;
  margin: 5px 0px;
}

#page_list a {
  text-decoration: none;
  color: #000000;
}

#page_list a:hover {
  background-color: #ffe897;
}


#article_box {
  width: 180px;

  margin: 0px 0px 15px 10px;

  padding: 0px;
    
  font-weight: normal;
  font-size: 13px;

  background-color: #5e80bf;
}

#article_box_content {
  background-color: #ffffff;
  padding: 2px 5px;
  margin: 0px;
}

#article_box_content p {
  margin-bottom: 2px;
  marign-top: 2px;
}

#article_box_content a {
  font-weight: bold;  
  text-decoration: none;
  color: #3a4f75;
}

#article_box h2 {
  padding: 2px 2px 0px 2px;
  margin: 0px;
  font-size: 14px;
  color: #ffffff;
}


/* blog style sheets */

#blog {
/*  text-decoration: none; */
  
/*   border: 1px solid #5e80bf; */
  
  background-color: #ffffff;
  border-left: 32px solid #5e80bf;
  overflow: hidden;
  margin: 10px 0px 0px 0px;
  padding: 4px 4px 4px 7px; 
  text-align: left;
}

#blog.invisible {
  background-color: #ccc0aa;
}

#blog:hover {
  background-color: #ffe897;
}

#blog a {
  text-decoration: none; 
  color: black;
}

#blog_a a {
  text-decoration: underline; 
  color: #3a4f75;
}


#blog p {
  text-align: left;
}

#blog h3 {
  padding: 0px;
  margin: 0px; 
  text-decoration: none; 
  color: black;
}

#blog_summary {
 text-align: left;
}

#blog_headline {
 text-decoration:underline;
 margin: 3px 0px 3px 0px;
}

#blog_date {
 text-decoration:none; 
 font-weight:normal; 
 font-size:12px; 
 color:#666666;
 float: right;
 text-align: right;
}

#blog_link {
  text-decoration:underline; 
  font-style:italic;
}

#blog_picture {
  float: left;
  border: 0; 
  margin-right: 5px;
  margin-top: 5px;
}
/* date and time style sheets */

/* dates list */

#dates {
  margin: 0px 0px 15px 10px;

  padding: 0px;
    
  font-weight: normal;
  font-size: 12px;
}

/* list entry */

#date {
  padding: 3px;
  margin: 0px; 
  color: #000000; 
  background-color: #ffffff;
  border-top: 1px solid #5e80bf; 
}

#date.invisible {
 background-color: #ccc0aa;
}


#date.active {
  margin: 4px 0px 4px 0px;
  background-color: #ffe897;
  border-width: 1px 1px 1px 1px;
  border-color: #0000ff;
  border-style: solid;
}

#date:hover {
  background-color: #ffe897;
}

#date a {
  text-decoration: none;
  color: black;
}


/* strings in a date entry */

#date_hdate {
  font-size:100%;
}

#date_date {
  color: #FF0000;
  font-weight: bold;
  margin-bottom: 0px; 
  font-size: 10px;
}

#date_time {
  font-weight: normal;
  margin-bottom: 0px; 
  font-size: 10px;
}

#date_title {
  font-weight: bold;
}

#date_subtitle {
  font-weight: normal;
}

#date_link {
  font-style: italic;
  text-decoration: underline;
}

#date_details {
  font-size: 85%;
  margin-bottom: 16px;
}

/* HTML Formular style sheets */

input {
  background-color: #DDDDDD;
  font-family: Verdana, sans-serif;
  font-size: 90%;
}

textarea {
  background-color: #fff0bb;
  font-family: Verdana, sans-serif;
}

select {
  width: 140px;
  background-color: #FFBBBB;
  font-size: 11px;
}

#textinput {
  background-color: #fff0bb;
  font-family: Verdana, sans-serif;
}

#exttextarea {
  background-color: #fff9e0;
  padding: 0px 5px;
  margin-bottom: 2px;
}

#exttextarea input {
  margin-left: 2px;
  margin-right: 2px;
}

#exttextareasum {
  margin: 0px 0px 7px 7px;
}/* global style sheets definitions (not related to special divs) */

body {
  margin: 0px;
  padding: 0px;
    
  font-family: Trebuchet MS, Luxi Sans, Verdana, sans-serif;
  font-size: 80%; 

  background-color: #c3cddf;
  
  color: #000000;
}

body.print {
  background-color: white; 
  padding: 0px;
}

table {
  font-size: 100%;
  border-spacing: 0px;
  border-collapse: collapse;  
}

a {
  color: #3a4f75; 
}/* language selector */

#select_language {
  float: right;
  text-align: right;
  background-color: #5e80bf;
  padding: 4px;
}

#select_language ul {
  padding: 2px;
  margin: 0px;
}


#select_language li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px 4px;
}

#language_selected {
  font-weight: bold;
}

#select_language a {
  text-decoration: none;
  color: black;
}

#select_language a:hover, select_language a:active {
  background-color: #ffe897;
}/* style sheets for menus */

/* horizontal menus (main menu) */

#menu_horiz {
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 3px;
  
  font-weight: bold;
  font-size: 12px;
  
  background-color: #5e80bf;
  
  border-top: 1px solid #5e80bf;
  border-bottom: 1px solid #5e80bf;   
}

#menu_horiz li {  
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#menu_horiz_item {
  text-decoration: none;
  padding: 3px 4px;
  color: #ffffff;
}

#menu_horiz_item:hover {
  background-color: #ffe897;
  padding: 3px 4px;
/*  border-width: 1px 1px;
  border-color: #5e80bf;
  border-style: solid; */
  color: #000000;
}

#menu_horiz_item_selected {
  background-color: #ffe897;
  padding: 3px 4px;
  text-decoration: none;
  color: #000000; 
}

#menu_horiz_item_invisible {
  text-decoration: none;
  padding: 3px 4px;
  color: #666666;
  background-color: #ccc0aa;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;  
}

#menu_horiz_item_selected_invisible {
  background-color: #ccc0aa;
  padding: 3px 4px;
  border-width: 2px 2px;
  border-color: #5e80bf;
  border-style: solid;
  text-decoration: none;
  color: #000000; 
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
}



/* vertical menus (subdir navigation on the left) */

#menu_vert {
  width: 180px;

  margin: 0px 0px 15px 10px;

  padding: 0px;
    
  font-weight: normal;
  font-size: 13px;
}

#menu_vert_content {
  background-color: #ffffff;
  padding: 5px;
}

#menu_vert_content a {
  font-weight: bold;  
  text-decoration: none;
  color: #3a4f75;
}

#menu_vert.visible  {
  background-color: #5e80bf;
}

#menu_vert.invisible {
  background-color: #ccc0aa;
}

#menu_vert.small  {
  background-color: #5e80bf;
  font-size: 11px;
}

#menu_vert h2 {
  padding: 2px;
  margin: 0px;
  font-size: 14px;
  color: #ffffff;
}

#menu_vert_ul {  
  margin: 0px; 
  padding: 0px 0px 0px 0px;
  text-align: left;
  list-style-type: none;
}

#menu_vert_subul {  
  margin: 0px; 
  padding: 0px 0px 3px 10px;
  text-align: left;
  list-style-type: none;
  font-size: 12px;
}


#menu_vert li {  
  padding: 0px;
  margin: 0px; 
  color: #000000; 
  background-color: #ffffff;
  border-top: 1px solid #5e80bf; 
}

#menu_vert li a {
  text-decoration: none;
  color: #000000;   
}

#menu_vert_link {
  padding: 3px 2px 3px 12px;
}


#menu_vert_link_selected {
  padding: 3px 2px 3px 12px;
  background-color: #ffe897;
}

#menu_vert_link_invisible { 
  padding: 3px 2px 3px 12px;
  background-color: #ccc0aa;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
}

#menu_vert_link_invisible a {
  color: #666666;
}

#menu_vert_link_invisible:hover {
  background-color: #ccc0aa;
}

#menu_vert_link_selected_invisible {
  background-color: #ccc0aa;
  border-width: 1px 1px 1px 1px;
  border-color: #5e80bf;
  border-style: solid;
  padding: 5px 2px; 
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
}

#menu_vert_link:hover {
  background-color: #ffe897;
}

#menu_vert_article {
  margin-left: 220px;
}
/* style sheets for references of an article */

#articlerefs {
  background-color: #5e80bf;

  max-width: 150px;
  text-align: center;
  margin: 15px 0px 0px 10px;
  padding: 0px 14px 10px 4px;

  border-top: 1px solid #5e80bf;
  border-bottom: 1px solid #5e80bf;  
  float: right;
}

#articlerefs.admin {
  float: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

#articlerefs.printbutton {
  float: left;
  margin: 0px 10px 0px 10px;
  background-color: transparent;
  border: 0px;
/*  border-bottom: 5px solid #5e80bf; */
}

#articlerefs a {
  color: #000000;
}

#articlerefs h4 {
  text-align: center;
  font-weight: bold;
  padding: 0px;  
  padding-top: 10px;
  padding-bottom: 0px;
}

/* main frame outside content (mainly created by root template) style sheets */

/* header */

#header {
  margin: 0px;
  height: 105px !important;
  
  background-color: #ffe897;
  background-repeat: no-repeat;
  white-space: nowrap;
  clear: both;
}


#header h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  padding-top: 0.3em;
  margin: 0px 0px 0px 25px; 
  padding: 0px;
}

#header h2 {
  position:absolute; 
  margin: 0px 0px 0px 80px; 
  padding: 0px;
  font-size:22px; 
  font-weight: normal; 
  color:#000000;
  font-style: italic;  
  font-family: Century Schoolbook, Times New Roman, serif;
  margin: 0 0; 
}

#headline {
  background-color: #5e80bf;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  border-bottom: 1px solid #5e80bf; 
/*  text-align: right; */
}


/* content */

#content {
  min-height: 400px; 
}

#content td {
  padding: 0px;
  width: 600px;
}


/* footer */

#footer {
  padding: 4px;
  font-size: 13px;
  text-align: left;
  border-top: 1px solid #5e80bf;
  background-color: #5e80bf;
  margin-bottom: 0px;
  clear: both;
  height: 15px;
}


/* container */

#container {
}

#roottable {
  background-color: #c3cddf;
  border-spacing: 0px; 
  border-collapse: collapse; 
/*  height: 100%; */
  width: 1000px;
  margin: 0px;
  padding: 0px;
  empty-cells: hide;
}

#roottable td {
  vertical-align: top;
} 
