@charset "utf-8";
/* CSS Document */

#JiveBox textarea { width:260px; overflow:hidden; }
#JiveBox #maxchars { color:#BBB; font-weight:bold; }

#jive_entries { margin-top:10px; padding:0px 5px; border-top:1px dotted #DDD; }

.entry { border-bottom: 1px dotted #DDD; padding:5px 0px; }
.entry .avatar { float:left; width:48px; }
.entry .avatar img { width:48px; height:48px; border:none; }
.entry .entry_content { margin-left:53px; font-family:Verdana, Geneva, sans-serif; font-size:12px; }
.entry .entry_content .user a { color:#06C; text-decoration:none; font-weight:bold; }
.entry .entry_content .user a:hover { text-decoration:underline; }
.entry .entry_content .thewhen { color:#AAA; font-size:10px; }

.trash { background:url(../../img/Trash-Full-16x16.png) left top no-repeat; position:absolute; width:16px; height:16px; margin-left:341px; }
.hide { display:none; }
.show { display:block; }