@charset "UTF-8";
@import url("/Resources/GlobalCSS/CallOuts/CallOut01.css");
/* CSS Document */




.roundedBox {position:relative; padding:0; margin:0; z-index:0; }


.CallOut {
		width:260px;
			margin:0 10px 0px 10px;
	min-height:113px;
	padding:0 0 10px 0;
	text-align:center;

}
.CallOutContents {
	text-align:center;
	z-index:2;
}
div.CallOutContents,  
div.CallOutContents p  {
	margin:0;
	padding:0;
}


.BgroundedBox {position:relative; padding:0; margin:0; z-index:0; }

.CallOutBg {
	width:280px;
		min-height:130px;
		height:auto;
	padding:0;
	margin-bottom: 10px;
}
.CallOutBgContents {
	text-align:center;
	z-index:2;
	
	
}
div.CallOutBgContents {
	text-align:center;
 padding:5px 0 5px 0;
 margin:0;

}
.CallOutBgContents p  {
	margin:0;
	padding:0;
}


/*- Type1 - RoundCorners w/o Border -*/	
.type1 {
	background:#FFFFFF url('/SiteSpecific/TheBrideShow/AbuDhabi/Resources/Images/gradientcorner.png') top right no-repeat;

	text-align:center;
	padding:5px;
}
.type1 .corner {background-image:url('/SiteSpecific/TheBrideShow/AbuDhabi/Resources/Images/corners-type1.png');}
/*- Each corner -*/
.type1 .topLeft,
.type1 .topRight,
.type1 .bottomLeft,
.type1 .bottomRight {background-color:#fa0066; z-index:-1 }


/*- Type1 - RoundCorners w/o Border -*/	
.type1top {
	background:#FFFFFF url('/SiteSpecific/TheBrideShow/AbuDhabi/Resources/Images/gradientcorner.png') top right no-repeat;

	text-align:center;
	padding:5px;
}
.type1top .corner {background-image:url('/SiteSpecific/TheBrideShow/AbuDhabi/Resources/Images/corners-type1.png');}
/*- Each corner -*/
.type1top .topLeft,
.type1top .topRight {background-color:#c60050; z-index:-1 }
.type1top .bottomLeft,
.type1top .bottomRight {background-color:#fa0066; z-index:-1 }


/*- Type2 - RoundCorners w/ Border -*/
/* We change the corners' position and add the border */
.type2 {
	background-color:#FFFFFF;
	border:1px solid #bebebe;
	text-align:center;
	padding:0;
	display: block;
	
}
.type2 .corner {
	background-image:url('/SiteSpecific/TheBrideShow/AbuDhabi/Resources/Images/corners-type2.png');
}
/*- Each corner -*/
.type2 .topLeft {
	top:-1px;
	left:-1px;
	background-color:#c2004f;
}
.type2 .topRight {
	top:-1px;
	right:-1px;
	background-color:#c2004f;
}
.type2 .bottomLeft {
	bottom:-1px;
	left:-1px;
	background-color:transparent;
}
.type2 .bottomRight {
	bottom:-1px;
	right:-1px;
	background-color:transparent;
	z-index: -1;
}


/*- Type6 - RoundCorners w/ gradient -*/

.type6 {
	background:#fa0066 url('/SiteSpecific/TheBrideShow/AbuDhabi/Resources/Images/corners-type6-bg.png')  repeat-x 0 0;
	min-height:142px;
	height:auto;

}
.type6 .Bgcorner {
	background-image:url('/SiteSpecific/TheBrideShow/AbuDhabi/Resources/Images/corners-type6.png');}
				/*- Each corner -*/
.type6 .BgtopLeft {

	height:132px; 
	background-color:#ffffff; z-index:-1;}
.type6 .BgtopRight {

	height:132px; 
	background-color:#ffffff; z-index:-1;}
.type6 .BgbottomLeft {

	background-position:0px -132px; 
	background-color:#ffffff; z-index:-1;}
.type6 .BgbottomRight {

	background-position:-10px -132px; 
	background-color:#ffffff; z-index:-1;}





#leftPanelBox
{
	padding-top:20px;
	height:auto;
	
}

#leftPanelBox p
{
	text-align:center;
}
#leftPanelBox .CallOutBg{
	width:auto;
	height:auto;
	min-height:10px;
	margin-top:40px;
}

#leftPanelBox .Callout .roundedBox{
	background-image:none;
	background-color:Transparent;
}

#leftPanelBox .type6,
#leftPanelBox .type6 .Bgcorner,
#leftPanelBox .type6 .CallOutBgContents
 {background-image:none;background-color:Transparent;min-height:10px;margin-bottom:20px;}
				/*- Each corner -*/
#leftPanelBox .type6 .BgtopLeft,
#leftPanelBox .type6 .BgtopRight,
#leftPanelBox .type6 .BgbottomLeft,
#leftPanelBox .type6 .BgbottomRight
{display:none;}


#leftPanelBox .Callout .corner {
display:none;
}
/*- Each corner -*/
#leftPanelBox .Callout .topLeft {
display:none;
}
#leftPanelBox .Callout .topRight {
display:none;
}
#leftPanelBox .Callout .bottomLeft {
display:none;
}
#leftPanelBox .Callout .bottomRight {
display:none;
}

#rightPanel .Callout
{
	margin-bottom:10px;
}