/* Import Code relative style sheet */
@import url(share/code.css);

body {
   color: black;
   background: #00930C url("../img/grass.jpg") fixed ;
   padding: 6px 30px 20px;
}
div#header, div#content, div#footer {
   /*background-color: #83C05A;*/
   background: url("../img/green-tp-bgd.png");
   border-color: #C9E47D;
   border-style: solid;
   border-width: 0.1em;
   /*opacity: 0.9;*/
   margin-top: 0.7em;
   padding: 0.5em;
}
.hidden {
   display: none;
}
a {
   color: black;
}
a:hover {
   background-color: #EDFF7D;
}
span.mail {
   text-decoration: underline;
}

div#chooseStyle {
   margin-right: -1em;
   position: absolute;
}
div#chooseStyle ul {
   margin: 0;
   padding-left: 2em;
}
div#chooseStyle a {
   text-decoration: none;
}



div#header {
   margin-top: 15px;
   padding-bottom: 2.1em;
}
div#header h1 {
   margin: 0.3em 0.3em;
   text-transform: capitalize;
   text-align: center;
}
div#header h1:before {
   content: "< ";
}
div#header h1:after {
   content: " >";
}
div#header p {
   text-align: center;
   margin-top: 0.6em;
   margin-bottom: 0.1em;
   padding-bottom: 0;
}



div#menu {
   margin-top: -1.8em;
   position: relative;
   text-align: center;
}
div#menu h3 {
   display: none;
}
div#menu ul {
   list-style: none;
   margin: auto;
}
div#menu ul li {
   display: inline;
   background-color: #C9E47D;
   margin: 1em 0.2em 0;
}
div#menu li a {
   padding: 0 1em 0;
   text-decoration: none;
}
div#menu li.hi {
   font-weight: bold;
   background-color: #EDFF7D;
}




div#content p.nav {
   clear: left;
   text-align: center;
   white-space: pre;
}
div#content {
   padding: 1em 1em 2em 2em;
   margin-top: 1.2em;
   /* padding-bottom: 2em; */
   /*min-height: 15em;*/
   font-size: medium;
   position: relative;
}
div#content div#page_not_found {
   margin: 3em 5em 3em;
}
div#content p#lfooter {
   text-align: right;
   margin: 1em 0 -1.7em 0;
   font-size: x-small;
}



div#footer {
   text-align: right;
   padding-left: 4px;
}

div#footer span#name {
   margin-top: 0;
   float: left;
}

/*
 * Recursive file listing
 */
a.hi {
   background-color: #C9E47D;
}
ul#mySpecialListing {
   float: left;
}
div#viewcontent {
   /*position: absolute;*/
   margin-left: 18em;
   border: 0.1em  #C9E47D solid;
}
/* vim: set et sw=3 sts=3 : */

