#content-main {
	padding: 10px;
}

td#messageCell {
	width: 75%;
}

#message {
	padding: 8px 10px 10px 40px;
	text-align: left;
	background: url('../images/css/edit.gif') no-repeat #d8e4f1 10px 8px;
	border: 1px solid #3c78b5;
}

.linksCell {
	padding: 0 0 10px 0;
	vertical-align: top;
}

.linksCell div {
	margin: 0 5px 5px 0;
}

.dialogContainer {
	display: none;
	-webkit-overflow-scrolling: touch !important;
}

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

#mainContentTable td {
	vertical-align: top;
	padding: 0;
}

#orgTabs {
	padding-right: 10px;
}

#orgTabs td {
	padding: 0;
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
}

#orgTabs li.orgTabsHeader {
	width: 150px;
	white-space: normal;
}

#orgTabsPanelCell {
	width: 100%;
	border-left: none;
}

.sorting img {
	border: none;
}

#content-main div.j-course-contents {
	clear: both;
	padding-top: 5px;
}

.lesson-actions a {
	border-bottom: none;	
}

.child-org-name {
	float: left;
	padding-top: 5px;
}

.ui-tabs-vertical {
	border: none;
}

.ui-tabs-vertical .ui-tabs-nav {
	background: none;
	border: none;
}

.ui-tabs-vertical .ui-tabs-nav li {
	width: 100%;
	margin-bottom: 7px;
	border: 1px solid #C5DBEC;
	padding: 3px 0 3px 0 !important;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	border: 1px solid #79B7E7;
	border-right-width: 0px;
	margin-bottom: 7px;
	padding: 3px 0 3px 0 !important;
}

.ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
	float: none;
	border: none;
}

.split-ui-button + ul span {
	color: #999;
}

.ui-button, .split-ui-button div {
	font-size: 12px !important;
	font-weight: normal !important;
}

.ui-dialog .ui-dialog-content {
	padding: 3px;
}

#dragHelper {
	border: thin black solid;
	background : transparent;
	/* z-index has to be less than the dialog otherwise the helper won't drag in Chrome and IE */
	z-index: 50;
}

/* Style for Monitoring and Add Lesson dialogs.
   Put the transparent dialog's titlebar over the tab bar. */
body > .tabbedDialog .ui-dialog-titlebar {
	background : transparent;
	border : none;
	z-index : 200;
	position : absolute;
	right : 40px;
	top : 10px;
}

.tabbedDialog .ui-dialog-title {
	margin-right: 70px;
}

body > .addLessonDialog .ui-dialog-titlebar {
	width: 25px;
	right : 10px;
}