/* --------------------------------------------------------------- */
/* Styles added for the Enterprise Alerts project */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Iteration 1 */
/* --------------------------------------------------------------- */

.innerdialogdiv {
	margin:0px;
	padding:20px;
}
.innerdialogdiv .ceb_pageTitleBlock {
	margin-top:0px;
}
.fade {
	background-color:#ffff33;
}

/* This new style is used by Iteration 1 and Iteration 2 mockups. Although undefined, it should be included in the stylesheet. */
.workingMessage {
	/* Applied to a SPAN that surrounds the "Working..." message used during request processing. Currently this class is undefined, which means the message text will take on the styling of the TD that holds it. This class (and SPAN) is placed as a precaution in case we find that the message needs more visual oomph. */
}