.title {
	background: #09315C;
	overflow:hidden;
}

.title h2 {
	float:left;
	font-size:1.2em;
	margin:0;
	padding:3px 0;
	color:#FFF;
}
.announcements {
	position:absolute; 
	top: 70px; 
	right: 220px;
	left: 190px;
	bottom: 40px;
	min-height: 410px;
}
.online {
	position:absolute; 
	top: 70px; 
	width: 190px;
	right: 15px;
	min-height: 170px;
}
.content {
	position:absolute; 
	height: 100%;
	width: 100%;
	
}
.online li.user {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 2px;
	border: none;
	overflow:hidden; 
	text-overflow: ellipsis;
	width: 150px;
}
.whatson {
	position:absolute; 
	bottom: 40px; 
	width: 190px;
	right: 15px;
	top: 280px;
	min-height: 200px;
}
.whatson li {
	min-height: 20px;
	padding: 5px;
}
.whatson h3 {
	margin: 2px;	
}
.whatson p {
	padding: 2px;
	margin: 0;
}
.whatson p .description {
	display: block;
	font-weight:bold;
	padding-bottom: 5px;
	width: 160px;
	text-overflow: ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
}
.whatson p .duedate {
	display: block;
	font-style:italic;
	padding-bottom: 5px;
}

ul {
	clear: both;
	margin: 0;
	list-style: none;
	height: 100%;
	border: 1px solid #000033; 
	overflow-y: auto;
	padding: 0;
}
li {
	min-height: 75px;
	border-bottom: 1px solid #F3F3F3;
	padding: 10px;
}
.announcements img {

	
}

.announcements .imagecontainer {
	overflow: hidden;
	max-width: 48px;
	max-height: 48px;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
.imagecontainer img {
	width: 100%;
}
.sidelogo {
	position:absolute;
	top: 70px;
	left: 10px;
}
