.news_date {
  font-weight: bold;
}

.news_time {
  font-weight: bold;
  color: #675e52;
}

.block_gray {
  background: #f1f1e9 url('/Custom/Images/block_bg.gif') repeat-x;
  margin: 0px 0px 10px 0px;  
}

.block_inner {
  background-image: url('/Custom/Images/block_bg_l.gif');  
  background-repeat: repeat-y;
  background-position: right;
}

.block_title {
  height: 31px;
}

.block_title .left {
  float: left;
  width: 5px;
  height: 5px;
  background-image: url('/Custom/Images/block_cl.gif');
  overflow: hidden;
}

.block_title .left_ct {
  float: left;
  width: 5px;
  height: 5px;
  background-image: url('/Custom/Images/block_cl_ct.gif');
  overflow: hidden;
}

.block_title .caption {
  float: left;
  color: #675e52;
  margin: 6px 0px 0px 5px;
  font-size: 13px;
  font-weight: bold;  
}

.block_title .caption_red {
  float: left;
  color: #ffffff;
  margin: 6px 0px 0px 5px;
  font-size: 13px;
  font-weight: bold;  
}

.block_title .right {
  float: right;
  width: 7px;
  height: 7px;
  background-image: url('/Custom/Images/block_cr.gif');
  overflow: hidden;
}

.block_title .right_ct {
  float: right;
  width: 7px;
  height: 7px;
  background-image: url('/Custom/Images/block_cr_ct.gif');
  overflow: hidden;
}

.block_content {
  background-color: #ffffff;
  margin: 0px 10px 0px 7px;
  padding: 7px;
}

.block_content_ct {
  background-color: #ffffff;
  margin: 0px 2px 0px 0px; 
  padding: 10px; 
}

.block_content_red { 
  color: #000000;   
  padding: 10px;
}

.block_links {
  margin: 10px 10px 10px 10px; 
}

.block_links a {
  color: #007CC2;  
}

.block_footer {
  height: 6px;
  background-image: url('/Custom/Images/block_ft_bg.gif');
}

.block_footer .left {
  float: left;
  width: 6px;
  height: 6px;
  background-image: url('/Custom/Images/block_ft_l.gif');
  overflow: hidden;
}

.block_footer .left_ct {
  float: left;
  width: 6px;
  height: 6px;
  background-image: url('/Custom/Images/block_ft_l_ct.gif');
  overflow: hidden;
}

.block_footer .right {
  float: right;
  width: 6px;
  height: 6px;
  background-image: url('/Custom/Images/block_ft_r.gif');
  overflow: hidden;
}

.block_footer .right_ct {
  float: right;
  width: 6px;
  height: 6px;
  background-image: url('/Custom/Images/block_ft_r_ct.gif');
  overflow: hidden;
}

.newsButtonContainer
{
	text-align:right;
	padding-top:30px;
	padding-right:10px;		
}

.commentsPanel
{
}

.commentsHolderComment
{
}

.fromLabelComment
{
	font-weight:bold;	
}

.postedOnLabelComment
{
	color: #675e52;
}

.commentPanelComment
{
	margin-top:10px;
	margin-bottom:10px;
}

.commentAddTextBox
{
	width:250px;
}

.commentAddTextArea
{
	width:290px;
}

.commentButtonPanel
{
}

.clear {
  clear: both;
}


