/* overrides classic look with AntiqueWhite background and wider margins. 
    @ copyright 2004 by Roger Haase.
    @license: GNU GPL */
    
/* #FAEBD7 is AntiqueWhite, try #fff8ec (CornSilk) if you prefer a lighter background */

html {
    background-color: #FAEBD7; 
}
body { 
    font-family: Arial,Helvetica,Verdana; 
}  
/* heading */
#navibar li {
    border: 3px solid #EDD097;
    background-color: #EDD097;
    color: #000000;
    line-height: 2em;
}
#pagetrail {
    border: 3px solid #EDD097;
}
#pagetrail li span {
    border: 0px solid #FAEBD7;
    background-color: #FAEBD7;
    color: #000000;
}
/* wiki page content */
div#content {
    width: 80%; 
    text-align: left; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 1.5em; 
    margin-bottom: 1em;
}
table {
    border: 2px solid #EDD097; 
    border-spacing: 0px; 
    border-collapse: collapse;
    margin-bottom: 1em;
}
}
th {
    border: 1px solid #EDD097; 
    padding: 4px;
}
td {
    border: 1px solid #EDD097;  
    padding: 4px;
}
/* headings, horizontal rules  and footnotes */
h2, h3, h4, h5, h6 {
    background-color: #EDD097; 
    color: #000000
}	
hr {
    color: #000000;
}
.footnotes div {
	border-top: 1px solid #000000;
}
/* links */
a:link {
    color: #0000ff
} 
a:visited {
    color: #2020FF
} 
a:hover {
    color: #ff00ff
}
a.nonexistent {
    font-weight: bold; 
    color: #FF2222;
}
/* messages and footers */
#message {
    border: 2px solid #ED97B4;
    background-color: #FAEBD7
}
#footer {
    border: 2px solid #EDD097;
    background-color: #FAEBD7
}

/* items below are specific to authors web site */
div.draCenter {
    width: 100%;
}
table.draImages {
    width: auto; 
    margin-left: auto; 
    margin-right: auto;
}
.draImages td {
    vertical-align: top; 
    font-size: 16px;
}
.copyright{
    font-size: xx-small;
    color: #E3B963; 
    text-align: center;
}
