.icePnlPop {
	background-color: white !important;
	border: 0px;
}
.icePnlPopHdr {
	color: white;
	padding-left: 10px;
	cursor: default;
	background-color: #4f9ab9 !important;
	background-image: none;
}

.icePnlPopBody {
	cursor: default;
	background-color: white !important;
	width:450px;
	height:100px;	
	font-size: 14px;
	padding: 5px;
}

.icePnlPopBodyTextEditor {
	cursor: default;
	background-color: white !important;
	width:650px;
	height:270px;	
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.icePnlPopBodyTextEditorBody {
	cursor: default;
	background-color: white !important;
	width:650px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.icePnlPopFtr {
	
}

.icePnlPopBody li {
	display: inline-flex;
}

.messageInfoIcon {
	background-image: url("../images/alert.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.messageErrorIcon {
	background-image: url("../images/error.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.messageYesNoIcon {
	background-image: url("../images/help.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.messageBody {
	width:320px;
	height: 100%;
	display: inline;
	vertical-align: top;
}

.messageAdmin {
	width:100%;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	line-height: normal;
}

.messageFooter {
	width:100%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}

.textEditor {
	width:100%;
	height:270px;
}
