html, body {
	height: 100%;
}

div#titleDiv {
	padding: 3px 5px;
    font-size: small;
    font-weight: bold;
	border-bottom: thin dotted #2E6E9E;
}

table#groupsTable {
	height: 375px;
}

table#groupsTable td {
	vertical-align: top;
}

td#learningLibraryCell {
	width: 200px;
	padding: 5px;
	border-right: thin dotted #2E6E9E;
}

#groupTemplate {
	display: none;
}

#newGroupPlaceholder {
	border: thin dashed #2E6E9E;
	cursor: pointer;
}

#newGroupPlaceholder > div {
	text-align: center;
	margin: 60px 5px 0 5px;
}

.groupContainer {
	float: left;
	width: 180px;
	height: 150px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: thin solid #2E6E9E;
}

.learningLibraryContainerTitle {
	font-weight: bold;
	text-align: center;
}

.removeGroupButton {
	float: left;
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.learningLibraryContainer {
	overflow: auto;
	height: 123px;
	margin-top: 5px;
}

td#learningLibraryCell .learningLibraryContainer {
	height: 100%;
}

.groupContainer input {
	width: 135px;
	margin-right: 5px;
}

.groupContainer .removeGroupButton {
	padding-top: 3px;
}

.draggableLearningLibrary {
	padding: 3px 0px 3px 0px;
	cursor: default;
}

.droppableHighlight {
	padding : 1px !important;
	border: 5px solid #5c9ccc !important;
}

.draggableLearningLibrarySelected {
	background-color: #5c9ccc !important;
	color: white !important;
}