a { 
  text-decoration: none; 
}

a:visited { 
  color: #6E7ED3; 
}

#bookmarklet_head{
  height:1em;
  font-size: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
#head{
  padding-right: 5%;
  text-align: right;
  background-image: url(/images/top_bar.png);
  background-repeat: repeat-x;
  padding-top: 5px;
  height: 55px;
  font-size: 30pt;
  color: #fff;
}



#page_content{
  width:80% ;
  position:absolute;
  top:70px;
  right:2%;
}

#new_folder_input{
  margin-top: 10px;
}

.dark_body {
}

#footer{
  padding:0.5em;
}

#debug {display: none;}
body{ font-family: helvetica, verdana; color: #555; margin: 0px; padding: 0px; }

h1{ }
h2{ margin-bottom: 5px;}

.stamp {
  width: 100%;
}


textarea {
  height: 150px;
  width: 100%; 
  border: 1px solid #CCC; 
  padding: 3px;
  font-family: helvetica;
}

input{; border: 1px solid #CCC; padding: 2px; font-size: 11pt;}
input.text_input{width: 100%;}


#sidebar { float: right; margin: 10px;}
.more_link{ font-size: 8pt; text-align: right; margin-bottom: 10px;}

/* folders */
#page_content #folder{
  background: #FAE9B6;
}

.file_checkbox input {
  font-size: 8pt;
  border: 1px solid #666;
}

#folder .item_operations {
  float:left;
}

#editor_background{
  padding-top:  20px;
  padding-bottom:  20px;
}

/* rounded corner stuff  */
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FAE9B6}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}