/*LOADER*/
#ajaxLoader {background:url(http://img.aujourdhui.com/profile/loader.gif) no-repeat center; width:50; height:50;}

/*BUBBLE POPUP*/
#popUpDiv .cor1 {background:url(http://img.aujourdhui.com/pink/corner1.png) no-repeat; width:8; height:8}
#popUpDiv .cor2 {background:url(http://img.aujourdhui.com/pink/corner2.png) no-repeat; width:8; height:8}
#popUpDiv .top {background:url(http://img.aujourdhui.com/pink/top.gif) repeat-x; width:8; height:8}
#popUpDiv .left {background:url(http://img.aujourdhui.com/pink/left.gif) repeat-y; width:8;}
#popUpDiv .right {background:url(http://img.aujourdhui.com/pink/right.gif) repeat-y; width:8;}
#popUpDiv .bottom {background:url(http://img.aujourdhui.com/pink/bottom.gif) repeat-x; width:8; height:8}
#popUpDiv .cor3 {background:url(http://img.aujourdhui.com/pink/corner3.png) no-repeat; width:8; height:8}
#popUpDiv .cor4 {background:url(http://img.aujourdhui.com/pink/corner4.png) no-repeat; width:8; height:8}
#popUpDiv .arrow {background:url(http://img.aujourdhui.com/pink/trifecta.png) no-repeat; width:34; height:20}
#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;
}
#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;
}


.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;
}

#modalBody
{
    padding: 5px;
}