/*
 * Style definitions for the documentor
 *
 *
 */
#MenuV A {
   background-repeat: no-repeat;
   background-position: right;
}
#MenuV A.DOC {
   background-image: url(Doc.gif);
}

#MenuV A.File {
   background-image: url(File.gif);
}

#MenuV A.Find {
   background-image: url(Find.gif);
}

#MenuV A.Map {
   background-image: url(Map.gif);
}

#MenuV A.RecentChanges {
   background-image: url(RecentChanges.gif);
}

#MenuV A.Up {
   background-image: url(Up.gif);
}

#MenuV A.Home {
   background-image: url(Home.png);
}

#MenuV A.Help {
   background-image: url(Help.gif);
}

#MenuV A.Index {
   background-image: url(Index.gif);
}

#MenuV A.Application {
   background-image: url(Application.gif);
}/*
 * Overall settings
 *
 */
DIV.Documentation {
    background-color:  white;
    border: 0;
    color: black;
    /* height: 100%;  ETI.36417 Not required */ 
    margin: 0;
    padding-left: 13px;
    padding-right: 13px;
    visibility: visible;
}

DIV.Documentation H2 {
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}

DIV.Documentation IMG {
    padding: 0.2em;
}

Div.Documentation LI {
   margin: 0;
   margin-bottom: 0.5em;
}
/*
 * A standard definition list
 *
 */
DIV.Documentation DL {
}
DIV.Documentation DT {
   font-weight: bolder;
}
DIV.Documentation DD {
   margin-bottom: 1em;
}
/*
 * A definition list that contains links and link descriptions
 *
 */
Div.Documentation DL.Links {
}

Div.Documentation DL.Links DT {
    font-weight: normal;
    margin-left: 1em;
    width: 30em;
}
Div.Documentation DL.Links DD {
    padding-top: 0em;
    padding-left: 1em;
    margin-left: 1em;
    margin-top: 0em;
}




/*
 * Our Wiki text area
 *
 */
DIV.Documentation TextArea.WikiEdit {
   border: 1px solid silver;
   height: 40em;
   width: 100%;
}

TextArea.WikiEdit {
   border: 1px solid silver;
   height: 40em;
   width: 99%;
}

/*
 * Tables
 */
DIV.Documentation TH {
   background-color: black;
   color: white;
   font-weight: bolder;
   padding-left: 0.5em;
   text-align: left;
} 
DIV.Documentation TD {
   background-color: #FAFAFA;
   vertical-align: top;

}



/*
 * Find Results
 *
 */
DIV.Documentation Table.FindResults {
    width: 100%;
 }
DIV.Documentation Table.FindResults TD.FindDescription {
   border-bottom: 0.5em solid transparent;
	font-style: italic;
   padding-left: 1em;
}
DIV.Documentation Table.FindResults TR.Odd {
   background-color: #F0F8FF;
}
DIV.Documentation TABLE.FindResults TD.Date {
   font-size: 0.9em;
   text-align: right;
}

/*
#BannerMid A {
   color: White;
   font-size: 0.9em;
   text-decoration: none;
}


#BannerMid A:hover
{
   text-decoration: underline;
}
*/

SPAN.MapIndent
{
	margin-left: 20px;
}

CODE
{
   font-size: larger;
}

.Question
{
	background-color: Yellow;
}
.FloatLeft
{
	Float: left;
}
.FloatRight
{
	Float: Right;
}

/*
 *
 *
 */
DIV.Documentation TABLE.Database { 
   border: 1px solid black;
   margin-left: 2em;
   border-collapse: collapse;
}
DIV.Documentation TABLE.Database TH {
   background-color: black;
   color: white;
}
DIV.Documentation TABLE.Database TD {
   border-top: 1px solid black;
   border-right: 1px solid black;
} 
 
 
/*
 **********************************************************************
 * Properties following this are for the Editing part of the documentor
 */
/*
 * File Properties
 *
 */
Div.Properties {
   padding: 1em;
}
Div.Properties Label {
   display: block;
   font-weight: bolder;
   vertical-align: top;
}
Div.Properties TextArea {
   height: 5em;
   width: 100%;
}

