
.STFButton {
	cursor: pointer;
	cursor: hand;
}
.CategoryList {
	color: maroon;
	font-weight: bold;
}
.Author {
	font-size: 11px;	
	font-weight: bold;
	color: #000099;
}
.PublishDate {
	font-size: 11px;	
	font-weight: bold;
	color: #440088;
}
.SearchPanel 
{
	text-align:center;
}
.MoreArticlesLink 
{
	text-align:right;
	font-weight:bold;
}

.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;
}



.leftlist{

	
	background-color:#f8f8f8;
clear:both;
}



.leftlist ul {

	float:left;
	width:140px;
	height:200px;
	padding:5px;
	margin:0px;
	
}


.leftlist ul li{
	width:120px;
	padding:5px;
	list-style-type:none;
}
.leftlist ul li h1{
	width:120px;
	height:20px;
	overflow:hidden;

}
.leftlist ul li .more {
float:right;
	width:120px;
	height:30px;
	background-image: url(lookup.gif);
	background-repeat: no-repeat;
	text-indent: 2em;	
	padding-top:3px;
}
.leftlist ul li .thumbnail{
width:100px;height:100px;

	padding:3px;
	background-color:#FFFFff;
	border:#FF6600 solid 3px;
	
}


.Article {
	text-align:left;
	
}

