﻿/*CSS Classes of NewsBlock.ascx*/
.LowerBlockContainer
{
	width:100%;
	background-color:#FCFEFC;
}
.LowerBlockHeader
{
}
.LowerBlockContent
{
	width:100%;
}
.MiddleFooter
{
}
.NormalFooter
{
}
.NormalFooter .LowerBlockFooterCenter
{
background-color:#C2D7E8;
float:none;
width:100%;
overflow:hidden;
height:14px;
/*width:2px;*/
background-image: url(/images/blue_block_footer_center.gif);
background-repeat:repeat-x;
}
.NormalFooter .LowerBlockFooterLeftCorner
{
height:14px;
width:16px;
background-image: url(/images/blue_block_footer_left.gif);
background-repeat:no-repeat;
float:left;
overflow:hidden;
margin-left:0px
}
.NormalFooter .LowerBlockFooterRightCorner
{
width:14px;
height:14px;
background-image: url(/images/blue_block_footer_right.gif);
background-repeat:no-repeat;
overflow:hidden;
float:right;
}
.MiddleFooter .LowerBlockFooterCenter
{
background-color:#C2D7E8;
float:none;
width:100%;
overflow:hidden;
height:14px;
/*width:2px;*/
background-image: url(/images/block_footer_center.gif);
background-repeat:repeat-x;
}
.MiddleFooter .LowerBlockFooterLeftCorner
{
height:14px;
width:16px;
background-image: url(/images/block_footer_left.gif);
background-repeat:no-repeat;
float:left;
overflow:hidden;
margin-left:0px
}
.MiddleFooter .LowerBlockFooterRightCorner
{
width:14px;
height:14px;
background-image: url(/images/block_footer_right.gif);
background-repeat:no-repeat;
overflow:hidden;
float:right;
}
.LowerContainer{
}
.LowerHeaderBar 
{
background-image:url(/images/lower_header_bg.jpg);
background-repeat:repeat-x; 
display:block;
width:100%;
height:32px;
margin:0px;
border-bottom-width:0px;
vertical-align:bottom;
}
.LowerHideButton{
background-repeat:no-repeat;
background-position:center;
cursor:pointer;
width:17px;height:17px;
margin-top:7px;
/*margin-right:5px;*/
display:block;
float:right;
}
.LowerHeaderBottom
{
height:3px;
background-repeat:no-repeat;
background-image: url(/../Images/header_bottom.gif);
padding-top:0px;
clear:both;
padding-right:150px;
float:right;
z-index:2;
}
.LowerMainContent{
width:100%;/*height:242px;*/
/*background-image:url(/../Conf_6/images/main_content_bg.gif);*/
border-width: 1px 1px 0px 1px;
border-style:solid;
border-color:#CCE2E4;
color:Black;
overflow:hidden;
padding-top:0px;
margin-top:0px;
min-height:0px;
margin-left:-1px;
margin-right:-1px;
}
.LowerCategoryMainNewsSmall{
display: table-cell;
vertical-align: top;
}
.LowerCategoryMainNewsWide{
display: table-cell;
vertical-align: top;
}
.LowerCategoryMoreNews{
/*float: right;*/
width: 100%;
/*height: 30px;*/
display: table-cell;
vertical-align: top;
text-align:right;
border-width: 1px 0px 0px 0px;
border-style:solid;
border-color:#94A0F9;
}
.LowerCategoryMainNewsHeader
{
    background-color:#ffffff;		
}
.LowerCategoryMainNewsFooter
{
}
.LowerCategoryMoreNewsHeader
{
}
.LowerCategoryMoreNewsFooter
{
}
.LowerMoreNewsItem
{/*add font_l1*/
width:100%;
text-decoration: none;
text-align:right;
font-family: Tahoma;
/*font-size: 12px;*/
font-weight: bold;
color:Black;
}
.LowerCategoryIcon{
float:right;
}
.LowerCategoryName
{/*add font_l2*/
padding-top:5px;
float:right;
font-family: Tahoma;
/*font-size: 13px;*/
font-weight: bold;
color:#6F7070;

}
.LowerNewsTitle
{/*add font_l1*/
text-align:right;
font-family: Tahoma;
/*font-size: 12px;*/
font-weight: bold;
text-decoration: none;
/*color: #AB9774;*/	color:#585858;
}
.LowerNewsBody{

}
.LowerNewsImage
{
float:left;

}
.LowerNewsIntro
{
font-family: Tahoma;
 /*FONT-SIZE: 11px;*/
font-weight:normal;
color:Black;
text-align: justify;
}
.LowerNewsBottom{
}
.LowerNewsDetailsLink
{
font-family: Tahoma; 
text-decoration: none;
font-weight:bold;
color: #AE3136;
display:block;
}
.LowerNewsCategoryMoreLink
{
font-family: Tahoma;
 /*FONT-SIZE: 11px;*/
/* left:10px;*/
float:left;
text-decoration: none;
font-weight:bold;
color: #AE3136;
display:block;
clear:both;
}
.LowerMoreNewsBullet
{
	background-image: url(../images/Blue_Arrow.gif);
	height:10px;
	width:10px;
	background-repeat:no-repeat;
	border-width:0px;
	margin-left:5px;
	/*margin-bottom:5px;*/
}
/************************************/
/**/
.Lowershow{background-image:url(../images/show_btn.gif)}
.Lowerhide{background-image:url(../images/hide_btn.gif)}
.MiddleColor{background-color:#FFFFFF}
.NormalColor{background-color:#ECF9FF}