
body {	
	font-family: Courier;
	background-color: #CCC;
	padding:0; 
	margin:0;
}

input {
  font-family: Courier;
  font-weight: bold;
  font-size:100%;
}

input#share {
  display:none;
}

tr#entries_headers {
  display:none;
}

tr.entry_row {
}

td.link_cell a {
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
}

td.author_cell {
  display:none;
}

td.date_cell {
  width:16ex;
  height:2em;
  padding-left:1em;
  background-color:#eee;
}

div.first_message {
  padding-left:1ex;
  padding-top:1ex;
  padding-bottom:1em;
  margin-bottom:1em;
  border-bottom: 1px solid #000;
}

div.headers {
	padding-top:1ex;
	background-color:#eee;
	font-weight:bold;
}

div.header {
  padding-bottom:4px;
}

div.post_message_form div.buttons {
  font-size:130%;
}

div.buttons input {
  margin-bottom:1em;
}

div.message_text {
	font-weight:bold;
	font-size:110%;	
}


.entries_header {
	font-weight:bold;
	padding-top:1ex;
}

td.entries_header {
	text-align:right;
	vertical-align:top;
}

div#message_text_entry_box {
	margin-top:1em;
	margin-bottom:1em;
}

div.responses {
	margin-bottom: 1em;
}


div.responses div.message_preview {
	display:none;
}

ul {
}

li {
	margin-bottom:1em;
}

li.current_entry {
  color: #888;
}
