/* General page styles ---------------------------------------------------- */
body, html {
margin: 0px;
padding: 0px;
color: black;
background-color: #fffccc;
font-size: 85%;
}
body, input, textarea, select, option {
font-family: verdana, arial, helvetica, sans-serif;
}
h1, h2, h3, h4{
font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
letter-spacing:0.1em;
}
img {
border: 0px;
}
a, a:visited, a:hover {
color: #000099;
background-color: transparent;
}
a:active {
color: #0000ff;
background-color: transparent;
}
/* browsers handle this differently
input.max, textarea.max, select.max {
width: 100%;
}
*/
/* Content area styles ----------------------------------------------------- */
#content {
padding: 10px;
}
#content h1 {
margin-top: 0px;
}
/* 3px IE bug hack hidden from IE5-mac \*/
* html #content { height: 1%; }
/* End hide from IE5-mac */
#leftbar {
float: left;
width: 186px;
padding: 5px;
font-size: smaller;
}
#leftbar a{
display: block;
text-decoration: none;
line-height: 20px;
padding: 5px;
margin: 2px;
color: #000;
text-align: right;
background: #ffeeee;
}
#leftbar a:hover { background: #ffffff; }
#layout_3 #content {
margin-left: 196px;
margin-right: 196px;
}
/* Header navigation area ------------------------------------------------- */
#headnav {
color: inherit;
background-color: #dded86;
height: 67px;
position: relative;
}
#headmenu {
position: absolute;
bottom: 0px;
right: 5px;
text-align: right;
padding-left: 126px;
}
/* Footer navigation area ------------------------------------------------- */
#footnav {
color: inherit;
background-color: #9999cc;
border-width: 1px 0px;
border-color: #333366;
border-style: solid;
text-align: right;
padding-right: 6px;
}
#pagefooter {
position: relative;
font-size: 75%;
color: inherit;
background-color: #cccccc;
width: 100%;
}
#footnav a, #headmenu a {
font-size: 75%;
text-decoration: none;
}
/* Source code outputs ------------------------------------------------- */
.code {
font-family: Courier, monospace;
color: #007700;
border-style: solid;
border-color: black;
background-color: #DDDDDD;
padding: 10px;
max-width: 100%;
}
.blue {
color: #0000BB
}
.red {
color: #DD0000
}
.orange {
color: #FF8000
}
.green
{
color: #007700
}
/* Org Chart output ------------------------------------------------- */
#tree {
font-size: 100%;
}


