body {
  font-size:xx-small;
}

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

a:hover, a:active {
}

#header {
}

#siteTitle {
  font-variant:small-caps;
  font-size:200%;
}

#siteSubtitle {
  font-variant:small-caps;
  font-size:100%;
  float:right;
  position:relative;
  top:-40px;
  padding-right:1em;
}

#header a {
}

#mainColumn {
  float:left;
  margin-left:3%;
  width: 50%;

}

html>body #mainColumn {
  width: 59%;
}

#mainMenu {
    float:left;
    width: 150px;
    height: auto;
    line-height: 20px;
    padding: 6px;
}

#mainMenu a {
}

#displayArea {
    margin: 0em 1em 0em 150px;
}

#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: 1em 1em 1em 1em;
}

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

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

#displayArea input[type=text] {
  width:450px;
}

#displayArea textarea {
  width:450px;
}

a.ancher {
  display:block;
  background:transparent;
  height:1px;
  padding:0;
  margin:0;
}

.title {
  font-size: 1.7em;
  font-variant:small-caps;
  font-weight: bold;
  color: #2222bf;
  display: block;
  border-bottom-width: 3px;
  border-bottom-style: double;
  border-bottom-color: #2222bf;
  margin-top: 4px;
  margin-bottom: 2px;
  padding-left: 5px;
}

.title2 {
  font-size: 1.7em;
  font-variant:small-caps;
  font-weight: bold;
  color: #2222bf;
  display: block;
  border-bottom-width: 3px;
  border-bottom-style: double;
  border-bottom-color: #2222bf;
  margin-top: 4px;
  margin-bottom: 2px;
  padding-left: 5px;
}

.title .toolbar a, .title2 .toolbar a {
  font-variant:normal;
}

.entitle {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
}

.entitle a {
}

.entitle a:hover {
}

.body {
  padding-top: 0.5em;
  line-height: 20px;
  padding-left: 10px;
}

.body a {
}

.body a:hover {
}

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

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

.toolbar {
    font-weight: normal;
    font-size: 8pt;
    padding: 0em 0em 0em 0em;
    color: #aaaaaa;
    display: inline;
    visibility: hidden;
}

.toolbar a {
}

.toolbar a:hover {
    text-decoration: none;
}

.toolbar a:active {
}

#sidebar {
    float: right;
    width: 32%;
    min-width: 350px;
    margin-right:0;
    padding:0;
    background-color: transparent;
}

html>body #sidebar {
    width: 33%;
    margin-right:3%;
}

.sidebarSubHeading {
}

#searchPanel {
    color: #777700;
}

#searchPanel p {
    padding: 0em 0em 0em 0em;
    margin: 0.4em 0em 0.4em 0em;
}

#searchPanel a {
    padding: 0.1em 0.2em 0.1em 0.2em;
}

#searchPanel a:hover {
    text-decoration: none;
}

#searchPanel a:active {
}

#commandPanel {
	padding: 0.5em 0em;
}

#commandPanel ul {
  list-style:none;
  margin:0;
  padding:0;
}

#commandPanel ul li {
  margin-top:1px;
}

#commandPanel ul li a {
    display: block;
    padding: 0.2em;
    padding-left:25px;
    background-image:url(./img/arrow_off.png);
    background-repeat:no-repeat;
    background-position:2px center;
}

#commandPanel a:hover {
    background-image:url(./img/arrow_on.png);
}

#commandPanel a:active {
}

.tabSet {
    padding-top: 1em;
    text-align:center;
}

.tabSet ul {
  margin:0;
  padding:0;
  width:350px;
  height:60px;
  list-style:none;
}

html>body .tabSet ul {
  margin:0 auto;
}

.tabSet ul li {
  float:left;
}

.tabSet a {
    display:block;
    height:60px;
    overflow:hidden;
    float:left;
    background-image:url(./img/menu.png);
    background-repeat:no-repeat;
    text-indent:-999em;
    font-size:1px;
    margin:0;
    padding:0;
}

.tabSet a#tabTimeline {
  width:124px;
  background-position:0 0;
}

.tabSet a#tabTimelineModified {
  width:126px;
  background-position:-124px 0;
}

.tabSet a#tabAll {
  width:100px;
  background-position:-250px 0;
}

.tabSet a#tabTimeline:hover, .tabSet a#tabTimelineModified:hover, .tabSet a#tabAll:hover {
    background-image:url(./img/menu.png);
}

.tabSet a#tabTimeline:hover {
  background-position:0 -60px;
}

.tabSet a#tabTimelineModified:hover {
  background-position:-124px -60px;
}

.tabSet a#tabAll:hover {
  background-position:-250px -60px;
}

.tabSet a#tabTimeline.tabSelected, .tabSet a#tabTimelineModified.tabSelected, .tabSet a#tabAll.tabSelected {
    background-image:url(./img/menu.png);
}

.tabSet a#tabTimeline.tabSelected {
  background-position:0 -60px;
}

.tabSet a#tabTimelineModified.tabSelected {
  background-position:-124px -60px;
}

.tabSet a#tabAll.tabSelected {
  background-position:-250px -60px;
}

.tabContent {
  line-height: 1.6;
  margin:0;
  padding:5px;
  border:solid 5px #fff;
  background-color:#fff;
  background-image:url(./img/tabConBg.png);
  background-repeat:repeat-x;
  background-position:left bottom;
  overflow:auto;
  height:600px;
}

html>body .tabContent {
  padding:20px;
}

.tabContent a {
}

.tabContent a:hover {
    text-decoration: none;
}

#saveMessage, #storeArea, #copyright {
    display: none;
}

#storeArea {
    display: none;
}

#paramArea {
    display: none;
}

.hidden {
  visibility:hidden;
}

.hidden hr {
  clear:both;
}
