/***********************************************************************
** screen.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; 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 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, you can create a custom skin (see the
** README file), or you can use pub/css/local.css to override the 
** settings here.
***********************************************************************/
body { margin-left:20px; margin-right:20px; }
@media screen { body { position:absolute; } }
.pagetitle { font-size:200%; font-weight:bold; }

body  {
      background:#8a8;
      color:#e6f0e6;
      behavior: url(./csshover.htc);
      }

body, td
	{
    padding:0px;
    margin:0px;
	font-family:"Times New Roman";
    font-size:11pt;
    font-weight:normal;
    line-height:110%;
	}

#wikilogo { text-align:center;
            }
#wikilogo img {
              border:1px solid #005f00;
              height:100px;
              }

#wikimain{
              margin-left:160px;
              min-width: 730px;
              padding: 5px;
        }



div#wikihead 
    {
    background:#8a8;
    color:#e6f0e6;
    margin:0;
    padding:0;
    height:60px;
	font:bold 20px arial, helvetica;
    line-height:100%;
	text-align:center;
    /*position:fixed;*/
    top: 0;
	}
    
div#wikisearch {
  float: right;
  position: relative;
  top: 0;
  right:0;
  margin:0;
  height: 100%;
  width:20%;
  min-width:200px;
  font-size:16px;
  text-align:center;
}

div#wikisearch a, div#wikisearch a:visited
    {
    color:#e6f0e6;
    }
    
* span.sub
    {
    font-size: 70%;
    line-height: 120%;
    color:#405f40;
    }

div#wikititle
{
  float: left;
  font-family: inherit;
  width: 70%;
  height: 100%;
  min-width: 400px;
  text-align: center;
  font-size:40px;
  position:relative;
  margin: 0;
  padding: 0 0 0 30px;
  top:0px;
  left:0;
}

div#wikititle p
    {
    font-size:40px;
    padding-top:20px;
    padding-bottom: 0;
    text-align:center;
    }
    
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:150px;
  padding-top:0.5em; padding-right:0px;
  margin-left:2px;
  margin-right:5px;
  font-size:12px;
  float:left;
  top:0;
  left:0;
}

#wikileft p
    {
    text-align: center;
    font-size:14px;
    font-weight:bold;
    }

#wikileft p.counter
    {
    text-align: center;
    font-size:12px;
    font-weight:bold;
    }

#wikileft p span.sub
    {
    font-weight:bold;
    color:black;
    }

div#wikileft, div#wikileft ul li
	{
    font-family:arial, helvetica;
    font-weight:bold;
	}
	
div#wikileft a, #wikifoot a 
	{
    color:black;
    }
	
#wikileft a:hover, #wikifoot a:hover
	{
    background-color:#9b9;
    font_size:inherit;
    }
	
#wikileft li:hover, #wikicmds a
	{
    display:block;
    width:99%;
    }
	
#wikileft h1 { 
  margin:0px;
  background-color:#9b9; 
  font-size:14px;
  text-align:center;
  color: black;
}

#wikileft h1 a:hover
{ 
    display:inline;
    line-height: 8px;
}

#wikileft a.urllink:hover, #wikibody a.urllink:hover
    {
    color: blue;
    }
#wikileft hr { color:#005f00; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

div#wikileft ul
    {
    margin: 0;
    padding-left:0;
    width: 140px;
    background-color:#8a8;
    }

div#wikileft * li,
div#wikileft * li:hover
    {
    text-align:left;
    position: relative;
    list-style:none;
    margin-left:0;
    padding-left:10px;
    width:130px;
    padding-top: 6px;
    padding-bottom: 6px;
    }

div#wikileft ul ul
    {
    position: absolute;
    top:0;
    left:130px;
    padding-left:0;
    border:solid 1px #005f00;
    display:none;
    }

div#wikileft ul li:hover ul
    {
    display:block;
    color: #0f0;
    z-order:3;
    }

div#wikileft ul li:hover ul li
    {
    z-order:4;
    }

div#wikileft li a, div#wikileft li, visited, .seln
	{
    text-decoration:none;
    color:black;
    }
	
div#wikileft li:hover
	{
    background:#9b9;
    }
	
#wikibody {
          padding-top:5px;
          padding-bottom:1em;
          padding-right:00px;
          margin-left:0px;
          margin-right:5px;
          background-color:#e6f0e6;
          border:2px solid #005f00;
          color:black;
          }

#wikibody td
	{
	color: black;
	}

div#wikibody div#wikititle
    {
    border-top: 1px solid #ddd;
    margin-top:0px;
    padding-top:0px;
    padding-left:1.0em;
    padding-bottom: 0.5em;
    background: #ddd;
    }
    
