/************************************************************************************************************************/
/*						moDispMsg.css							VER:5	*/
/*                                                                                                                      */
/* Error Msg:                                                                                                           */
/*    Container border color: Crimson    ( #cc0000 )                                                                    */
/*    Background color      : Atiqewhite ( #ffffcc )                                                                    */
/*    Text color            : Crimson    ( #cc0000 )                                                                    */
/* Info Msg:                                                                                                            */
/*    Container border color: Green                                                                                     */
/*    Background color      : Atiqewhite ( #ffffcc )                                                                    */
/*    Text color            : Green                                                                                     */
/*                                                                                                                      */
/* Updates:														*/
/* 10/05/12 - Add the jQuery css from /www/Test/Jquery/UserInterface/DispMsg.css					*/
/* 05/25/13 5  - Del all except the jQuery Section									*/
/*               Add Error msg font & bkground colors. 									*/
/************************************************************************************************************************/


/*======================================================================================================================*/
/*                                              jQuery Section                                                          */
/*                                                                                                                      */
/* Jquery widgets: Display a green box with green checkmark widget with message.                                        */
/* These require css/smoothness/jquery-ui-1.8.24.custom.css & css/smoothness/images.					*/
/* Note: the path to the above connot be changed since the jquery-ui-1.8.24.custom.css 
/*                                                                                                                      */
/*======================================================================================================================*/

/*--------------------------------------------------------------------------------------*/
/* This replaces the:  body{ font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;} 	*/
/* Keeps text proper size to widget icons.						*/
.moJqueryUI_DispMsgMsgText {
   font-family:		"Trebuchet MS", sans-serif;
   -font-size: 		65.5%;
   font-size: 		12px;

}

/*--------------------------------------------------------------------------------------*/
/*                                                                                      */
/* Copied from jquery-ui-1.8.24.custom.css  "Interaction Cues".                         */
/* Changed "ui-state-error"  to ".ui-state-info".                                       */
/*    s/ui-state-error/ui-state-info/g                                                  */
/* Changed "background: #fef1ec"  to "background: #fcefa1".                             */
/*    s/ui-state-error/ui-state-info/g                                                  */
/* Changed color from red(#cd0a0a) to green ( #008800 ).                                */
/*    s/#cd0a0a/green/g                                                                 */
/* Changed 										*/
/*  background: #fcefa1 url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x;	*/
/* To: background: #fcefa1 ;								*/
/*                                                                                      */
.ui-state-info, .ui-widget-content .ui-state-info, .ui-widget-header .ui-state-info {
   border:      	1px solid #008800;
   -background: 	#fcefa1 ;
   background-color:    #ffffcc;                /* ANTIQUEWHITE         */
   color: 		#008800;

}
.ui-state-info a, .ui-widget-content .ui-state-info a, .ui-widget-header .ui-state-info a { color: #008800; }
.ui-state-info-text, .ui-widget-content .ui-state-info-text, .ui-widget-header .ui-state-info-text { color: #008800; }

/*--------------------------------------------------------------------------------------*/
/* Error msg font & bkground colors.							*/
/*                                                                                      */
.ui-state-error {
   color:               #cc0000;                /* CRIMSON              */
   background:    	#ffffcc;                /* ANTIQUEWHITE         */
   border-color:        #cc0000;                /* CRIMSON              */
}



/***********************************************************************************************************************/
/*                                              End moDispMsg.css                                                      */
/***********************************************************************************************************************/
