
.STFButton {
	cursor: pointer;
	cursor: hand;
}
.CategoryList {
	color: maroon;
	font-weight: bold;
}
.Author {
	font-size: 0.80em;	
	font-weight: bold;
	color: #000099;
}
.PublishDate {
	font-size: 0.80em;	
	font-weight: bold;
	color: #440088;
}
.SearchPanel 
{
	text-align:center;
}
.MoreArticlesLink 
{
	text-align:right;
	font-weight:normal;
	font-size: 0.90em;
}

.CommentsLink{
	line-height: 30px;
	font-size: 1.15em;
}

.CommentsContainer {
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF; 
	padding: 1px;
}

.CommentItemStyle {
	background-color: #F8F8F8; 
	padding: 5px; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.CommentAlternatingItemStyle {
	padding: 5px; 
}

.CommentAuthor {
	font-size: 1.25em; 
	font-weight: bold;
}
.CommentDate {
	font-size: .8em; 
	color: #5F68AD;
}
.Reply {
	font-style: italic;
	background-color: #DDE8EA;
	border: 1px dashed #ADB8BA;
	padding: 3px;
}

.thumbnail {
	margin: 5px;
	margin-top: 0px;
}

.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
   1px: the width of the border
   3px: a fudge factor needed for IE5/win (see below)
   4px: the width of the border (1px) plus the 3px IE5/win fudge factor
   14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
  width: 14px; height: 14px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  0px  0px  0px -1px; }
.borderTR { margin:  0px -1px  0px  0px; }
.borderBL { margin: -14px  0px  0px  0px; }
.borderBR { margin: -14px  0px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
  margin-left: 0px;
  ma\rgin-left: -3px;
}
html>body .borderTL  {
  margin-left: 0px;
}
.borderTR {
  margin-right: 0px;
  ma\rgin-right: -3px;
}
html>body .borderTR  {
  margin-right: 0px;
}
.borderBL {
  margin-left: 0px;
  ma\rgin-left: -3px;
}
html>body .borderBL {
  margin-left: 0px;
}
.borderBR {
  margin-right: 0px;
  ma\rgin-right: -3px;
}
html>body .borderBR {
  margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
  margin: 0px;
  padding: 0px;
  border: 0px solid #000000;
  background: #CEF6D7;
  height: 65px;
}
.contentInterior { padding-top: 5px !important; height: 65px; }
.contentWrapper {
  /* position this div however you want, but
     keep its padding and border at zero */
  padding: 0px;
  border: 0px;
}

.ArticleList td { padding-bottom: 5px; }

.ArticlesContent br { display: none; visibility: hidden; }

ul.Article { margin: 0px; padding: 0px; }
ul.Article li.ArticleItem { margin: 0px; padding: 0px; }

.ArticleBullet { float: left; width: 15px; color: Blue; }
.ArticleItem { float: left; width: 185px; }

.ArticleList ul { padding-left: 15px; margin: 0px; list-style-position: outside; }
*html .ArticleList ul { padding-left: 0px; margin-left: 20px; }