#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 {
	-webkit-overflow-scrolling: touch !important;
}

.dialogContainer .modal-body {
	height : 100%;
	max-height: calc(100% - 60px);
	padding: 0;
}

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

.dialogContainer button {
	cursor: pointer;
}
.dialogContainer button:focus {
	outline: none;
}

.dialogContainer button .fa {
  font-size: 16px;
  margin-left: 10px;
}

.dialogContainer .ui-draggable .modal-header {
	cursor: move;
}

#dialogMinContainer {
	height: 35px;
	bottom: 1px;
	left: 1px;
	position: fixed;
	right: 1px;
	z-index: 9999;
}

.dialogMin {
	overflow: hidden !important;
	padding: 0 !important;
	margin: 0;
	float: left;
	position: static !important;
}

.dialogMin .modal-title {
	white-space: nowrap;
	overflow: hidden;
}

.dialogMin .modal-dialog {
	left: 0 !important;
	top: 0 !important;
}

.dialogMin .modal-dialog, .dialogMin .modal-content {
	width: 250px !important;
	height: 35px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.dialogMin .modal-header {
	height: 100%;
	margin: 0 !important;
	padding: 3px 5px !important;
}

#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;
}

#dialogPrivateNotifications table tr:first-child td {
	font-weight: bold;
	text-align: center;
}

#dialogPrivateNotifications td.notificationsReadCell {
	font-size: 16px;
	width: 30px;
	text-align: center;
}

#dialogPrivateNotifications td.notificationsPendingCell {
	font-weight: bold;
}

#dialogPrivateNotifications td.notificationsClickableCell:hover {
	cursor: pointer;
	
	border-color: #9be0f9;
	background-color: #F0F8FF;
	/* CSS3 glow effect: */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 5px #A6E5FD;
	-webkit-box-shadow: 0 0 5px #A6E5FD;
	box-shadow: 0 0 5px #A6E5FD;
}