<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.myLBL_Maroon { font:caption;font-family:Arial;color:maroon; }

/************  update progress *********************************/
.ProgressBackground { background-color:#FFFFFF;filter:alpha(opacity=50);opacity:0.7; }

.updateProgress{
    background: transparent;
    position:absolute; 
    width:130px; margin: 0 auto 0 auto;
    height:50px;   
}


/************  Message Box style  *********************** START */
.LblMsgTitle	{font:normal 11px arial,verdana,sans-serif;font-weight:bold;}
.LblMsgContent	{font:normal 11px arial,verdana,sans-serif;}
.modalBackground {background-color:gray;filter:alpha(opacity=50);opacity:0.7;}

/* .modalPopup { background: #edf2f6; border: 1px solid #3f4860; padding:0;}  Brijesh's style */ 
	
.modalPopup {
	background-color:#FFFFCC;  /* Yellow */
	border-width:2px;
	border-style:solid;
	border-color:#fdd845;
	padding:3px;
}

.modalDragHandle { cursor: move; /* background-color:#fdd845;border:solid 1px;color:#303030 */}

.modalPopup.info {border:1px solid #81aacc;
	background-color:#e9f2fb; color:#666;  /* pastel blue */
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em; }
	
.modalPopup.error {border:1px solid #e5b9ab;
	background-color:#f7e3dd; color:#666;  /* pinkish red */
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em; }

.modalPopup.success {border:1px solid #5cb526; /* */
    background-color:#e0f5d2; color:#666;  /* Green */
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em; }

.modalPopup.transparent {border:0px ; /* */
    background-color:Transparent; color:inherit;  /* transparent */
	-webkit-border-radius: .4em; 
	-moz-border-radius: .4em;
	border-radius: .4em; }

/*Hover Menu*/
.HoverContainerPosition {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;	
	/*filter: alpha(opacity=90); */
}

/************  Message Box style  *********************** END */

.altcolor	{background-color:#f2f2f2;}
.right		{text-align:right;}
.required	{font-size:160%; color:#ff0000; padding:0 2px 0 5px;}


/************  Welcome banner style  *********************** Start */
.modalPopupClear {	
	border-width:0px;	
	padding:0px;
}
/************  Welcome banner style  *********************** END */

.popupHover {
	/*background-image:url(images/header-opened.png);
	background-repeat:repeat-x; */
	background-position:left top;
	background-color:#F5F7F8;
}


/*********** TITLE Background style ************************ */
.OrangeBgTitle{
background-image: url('../../Images/TitleBg_Orange.gif'); 
background-repeat: repeat-x; 
width:100%; 
height:23px;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus		{ background-color: #ffffcc;	color: #000000; }
.MaskedEditMessage		{ font-weight: bold;			color: #ff0000;	}
.MaskedEditError		{ background-color: #ffcccc; }
.MaskedEditFocusNegative{ background-color: #ffffcc;    color: #ff0000; }
.MaskedEditBlurNegative { color: #ff0000; }</pre></body></html>