<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- BEGIN Universal round corner styles --- */
.ct, .ct .cl, .cb, .cb .cl {
	display: block;
	font-size: 0 !important; /* Fixed */
	line-height: 0;
	margin: 0;
	height: 4px;
	position: relative;
}

.ct, .cb {
	width: 100%;
	right: -1px;
}

.ct .cl, .cb .cl {
	width: 4px;
	left: -2px;
}

.ct {
	top: -1px;
}

.cb {
	bottom: -1px;
}

.round {
	margin: 0 0 10px;
	clear: both;
	zoom: 1;
	*height: 1%;
}

.round .bd, .round .innerbd, .round .content {
	zoom: 1;
}
/* --- END Universal round corner styles --- */

/* ---Applied !important to ensure the rounded corners don't inherit from sfpanel --- */
.sysmsg .ct, .sysmsg .ct .cl, .sysmsg .cb, .sysmsg .cb .cl {
	height: 4px !important;
}

.sysmsg .ct, .sysmsg .cb {
	width: 100%;
	right: -1px !important;
}

.sysmsg .ct .cl, .sysmsg .cb .cl {
	width: 4px !important;
	left: -2px !important;
}

.sysmsg .cb {
	bottom: -1px !important;
}

.sysmsg.error {
	border: 1px solid #966;
	background-color: #edd;
}

.sysmsg.info {
	border: 1px solid #699;
	background-color: #dde6ee;
}

.sysmsg.confirm {
	border: 1px solid #393;
	background-color: #dbf0db;
}

.sysmsg.alert {
	border: 1px solid #c93;
	background-color: #faefb4;
}

.sysmsg dl {
	margin: 0;
	padding: 0 5px;
}

.sysmsg dd.img {
	height: 24px;
	width: 24px;
	margin: 0;
	float: left;
	display: block;
	background: url(/images/sysmsg/xi_icons.gif) -50px 0 no-repeat;
}

.sysmsg dd.msg {
	margin-left: 27px;
	min-height: 24px;
	*height: 24px;
	height: auto; /* To override star-hack for standard browser */
    /* font-size: 13px; */
    font-family:Arial;
	font-size:11px;
}

.sysmsg dd.msg div.floatleft {
	margin: 4px 5px 0 0;
}

.error dd.img {
	background-position: -50px 0;
}

.info dd.img {
	background-position: -50px -30px;
}

.confirm dd.img {
	background-position: -50px -60px;
}

.alert dd.img {
	background-position: -50px -90px;
}

.error .ct, .error .ct .cl, .error .cb, .error .cb .cl, .info .ct, .info .ct .cl, .info .cb, .info .cb .cl, .confirm .ct, .confirm .ct .cl, .confirm .cb, .confirm .cb .cl, .alert .ct, .alert .ct .cl, .alert .cb, .alert .cb .cl {
	background: url(/images/sysmsg/sysmsg.gif) no-repeat !important;
}

.error .ct {
	background-position: right -36px !important;
}

.error .ct .cl {
	background-position: 0 -32px !important;
}

.error .cb {
	background-position: right -44px !important;
}

.error .cb .cl {
	background-position: 0 -40px !important;
}

.info .ct {
	background-position: right -52px !important;
}

.info .ct .cl {
	background-position: 0 -48px !important;
}

.info .cb {
	background-position: right -60px !important;
}

.info .cb .cl {
	background-position: 0 -56px !important;
}

.confirm .ct {
	background-position: right -20px !important;
}

.confirm .ct .cl {
	background-position: 0 -16px !important;
}

.confirm .cb {
	background-position: right -28px !important;
}

.confirm .cb .cl {
	background-position: 0 -24px !important;
}

.alert .ct {
	background-position: right -4px !important;
}

.alert .ct .cl {
	background-position: 0 0 !important;
}

.alert .cb {
	background-position: right -12px !important;
}

.alert .cb .cl {
	background-position: 0 -8px !important;
}
/* --- END System Message generic styles --- */

/* --- BEGIN Saving Indicator styles --- */
.saving_indicator {
	position: absolute;
	float: right;
	right: 110px;
	margin-top: 2px;
	*margin-top: 3px;
	font-size: 11px; /* Fixed */
	color: #999;
}

.saving_indicator .sysmsg {
	opacity: .9;
	filter: alpha(opacity=90);
	white-space: nowrap;
}

.saving_indicator .sysmsg dl {
	padding: 0 2px;
}

.saving_indicator .sysmsg dd.img {
	height: 16px;
	width: 18px;
	margin: -2px 0 0;
	background: transparent url(/images/sysmsg/xi_icons.gif) 0 0 no-repeat;
}

.saving_indicator .sysmsg dd.msg {
	margin-left: 22px;
	_margin-left: 18px;	/* IE6 */
	color: #000;
}

.saving_indicator .error dd.img {
	background-position: 0 -120px;
}

.saving_indicator .info dd.img {
	background-position: 0 -150px;
}

.saving_indicator .confirm dd.img {
	background-position: 0 -180px;
}

.saving_indicator .alert dd.img {
	background-position: 0 -210px;
}
/* --- END Saving Indicator styles --- */</pre></body></html>