.pageTitle { 
    font-weight: bold; 
    font-size: 120%;
}
h1 {
    font-size: 150%;
    border-bottom: 1px dotted black;
}
h2 {
    font-size: 120%;
    margin-top: 6pt;
    margin-bottom: 6pt;
}
h3 {
    font-size: 110%;
    margin-top: 6pt;
    margin-bottom: 3pt;
}
h4 {
    font-size: 80%;
    margin-top: 3pt;
    margin-bottom: 0pt;
}
blockquote {
    font-style: italic;
    color: #006600;
}
pre {
    overflow: auto;
}
.navigationBar { 
    margin-bottom: 12pt;
}
#main {
    position: relative;
}
#entryPanel {
    margin-right: 26%;
}
#sidebarPanel { 
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}
.entry {
    position: relative;
    padding: 2px; 
    margin-top: 12pt;
    margin-bottom: 10px;
}
.entryTitle {
    font-weight: bold; 
    border-bottom: 1px solid #cccccc;
    margin-top: 0px;
    margin-bottom: 0px;
}
.entryActions {
    text-align: right;
    font-size: 70%;
    font-weight: normal;
}
.entryInfo {
    line-height: 100%;
}
.entryDate {
    font-size: 90%; 
    color: #003300; 
}
.entryBody { 
    margin-top: 9pt;
    padding-left: 5px; 
}
.entryFooter {
    text-align: right;
    font-size: 80%;
    margin-top: 10px;
}
.sidebar { 
    background: #eeeeee;
    border-top: 1px solid #cccccc;
    margin-bottom: 15px;
    padding: 5px;
}
.sidebar ul {
    list-style: circle;
    margin: 0px;
    padding-left: 2em;
}
.sidebarInfo { 
    font-size: 80%;
    color: #666666; 
}
.sidebarBody { 
    font-size: 90%; 
}
.sparse li { 
    margin-top: 6pt;
}
.disabled {
    color: #aaaaaa;
}
