/********** GENERAL/DIALOG STYLES **********/
div#tabs {
	width: 99%;
	overflow: hidden;
	border: none;
}

.ui-tabs .ui-tabs-panel {
	padding: 0px;
}

div#tabs ul {
	cursor: move;
}

div#tabs ul li a {
	border-bottom: none;
}

.errorMessage {
	font-weight: bold;
	color: red;
}

.errorField {
	border: thick solid red;
}

input[type="checkbox"] {
	margin: 10px 5px 0px 0px;
	border: none;
}

.dialogContainer,
.dialog-no-title .ui-dialog-titlebar {
	display: none;
}

.dialogContainer iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.dialogList {
	overflow: auto;
	border: thin solid black;
	padding: 5px;
}

div.dialogListItem {
	padding: 3px 0px 3px 0px;
	cursor: pointer;
}

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

div.dialogListItemDisabled {
	color: grey !important;
}

.dialogTitle {
	padding: 0px 0px 5px 0px;
	height: 15px;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.dialogListSortButton {
	text-align: right;
	padding-right: 3px;
	float: right;
	cursor: pointer;
}

/********** LESSON TAB STYLES **********/
div#tabLesson {
/*	height: 540px;*/
	overflow: auto;
}

table#tabLessonTable {
	table-layout: fixed;
}

table#tabLessonTable td {
	padding: 7px;
}

td.fieldLabel {
	font-weight: bold;
	width: 150px;
}

td.sectionHeader {
	font-weight: bold;
	background-color: #D0E5F5;
}

.topButtonsContainer {
	height: 30px;
	padding: 0px !important;
}

.topButtonsContainer a {
	float: right;
	margin: 5px 5px 5px 0;
}

.lessonManageField {
	margin-right: 5px;
}

#lessonStateField {
	width: 114px;
}

#learnerURLField {
	width: 450px;
}

#copyLearnerURL {
	display: none;
}

#lessonStartDateCell *, #presenceAvailableCount {
	display: none;
}

table#tabLessonTable #contributeHeader {
	display: none;
}

table#tabLessonTable td.contributeActivityCell {
	padding: 0 0 0 5px;
	font-weight: bold;
}

table#tabLessonTable td.contributeEntryCell {
	padding: 0 5px 0 15px;
}

td.contributeEntryCell a {
	float: right;
}

#classDialogTable {
	border-spacing: 5px 0;
}

#classDialogTable td {
	width: 50%;
	vertical-align: top;
}

#classDialogTable input[type="checkbox"] {
	margin: 0 5px 0px 0px;
	border: none;
}

#emailDialog {
	width: 100%;
}


/********** SEQUENCE TAB STYLES **********/
div#sequenceCanvas {
	text-align: center;
	width: 1024px;
	overflow: auto;
}

div#sequenceCanvas svg {
	display: block;
	overflow: hidden;
}

#closeBranchingButton {
	font-weight: bold;
	margin-right: 40px;
	display: none;
}

img#sequenceCanvasLoading {
	padding: 5px 0 0 100px;
	display: none;
}

div#completedLearnersContainer {
	padding: 4px 0px 3px 5px;
	border-top: thin dotted #2E6E9E;
}

div#completedLearnersContainer span {
	font-family: Verdana;
	font-size: 10px;
	cursor: default;
	vertical-align: top;
	margin-right: 5px;
}

/********** LEARNERS TAB STYLES **********/
#tabLearnerControlTable td {
	padding: 0px;
	text-align: center;
}

td.learnersHeaderCell {
	font-size: 10px;
	border-right: thin solid #2E6E9E;
}

#learnersSearchPhraseCell img {
	cursor: pointer;
	vertical-align: middle;
}

td.learnersHeaderPageCell,td.learnersPageShifter {
	min-width: 25px;
	cursor: pointer;
}

td.learnersHeaderPageCell:hover,td.learnersPageShifter:hover {
	background-color: #D0E5F5;
}

td.selectedLearnersHeaderPageCell {
	background-color: #5c9ccc;
}

div#tabLearnersContainer {
	overflow: auto;
}

td.progressBarLabel {
	padding: 0;
	background-color: #D0E5F5;
}

td.progressBarLabel div {
	float: left;
	padding: 10px 0 4px 20px;
	font-weight: bold;
}

td.progressBarLabel a {
	float: right;
	margin: 6px 5px 4px 0;
}