.jwhale {
	margin-top: -20px;
	padding-top: -20px;
	position: relative;
	z-index: 999;
	margin-left: -25px;
}

.jwhale * {
	font-family:'Lucida Grande',sans-serif;
	font-size:14px;
	color:#000;
	padding: 0px;
	margin: 0px;
	text-decoration:none;
}

.jwhale img {
	border:0px;
}

.jwhale fieldset {
	border:none;
}

.jwhale a:hover {
	color:#000090;
	text-decoration:none;
}

.jwhale ol {
	padding-top:2px;
	padding-bottom:2px;
}

.jwhale ol li {
	clear:left;
	display:block;
	float:left;
	border-top:1px dashed #D2DADA;
	padding:8px 5px;
	width:510px;
	position:relative;
}

.jwhale ol li.last {
	border-bottom:1px dashed #D2DADA;
}

.jwhale ol li.blank {
	padding:0px;
	padding-left:60px;
	padding-top:5px;
	padding-bottom:5px;
	width:460px;
}

.jwhale ol li.twit:hover {
	background-color:#ebebeb;
}

.jwhale ol li.new {
	background-image:url(../img/new.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.jwhale ol li.same {
	background-color:#ffffaf;
}

.jwhale ol.updates li .status_img {
	width:50px;
	height:50px;
	float:left;
	padding-right:10px;
}

.jwhale ol.reply-updates li {
	width: 450px;
}

.jwhale ol.reply-updates li * {
	font-size: 12px;
} 

.jwhale ol.reply-updates li .status_img {
	width:30px;
	height:30px;
	float:left;
	padding-right:5px;
}

.jwhale ol li .status_body {
	display:block;
	float:left;
	padding-top:2px;
	width:436px;
	overflow:hidden;
}

.jwhale ol.reply-updates li .status_body {
	width:360px;
}

.jwhale ol.updates li .actions {
	border-width:0;
	line-height:1.25em;
	position:absolute;
	right:5px;
}

.jwhale ol.updates li .actions a {
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding-top:2px;
	width:16px;
	height:18px;
}

.jwhale ol.updates li .actions a.reply {
	background-image:url(../img/reply.gif);
	visibility:hidden;
}

.jwhale ol li .status_name a {
	font-weight:bold;
}

.jwhale ol li .status_name a:hover {
	text-decoration:underline;
}

.jwhale ol li .status_text {
	padding-left:4px;
}

.jwhale ol li .status_time {
	clear:left;
	display:block;
	margin-top:5px;
	font-size:11px;
	font-style:italic;
	color:#949494;
}

.jwhale ol li .status_time a, 
.jwhale ol li .status_time a:hover {
	font-size:11px;
	font-style:italic;
	color:#949494;
	text-decoration:none;
}

.jwhale ol li a.votes {
	position:absolute;
	left:-52px;
	background-color:#ebebeb;	
	padding-top:18px;
	margin-top:-9px;
	width:52px;
	display:none;
	color:#444343;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	-moz-border-radius-topleft:5px; -webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius: 4px;
	border-top:1px dashed #D2DADA;	
	border-bottom:1px dashed #D2DADA;	
	border-left:1px dashed #D2DADA;	
}

.jwhale ol li a.opened {
	display:block;
	background-color:#fff;
}

.jwhale ol li a.votes .vote_text {
	clear:left;
	font-size:10px;
	display:block;
}

.jwhale ol li .do-vote {
	cursor:pointer;	
}

.jwhale ol li .lp-icon {
	width:12px;
	height:12px;
}

.jwhale .top {
	float:left;
	padding-bottom:2px;
	width:510px;
}

.jwhale label {
	float:left;
	font-size:19px;
	font-weight:normal;
	display:block;
	padding-left:10px;
}

.jwhale .top .commands {
	display:block;
	float:right;
	font-size:10px;
	padding-right:10px;
}

.jwhale .top .refresh_off {
	display:block;
	float:right;
	width:16px;
	height:16px;
	background-image:url(../img/refresh_off.gif);
	cursor:pointer;
}

.jwhale .top .refresh_on {
	display:block;
	float:right;
	width:16px;
	height:16px;
	background-image:url(../img/refresh_on.gif);
	cursor:wait;
}

.jwhale .bottom {
	clear:both;
	float:left;
	padding-top:5px;
}

.jwhale .title_bar {
	width:510px;
}

.jwhale .title_bar span {
	color:#cacaca;
	font-size:25px;
	display:block;
	float:right;
	font-weight:bold;
}

.jwhale .info_bar {
	color:#5c5c5c;
	display:block;
	float:left;
	clear:both;
	width:520px;
}

.jwhale textarea {
	padding:4px 2px;
	position:relative;
	left:5px;
	border:1px solid #a8a8a8;
	width:508px;
	height:2.5em;
	font-size:1.1em;
	line-height:1.1;
	overflow:auto;
}

.jwhale .info_bar .profile {
	padding-top:2px;
	padding-left:10px;
	float:left;
}

.jwhale .info_bar .profile span {
	font-size:11px;
}

.jwhale .info_bar button {
	display:block;
	float:right;
	margin-top:2px;
	font-size:10px;
	padding:2px;
}

.jwhale .info_bar .form_loader {
	display:block;
	float:right;
	padding-top:4px;
}