/*
 * RDA specific
 *
 *
 */
P.SmallPrint {
	font-size: x-small;
	line-height: 1.1em;
}

.Clear {
	clear: both;
}
.Invisible {
/*
 * The plan was to make Header, Content and Footer headers invisible, but then they wouldn't
 * render in IBM's home page reader, so the following achieves the same effect.
 */
	height: 0px;
	left: 0px;
	overflow: hidden;
   position: absolute;
	top: 0px;
	width: 0px;
/*	visibility: hidden; */
	speak: normal;
}
IMG.FloatLeft {
	float: left;
}
IMG.FloatRight {
	float: right;
}
Caption.SmallCaption {
	font-size: medium;
}
.Author {
	font-style: italic;
}
#BannerRDA {
   display: block;
	left: 70px;
   position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	width: 400px;
}
#BannerRDA h1 {
   color: #298c42;
	display: block;
   margin: 0;
	white-space: nowrap;
}
#BannerRDA P {
   color: #298c42;
   margin-top: 0px;
/*
	font-size: xx-large;
   font-weight: bolder;
   padding: 0px;
	margin-top: 0px;
   margin-bottom: -0.7em;
*/
}
.Left {
	float: left;
}
.Right {
	float: right;
}
/*
 * Following are Wiki things
 *
 *
 */
DIV.Documentation
TextArea.WikiEdit {
   border: 1px solid silver;
   height: 40em;
   width: 100%;
}

Div.Properties {
   padding: 1em;
}
Div.Properties 
Label {
   display: block;
   font-weight: bolder;
   vertical-align: top;
}
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;
   color: transparent;
   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;
   color: transparent;
   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;
   color: transparent;
   padding-left: 1.5em;
}
DIV.Documentation
DIV.Files 
A.Properties {
   background-image: url(Properties.gif);
   background-repeat: no-repeat;
   color: transparent;
   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 {
}
