.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.ui-dialog {
	z-index: 2000;
}

.pager {
	border: 1px solid black;
	text-align: center;
	padding: 8px;
}

.pager .ajax {
	display: none;
}

.pager.ajaxDisabled {
	cursor: wait;
}

.pager.ajaxDisabled .ajax {
	display: inline;
}

.pager A {
	display: block;
}

.pager.ajaxDisabled A {
	display: none;
}

.nodeType {
	background-color: #eaeaea;
	border: 1px solid #dddddd;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px !important;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 3px;
}

.editMode .front .alerts.modal {
	display: block;
	position: static;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.editMode .front .alerts.modal .modal-lg,
.editMode .front .alerts.modal .modal-dialog {
	width: auto;
}


.wssc-c-l06.filter .submit {
	display: none;
}

.wssc-c-l06 .news {
	border-top: 1px solid black;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
}

.wssc-c-l06 .news:first-child {
	border: none;
}

/*****************************************************************************/

.editMode BODY {
	margin: 0; /* NOTE: The edit mode styles are broken without this. */
	position: static !important;
}
