/* CSS Document */

.cnews_head
{
	padding: 0;
	margin-top: 8px;
	text-align: left;
}

/*---------- To align the Actions, Icon and Title ---------*/
.cnews_icon, .cnews_actions, .cnews_head h1
{
	float: left;
}
.cnews_head h1
{
	margin: 0;
	padding: 0;
}
.icn img
{
	margin-right: 5px;
	float:left;
}

.head_title
{
	margin: 0;
	float: left;
}
.title_vis
{
	margin: 0;
	float: right;
}

.cnews_content
{
	clear: both;
}
.cnews_contentpane
{
	padding: 0 0 0 0;
	text-align: left;
	height:170px;
	overflow:hidden;
}
cnews_contentpane a img
{
	border:none;
}
/*--------Advocacy Panel--------*/
.news_panel
{
	width:375px;
	overflow:hidden;
	height:265px;
	background:transparent;
}
.news_panel_top
{
	width:375px;
	height:33px;
	background: transparent url(images/container/news_top.png) no-repeat center center;
}
.news_panel_left_border
{
	float:left;
	width:375px;
	overflow:hidden;
	height:200px;
	background: #FFF url(images/container/container_border.jpg) repeat-y top left;
}
.news_panel_right_border
{
	float:right;
	width:374px;
	overflow:hidden;
	height:200px;
	background: #FFF url(images/container/container_border.jpg) repeat-y top right;
}
.news_panel_right_border img
{
	float:right;
	margin-right:15px;
	margin-top:5px;
	border:none;
}
.news_panel_bottom_left
{
	float:left;
	height:25px;
	width:375px;
	background: transparent url(images/container/container_left.png) no-repeat bottom left;
}
.news_panel_bottom_right
{
	float:right;
	height:25px;
	width:357px;
	background: transparent url(images/container/container_right.png) no-repeat bottom right;
}
.news_panel_bottom_bg
{
	float:left;
	width:339px;
	height:25px;
	background: transparent url(images/container/container_bottom.jpg) repeat-x center left;
}
/*--------Advocacy Panel End--------*/
.cnews_footer
{
	margin-bottom: -10px;
	padding: 0;
	text-align: right;
	float:right;
}
/*---------- default style for head & normal -----------*/
.Normal p
{
	margin-top: 0px;
}
.Normal p a img
{
	border:none;
}
.Normal a img
{
	border:none;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg
{
	background-color: #DAE7F2;
	border: solid 1px #4F839F;
}
/*-----------For News RSS module------------------*/
.DNN_News_ItemLink
{
	width:350px;
	padding: 15px 12px 0 12px;
	font-family:Arial;
	font-size:12px;
	color:#1b75bf;
}
.DNN_News_ItemLink a
{
	color:#1b75bf;
	text-decoration:none;
}
.DNN_News_ItemLink a:hover
{
	text-decoration:underline;
}
.DNN_News_ItemDate
{
	width:350px;
	padding: 2px 12px 2px 12px;
	font-family:Arial;
	font-size:9px;
	color:#7a848d;
	font-style:italic;
}
.DNN_News_ItemDetails
{
	width:350px;
	padding: 0 12px 0 12px;
	font-family:Arial;
	font-size:12px;
	color:#535659;
	font-style:normal;
}







