body {
	font-size: 9pt;
    font-family: tahoma,arial,helvetica;
    margin: 0px 0px 0px 0px;
}

img {
	border: none;
}

#header {
    width: 789px;
    margin: 0px 16px 16px 16px;
    padding: 6px 6px 6px 6px;
    border-bottom: 2px solid #4d5577;
    background-color: #a2b3f9;
    font-size: 16pt;
    text-shadow: #4d5577 3px 3px 8px;
}

#headerTitle {
    font-size: 30pt;
    font-weight: bold;
}

#headerSubtitle {
    font-family: georgia,times;
    font-style: italic;
    color: #4d5577;
}

#header a:link, #header a:visited {
    text-decoration: none;
    color: #000000;
}

#leftMenu {
    float: left;
    width: 127px;
    background: #fbe9a2;
    color: black;
    text-align: right;
    border: 1px dotted #46412d;
    margin: 0px 6px 16px 16px;
}

#leftMenu div {
    font-size: 10pt;
    padding: 6px 6px 6px 6px;
    overflow: hidden;
    line-height: 140%;
}

#leftMenu a:link, #leftMenu a:visited {
    text-decoration: none;
    color: #46412d;
}

#leftMenu a:hover {
	text-decoration: underline;	
/* 	color: #fbe9a2;
  	background-color: #46412d;*/
}


#sidebar {
    float: left;
    width: 145px;
    margin: 0px 0px 0px 6px;
    padding: 6px 6px 6px 6px;
    color: #777777;
    font-size: 8pt;
    background-color: #ffffff;
    border-left: 1px solid #777777;
}

.sidebarChunk {
    margin: 0px 0px 0px 0px;
    padding: 6px 6px 6px 6px;
    width: 145px;
    color: #777777;
    font-size: 8pt;
    border-bottom: 1px solid #777;
	border-right: 1px solid #777;	
}

#sidebar a:link, #sidebar a:visited {
    color: #777777;
    text-decoration: none;
}

#sidebar a:hover {
    color: blue;
    text-decoration: underline;
}

#displayArea {
    float: left;
    width: 511px;
}

.tiddler {
    font-family: georgia,times;
    padding: 8px 8px 8px 8px;
    background-color: #ffffff;
}

.tiddlerSelected {
    font-family: georgia,times;
    padding: 8px 8px 8px 8px;
    background-color: #d5e7ff;
}

.title {
    font-family: tahoma,arial,helvetica;
    font-size: 10pt;
    color: #5d1914;
    font-weight: bold;
    display: inline;
    text-shadow: #AAAAAA 3px 3px 3px;
}

.body {
    padding-top: 2px;
    font-size: 10pt;
}

.body a:link, .body a:visited {
    color: #482d94;
    text-decoration: none;
}

.body a:hover {
/*  color: white;
    background-color: #482d94;*/
    text-decoration: underline;
}

.editor {
    font-size: 8pt;
    color: #402C74;
    font-weight: normal;
    padding-bottom: 0px;
    border-bottom: 0px solid #999999;
    margin-bottom: 0px;
}

.toolbar {
    text-shadow: none;
    font-weight: normal;
    font-size: 8pt;
    margin-left: 6px;
    padding: 0px 0px 0px 0px;
    color: #aaaaaa;
    display: inline;
    visibility: hidden;
}

.toolbar A {
    color: #888888;
    text-decoration: none;
}

.toolbar A:hover {
    color: #000000;
}

.toolbar A:active {
    color: #666666;
}

#saveMessage, #storeArea, #copyright {
    display: none;
}

#storeArea {
    display: none;
}

#floater {
    font-size: 10pt;
    visibility: hidden;
    color: white;
    background-color: #b8b896;
    position: absolute;
    padding: 8px 8px 8px 8px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}


#searchForm {
	display: none;
	position: absolute;
	top: 33%;
	left: 25%;
	width:: 50%;
	z-index: 99;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	background-color: #d4d0c8;
}

#curMarker {
	font: bold 8pt Georgia;
	color: #777;
}

#searchForm .form {
	font: 8pt Georgia, Verdana;
	text-align: center;
 	padding: 1ex 1em 1ex 1em;
	background-color: #d4d0c8;
}

#searchForm .caption {
	font: bold 8pt Tahoma, Verdana;
	text-align: center;
	background-color: #a2b3f9;
	color: #000;
	height: 16px;
}

#searchForm a {
	padding: 0.2ex 0.5em 0.2ex 0.5em;
	color: #000;
	text-decoration: none;
	font: bold 8pt Verdana;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}
