div#tabs {
	width: 789px;
	height: 574px;
	border: none;
}

div.tabContent {
	height: 543px;
	overflow: auto;
}

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

.ui-spinner {
	margin-left: 10px;
}

div#tabs ul li a, a.ygtvspacer, a#closeButton, a#addButton {
	border-bottom: none;
}

a#closeButton {
	position: absolute;
	right: 10px;
	top: 11px;
	width: 19px;
	height: 18px;
}

a#closeButton span {
	background-color: #D0E5F5;
}

a#addButton {
	position: absolute;
	right: 60px;
	top: 6px;
	width: 80px;
	padding: 5px 0 5px 25px;
	vertical-align: center;
	font-weight:bolder;
	border: thin solid #2E6E9E;
	background-color: #D0E5F5;
}

table.tabTable {
	height: 517px;
	table-layout: fixed;
	border-top: thin dotted #2E6E9E;
}

div.tabTitle {
	padding: 5px 0px 5px 0px;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

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

.errorField {
	border: thick solid red;
}


td#learningDesignTreeCell {
	padding: 2px 2px 0px 5px;
	vertical-align: top;
	width: 35%;
	border-right: thin dotted #2E6E9E;
}

div#learningDesignTree {
	overflow: auto;
	height: 510px;
}

.ygtv-highlight1, .ygtv-highlight1 .ygtvlabel {
	background-color: #dfeffc;
}

td#canvasControlCell {
	padding: 2px 0px 0px 10px;
	height: 15px;
}

td#canvasControlCell a {
	color: #47BC23;
}

td#canvasCell {
	text-align: center;
	padding: 10px 0px 0px 10px;
}

div#canvasDiv {
	overflow: auto;
	height: 452px;
}

.ldChoiceDependentCanvasElement {
	display: none;
}

img#ldScreenshotLoading, div#ldNotChosenError  {
	padding-top: 200px;
}

td#lessonNameCell {
	height: 20px;
	padding: 0px 0px 5px 10px;
}

#lessonNameInput {
	width:370px;
	margin-left: 10px;
}
	

td.userContainerCell {
	vertical-align: top;
	padding: 5px 5px 0px 5px;
}

td.userConainterTransferCell {
	height: 100px;
	width: 16px;
	padding: 18px 3px 8px 3px;
	vertical-align: top;
}

td.userConainterTransferTopCell {
	vertical-align: bottom;
}

td.userConainterTransferCell img {
	cursor: pointer;
}

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

.userContainer {
	height: 210px;
	overflow: auto;
	border: thin solid black;
	padding : 5px;
}

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

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

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

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

	
div#tabAdvanced, div#tabConditions {
	padding-left: 30px;
}

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

.fieldSectionTitle {
	padding: 15px 0px 5px 15px;
	font-size: small;
	font-weight: bold;
}

.fieldSectionDescription {
	padding: 10px 0px 10px 0px;
}

div#introDescriptionDiv {
	padding: 0px 10px 0px 30px;
}

div#introDescriptionLabelDiv {
	padding: 5px 0px 15px 0px;
}

textarea#introDescription {
	display: none;
}

#introImageField {
	margin-top: 20px;
}

table#splitLearnersTable {
	height: 40px;
	display: none;
}

td#splitLearnersCell {
	padding: 0px 0px 0px 30px;
}

#splitLearnersCountField {
	width: 50px;
	margin: 0px 0px 0px 5px !important;
}

td#splitLearnersDescriptionCell {
	padding: 0px;
}

span#splitLearnersDescription {
	font-style: italic;
}

#schedulingEnableField {
	margin-bottom: 15px;
}

#schedulingDatetimeField {
	margin: 0px 0px 10px 50px;
	display: none;
}


#precedingLessonIdField {
	margin: 0px 0px 0px 70px;
	display: none;
}

div#timeLimitDiv {
	padding: 10px 0px 0px 30px;
	display: none;
}

#timeLimitDaysField {
	width: 50px;
	margin: 0px 0px 0px 5px !important;
}

#timeLimitIndividualField {
	margin-top: 15px;
}