/* MYM - styles for index news & events banners, placed out so can also be included on admin preview page */

#idxDonateBanner {
	width:185px; height:180px;		/* width:184px; height:160px; */
	float:right;
	margin-top: -2px;
}

.idxNewsBanner {
	width:265px; height:184px;		/* height:160px; */
	padding-right:0px;
	position:relative;
	float:left;
}

.newsBannerTopCurve {
	/* width:256px; height:10px; */
	width:265px; height:16px;
	position:absolute;
	top:0; left:0;	
	background: url(../../graphics/index/layout3/halo_top.gif) no-repeat center top;		
}
.newsBannerMid {
	width:254px; height:163px;
	position:absolute;
	/* top:11px; left:0; */
	top:16px; left:0;	
	background-color: #FFFFFF;
	background: url(../../graphics/index/layout3/halo_left.gif) repeat-y left top;	
	/* background: url(../../graphics/index/layout3/curve_screen.gif) repeat-x center bottom;	
	border-left:1px solid #CBBBDC;
	border-right:1px solid #CBBBDC;	*/	
	text-align:left;
}
.newsBannerImg {
	position:relative;
	float:left;
	left:17px; top:4px;			/* left:11px; top:2px; */
}
.newsBannerText {
	width:135px; height:146px;
	position:relative;
	float:right;
	padding:2px 6px 11px 14px;
	overflow:hidden;
}
.newsBannerRtCurve {
	/* width:256px; height:10px; */
	width:8px; height:163px;
	position:absolute;
	top:16px; right:0;	
	background: url(../../graphics/index/layout3/halo_right.gif) repeat-y right top;		
}
.newsBannerBotCurve {
	/* width:256px; height:10px; */
	width:265px; height:16px;
	position:absolute;
	bottom:0; left:0;	
	background: url(../../graphics/index/layout3/halo_bottom.gif) no-repeat center top;		
}