.ann_wrap {
	margin-bottom: 10px;
	width: 96%;
}
#sidebar .ann_wrap {
	text-align: left;
}

.ann_wrap h4 {
	width: 100%;
	border: 0px;
	margin: 0px;
	min-height: 28px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 0px;
	background: #534741;
	cursor: pointer;
}

.ann_wrap h4 a {
	font-size: 0.8em;
	color: white;
	padding-right: 10px;
}

.ann_date {
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #29C2FF;
}

.minimized, .maximized {
	display: block;
	position: relative;
	top: -2px;
	float: right;
	height: 30px;
	width: 30px;
	margin-right; 0px;
	cursor: pointer;
}

.minimized {
	background: url(images/plus_30.png) no-repeat;
}

.maximized {
	background: url(images/minus_30.png) no-repeat;
}
