/* * Common elements */body {	margin-right: 40px;	margin-left: 40px;	font-size: 10pt;	font-family: Verdana, Arial, Helvetica, Sans-Serif;	color: #000000;	background-color: #ffffff;}
p
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color: #ffffff;
}
form
{
	margin-bottom: 0px;
}
textarea
{
	color: #333333;
	background-color: #ffffff;
	width: 100%;
}
table
{
	font-size: 10pt;
}
dl, ul, ol
{
	margin-top: 2pt;
	margin-bottom: 2pt;
}

code
{
	font-family: Lucida Console, Courier New, Courier, monospace;
	color: #666666;
	background-color: #ffffff;
}
pre
{	font-family: Lucida Console, Courier New, Courier, monospace;
    margin-top: 8pt;    margin-bottom: 8pt;    background-color: #ffffee;    white-space: pre;    border-style: solid;    border-width: 1px;    border-color: #999999;    color: #333333;    padding: 10px;    width: 100%;}
/* * Title elements */h1
{
	font-size: 22pt;
	color: #800000;
	background-color: #ffffff;
}
h2
{
	font-size: 16pt;
	color: #000080;
	background-color: #ffffff;
}
h3
{
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #000080;
	background-color: #ffffff;
}
h4
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
	background-color: #ffffff;
}
h5
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 0;
}

/* * General link properties */a{}a:visited {}a:active {}a:hover 
{
}

/* * Menu links */a.menu
{
	color: #800000;
	background-color: #ffffff;
}a.menu:visited
{
	color: #006600;
}a.menu:active
{
	color: green;
}a.menu:hover
{
	background-color: #ffffaa;
}
/* * Tool links */a.tool
{
	color: #800000;
	background-color: #ffffff;
}a.tool:visited
{
}a.tool:active
{
}a.tool:hover
{
	color: #ff0000;
	background-color: #ffffaa;
}
/* * Wiki links */a.wiki{	color:#800000;}a.wiki:visited {	color: #006600;}a.wiki:active {	color: green;}a.wiki:hover {	background-color: #ffffaa;}/* * Wiki non-existent links */a.nonexistent
{
	font-weight: bold;
	background-color: #F8F8F8;
	color: #FF2222;
}a.nonexistent:active
{
}a.nonexistent:visited
{
}a.nonexistent:hover
{
	background-color: #ffffaa;
}
/* * Wiki external links */a.external
{
	font-family: Courier New, Courier, monospace, Verdana, Geneva, Arial;
	font-size: 10pt;
	color: blue;
	text-decoration: none;
	background: url(../images/globe.gif) center right no-repeat;
	padding-right: 15px;
}a.external:visited
{
	color: purple;
}a.external:active
{
	color: purple;
}a.external:hover
{
	color: #000000;
	text-decoration: underline;
}

/*
 * Navigation history on the top
 */
.history
{
	font-size: 7pt;
}
a.history
{
	font-size: 7pt;
	color: #800000;
	background-color: #ffffff;
}a.history:visited
{
	color: #006600;
}a.history:active
{
	color: green;
}a.history:hover
{
	background-color: #ffffaa;
}

/*
 * Navigation bar on the search page
 */
.navigation
{
}
a.navigation
{
	color: #800000;
	background-color: #ffffff;
}a.navigation:visited
{
	color: #006600;
}a.navigation:active
{
	color: green;
}a.navigation:hover
{
	background: #ffffaa;
}

/*
 * Search highlight
 */
span.searchtext
{
	background-color: #ffff00;
}

/*
 * Wiki tables
 */
table.wiki
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
tr.wiki{}td.wiki{}
