/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
/*ul,ol { list-style:none }*/

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none; }

/* de-italicize address */
address { font-style:normal }

/* end of undo HTML defaults stuff */


body {
    /*font: 78%/1.5 "Lucida Grande", "Lucida Sans Unicode", "Palatino Linotype", "Georgia Greek Unicode", "Arial Unicode MS", Verdana, sans-serif;*/
    font: 78%/1.6  Verdana, sans-serif;
    color: black;
    background-color: white;
}

div#content

{line-height: 1.4em;
letter-spacing: 0.04em;
word-spacing:0.03em;
}


h1,h2, h3, h4, h5, h6
{
font-family: georgia, times, serif;
}

h1 {
    font-size: 1.6em;
    letter-spacing: 0.2em;
    line-height:2em;
    text-align: center;
    margin-right: 200px;
}

h2 {
    margin: 0.83em 0;
    letter-spacing: 0.1em;
    font-size: 1.2em;
}

h3 {
    margin: 1em 0;
    letter-spacing: 0.1em;
    font-size: 1.05em;
}

h4 {
    letter-spacing: 0.1em;
    margin: 1.33em 0;
}

p {
    margin: 1em 0;
}

blockquote {
    margin-left: 3em;
}

code {
    font-size: 1em;
    font-family: "Courier New", monospace;
}

abbr {
    padding-bottom: 1px;
    }
    
table {
	font-size: 1em;
	border-collapse: collapse;
}

caption {
    text-align: center;
	padding: 0.2em;
	font-weight: bold;
}

th {
    text-align: left;
    font-weight: bold;
    
}

td, th {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0.1em;
    border: 1px solid #666;
}

input, select, textarea, button {
    font-size: 1em;
    font-family: Verdana, sans-serif;
}

dl {
    margin-top: 1em;
    }
dd {
    margin-bottom: 0.5em;
}

ul, ol {
    padding-left: 0em;
    margin-left: 2em;
    }
li {
    margin-left: 0em;
    }
fieldset ol li {
    margin-bottom: 0.5em;
}

fieldset ol li li {
    margin-bottom: 0;
}

td.number {
    text-align: right;
    white-space: nowrap;
}

#sitemap .section {
    width:49%;
    margin-right: 1%;
    display:inline; /* hack for IE */
    float:left;
    }
#sitemap .section ul {
    list-style-type: none;
    }
#sitemap .section li {
    font-weight: bold;
    }
#sitemap .section li li {
    font-weight: normal;
    }
    
img.map {
    border: 1px solid #666;
    }

    
.caption {
    text-align:left;
    font-size: 0.8em;
    }
    
.support-credits {
    margin: 1em 0;
    border: 2px solid #BBC8D0;
    padding: 0.5em;
    float:left;
    text-align:center;
    font-weight:bold;
    }
.support-credits img {
    margin: 0.5em 0.5em 0 0.5em;
    }

.ref {
    font-style: italic;
   
}

/*  form control stuff  */

input, textarea, select
{
padding: 0.2em;
}




form label
{
font-weight: bold;
}


form div.formfield
{
padding: 0.4em;
}



form label, span.grouplabel
{
font-weight: bold;
padding: 1em;
}

form fieldset
{
border:none;
}


form fieldset div.formfield
{
border:none;
text-align: left;
}
