﻿/* News Control Css Start Here */

/* Used to set the background image &amp; color,width for NewsFlash Heading */

.News_HeaderDesign

{
	background: url(./images/bluetitlebg.gif) repeat-x top;
	height: 30px;
	vertical-align: middle;
	text-align: right;
	padding-right: 8px;
	
}

/* Used to set the Font Styles &amp; Color for NewsFlash Heading Text */

.News_HeaderText

{
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
}

/* Used to set the background color for content Area of News Control */

#News_ContentAreaDesign

{
	background-color: #FFFFFF;
	border-bottom: 4px solid #97d5ff;
}

/* Used to set the Title text Font Styles &amp; Color for Articles */

.News_ContentAreaTextTitle

{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;

}

/* Used to set the text Font Styles &amp; Color for Articles brief description */ 

.News_ContentAreaText

{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Used to set the color of text for Link of Article */

.News_ContentAreaLinkReadMore

{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #1d6da5;
	text-decoration: none;
}

/* Used to set the color of text for Link of Article on Mouse Over */

.News_ContentAreaLinkReadMore:hover

{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #1d6da5;
	text-decoration: underline;
}
.NewsFlash_Container
{
	width:190px;
}



/* ************************ News Control Css Ends Here ****************************** */