﻿#hummytasks-out {
	width: 115px;
	padding: 2px 1px;
    border: 1px solid #b0b0b0;
    margin: 1px 0;
    border-radius: 3px;
}

#hummytasks .baloon {
	height: 46px;
	width: 115px;
	padding: 1px;
    border: 1px solid #b0b0b0;
    margin: 1px 0;
    border-radius: 3px;
    display: none
}

#hummytasks .baloon .cover {
	text-align: center;
	position: absolute;
	opacity: 0.7;
	font-size: 9pt;
	height: 38px;
	padding-top: 8px;
	width: 115px;
	border-radius: 3px;
	background: black;
    margin: 1px 0;
    float: left
}

#hummytasks .baloon .cover .due {
	color: white
}

#hummytasks .baloon .pic {
	text-align: center;
	font-size: 9pt;
	height: 44px;
	width: 44px;
    margin: 1px 0;
    float: left
}

#hummytasks .baloon .pic img {
	width: 44px;
	height: 44px;
}

#hummytasks .baloon .title {
	text-align: center;
	font-size: 9pt;
	height: 30px;
    margin: 6px 0
}

#hummytasks .baloon .title a {
	font-weight: bold;
	color: green;
}

#hummytasks .hummy, #hummytasks-out .hummy {
	background: url('../../images/hummy/hummy-hole.png') no-repeat;
	height: 110px;
	width: 100px;
	margin-top: -10px;
}
