/*	-------------------------------------------------------------------	*/
/*  			Feuille de style du Portail CG54 - AJAX				  	*/
/*	------------------------------------------------------------------- */


/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/* Style calendrier */
.Calendrier .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
    width:180px  
}
.Calendrier .ajax__calendar_other .ajax__calendar_day,
.Calendrier .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.Calendrier .ajax__calendar_hover .ajax__calendar_day,
.Calendrier .ajax__calendar_hover .ajax__calendar_month,
.Calendrier .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.Calendrier .ajax__calendar_active .ajax__calendar_day,
.Calendrier .ajax__calendar_active .ajax__calendar_month,
.Calendrier .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/* Progression d'un callback */
.progress
{
	position:fixed;
	top:50%;
	left:50%;
	width:200px;
	margin-top:0px;
	margin-left:-50px;
	padding:15px;
	border:1px solid #333;	
	background-color:#eee;
	text-align:center;
	vertical-align:middle;
}


/*********************/
/* popup			*/
/*******************/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	top: 0px;
	left:0px;
	position:relative;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:280px;
	position:absolute;
}
.modalBackgroundAppli {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	top: 0px;
	left:0px;
	position:relative;
}
.modalPopupAppli
{
	background-color: whitesmoke;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 0px;
	width: 400px;
	position: absolute;
}

/*********************/
/* popup admin recherche utilisateur		*/
/*******************/
.modalBackgroundAdminUti {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupAdminUti {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
	height:300px;
	position:absolute;
	overflow:scroll;
}

/*********************/
/* popup Article     */
/*******************/
.modalBackgroundArticle {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupArticle {
	background-color:#ffffFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:800px;
	height:600px;
	position:absolute;
	overflow:scroll;
}

/************************/
/* Password				*/
/************************/
.password1
{
     color:Yellow;     
     font-weight:bold;
}
.password2
{     
     color: #FFCAAF; 
     font-weight:bold;    
}
.password3
{     
     color:Aqua;
     font-weight:bold;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}