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

.updates {
	border: 1px dotted #666;
	margin-top:2px;
	height: 110px;
	width: 140px;
	float: left;
	margin-right: 10px;
	margin-bottom:5px;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
}
.updates ul {
	white-space:normal;
	list-style: none;
	padding: 0;
	white-space: normal;
	margin-top:2px;
	margin-bottom:0px;
	margin-left:0px;
	line-height: 98%;
}
.updates span.prefix {
	font-weight: bold;
}
.updates span.time {
	font-size:12px;
	font-style: italic;
	color: #c5c5c5;
}
.updates a {
	font-size:12px;
}
.updates span.status {
	font-style: italic;
}
.updates span.status {
	font-style: italic;
}
.twupdateheader {
	font-weight:bold;
	font-size:12px;
	color:#ED0080;
	display:block;
	border-bottom-style: dotted;
	border-bottom-width:1px;
	border-bottom-color:#666;
}

