﻿.newsMessageHeader { height:40px; }
.totalMessages { width:350px; float:left; font-weight:bold; }
.paggingContainer { float:right; /*margin:10px 0px;*/}
.paggingContainer li { float:left; margin:0px 1px;}
.paggingContainer li a { width:16px; height:20px; display:block; text-align:center; line-height:20px; color:#fff; font-weight:bold; }
.paggingContainer li a:hover, .paggingContainer li a.activeGuestPage { background:url(../images/guestbook/paging-bg.gif) no-repeat top; color:#000;}
.paggingContainer li a.lastPage { width:auto; display:inline; float:left; background-image:none !important; }
.paggingContainer li a:hover.lastPage { color:#FF9933; }
.messagesContainer { display:block; }
.messagesContainer li { background:url(../images/guestbook/messageseparator.gif) no-repeat bottom; padding-bottom:20px; margin-bottom:14px; }
.recordNumber { width:60px; float:left; font-family:Georgia, 'Times New Roman', Times, serif; font-weight:bold; }
.messageContainer { width:700px; float:left; }
	
.newsDate {
font-family:Georgia, "Times New Roman", Times, serif;
}
	
  .newsCont a, .newsContent a.up
  {
      background-image:url(../images/news-down-arrow.png);
      background-repeat:no-repeat;
      display:block;
      height:20px;
      float:right;
      width:20px;
      margin-top:13px;
  }
  .newsCont a.up{
     background-image:url(../images/news-up-arrow.png);
  }