@charset "UTF-8";
@import url("/Resources/GlobalCSS/CallOuts/CallOut01.css");
/* CSS Document */




.roundedBox {position:relative; padding:0; margin:0; z-index:0; }



.CallOut {
	width:280px;
	min-height:119px;
	padding:0;
	margin-bottom: 10px;
}
.CallOutContents {
	text-align:left;
	z-index:2;
}
div.CallOutContents,  
div.CallOutContents p  {
	margin:0px;
	padding:0px;
}


/*- Type1 - RoundCorners w/o Border -*/	
.type1 {
	background:#FFFFFF url('/SiteSpecific/TheBrideShow/TheBrideShow/Resources/Images/gradientcorner.png') top right no-repeat;

	text-align:center;
	padding:5px;
}
.type1 .corner {background-image:url('/SiteSpecific/TheBrideShow/TheBrideShow/Resources/Images/corners-type1.png');}
/*- Each corner -*/
.type1 .topLeft,
.type1 .topRight,
.type1 .bottomLeft,
.type1 .bottomRight {background-color:#fa0066; z-index:-1;}



/*- Type4 - RoundCorners w/ Gradient-*/

.type4 .corner {
	background-image:url('/SiteSpecific/TheBrideShow/TheBrideShow/Resources/Images/corners-type4.png');}
				/*- Each corner -*/
.type4 .topLeft {
	top:-1px; left:-1px; 
	height:99px; 
	background-color:#ffffff;}
.type4 .topRight {
	top:-1px; right:-1px; \
	height:99px; 
	background-color:#ffffff;}
.type4 .bottomLeft {
	bottom:-1px; left:-1px; 
	background-position:0px -99px; 
	background-color:#ffffff;}
.type4 .bottomRight {
	bottom:-1px; right:-1px; 
	background-position:-10px -99px; 
	background-color:#ffffff;}
				/*- Contents -*/



/*- Type7 - RoundCorners w/ Border -*/
/* We change the corners' position and add the border */
.type7 {
	background-color:#FFFFFF;
	border:1px solid #bebebe;
	text-align:center;
	padding:0;
	display: block;
	height:163px;
	
}




.type7 .corner {
	background-image:url('/SiteSpecific/TheBrideShow/TheBrideShow/Resources/Images/corners-type7.png');
	width:10px;
	height:10px;
	position:absolute;
}
/*- Each corner -*/
.type7 .topLeft {top:0; left:0; background-position:0 0;}
.type7 .topRight {top:0; right:0; background-position:-10px 0;}
.type7 .bottomLeft {bottom:0; left:0; background-position:0 -10px;}
.type7 .bottomRight {bottom:0; right:0; background-position:10px 10px;}



/*- Type8 - RoundCorners w/ Border -*/
.type8 {
	background-color:#FFFFFF;
	border:1px solid #fd98c1;
		text-align:center;
	padding:0;
	display: block;
	margin:0;
	height:240px;
	
	
}

.type8 .corner {
	background-image:url('/SiteSpecific/TheBrideShow/TheBrideShow/Resources/Images/corners-type8.png');
	width:18px; height:18px;
	position:absolute;
}
/*- Each corner -*/
.type8 .topLeft {top:0; left:0; background-position:0px 0px; background-color:#FFFFFF;}
.type8 .topRight {top:0; right:0; background-position:-18px 0px; background-color:#FFFFFF; }
.type8 .bottomLeft {bottom:0; left:0; background-position:0px -18px; background-color:#FFFFFF}
.type8 .bottomRight {bottom:0; right:0; background-position:18px 18px; background-color:#FFFFFF}




/* -------------- Header -------------- */


#hdrBox .type7 {
	background-color:transparent;
	border:1px solid #fd98c1;
	text-align:center;
	padding:0;
	display: block;
	
	
}
#hdrBox .type7 .corner {
	background-image:url('/SiteSpecific/TheBrideShow/TheBrideShow/Resources/Images/corners-type7.png');
}
/*- Each corner -*/
#hdrBox .type7 .topLeft{
	top:0;
	left:0;
		background-color:#cccccc;
}
#hdrBox .type7 .topRight {
	top:0;
	right:0;
	background-color:#fa0066;	background-color:#cccccc;
}
#hdrBox .type7 .bottomLeft {
	bottom:0;
	left:0;
	background-color:#ffffff;
}
#hdrBox .type7 .bottomRight {
	bottom:0;
	right:0;
	background-color:#ffffff;

}

/* -------------- FeaturedContents -------------- */	

#featuredContentBox .type8 {
	background-color:transparent;

		text-align:center;
	padding:0;
	display: block;

}

#featuredContentBox .type8 .corner {
	background-image:url('/SiteSpecific/TheBrideShow/TheBrideShow/Resources/Images/corners-type8.png');
}
/*- Each corner -*/
#featuredContentBox .type8 .topLeft{
 background-color:#ffffff;

 }
 
#featuredContentBox .type8 .topRight {

 background-color:#ffffff;
 
}
#featuredContentBox .type8 .bottomLeft {

background-color:#FFFFFF;
}
#featuredContentBox .type8 .bottomRight {
background-color:#FFFFFF;
}	

/* -------------- mainContents -------------- */	
#mainContentsBox .type8 {
	background-color:transparent;

	text-align:center;
	padding:0;
	display: block;
}

#mainContentsBox .type8 .corner {
	background-image:url('/SiteSpecific/TheBrideShow/TheBrideShow/Resources/Images/corners-type8.png');
}
/*- Each corner -*/
#mainContentsBox .type8 .topLeft{
 background-color:#ffffff;
 }
 
#mainContentsBox .type8 .topRight {

 background-color:#ffffff;
 
 
}
#mainContentsBox .type8 .bottomLeft {

background-color:#FFFFFF;
}
#mainContentsBox .type8 .bottomRight {
background-color:#FFFFFF;
}