/*
 * File Manager
 *
 */
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;
	padding-bottom: 1px;
}
DIV.Documentation DIV.Files A.History {
   background-color: transparent;
   background-image: url(History.gif);
   background-repeat: no-repeat;
   padding-left: 1.5em;
	padding-bottom: 1px;
}
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;
}
DIV.Documentation DIV.Files DIV.Make DIV.RenameChapter
{
   background-image: url(Chapter.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding: 0.2em;
   padding-left: 2em;
}
DIV.Documentation DIV.Files DIV.Make DIV.DeleteChapter
{
   background-image: url(DeleteChapter.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%; 
}
/*
 * Header
 *
 */
DIV.Documentation DIV.Header {
   background-color: transparent;
   border-bottom: 1px solid silver;
   margin-top: 0px;
   text-align: right;
   padding-top: 13px;
}
DIV.Documentation DIV.Header DIV.Title {
   color: silver;
   display: inline;
   float: left;
   font-size: 2em;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
   padding-left: 0.5em;
   padding-top: 0.5em;
	padding-bottom: 0.5em;
}
DIV.Documentation DIV.Header DIV.InternalLockedFalse {
   background-image: url(InternalLockedFalse.Gif);
   background-repeat: no-repeat;
   float: left;
   height: 50px;
   width: 49px;
}
DIV.Documentation DIV.Header DIV.InternalLockedTrue {
   background-image: url(InternalLockedTrue.Gif);
   background-repeat: no-repeat;
   float: left;
   height: 50px;
   width: 49px;
}
DIV.Documentation DIV.Header DIV.PublicLockedFalse {
   background-image: url(PublicLockedFalse.Gif);
   background-repeat: no-repeat;
   float: left;
   height: 50px;
   width: 49px;
}
DIV.Documentation DIV.Header DIV.PublicLockedTrue {
   background-image: url(PublicLockedTrue.Gif);
   background-repeat: no-repeat;
   float: left;
   height: 50px;
   width: 49px;
}
DIV.Documentation DIV.Header DIV.HelpLockedFalse {
   background-image: url(HelpLockedFalse.Gif);
   background-repeat: no-repeat;
   float: left;
   height: 50px;
   width: 49px;
}
DIV.Documentation DIV.Header DIV.HelpLockedTrue {
   background-image: url(HelpLockedTrue.Gif);
   background-repeat: no-repeat;
   float: left;
   height: 50px;
   width: 49px;
}
DIV.Documentation Div.LinkCheckReport {
}
DIV.Documentation Div.LinkCheckReport LI.Bad {
   background-color: red;
}
DIV.Documentation Div.LinkCheckReport LI.OK {
}

DIV.Documentation Span.Highlight {
   background-color: yellow;
}

DIV.Documentation DIV.RadioButton{
	margin-top: 20px;
}
DIV.Documentation DIV.Security {
}

DIV.Documentation DIV.Security H2 {
	border-bottom:1px solid black;
	height: 2.0em;
	background: 
}

DIV.Documentation DIV.Security DIV.FileLocks {
	padding-top:1em;
}

DIV.Documentation DIV.Security DIV.ChapterLocks {
	padding-top:1em;
}

DIV.Documentation DIV.Security DIV.ChapterLocks P {
	line-height: 1em;
}

DIV.Documentation DIV.Security P.Header {
	font-style: italic;
}

DIV.Documentation DIV.Security DIV.FileLocks {
	clear: both;
}

DIV.Documentation DIV.Security DIV.ColType {
	padding-right: 3em;
	float: left;
}

DIV.Documentation DIV.Security DIV.ColStatus {
	padding-right: 3em;
	float: left;
}

DIV.Documentation DIV.Security DIV.ColActions {
	padding-right:3em;
	float: left;
}

DIV.Documentation DIV.Security DIV.ColPermissions {
	margin-right:20em;
	float: left;
}

DIV.Documentation DIV.Security A.AddLock {
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.7em;
}

DIV.Documentation DIV.Security A.RemoveLock {
	background-image: url(map.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.7em;
}

DIV.Documentation DIV.Security DIV.Back {
	clear: both;
	border-top:1px solid black;
	width: 50%;
	padding-top: 1em;
}
/*
 * Differences
 */
DIV.Documentation DIV.et-sc-header {
	border: 1px solid silver;
	padding: 0.5em;
}
DIV.Documentation SPAN.et-sc-added-html {
	background-color: yellow;
}
DIV.Documentation SPAN.et-sc-deleted-html {
	color: red;
	text-decoration: line-through;
}
DIV.Documentation A.et-sc-link {
	font-weight: bold;
   text-decoration: underline;
}
DIV.Documentation A.et-sc-link-target {
	background-color: #33CC00;
   color: white;
	font-weight: bold;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

DIV.Documentation Div.Options Div.et-sc-options-title {
	font-size: 110%;
	font-weight: bold;
}

/*
*	ETI.24442: Styling for IncludeFileSmartTag's "access denied" messages.
*/
.UnauthorisedDocument {
	border: 1px solid gray;
	color: infotext;
	background-color: infobackground;
}
/*
 * ETI.36417: Documatation div now starts below the options bar.
 */
 
Div.Options Div.et-sc-options-title {
	font-size: 110%;
	font-weight: bold;
}


