body { 
font-family:Calibri,Helvetica,Arial,sans-serif;
font-weight: 100;
padding:8px;
margin:0;
}
#notetext { 
border: 1px solid #ddd; 
border-radius: 1px;
font-size:12pt;
/*font-family:serif;*/
padding:8px;
background-color:#fffffa;
min-height:128px;
margin-top:32px;
}
input{
font-size:10pt;
font-family:Calibri,Helvetica,Arial,sans-serif;
font-weight: 100;
background-color:#fff;
border:1px solid #ddd;
border-radius: 1px;
height:24px;
margin:0;
color:blue;
-webkit-appearance:none;
}
#toolbardiv{
position: fixed;
left:0;top:0;
margin:0;
padding:0;
height:40px;
width:100%;
/*background:rgba(255, 255, 238, 0.7);*/
background:rgba(250, 250, 240, 0.7);
/*    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
*/}
#searchfielddiv { 
position: absolute;
 left:8px;top:8px;right:84px;
width:auto;
}
#searchfield { 
width:100%;
/*font-family:serif;*/
padding-left:4px;
}
#newbuttondiv {
position: absolute; top:8px;right:8px;
/*display:inline;
border-left:1px solid silver;
padding-left:8px;
*/
}
#newbutton {
width:64px;
}
#clearsearchbutton{
position:absolute;right:84px;top:8px;
width:64px;
}
#savebutton {
position:fixed;
margin-top:8px;
top:0px;left:8px;
width:64px;
}
#deletebutton{
width:64px;
position:fixed;top:8px;
right:80px;
/*left:50%;
margin-left:-32px;*/
}
#logoutbutton{
width:64px;
position:fixed;top:8px;
right:8px;
}
#noteslist {
border-top:1px dotted silver;
margin-top:32px;
padding:0;
margin-left:-8px;
margin-right:-8px;
}
#noteslist li {
display:block;
border-bottom:1px dotted silver;
min-height:38px;
}
#noteslist li a{
display:block;
padding:8px;
text-decoration:none;
color:blue;
/*font-family:serif;*/
}
.noteHighlight{
background-color:#CCE2FF;
}
#noteslist li a:hover{
/*background-color:#B8CBE6;
color:#00f;*/
}
#noteslist small{
display:block;
float:right;
margin-top:1px;
margin-left:4px;
font-family:Calibri,Helvetica,Arial,sans-serif;
font-weight: 100;
font-size:8pt;
color:gray;
}
#datedisplay{
/*position:fixed;
left:84px;
top:7px;*/
margin-top:8px;
color:gray;
font-size:11pt;
}