div#wikibody div#wikititle h1
    {
    vertical-align:center;
    padding-top: 0;
    padding-bottom: 0;
    }
    
#wikitext { padding-left:5px; padding-right:5px; margin-top:0.5em; }

#wikicmds {
          float:right;
          height: 100%;
          width: 100px;
          border-left: 1px solid #005f00;
          margin-top: 5px;
          padding-left: 5px;
          font-size:smaller;
          text-align:left;
          vertical-align:top;
          }
          
#wikifoot
        {
        margin:10px 5px 5px 5px;
        }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

h1,h2,h3,h4, #pagetitle
    {
    font-family: arial, helvetica;
    font-weight:bold;
    color: #996633;
    }

#wikitext p, #wikitext ul, #wikitext ol, #wikitext hr
    {
    font-size:16px;
    margin-left:145px;
    padding-left:0px;
    padding-right:5px;
    line-height:20px;
    }

#wikitext table
    {
    margin-left:145px;
    width:50%
    border:solid 1px red;
    }
#wikitext ul, #wikitext ol
    {
    padding-left:0em;
    }

#wikitext ul ul
    {
    width: 100%;
    margin-left:0em;
    padding-left:0em;
    }

#wikitext li
    {
    padding-left:1em;
    margin-left:1em;
    }

#wikitext h1
    {
    font-size:15pt;
    text-align:center;
    height: 1em;
    line-height: 1.5em;
    padding-right:5px;
    }

#wikitext h2
    {
    font-size:12pt;
    height: 1em;
    line-spacing: 1.5em;
    padding-right:5px;
    }

#wikitext h3
    {
    font-size: 70%;
    font-weight: normal;
    text-indent: 2em;
    }

#wikitext h4
    {
    font-size: small;
    padding-left: 15px;
    }

#wikitext h1, #wikitext h2, #wikitext h3, #wikitext h4 
    {
    padding-top: 0px;
    padding-right: 5px;
    margin-top: 0px;
    }

#wikitext img
    {
    margin: 1px;
    border: solid 1px #005f00;
    }

#wikibody a
    {
    color: #996633;
    }
    
#wikibody a:hover
    {
    color: #005f00;
    display:inline;
    }

div#wikifoot div#pmwiki
    {
    vertical-alignment:top;
    float:right;
    }

#wikibody table.walkdesc
    {
    left:0;
    padding:5px 0 5px 0;
    margin:0;
    margin-top:5mm;
    width: 100%;
    background-color:#d0f0d0;
    font-family:arial, helvetica;
    font-weight: bold;
    color:#996633;
    }

#wikibody table.walkdesc td
    {
    font-family:arial, helvetica;
    font-weight: bold;
    color:#996633;
    }

#wikibody table.walkdesc td.col1
    {
    width:140px;
    }
#wikibody table.walkdesc td.col2
    {
    width:auto;
    }

#wikibody table.walkdesc td.col3
    {
    width:80px;
    }

#wikibody div.walkdesc
    {
    padding:5px;
    font-family:arial, helvetica;
    font-weight:bold;
    font-size:12pt;
    background:#8a8;
    float:none;
    color:black;
    border:solid 1px black;
    text-align:center;
    }
/* Commentbox support */

/* styling of commentbox entries */
.messagehead, .journalhead {
            margin:1em 0 0 0;
            padding:0 0 0 3px;
            border:1px solid #999;
            }
.messageitem, .journalitem {
            margin:0;
            padding:3px;
            border-left:1px solid #999;
            border-right:1px solid #999;
            border-bottom:1px solid #999;
            }
.messagehead { background:#e5e5ff; }
/*use the following if message head should be same as message item */
/* .messagehead { background:#eef; border-bottom:none; } */
.messageitem { background:#eef;}
.journalhead { background:#ffb; }
.journalitem { background:#ffc; }

.diaryhead h4 { border-bottom:1px solid #999;
            margin-bottom:1px; }
* html .diaryhead h4 { margin-bottom:0; }
.diaryitem {background:#ffc;
            margin:0;
            padding:3px;
            border-left:1px solid #999;
            border-right:1px solid #999;
            border-bottom:1px solid #999;
            }
.messagehead h5, .messagedate h4, .journalhead h5, .journaldate h4,
.diaryhead h4 { margin:0.25em 0 0 0; }

.commentbutton { margin:0 0 0 5px;
                padding:0 3px }
.commenttext { width:100%;
               margin:0 0 3px 0 }
em.access { font-style:normal; color:#FF2222;}

div#message {border-top: solid 1px green;}div#message * table {margin-left: 0;}

table.forum
	{
	position:relative;
	left: -145px;
	}
