/*LOADER*/
#ajaxLoader {background:url(http://img.aujourdhui.com/profile/loader.gif) no-repeat center; width:50px; height:50px;}

/*BUBBLE POPUP*/
#popUpDiv .cor1 {background:url(http://img.aujourdhui.com/pink/corner1.png) no-repeat; width:8px; height:8px}
#popUpDiv .cor2 {background:url(http://img.aujourdhui.com/pink/corner2.png) no-repeat; width:8px; height:8px}
#popUpDiv .top {background:url(http://img.aujourdhui.com/pink/top.gif) repeat-x; width:8px; height:8px}
#popUpDiv .left {background:url(http://img.aujourdhui.com/pink/left.gif) repeat-y; width:8px;}
#popUpDiv .right {background:url(http://img.aujourdhui.com/pink/right.gif) repeat-y; width:8px;}
#popUpDiv .bottom {background:url(http://img.aujourdhui.com/pink/bottom.gif) repeat-x; width:8px; height:8px}
#popUpDiv .cor3 {background:url(http://img.aujourdhui.com/pink/corner3.png) no-repeat; width:8px; height:8px}
#popUpDiv .cor4 {background:url(http://img.aujourdhui.com/pink/corner4.png) no-repeat; width:8px; height:8px}
#popUpDiv .arrow {background:url(http://img.aujourdhui.com/pink/trifecta.png) no-repeat; width:34px; height:20px}
#popUpDiv .popUpMsg {background-color:white}
#popUpDiv .sideBgColor {background-color:rgb(244,153,193)}

/*hide the object when showing the popup because there's an error that object overlaps it*/
body.hideObject div.objectWindow {visibility:hidden}

/*MODAL STYLE*/
#modalBackground
{
    filter: alpha(Opacity=70); -moz-opacity:0.7; opacity: 0.7;
    width: 100%; height: 100%; background-color: #000000;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
		display:none;
		visibility:hidden;
}

/*new modal box*/
div#modalOverlay{position:absolute;top:0;left:0; width:100%;display:none;height:100%;opacity:0.6;filter:alpha(Opacity=60);-moz-opacity:0.6;background-color:#000000; z-index:9998;}
/*div#modalbox{display:none;position:absolute; left:410px; top:200px; min-width:380px; min-height:100px;background-color:#ffffff;border:5px solid #cfcfcf;-webkit-border-radius:15px;  -moz-border-radius:15px;  z-index:9999;}
div#modalbox h3.modalTitle{-webkit-border-top-left-radius:15px;  -webkit-border-top-right-radius:15px;  -moz-border-radius-topleft:15px;  -moz-border-radius-topright:15px;  position:relative;  font:bold 16px Arial;  color:#dd3889;  background-color:#f5f5f5;   margin:0;  padding:10px;}*/
div#modalbox div.modalContent{padding:10px; color:#333333 !important; font:normal 12px Arial; line-height:18px;}
div#modalbox a.closeModal{right:5px; top:8px; z-index:100;  position:absolute;  width:21px; height:21px; overflow:hidden;  background:transparent url(http://img.aujourdhui.com/profile/close.png) no-repeat 0 0;  text-indent:-9999px;}
div#modalbox a.closeModal:hover{background:transparent url(http://img.aujourdhui.com/profile/close.png) no-repeat 0 -21px;}
div#modalbox .action{-moz-border-radius:5px; -webkit-border-radius:5px; padding:5px 10px; font:normal 12px Arial; color:#ffffff; border:none; background:url(http://img.aujourdhui.com/profile/ajouterbg.gif) repeat-x left center; font:normal 12px Arial; text-decoration:none; color:#ffffff !important; margin:0px auto;}

div#modalContent{display:none;position:absolute; z-index:9999;}

div.modalNew{font:normal 12px Arial; color:#161616; line-height:18px; text-align:left; margin:0px auto; }
div.modalNew table{font:normal 12px Arial; color:#161616; line-height:18px; width:100%;}
div.modalNew p{line-height:18px; margin:0 0 12px 0; padding:0;}
div.modalNew p a{color:#3375bb;}
div.modalNew form{margin:0; padding:0;}
div.modalNew .defaultText{font:normal 12px Arial; color:#161616; line-height:18px; }

.aj-formsubmit{-moz-border-radius:5px; -webkit-border-radius:5px; padding:5px 10px; color:#ffffff; background:url(http://img.aujourdhui.com/profile/ajouterbg.gif) repeat-x left center; font:normal 12px Arial; text-decoration:none; color:#ffffff !important; border:none;}
.aj-formsubmit:hover{text-decoration:none !important;}
.aj-formsubmit:active{background-image:none; background-color:#d8307d}

div#modalPlainBody{z-index:9999;}


/*#modalBox
{
    position: absolute;
    z-index: 510;
		left:40%;
		display:none;
		visibility:hidden;
		background-color:white;
		border:3px solid #ea4992;
		border-top:2px solid #ea4992;
}*/

#modalPlainBox
{
    position: absolute;
    z-index: 510;
		/*left:25%;*/
		display:none;
		visibility:hidden;
		border:0px;
}



/*
#modalPlainBody
{
    margin-left:7%
}*/


.modalHeader
{
    background-image: url(http://img.aujourdhui.com/pink/header_bg.gif);
		height:35px;
		color:white;		
}
.modalHeader td {
padding:5px;
font-size:12px;
}

.modalHeader a
{ 	color:white;
		text-decoration:none;
}
.modalHeader a:hover
{ 	
		text-decoration:underline;
}


#modalTitle
{	font-weight:bold;
text-align:left;
}

#modalBody
{
    padding: 5px;
}


/*MODAL POPUP from centralization*/
div#modalOverlay{position:fixed; top:0;left:0; width:100%;display:none;height:100%;opacity:0.6;filter:alpha(opacity=60);-moz-opacity:0.6;background-color:#000000; z-index:9998; 	}
div#modalbox{display:none;position:fixed; padding:8px; min-width:400px; background-color:#444647; background-color:rgba(0,0,0,0.3);-webkit-border-radius:8px;  -moz-border-radius:8px; border-radius:8px;  z-index:9999;}
div#modalbox h3.modalTitle{position:relative;  font:bold 16px Arial;  color:#dd3889; text-shadow:0px 1px 0px #ffffff;  background-color:#f2f2f3;   margin:0;  padding:5px 8px; text-align:left;}
div#modalbox div.modalContent{padding:10px; color:#333333 !important; font:normal 12px Arial; line-height:18px; background-color:white;}
div#modalbox a.closeModal{right:15px; top:12px; z-index:100;  position:absolute;  width:21px; height:21px; display:block; overflow:hidden;  background:transparent url(http://img.aujourdhui.com/profile/close.png) no-repeat 0 0;  text-indent:-9999px;}
div#modalbox a.closeModal:hover{background:transparent url(http://img.aujourdhui.com/profile/close.png) no-repeat 0 -21px;}
div#modalbox .action{-moz-border-radius:5px; -webkit-border-radius:5px; padding:5px 10px; font:normal 12px Arial; color:#ffffff; border:none; background:url(http://img.aujourdhui.com/profile/ajouterbg.gif) repeat-x left center; font:normal 12px Arial; text-decoration:none; color:#ffffff !important; margin:0px auto;}
div#modalBody{background-color:#ffffff; padding:8px; min-height:50px; display:block; position:relative;}
div#modalLoader{position:relative;  display:block; font:normal 20px Arial;  color:#6b6b6b; text-shadow:0px 1px 0px #ffffff;  background-color:#f2f2f3;   margin:0;  padding:20px 8px;}
div#toggler{display:none;}