/* ==================== COMMON ==================== */
.message {
	padding-bottom: 4px;
}

.private_message {
	font-style: italic;
	background-color: #efefef;
}

.messageFrom {
	font-weight: bold;
}

/* ==================== LEARNING PAGE STYLES ==================== */

#chatContent {
	table-layout: fixed;
	margin-top: 10px;
	border-spacing: 10px;
}

#messages {
	height: 260px;
	overflow: auto;
	border: 1px solid #999;
	padding: 2px;
	padding-right:5px;
}

#roster {
	height: 260px;
	overflow: auto;
	border: 1px solid #999;
	font-weight: bold;
	padding: 2px;
}

#sendMessageArea {
	border: 1px solid #999;
	width: 99%;
}

#sendMessageButtonCell {
	text-align: right;
}

#sendMessageButton {
	width: 100%;
}

.selected {
	background-color: #ececec;
	padding: 2px;
	cursor: pointer;
}

.unselected {
	background-color: white;
	padding: 2px;
	cursor: pointer;
}

/* ================== MONITORING ================== */
.edit-pane {
	display: none;;
	border: 1px solid;
	padding: 8px;
}