#post{
	text-align:left;
	background-color:#fdfefe;
	height:325px;
	color:#494949;
	margin-top:21px;
}

#post h3{
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#494949;
	border:0px;
}

.postcontent{
	overflow-x:hidden;
	overflow-y:auto;
	position:absolute;
	top:60px;
	height:280px;
}

.newscontent{
	max-width:226px;
}
.date{
	padding-bottom:10px;
}

.scrollpane{
	width:204px;
	height:299px;
	overflow-y:auto;
	line-height:170%;
	
}

.scrollpane h3{
	margin-bottom:5px;
}


/*
.scroller {
	float:right;
	position:relative;
	background-image:url(images/sliderbg.gif);
	border: 1px dotted #494949;
	display:block;
	width:11px;
	height:248px;
	margin-left:20px;
	margin-right:4px;
}

.rightbtn{
	float:left;
	margin-top:170px;
	background-image:url(images/scrollright.gif);
	display:block;
	width:12px;
	height:13px;
}

#hand {
	background-image:url(images/hand.gif);
	position:absolute;
	cursor:move;
	z-index:100;
	width:11px;
	height:100px;
	display:block;
}*/

#posts{
	margin-top:-50px;
}

.post_title {
	border-bottom: 1px dotted #494949;
	font-size:11px;
	color:#464646;
	padding-bottom:10px;
	padding-top:2px;
	width:198px;
}

.post_title a{
	color:#464646;
}

.post_date {
	padding-top:13px;
	font-size:11px;
	color:#6b6b6b;
}

.readmore{
	text-align:right;
	width:15px;
	border-bottom: 1px dotted #494949;
	padding-bottom:7px;
}

.more{
	cursor:pointer;
}

.pagination{
	margin-top:30px;
	width:100%;
	text-align:center;
}

.pagination a{
	color:#16973e;
	text-decoration:underline;
}

.prev{
	float:left;
	margin-left:2px;
}


.nxt {
	float:right;
	margin-right:2px;
}

.post_short {
	padding-bottom: 5px;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.comment_title, .comment_text {
	border-left: 1px solid #DDDDDD;
}

.comment_info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
}

.comment_title, .comment_info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
