/*
    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/>.
*/

/* style sheets for references of an article */

#articlerefs {
  background-color: transparent;
  border: 0px;
  float: right;
  font-size: 10px; 
  text-align: right;
  padding: 0px;
  margin: 0px;
}

/*#articlerefs img {
  padding-top: 10px;
  vertical-align: bottom;
}*/

/*#articlerefs p {
  position:relative;  
  top: 52px;
  margin-right: 10px;
}*/

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

#articlerefs.printbutton {
  background-color: transparent;
  border: 0px;
  float: right;
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: 740px;
  top: 0px;
}

#articlerefs a {
  color: #000000;
  text-decoration: none;
  font-size: 10px;
  font-style: italic;
}

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

#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 0px 0px 0px;
  padding: 0px;
  height: 124px !important; 
  
  clear: both;
  border-left: 0px;
  background-color: #dcfbdd;
}

#headline {
  background-color: #71de76;
  padding: 5px 50px 5px 0px;
  margin: 0px;
  border-bottom: 1px solid #000000; 
  text-align: right;
}


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

#header h2 {
  position:relative; 
  top:0px; 
  font-size:32px; 
  font-weight: bold; 
  color:#FF0000;
  font-style: italic;  
  font-family: Century Schoolbook, Times New Roman, serif;
  margin: 0 0; 
}


/* content */

#content {
  width: 100%;
  height: 500px;  
  padding: 0px;
  margin: 0px;
  min-width: 20em;
  text-align: justify;
  background-color: #dcfbdd;  
}

#content td {
  padding: 0px;
}

#content.print {
  background-color: white; 
}


/* footer */

#footer {
  font-size: 12px;
  text-align: left;
  border-bottom: 1px solid #000000;
  background-color: #71de76;
  margin-bottom: 0px;
  color: #000000;
  clear: both;
  height: 20px;  
  padding: 10px;
}


#container {
  width: 700px;
  align: left;
  vertical-align:top;
/*  height: 525px; */
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;   
  border: 0px;
}

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


#side {
  vertical-align: top; 
  width: 190px;
}

#corner {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  height: 118px !important;
  align: right;
  text-align: right; 
}

#corner h2 {
  color: red;
  font-size: 15px;
  font-style: italic;
  margin-left: 10px;
}

#top {
  padding: 0px;
  margin: 0px; 
}


/* language selector */

#select_language {
  text-align: right;
/*  background-color: #71de76;
  margin: 0px;
  border-bottom: 1px solid #000000; */
  /*float: right; */
  padding: 5px 0px 5px 0px;

}

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


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

#language_selected {
  font-weight: bold;
  padding: 4px 3px;
  background-color: #e9fbea;
}

#select_language a {
  text-decoration: none;
  color: black;
  padding: 4px 3px;
}

#select_language a:hover, select_language a:active {
  border-bottom: 2px solid #000000;
  padding: 4px 3px;  
}/* article style sheets */

#article {
  margin: 15px 15px;
}

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

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

#article p {
  text-align: justify;
}

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

#article_body {
  min-width: 400px;
}

#article_picture {
  border: none;
}

#article_picture_div {
  width: 200px;
  margin: 0px 10px;
}

#article_picture_nav {
  margin-right: 5px;
  padding: 2px;
  float: left;
  background-color: #71de76;
}

#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: #e9fbea;
}

#article_delbutton img {
  vertical-align: middle;
}

#article_picture_table {
}

#article_picture_td {
  padding: 5px;
  background-color: #71de76;
}


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

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

#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: #e9fbea;
}

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


/* 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: #71de76;
  
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#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: #000000;
  border-style: solid;    
}

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

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

#page_list a:hover {
  background-color: #e9fbea;
}/* global style sheets definitions (not related to special divs) */

body {
  margin: 0px;
  
  font-family: Verdana, sans-serif;
  font-size: 70%;

  width: 100%;
  min-height: 400px;

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

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

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

a {
  color: #2f5d31; 
}/* admin area buttons and help style sheets */


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

#admin_menu_horiz_item {
  color: #880000;
  text-decoration: none;
  padding: 6px 8px;
}
  
#admin_menu_horiz_item_selected {
  color: #880000;
  text-decoration: none;
  background-color: #FFBBBB;
  padding: 6px 6px;
  border-width: 2px 2px;
  border-color: #8800FF;
  border-style: solid;
}

#admin_menu_horiz_item:hover {
  background-color: #FFBBBB;
  padding: 6px 7px;
  border-width: 1px 1px;
  border-color: #8800FF;
  border-style: solid;
}

#admin_menu_horiz_enhance {
  color: #880000;
  background-color: #FFBBBB;
  border-left:  1px solid #000000; 
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  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: #e9fbea;
}

/* change menupos */ 

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


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

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

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

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

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

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

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

#menu_vert select {
  width: 154px;
}

#admin_mainmenu_add {
   margin-left: 4px; 
   margin-top: 12px;
}



