﻿/*CSS Classes of NewsBlock.ascx*/
.BlockContainer
{
	width:100%;	
}
.BlockHeader
{
}
.BlockContent
{
	width:100%;
}
.BlockFooterCenter
{
}
.BlockFooterLeftCorner
{
}
.BlockFooterRightCorner
{
}
.Container{
}
.HeaderBar 
{
display:block;
width:100%;
height:40px;
margin:0px;
border-bottom-width:0px;
vertical-align:bottom;
}
.HideButton{
background-repeat:no-repeat;
background-position:center;
cursor:pointer;
width:9px;height:9px;
margin-top:7px;
margin-left:10px;
display:block;
float:right;
}
.MiddleLine
{
	background-repeat:repeat-x;
	background-image:url(/images/middle_line.jpg);
	height:40px;
}
.MiddleLineLeft
{
	background-repeat:repeat-x;
	background-image:url(/images/middle_line_left.jpg);
	height:40px;
	width:40px;
	float:left;
}
.CategoryLeftIcon
{
	padding:0px!important;	
	float:left;					
}
.MainContent{
width:100%;
color:Black;
overflow:hidden;
padding-top:0px;
margin-top:0px;
min-height:0px;
margin-left:-1px;
margin-right:-1px;
}
.CategoryMainNewsSmall{
display: table-cell;
vertical-align: top;
}
.CategoryMainNewsWide{
display: table-cell;
vertical-align: top;
}
.CategoryMoreNews{
width: 100%;
text-align:right;
padding-right:20px;
}
.CategoryMoreNewsHeader
{
}
.CategoryMainNewsHeader
{
    background-color:#ffffff;		
}
.CategoryMainNewsFooter
{
}
.CategoryMoreNewsFooter
{
}
.MoreNewsItem
{/*add font_l1*/
width:100%;
text-decoration: none;
text-align:right;
font-family: Tahoma;
/*font-size: 12px;*/
font-weight: bold;
color:Black;
}
.CategoryIcon{
float:right;
height:40px;
}
.CategoryName
{/*add font_l2*/
padding-top:5px;
float:right;
font-family: Tahoma;
/*font-size: 13px;*/
font-weight: bold;
color:#6F7070;

}
.NewsTitle
{/*add font_l1*/
text-align:right;
font-family: Tahoma;
/*font-size: 12px;*/
font-weight: bold;
text-decoration: none;
color:#606060!important;
padding-bottom:5px;
}
.NewsBody{

}
.NewsImage
{
float:left;

}
.NewsIntro
{
font-family: Tahoma;
 /*FONT-SIZE: 11px;*/
font-weight:normal;
color:#484848!important;
text-align: justify;
}
.NewsBottom{
}
.NewsDetailsLink
{
font-family: Tahoma;
text-decoration: none;
font-weight:bold;
color: #EE8030!important;
display:block;
}
.NewsCategoryMoreLinkNormal
{
font-family: Tahoma;
text-decoration: none;
font-weight:bold;
color: #404040!important;
display:block;
clear:both;
margin-bottom:5px;
}
.NewsCategoryMoreLinkColored
{
font-family: Tahoma;
text-decoration: none;
font-weight:bold;
color: #EE8030!important;
display:block;
clear:both;
margin-bottom:5px;
}

.MoreNewsListItem
{
	background-image: url(../images/Blue_Arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:10px;
	margin-bottom:2px;
	margin-top:2px;	
}
.MoreNewsListItem a
{
	font-family: Tahoma;
	color: #4A6808!important;	 		
	text-decoration: none;
	padding-right: 15px;		
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight:normal!important;
}
.LineSeparator
{
	/*color:#4A6808;*/
	width:250px;
	border:dashed #4A6808; 
	border-width:1px 0 0 0; 
	height:0px;
	line-height:0px;
	font-size:0;
	margin:0;
	padding:0;		
}
.MoreNewsBullet
{
	background-image: url(../images/Blue_Arrow.gif);
	height:10px;
	width:10px;
	background-repeat:no-repeat;
	border-width:0px;
	margin-left:5px;
	margin-top:5px;	
}
/************************************/
/**/
.show{background-image:url(../images/show_btn.jpg)}
.hide{background-image:url(../images/hide_btn.jpg)}