body {
	background-color: #eee;
	color: black;
	margin: 0;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}

#mainPanel {
	margin: .25in 1.7in .25in .1in;
	border-top: solid #000 1px;
  border-bottom: solid #000 1px;
  border-left: double #000 3px;
  border-right: double #000 3px;
  background-color: #dbe0bb;
}

a {
	color: rgb(0,80,191);
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
	background-color: #f6f6f6;
  font-weight: normal;
  font-family: "Lucida Calligraphy", "Bitstream Charter";
	font-size: 200%;
	color: #777;
  margin: 0;
  padding: .1in;
}

h2.query, div.navigation, div.sidebox h2 {
  color: #fff;
	background-color: #006;
}

.error {
	color: #b00;
}

span.current_user {
  margin-left: .1in;
	font-size: small;
  font-family: georgia, times, serif;
}

#toolbar {
  margin-left: auto;
	margin-right: auto;
  border-top: 1px solid #aaa;
  z-index: 1;
}

#toolbar ul.links {
  list-style-type: none;
  text-align: center;
  margin-top: -.75em;
  padding: 0;
  position: absolute;
  right: 1.85in;
  z-index: 2;
}

#toolbar ul.links li {
  display: inline;
  text-align: center;
  margin: 0 5px;
}

#toolbar ul.links li a {
	padding: 1px 7px;
	color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
}

#toolbar ul.links li a:hover {
  color: #000;
  border-top: 2px solid #f90;
  border-bottom: 2px solid #f90;
}

div#entriesQuery {
  float: left;
  margin-top: 10px;
}

h2.query {
  margin-left: 10px;
  padding: .25em .5em;
  -moz-border-radius-topleft: 15%;
  -moz-border-radius-topright: 15%;
  display: inline;
}

span.rss {
	font-size: x-small;
}

div.delete {
	padding-left: 1em;
}

#statusbar, #searchform {
	padding: 0;
  margin: 0;
}

#statusbar {
  border-bottom: dashed #b8bd9e 1px;
}

#searchform {
  text-align: right;
  padding-right: .1in;
}

#searchform label {
  font-weight: bold;
}

#searchform input {
	width: 16em;
	background: #f8faec;
	border: 1px solid #999;
	color: #000;
}

#searchform button {
 	background: #444;
	color: #fff;
	border-color: #444;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	width: 50px;
  margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 0;
	padding: 0;
}

a.expandcollapse {
  font-size: small;
  color: #149;
}

table#entries {
  font-family: arial, verdana, sans-serif;
  border-collapse: collapse;
	clear: both;
  width: 100%;
}

table#entries tr {
  border-top: solid 1px #666;
}

table#entries tr.body {
  border-top: none;
  display: none;
}

table#entries th {
  text-align: left;
	background-color: #ddd;
  padding: 0 .5em;
  border-right: solid 1px #aaa;
}

table#entries td {
  padding: 4px;
	border-right: solid #d0d0d0 1px;
  vertical-align: top;
}

tr.odd {
	background-color: #fff;
}

tr.even {
	background-color: #e0e8fe;
}

table#entries td.created, table#entries th.created {
  white-space: nowrap;
	border-right: none;
}

table#entries a:visited {
  color: rgb(44,127,113);
}

div.description, td.body {
  color: #333;
  font-family: Baskerville, georgia, times, serif;
  font-size: small;
  margin-left: 1em;
}

div#sidebar {
	position: absolute;
  top: .25in;
  right: .1in;
  width: 1.5in;
}

div.sidebox {
	background-color: #e5f2e6;
	border: 1px black solid;
  margin-bottom: 10px;
  font-size: 85%;
  padding: .05in;
}

div.sidebox h2 {
	text-align: center;
	margin-top: 0;
  font-size: medium;
  padding: 5px;
  margin: -.05in -.05in .05in -.05in;
}

div.message {
	margin-left: 1em;
	margin-right: 1em;
	padding: .5em;
}

div.entries {
	clear: both;
}

div.navigation {
  clear: both;
	text-align: center;
  font-weight: bold;
  padding: 2px;
}

div.navigation a {
	font-weight: normal;
  color: #fff;
	width: 8em;
  text-align: center;
}

div.navigation a:hover {
  font-weight: bold;
}

a.next_page { 
	float: right;
}
a.prev_page { 
	float: left;
}

div.document {
  padding: 0 .1in;
}

p.bookmarklet {
	margin-left: 1em;
}

div#footer {
  clear: both;
	text-align: center;
	padding: .25em;
  border-top: solid #333 1px;
  background-color: #f6f6f6;
}

.invisible {
	visibility: hidden;
}

img.icon {
  width: 16px;
  height: 16px;
  border-style: none;
  margin-top: 1px;
}

.entryform {
  margin: 0 .1in;
}

.entryform label {
  float: left;
  width: 20%;
  font-weight: bold;
  margin-right: 5px;
  text-align: right;
}

.entryform input, .entryform textarea {
	width: 78%;
}

.entryform textarea {
  height: 8em;
}

.entryform button {
  float: right;
	width: 5em;
  text-align: center;
  margin-bottom: .1in;
}