/* -- 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: #71de76;  
  float: left;
}

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

/* admin pageeditor */

#admin_pageeditor {
  max-width: 170px;
  text-align: right;
  border: 1px dotted black;
  padding: 4px 4px 4px 0px;
  margin: 5px 5px 5px 0px;
  background-color: #71de76;
  float: left;
}

#admin_pageeditor.blog {
  left: 0px;
  float: right;
}

#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: #e9fbea;
}

#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: #71de76;  
  width: 691px;
}


/* help */

#admin_help {
  background-color: #EEEEFF;
  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 #8800FF;
  background-color: #f8fbff;
}

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

#admin_help_button.pageeditor {
  float: left;
}

/* help: close 'x' */ 

#admin_help_x {
  background-color: #e9fbea;
  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_whoami {
  float: right;
  margin: 4px;
}

#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:0px; 
 margin-top:0px;
}

/* HTML Formular style sheets */

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

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

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

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

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

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

#exttextareasum {
  margin: 0px 0px 7px 7px;
}/* style sheets for menus */

/* horizontal menus (main menu) */

#menu_horiz {
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 6px 10px;
  
  font-weight: normal;
  font-size: 11px;
  
  background-color: #71de76;
  
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; 
     
  white-space: nowrap;       
}

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

#menu_horiz_item {
  text-decoration: none;
  padding: 6px 8px;
  color: #000000;
}

#menu_horiz_item:hover {
  padding: 5px 8px;
  border-width: 2px 0px;
  border-color: #000000;
  border-style: solid;
  background-color: #e9fbea;
}

#menu_horiz_item_selected {
  padding: 4px 8px;
  border-width: 3px 0px;
  border-color: #000000;
  border-style: solid;
  text-decoration: none;
  font-weight: bold;
  color: #000000; 
}

#menu_horiz_item_invisible {
  text-decoration: none;
  padding: 6px 8px;
  background-color: #CCCCCC;
}

#menu_horiz_item_selected_invisible {
  background-color: #CCCCCC;
  padding: 6px;
  border-width: 2px 2px;
  border-color: #000000;
  border-style: solid;
  text-decoration: none;
  color: #000000; 
}



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

#menu_vert {
  width: 170px;

  margin: 50px 5px 5px 0px;
  padding: 0px;
    
  font-weight: normal;
  font-size: 11px;
  
  border-bottom: 2px solid #000000;
  
/*background-color: #dcfbdd;  */
}

#menu_vert.visible  {
  background-color: #71de76;
}

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

#menu_vert h2 {
  margin: 0px 0px 10px 10px; 
  padding: 2px;
  font-size: 14px;
  text-align: center; 
  border-top: 2px solid #000000;
/*  border-bottom: 1px solid #000000; */
  background-color: #71de76; 
}

#menu_vert h2:hover {
  background-color: #e9fbea; 
}

#menu_vert ul {  
  margin: 0px 0px 10px 10px; 
  padding: 0px 0px 0px 0px;    
  text-align: left;
}

#menu_vert li {  
  padding: 0px 0px 0px 00px; 
  color: #71de76; 
  list-style-type: none;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

#menu_vert li:hover {
  color: #2f5d31;
}

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

#menu_vert_link {
  padding: 6px 2px;
}

#menu_vert_link_selected {
  background-color: #71de76;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5px 2px;
}

#menu_vert_link_invisible {
  padding: 6px 2px; 
  background-color: #CCCCCC;
}

#menu_vert_link_invisible a {
  /* color: #666666; */
}

#menu_vert_link_selected:hover {
  background-color: #e9fbea;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5px 2px;
}

#menu_vert_link_invisible:hover {
  background-color: #CCCCCC;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5px 2px;
}

#menu_vert_link_selected_invisible {
  background-color: #CCCCCC;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5px 2px;
}

#menu_vert_link:hover {
  background-color: #e9fbea;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5px 2px;
}

#menu_vert_article {
  margin-left: 220px;
}
/* blog style sheets */

#blog {
  padding-left: 7px;
  margin-bottom: 5px;
  text-decoration: none;
  
  border-top: 1px solid #BBBBBB;  
  overflow: hidden;  
  clear: both;
}

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

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

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

#blog p {
}


#blog h3 {
 margin: 0px;
 padding: 0px; 
 font-size: 14px;
}

#blog_headline {
 text-decoration:underline;
}

#blog_date {
 text-decoration:none; 
 font-weight:normal; 
 font-size:10px; 
 color:#666666;
 float: 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 {
 width:175px; 
 min-height: 350px;

 margin: 20px 0px 20px 20px;
 padding: 0px 10px 10px 10px; 

 float:left; 

 color: #000000;
 border: 1px dashed #000000; 
 background-color: #71de76;
}

#dates.startpage {
 float: right;
}


/* list entry */

#date {
  margin: 5px 1px 5px 1px;
  padding: 2px;
  text-decoration: none;
  text-align: left;
}

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


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

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

#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; 
}

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

#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;
}


