/*
 * A mimimal style sheet for the documentor, designed to only affect those items
 * which would be seen be someone editing the wiki
 *
 *
 */
DIV.Documentation
TextArea.WikiEdit {
   border: 1px solid silver;
   height: 40em;
   width: 100%;
}
TextArea.WikiEdit {
   border: 1px solid silver;
   height: 40em;
   width: 99%;
}

DIV.Documentation
Div.Properties {
   padding: 1em;
}
DIV.Documentation
Div.Properties Label {
   display: block;
   font-weight: bolder;
   vertical-align: top;
}
DIV.Documentation
Div.Properties TextArea {
   height: 5em;
   width: 100%;
}

DIV.Documentation
DIV.Files {
}
DIV.Documentation
DIV.Files
TABLE.Explorer
TR {
   vertical-align: top;
}
DIV.Documentation
DIV.Files
TABLE.Chapters {
   border-right: 1px solid silver;
}
DIV.Documentation
DIV.Files
A.Up {
   background-image: url(Up.gif);
   background-repeat: no-repeat;
   background-position: top left;
   padding-left: 1.5em;
}
DIV.Documentation
DIV.Files
A.NewChapter {
   background-image: url(NewChapter.gif);
   background-repeat: no-repeat;
   background-position: top left;
   border-top: 1px solid silver;
   display: block;
   margin-top: 1em;
   padding-left: 1.5em;
}
DIV.Documentation
DIV.Files
A.Chapter {
   background-image: url(Chapter.gif);
   background-repeat: no-repeat;
   background-position: top left;
   padding-left: 1.5em;
}
DIV.Documentation
DIV.Files 
A.Properties {
   background-image: url(Properties.gif);
   background-repeat: no-repeat;
   padding-left: 1.5em;
}
DIV.Documentation
DIV.Files 
A.History {
   background-color: transparent;
   background-image: url(History.gif);
   background-repeat: no-repeat;
   padding-left: 1.5em;
}
DIV.Documentation
DIV.Files 
DIV.Book {
   font-size: larger;
   font-weight: bolder;
}
DIV.Documentation
DIV.Files 
DIV.Chapter {
   font-size: larger;
   font-weight: bolder;
   padding-left: 0.5em;
}
DIV.Documentation
DIV.Files 
DIV.Make
{
   background-color: #F5F5F5;
   border-bottom: 1px solid black;
   padding: 0.5em;
}
DIV.Documentation
DIV.Files 
DIV.Make
DIV.Links
{
   background-image: url(CheckLinks.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding: 0.2em;
   padding-left: 2em;
}
DIV.Documentation
DIV.Files 
DIV.Make
DIV.Map
{
   background-image: url(SiteMap.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding: 0.2em;
   padding-left: 2em;
}
/*
 * Publish
 *
 */
DIV.Documentation
DIV.Publish {
   margin: 1em;
}
DIV.Documentation
DIV.Publish
LABEL {
   display: block;
   font-weight: bolder;
   margin-top: 0.5em;
   vertical-align: top;
}
DIV.Documentation
DIV.Publish
INPUT {
}
DIV.Documentation
DIV.Publish 
TEXTAREA {
   height: 5em;
   width: 100%; 
}

DIV.Documentation
Div.LinkCheckReport {
}
DIV.Documentation
Div.LinkCheckReport
LI.Bad {
   background-color: red;
}
DIV.Documentation
Div.LinkCheckReport
LI.OK {
}

