/* News Articles Custom Styles */
.articleTitle { font-size : 14px; font-weight : bolder; color : #006600; }
.articleTable { background-color: black; margin: 0px; }
.articleTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }
.articleTopCell .NormalBold { color: #FFF; }
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell { color: black; padding: 6px; background-color: #FFFFCC; }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #336699; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }

A.Normal.MenuTop:link {
    text-decoration:    underline;
}

A.Normal.MenuTop:visited  {
    text-decoration:    underline;
}

A.Normal.MenuTop:active   {
    text-decoration:    underline;
}

A.Normal.MenuTop:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

#BigOuter
{
	background: #f0f2d8;
	width: 470px;
	height: 800px;
}

.NewsItem
{
	width: 468px;
	height: 202px;
}

.NewsStory
{
	width: 468px;
	height: auto;
}

.NewsItemAlternate
{
	width: 468px;
	height: 202px;
	background: #f2e1bf;
}

.TopPart
{
	width: 468px;
	height: auto; /*52px;*/
}

.Seperator
{
	width: 468px;
	height: 5px;
	background: url(/DesktopModules/DnnForge - NewsArticles/Images/Seperator.png) no-repeat;
}

.DateBox
{
	background: #7F613D;
	width: 80px;
	height: 50px;
	float: left;
}
.Title
{
    color: #185f92;	
    font-family: Georgia;
    font-size: 19px;
    margin-top: 7px;
    margin-left: 8px;
    float: left;
    width: 357px;
    text-decoration: none;
    height: auto;
}
.Excerpt
{
	width: 438px;
	height: 94px;
	margin-top: 12px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #535151;
}

.Story
{
	/* width: 600px; */
	
	margin-top: 12px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #535151;
}
.ReadMore
{
	margin-left: 346px;
	width: 470px;
	height: 23px;
}
.Month
{
	font-family: Arial;
	font-size: 21px;
	color: #fdfefe;
	margin-left: 28px;
}
.Day
{
	font-family: Arial;
	font-size: 18px;
	color: #d7d7c0;
	margin-left: 46px;
}