﻿body {    background: url(logo.gif) #fff no-repeat;    
font-size: 9pt;
    font-family: verdana,arial,helvetica;
    margin: 0em 1em 0em 1em;
    padding: 0em 0em 0em 0em;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

#header {
    margin: 0em 0em 0em 147px; 
height:115px;
    background: url(teeth.jpg) #600 no-repeat top right;
border: 2px solid #300;
border-width: 0px 2px 2px 2px;
}

#titleLine {
    color: #ffffff;
    padding: 2em 1em 1em 1em;
}

#titleLine a {
    color: #CCFF66;
}

#siteTitle {
    font-size: 26pt;
font-weight: bold;
font-style:italic;
}

#siteSubtitle {
    padding-left: 1em;
    font-size: 11pt;
font-weight: bold
}

#mainMenu {
    float: left;
    width: 141px;
    line-height: 166%;
    padding: .5em 0.5em 0.5em 0em;
margin-top: 1.25em;
    font-size: 12px;
    color: black;
    text-align: right;
border-right: 1px solid #666;
}

#mainMenu a {
    color: #333;
font-weight:bold;
}

#mainMenu a:hover {
    background-color: #600;
    color: #fff;
}

#displayArea {
    margin: 1em 17em 0em 13em;
}

#messageArea {
    background-color: #999999;
    color: #ffffff;
    padding: 0.3em 0.3em 0.3em 0.3em;
    margin: 0em 0em 0.6em 0em;
    display: none;
}

.tiddler {
    padding: 0em 0em 0em 0em;
}

.innerTiddler {
    padding: 1em 1em 1em 1em;
    font-size: 9pt;
}

#displayArea .tiddlyLinkExisting {
    font-weight: bold;
}

#displayArea .tiddlyLinkNonExisting {
    font-style: italic;
}

#displayArea .externalLink {
    text-decoration: underline;
}

.title {
    font-size: 12px;
    font-weight: bold;
    display: inline;
}

.toolbar {
    font-weight: normal;
    font-size: 9px;
    padding: 0em 0em 0em 0em;
    color: #666;
    display: inline;
    visibility: hidden;
}

.toolbar A {
    padding: 0.2em 0.4em 0.2em 0.4em;
    color: #666;
}

.toolbar A:hover {
    text-decoration: none;
    color: #fff;
    background-color: #600;
}

.toolbar A:active {
    color: #ffffff;
    background-color: #300;
}

.body {
    padding-top: 0.5em;
}

.viewer {
    color: #000;
    line-height: 140%;
}

.viewer a:link, .body a:visited {
    text-decoration: none;
    color: #600;
}

.viewer a:hover {
    color: #ffffff;
    background-color: #333;
    text-decoration: none;
}

.viewer blockquote {
    font-size: 8pt;
    line-height: 150%;
    border-left: 3px solid #666666;
    padding-left: 0.8em;
    margin-left: 2.5em;
}

.viewer ul {
    margin-left: 0.5em;
    padding-left: 1.5em;
}

.viewer ol {
    margin-left: 0.5em;
    padding-left: 1.5em;
}

.viewer h2,h3,h4,h5,h6 {
    font-weight: bold;
    text-decoration: none;
    background-color: #cccc99;
    padding-left: 0.4em
}

.viewer h2 {
    font-size: 12pt;
}

.viewer h3 {
    font-size: 11pt;
}

.viewer h4 {
    font-size: 10pt;
}

.viewer h5 {
    font-size: 9pt;
}

.viewer h6 {
    font-size: 8pt;
}

.viewer table {
    border-collapse: collapse;
    border: 2px solid #303030;
    margin-left: 1.0em;
    margin-right: 1.0em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.viewer th {
    background-color: #999966;
    border: 1px solid #606060;
    color: #ffffff;
    padding: 3px;
}

.viewer td, tr {
    border: 1px solid #606060;
    padding: 3px;
}

.viewer caption {
    padding: 3px;
}

.viewer hr {
    border-top: dashed 1px #606060;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 1px;
    color: #666666;
}

.highlight {
    color: #000000;
    background-color: #ffe72f;
}

.editor {
    font-size: 8pt;
    color: #402C74;
    font-weight: normal;
}

.editor input {
    display: block;
    border: 1px solid black;
}

.editor textarea {
    display: block;
    font: inherit;
    border: 1px solid black;
}

#sidebar {
    float: right;
    width: 18em;
    color: #000000;
    font-size: 8pt;
    background-color: #ffffff;
}

.sidebarSubHeading {
    font-size: 7pt;
    color: #000;
}

#commandPanel {
    padding-top: 0.5em;
    background-color: #e6e6e6;
    color: #333;
    font-size: 8pt;
}

#commandPanel A {
    display: block;
    padding: 0.3em 0.2em 0.3em 1em;
    color: #333;
}

#commandPanel A:hover {
    text-decoration: none;
    color: #333;
    background-color: #ccc;
}

#commandPanel A:active {
    color: #fff;
    background-color: #600;
}

#commandPanel input {
    margin: 0.4em 0em 0.3em 1em;
    border: 1px solid #000000;
}

#optionsPanel {
    display: none;
    padding: 0.5em 0.5em 0.5em 0.5em;
    background-color: #eeeeaa;
    font-size: 7pt;
    color: #444400;
}

#optionsPanel a:link, #optionsPanel a:visited {
    color: #777700;
    font-weight: bold;
}

#optionsPanel a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #444400;
}

.optionsText {
    margin-top: 0.25em;
    margin-bottom: 0.75em;
}

.optionsItem {
}

#sidebarTabs {
    background-color: #e6e6e6;
    padding: 1em 0em 0em 0.5em;
}

#sidebarTabs a {
    color: #fff;
}

#sidebarTabs a:hover {
    color: #fff;
background-color:#600;
    text-decoration: none;
}

#sidebarTabs a:active {
    color: #ccc;
}

#tabTimeline {
    font-weight: bold;
    display: inline;
    background-color: #999;
    padding: 2px 3px 0px 3px;
    margin: 0px 1px 0px 1px;
}

#tabAll {
    font-weight: bold;
    display: inline;
    background-color: #666;
    padding: 2px 3px 0px 3px;
    margin: 0px 1px 0px 1px;
}

.tabContentTimeline {
    background-color: #999;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.tabContentAll {
    background-color: #666;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

#sidebarContent a {
    color: #fff;
}

#sidebarContent a:hover {
    color: #fff;
    background-color: #600;
    text-decoration: none;
}

#licensePanel {
    padding: 0.5em .25em 0.5em .25em;
margin:1em 0 1em 0;
background-color: #600;
border:1px solid #000;
}

#licensePanel A {
    display: block;
    padding: 0.2em 0.2em 0.2em 0.2em;
    color: #fff;
}

#licensePanel A:hover {
    text-decoration: none;
    color: #ccc;
}

#licensePanel A:active {
    color: #fff;
}

#storeArea, #copyright {
    display: none;
}

#floater {
    font-size: 10pt;
    visibility: hidden;
    color: white;
    background-color: #ccc;
    position: absolute;
    padding: 1em 1em 1em 1em;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
