#news_popup
{
	width: 423px;
	padding:0;
	margin:0;
	display:none;	
	position:absolute;
	top:40px;
	right:20px;
	z-index:500;
}

#news_popup_sides
{
	width:423px;
	background-image:url(../CommonImages/Layout/news_popup_sides.gif);
	background-repeat:repeat-y;
	background-position:center center;
	padding:0 0 10px 0;
	margin:0 0 0 0;
	}
	


#news_popup h2
{
	font-size:.9em;
	text-align:right;
	background-image:url(../CommonImages/Layout/news_popup_top.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:18px 15px 5px 15px;
	margin:0;
	
}

#news_popup h2 a
{
	color:White;
	text-decoration:none;
}

#news_popup h2 a:hover
{
	color:#e5e5e5;
	text-decoration:none;
}



#news_popup h3
{
	color: #000080;
	font-size:1.5em;
	padding:10px 0 5px 15px;
	margin:0;
}

#news_popup .newsContent
{
	padding:5px 15px 0 15px;
	margin:0;
}
	

#news_popup p.container_bottom
{
	background-image:url(../CommonImages/Layout/news_popup_bottom.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:0;
	margin:-6px 0 0 0;
}



