/* Example emacs-wiki stylesheet */

/* Footnote */

.navfoot hr {
  margin-bottom: 0;
  padding: 0;
}

.navfoot table {
  border-spacing: 0;
  border-width: 0;
  margin: 0;
  padding: 0;
}

.navfoot td {
  border-spacing: 0;
  border-width: 0;
  margin: 0;
  padding: 0;
}

/* Menu */

.menu {
  background-color: #F5F5F5;    /* white smoke */
  color: white;
  border-top: 3px solid #BEBEBE;    /* gray */
  border-bottom: 3px solid #BEBEBE; /* gray */
  border-left: 5px solid #D3D3D3;   /* light gray */
  border-right: 2px solid #D3D3D3;  /* light gray */
  content: "Menu";
  display: inline-table;
  float: right;
  padding: .5em;
}

.menuitem {
  margin: .2em;
  padding-top: 4px;
  text-align: left;
}

.menuitem a:link, .menuitem a:visited {
  color: #006400;               /* dark green */
  text-decoration: none;
}

.menuitem a:hover {
  background-color: #D3D3D3;    /* light gray */
}

/* .menuitem a:hover:before { content:"» "} */

.menu:before {
  border: 1pt solid;
  color: #708090;               /* slate gray */
  content: "Menu" ;
  display: block;
  text-align: center;
}

#tooltipbox {
  float: right;
  visibility: hidden;
}

#tooltip {
  color: #D3D3D3;               /* light gray */
}

/* Planner */

.taskA { color: red }

.taskB { color: green }

.taskC { color: navy }

.taskX {
  color: #696969;               /* dim gray */
  text-decoration: line-through;
}

/* Source tag */

/* see `emacs-wiki-srctag.el' */

.comment {
  /* font-lock-comment-face */
  color: #DEBC83;
}
.doc {
  /* font-lock-doc-face */
  color: #F0A4A4;
}
.constant {
  /* font-lock-constant-face */
  color: #D8ACDD;
}
.function-name {
  /* font-lock-function-name-face */
  color: #96CEF8;
}
.keyword {
  /* font-lock-keyword-face */
  color: #78f5e6;
}
.preprocessor {
  /* font-lock-preprocessor-face */
  color: #96CEF8;
}
.string {
  /* font-lock-string-face */
  color: #F0A4A4;
}
.type {
  /* font-lock-type-face */
  color: #9BEEB8;
}
.variable-name {
  /* font-lock-variable-name-face */
  color: #B5CF76;
}

/* Main */

a.nonexistent {
  background-color: white;
  color: red;
  font-weight: bold;
}

a.nonexistent:visited {
  background-color: white;
  color: red;
}

a {
  color: #0000CD;               /* blue */
}

a:visited {
  color: #556B2F;               /* dark olive green */
}

body {
  font-family: trebuchet ms, helvetica, sans-serif;
  background-color: #E0FFFF;
  color: #4A708B;
  margin: 		0 0 0 130px;
/*  margin-left: 2%;
  margin-right: 2%;
  margin-top: 1%; */
}

dl.contents {
  margin-top: 0;
}

dt.contents {
  margin-bottom: 0;
}

dt {
  background-color: #FFFFFF;    /* white */
  color: #006666;               /* dark blue green */
  font-weight: bold;
  padding: 3px;
}


th {
  background-color: #000333;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px;
}


em {
  font-style: italic;
}

h1 {
/*  background-color: #F5DEB3; */ 
  background: 	transparent url(images/header_bg.png) no-repeat;
  color: #ff2222;   
  border-bottom: 3px solid #2F4F4F;
  margin-bottom: 10px;
  padding: 4px;
  margin-top: 0px;
}

h2 {
/*  background-color: #98F5FF; */
 background: 	transparent url(images/rough.png) no-repeat; 
  color: #ff2222;
  border-bottom: solid 2px #708090; /* slate gray */
  /* I need to cut off the right side a little early */
  border-right: solid 6px #E0FFFF;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 4px;
}

h3 {
  color: #00688b;               /* dark slate gray */
  border-bottom: solid 1px #708090; /* slate gray */
  border-right: solid 2px #DCDCDC; /* gainsboro */;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 6px;
}

h4 {
  color: #00688b;               /* dark slate gray */
  border-bottom: dashed 1px #BEBEBE;    /* light gray */
  border-right: solid 2px #DCDCDC; /* gainsboro */;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 6px;
}

h5 {
  color: #00688b;               /* dark slate gray */
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 6px;
}



li {
  margin-bottom: 5px;
}

pre.example {
  margin-left: 5%;
  margin-bottom: 2.5em;
}

pre.source {
  /* Used by emacs-wiki-srctag.el */
}

pre.verse {
  font-family: inherit;
  line-height: 2em;
  margin-left: 5%;
}

pre {
  font-family: monospace;
  margin-left: 5%;
  margin-right: 2%;
  white-space: pre;
  background-color: #FEFFFF;
  border-color: #eeffff #aaab9c #ccc #fff;
  border-style: solid;
}

span.footdate {
  color: red;
}

strong {
  font-weight: bold;
}


ul {
  margin-left: 0;
  padding-left: 10px;
  list-style-type: none;
}

#wikilist
{
margin-left: 10px;
padding-left: 10px;
list-style: none;
}


li {
  /* list-style-type: disc; */
  padding-left:           25px;
  background-image:        url(images/button2.png);
  background-position:    0 .15em;
  background-repeat:      no-repeat;
}

#sfDiv {}

#extraDiv1 {
	position: 		fixed;
	top: 			0px;
	left: 			0;
	background: 	transparent url(images/topleft.png) no-repeat;
	width:			120px;
	height:			297px;
        z-index:                100;
}


#extraDiv2 {
	position: 		fixed;
	top: 			0;
	left: 			0;
	background: 	transparent url(images/right_margin.png) repeat;
	width:			120px;
	height:			100%;
        z-index:                10;
}

/*  display: block;
	position: 		absolute;
	bottom:                                    0px;
	left: 			0px;
/*********************************************
#extraDiv3 {
	position: 		static;
	bottom:                 0px;
	right: 			0px;
	background: 	transparent url(images/bottom.png) no-repeat;
	width:			8in;
	height:			660px;

}
*********************************************/

#extraDiv4 {
	position: 		absolute;
	top:                                    0px;
	right: 			0px;
	background: 	transparent url(images/fuj_cup.png) no-repeat;
	width:			90px;
	height:			90px;
}





#checkedItem {
        margin-left:            25px;
        padding-left:           25px;
        background-image:       url(images/checked.gif);
        background-repeat:      no-repeat;
        background-position:    0 .25em;
        color:                  #888888;
}

#uncheckedItem {
        margin-left:            25px;
        padding-left:           25px;
        background-image:       url(images/unchecked.gif);
        background-repeat:      no-repeat;
        background-position:    0 .25em;
}



#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: #00ffff;
width: 10em;
}

#navlist li
{
display: block;
list-style: none;
background-image: none;
padding-left:       0;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}


#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-color: #eeffff #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #E0FFFF;
}

#navlist li a:link { color: #4488EE; }
#navlist li a:visited { color: #6677CC; }

ul#navlist li a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}


#navcontainer {
	position: 		absolute;
	top: 			170px;
	left: 			0;
        text-transform:         uppercase;
}
