/* $id$ */
/* Everything defaults to sans-serif font */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dl dd
{
	padding-bottom: .5em;
}

ol li
{
	padding-bottom: .5em;
}

ul li
{
	padding-bottom: .5em;
}

.hrefplain :link
{
	text-decoration: none;
}

#biglist li
{
	padding-bottom: 1em;
}

#title
{
	font-size: 18pt;
}

#refsubdiv	/* in reference, a divider within a topic */
{
	width: 80%;
	color: #555555;
	border-style: dotted;
}

.namechar
{
	color:blue;
	margin: 0;
	padding: 0;
	margin-right: -.25em;
}
.titlechars
{
	margin: -.25em;
}


.news
{
	border: solid 1px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.newsdate
{
	margin-left: -1em;
	font-size: smaller;
}

#submenu
{
	display: block;
	color: black;
	background-color: white;
	text-align: center;
	border-width: thin;
	margin: 0;
	background-image: none;
}

#submenu :active
{
	display: block;
	color: white;
	background-color: black;
	text-decoration: none;
}

#submenu :visited
{
	display: block;
	color: black;
	background-color: white;
	text-decoration: none;
}

#submenu :link
{
	display: block;
	color: black;
	background-color: white;
	text-decoration: none;
}

#submenu :link:hover
{
	display: block;
	color: white;
	background-color: black;
	text-decoration: none;
}

#footer
{
	font-size: 8pt;
}

/* xml */
.xml
{
	font-family: 'monospace';
}
.xmltag, .xmlelement, .xmlelem	/* TODO:  Dispose of xmltag TODO: xmlelement is too long to type, get rid of it */
{
	color: #0000FF;
	background: #FFFFFF;
}
.xmlattribute, .xmlattr	/* TODO: xmlattribute is too long to type, get rid of it */
{
	color: #FF0000;
	background: #FFFFFF;
}
.xmlstring
{
	color: #FF66FF;
	background: #FFFFFF;
}
.xmlidstart, .xmlid	/* TODO:  Get rid of xmlidstart */
{
	font-weight: bold;
	color: #800080;
	background: #FFFFFF;
}
.xmlidend	/* TODO: Get rid of xmlidend - use xmlid */
{
	font-weight: bold;
	color: #800080;
	background: #FFFFFF;
}
.xmlcdata	/* S17 */
{
        font-family: 'monospace';
        color: #800000;
        background: #FFF0F0;
        font-size: 10pt;
}
/* source code - c++, xml, html, etc. */
.code
{
	border-width: thin;
	border-style: dotted;
	padding: 1em 1em 1em 1em;
}
.codenb
{
	border-width: 0;
	padding: 1em 1em 1em 1em;
}
.cpp
{
	font-family: monospace;
}

.changes
{
	border: solid 1px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.changesdate
{
	margin-left: -1em;
	font-size: smaller;
}

#header
{
	width: 100%;
}

#headeritem
{
	text-align: center;
	font-family: Serif;
	font-size: 2em;
	padding: 6px;
}

#header_divider
{
	color: #000000;
}

#rootmenu
{
	width: 10em;
	vertical-align: top;
}

/* menu items that are selected */
.selected
{
	font-weight: bold;
	line-height: 1.0;
	display: block;
	text-decoration: none;
	border: hidden 1px;
	margin: 0;
	padding: 5px 10px 5px 0.5em;
}

#main
{
	vertical-align: top;
	padding: 10px;
}

.future
{
	color: #ff0000;
}

.divider
{
	color: #000000;
}

#footer_divider
{
	color: #000000;
}

#copyright
{
	font-size: x-small;
}
/* shell command */
.command
{
	font-family: 'monospace';
	font-weight: bold;
}
