.tiddler{
  background: #feffff;
  border-color: #97ced5;
}


.shadow .title {
	color: #888888;
}


.viewer blockquote {
  border-color: #000;
}

.viewer pre {
  color: black;
  background-color: #f9f9f9;
  border-color: #2f6fab;
}

.viewer code {
  color: black;
  background-color: #eee;
}

.viewer .note { 
  background-color: #fff;
  border-color: #f00;
}

.viewer .note:before { 
  color: #f00;
}

.viewer h1,.viewer h2,.viewer h3,.viewer h4,.viewer h5,.viewer h6{
  border-color: #97ced5;
}


.highlight, .marked {
	color: #000;
	background: #ff6;
}


.editor {
	color: #402C74;
}

.editorFooter {
	color: #aaa;
}








a {
  color: #005d93;
}

a:hover {
  color: #900;
}

a.externalLink {
  border-bottom-color: #005d93;
}

a.externalLink:hover {
  border-bottom-color: #900;
}

#titleLine {
  color: #000;
  background: #94bcc6 url('/css/bluestripes.png') repeat;
  border-bottom-color: #97ced5;
}



/* Entire sidebar, including now the mainMenu */
#sidebar {
/* uncomment this to highlight areas that aren't covered */
/*  background: #080; */
}



#mainMenu{
  background: #feffff;
  border-color: #97ced5;
}



/* The option menu, including the search bar and the new tiddler buttons */
#sidebarOptions {
  background: #feffff;
  border-color: #97ced5;
}

/* panel that becomes visible when the options link is clicked */
#sidebarOptions .sliderPanel {
  background: #eee;
  border-color: #97ced5;
}



#sidebarTabs {
  background: #f9f9f9;
}


.box_top {
  background: #cccccc url('leftbox_top.gif') no-repeat;
  color: #808080;
}
        
.box_top h2 {
  color: #ffffff;
  background: inherit;
}
        
.box_top h2 a { 
  color: #ffffff;
}

.box {
  border-color: #cccccc;
  color: #595959;
  background: #FFF;
}
      
.box_bot {
  background: #cccccc url('leftbox_bottom.gif') no-repeat;
}






/* Message area is the popup area below the title that displays
temporary informational messages, as in after saving the file or to
display the number of matches in a search */

#messageArea {
	background: #ff6;
	color: #000;
}


#contentWrapper {
  background: #f9f9f9;
}

#footer {
  border-color: #97ced5;
}
