/*
GanttPV style sheet - Copyright 2004 by Brian C. Christensen
040528 - first version
0406?? - revisions by Roy Heath
040619 - added textlink style for links in the main text.
041119 - attempt to fix wrong "textlink" color in Firefox 1.0
050317 - fix navigation spacing
050317 - revision by Alexander (added borders.  removed unnecessary definitions.)
*/

/* body style */

body {
margin: 0;
font-family: arial, verdana, helvetica, sans-serif; 
background-color: #335500;
font-size: 14px; 
line-height: 20px;
border: 1px solid black;
}

/* content styles by ID */

#logo { 
color: #cc6600; 
text-shadow: 2px 2px black;
font-size: 38px;
font-family: times, serif; 
padding: 12px 18px;
}

#tag {
background-color: #cc6600;
font-size: 12px; 
padding: 0px 20px; 
}

#main {
background-color: #ffff66;
}

#left {
line-height: 24px;
color: #ffff66;
font-weight: bold;
}

#right {
font-size: 12px;
line-height: 24px;
color: #ffff66;
}

#footer {
padding: 0px 10px 0px 15%; 
color: #ffff66;
}

/* borders and spacing */

#main, #left, #right {
border: 1px solid #332200;
padding: 14px 20px;
vertical-align: top;
}

#logo, #tag, #footer {
border: 1px solid #332200;
}

hr {
border-style: solid;
}

ul, ol {
margin-top: 0;
margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 2em;
}

:first-child {
margin-top: 0;
}

/* navigation headings */

.navgroup {
color: #ffff66;
margin-bottom: 8px;
border-bottom: 3px solid #cc6600;
line-height: 16px;
}

/* link styles */

a:link, a:visited {
color: black;
}

a.nav:link, a.nav:visited {
color: #ffff66;
text-decoration: none;
}

a.nav:hover {
color: #cc6600;
}

a.outside:link, a.outside:visited {
color: #ffff66;
text-decoration: none;
}

a.outside:hover {
color: #cc6600;
text-decoration: underline;
}

a.footnote:link, a.footnote:visited {
color: #ffff66;
font-weight: bold;
}

a.footnote:hover {
color: #cc6600;
}

/* link to the current page */

.selected {
color: #cc6600;
}

/* decoration for the upper-right corner */

.ornament-bars {
position: absolute;
top: 0;
right: 20px;
margin: 12px;
}

.ornament-bars > div {
height: .08em;
margin-bottom: .16em;
background-color: #cc6600;
}
