/* 
common.css - common styes

Based on MoinMoin common.css by JŸrgen Hermann
Copyright (c) 2004 Nir Soffer
*/

/* content styles */

html {
    background-color: white;
    color: black;
    font-family: Lucida Grande, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.25em;
}

/* Headings */
h1 {font-size: 1.8em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4, h5, h6 {font-size: 1em;}

li p 
{
	margin: .25em 0;
}

li.gap 
{
    margin-top: 0.5em;
}
    
a, img, img.drawing
{
	border: 0;
}

dt 
{
	font-weight: bold;
}

pre 
{
	padding: 0.25em;
    white-space: pre-wrap;
}

pre table, pre td
{
    border: none;
}

pre pre
{
    border: none;
    margin: 0;
    padding: 0;
}

table
{
    margin: 0.25em 0;
    border-collapse: collapse;
    width: 100%;
}

td
{
    padding: 0.25em;
    border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

hr 
{
    clear: both;
    border-top: 1px solid #c0c0c0;
    height: 0;
}

.footnotes ul {
	padding: 0 2em;
	margin: 0 0 1em;
}

.footnotes li {
	list-style: none;
}


/* eye catchers */
.warning 
{
    color: red;
}

.error 
{
    color: red;
}

strong.highlight 
{
    background-color: #ffcc99;
    padding: 1pt;
}

#content {
    /* style for content generated by wiki markup */
}
