
/* News Articles Custom Styles */

.articleTable { background-color: black; margin: 0px; }
.articleTopCell { background-color: #d99594; 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: #d99594; height: 25px; }
.articleFooterCell .NormalBold { color: #FFF; }
.featuredTopCell { background-color: #d99594; 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: #999999;
}

A.Normal.MenuTopSelected:link {
    text-decoration: none;
    color: #999999;
}

A.Normal.MenuTopSelected:visited  {
    text-decoration: none;
    color: #999999;
}

A.Normal.MenuTopSelected:active   {
    text-decoration: none;
    color: #999999;
}

A.Normal.MenuTopSelected:hover    {
    text-decoration: none;
    color: #999999;
}

.news_header_div {
	padding-bottom:3px;
}
.news_header_div  a{
	font-weight:bold;
}
.news_content_text_div{
	padding-bottom: 30px;
	padding-top:5px;
}

.news_menu_div {
}

.news_listing_item{
height:50px; 
overflow:hidden;
background-image:url(Images/news.gif);
background-repeat:no-repeat;
width:105px;
}

.detail_news_image{
background-image:url(Images/news.gif);
background-repeat:no-repeat;
min-width:100px;
min-height:50px;
}