/**** Global styles ****/

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

a.ygtvspacer {
	border-bottom: none;
}



/**** Dialog styles ****/

.ui-dialog {
	font-size: 12px !important;
}

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

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



div.propertiesDialogContainer .ui-dialog-titlebar {
	padding: 0 0 0 5px;
}

input[name="propertiesContentFieldGroupDivide"] {
	margin-right: 10px;
}

input.propertiesContentFieldLearnerCount, input.propertiesContentFieldGroupCount {
	width: 40px;
}

input.groupName {
	margin-bottom: 5px;
	width: 98%;
}


div#infoDialog {
	font-weight: bold;
}


div#ldStoreDialog > table {
	width: 100%;
	height: 682px;
	table-layout: fixed;
	border-top: thin dotted #2E6E9E;
}

div#ldStoreDialog td#ldStoreDialogTreeCell {
	padding: 2px 2px 0px 5px;
	vertical-align: top;
	width: 200px;
	border-right: thin dotted #2E6E9E;
}

div#ldStoreDialog div#ldStoreDialogTree {
	overflow: auto;
}

div#ldStoreDialog #ldStoreDialogRecentlyUsedCell {
	height: 200px;
	vertical-align: top;
	border-top: thin dotted #2E6E9E;
	border-right: thin dotted #2E6E9E;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

div#ldStoreDialog td#ldStoreDialogCanvasCell {
	text-align: center;
	padding: 10px 0px 0px 10px;
	vertical-align: middle;
}

div#ldStoreDialog div#ldStoreDialogCanvasDiv {
	overflow: auto;
	height: 665px;
}

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


/**** Main authoring styles ****/


div#toolbar {
	padding: 3px;
	height: 27px;
}

div#toolbar > div {
	float: left;
	height: 30px;
	margin-right: 10px;
}

div#toolbar .ui-button, div#toolbar .split-ui-button {
	height: 24px;
	font-size: 11px;
}

div#toolbar .split-ui-button + ul {
	padding: 0 5px 5px 5px;
	font-size: 11px;
	color: #2E6E9E;
}

div#toolbar .split-ui-button + ul li div {
	padding-top: 5px;
	cursor: pointer;
}

table#authoringTable {
	table-layout: fixed;
	width: 100%;
}

#groupingButton span {
	background: url('../images/icons/group.png') no-repeat 3px 3px;
	padding-left: 25px;
}

td#templateContainerCell {
	width: 152px;
	border: black thin solid;
	vertical-align: top;
	background-color: rgb(219, 230, 252);
}

div#templateContainer {
	height: 741px;
	overflow: auto;
}

div.template {
	height: 40px;
	border-bottom: black thin solid;
	cursor: pointer;
}

div.template img {
	margin: 5px 0 5px 5px;
}

div.template div {
	float: right;
	width: 92px;
	padding-top: 11px;
	font-size: 10pt;
}

#canvas {
	overflow: auto;
	width: 844px;
	height: 741px;
	vertical-align: top;
}